.logo{
    margin-top: 50px;
    max-height: 250px;
    max-width: 95vw;
    height: 80%;
    display: block !important;
    margin: 0 auto !important;
}
.header{
    text-align: center;
    min-height: 100px;
    width: 100%;
}
.combeb{
    display: flex;
    justify-content: center;
    min-height: 300px;
    background: transparent;
    /*backdrop-filter: blur(4px);*/
}
.combeb>div{
    margin: auto 2%;
}
.combeb img{
    /*box-shadow: 10px 10px 5px black;*/
    border-radius:100px;
}
.combeb img:hover{
    /*box-shadow: 10px 10px 5px white;*/
    transition: 1s;
    box-shadow: 10px 12px 0.5rem rgba(0,0,0,0.5);
}

.footer{
    text-align: center;
    min-height: 300px;
    color: white;
    width: 100%;
}
.footer>p{
    padding: 50px;
}

.description{
    /*box-shadow: 10px 10px 5px black;*/
    border-radius: 5px;
    height: fit-content;
    color: white;
    padding: 15px;
    margin-bottom: 50px;
    text-align: center;
    max-width: 500px !important;
}
.description_b{
    display: flex;
    justify-content: center;
    min-height: 200px;
    background: transparent;
}

.background{
    background-image: url(../img/fondos/bloques-muy-oscuro.png);
    background-repeat: repeat;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    min-height: 80vh;
}

.mn{
    padding: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 50px !important;
    backdrop-filter: blur(4px);
    height: fit-content;
    text-align: center;
}
.mn div:first-child{
    margin-top: 0;
}
.card{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    display: inline-flex;
    width: fit-content;
    /*height: 500px !important;
    */
    height: auto !important;
}
.card img{
    width: 286px;
    height: 286px;
    z-index: 10;
}

#back_btn{
    background-image: url(../img/back.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 50px;
}

.goback{
    /*position: sticky !important;
    top: 50px !important;
    left: 10% !important;
    z-index: 10;*/
    float: left;
    margin: 20px;
    background-image: url(../img/back.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 30px;
    width: 30px;
}

#categories{
    margin: 0 !important;
    padding: 0 !important;
    /*backdrop-filter: blur(4px);*/ 
}
.accordion{
    color: white;
}

/*.blur{
    backdrop-filter: blur(4px); 
}*/

.alergeno{
    max-height: 30px !important;
    max-width: 30px !important;
}

.p_name{
    max-width: 200px;
}

.color{
    max-height: 20px;
}

.productinfo{
    font-size: 9pt !important;
    font-size: 15pt !important;
}

h5>img{
    max-height: 40px;
}

.banner_menus{
    background-color: #212529;
    border-radius: 15px;
    margin-top: 30px;
    padding: 5px;
    color: wheat;
}

.tooltip
{
	position:absolute;
	background-color:#eeeefe;
	border: 1px solid #aaaaca;
	font-size: smaller;
	padding:4px;
	width: 160px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);	
}

abbr{
    cursor: help;
}