﻿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;
    margin-bottom: 20px;
}

.authentico {
    max-width: 400px;
}

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

.productname {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    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;
}
.gficon {
    width: 45px;
}

.searchbox {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 1s;
    width: 50px;
    height: 50px;
    background: white;
    box-sizing: border-box;
    border-radius: 25px;
    border: 4px solid #ced4da;
    padding: 5px;
}

input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    
    height: 42.5px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
}

.fa {
    box-sizing: border-box;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #07051a;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}

.searchbox:hover {
    width: 200px;
    cursor: pointer;
}

.searchbox:hover input {
        display: block;
}

.searchbox:hover .fa {
        background: #07051a;
        color: white;
 }
 .caterinabk0 {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.6), rgba(10,10,10,0.6)), url('/img/pastacaterina/pizzabk.jpg');
    background-repeat: repeat;
}