﻿html {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.titlediv {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.titlediv {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
}
.infodiv {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    display: block;
    overflow: auto;
    background-color: #663333;
    color: white;
    text-align: center;
    vertical-align: middle;
    height: fit-content;
    padding: 15px;
    width: 98%;
    border-radius: 15px;
}

.authentico {
    max-width: 400px;
}

.button-product {
    border: solid;
    border-block-color: #cccccc;
    border-width: thin;
    background-color: white;
    width: 98%;
    height: fit-content;
    vertical-align: middle;
    border-radius: 15px;
    padding: 0px;
    border: 1px solid #BFBFBF;
    background-color: white;
    box-shadow: 10px 10px 5px #aaaaaa;
}

.productname {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
}

.fa-3x {
    vertical-align: middle;
}
.card-footer-authentico {
    padding: 0.5rem 1rem;
    background-color: rgba(255,255,255,.03);
    border-top: 1px solid rgba(0,0,0,.125);
    text-align:left;
}
.card {
    border: 1px solid rgba(255,255,255,.125);
}
.card-body
{
    margin-top: -25px;
}
.flag-top {
    align-items: self-end;
    position: absolute;
    /* align-self: auto; */
    /* align-items: end; */
    align-self: flex-end;
    width: 60px;
}
.afooter {
    font-size: small;
}
.lead {
    font-size: 1.1rem;
    font-weight: 300;
}