.encabezados{
    border-radius: 35px;
    background: rgb(23, 23, 146);
    font-size: 2.4em;
    font-weight: bold;
    text-align: center;
    color: white;
}
.nuevo{
    background: rgb(238, 28, 28);
}
.encabezados label{
    margin-bottom: 0 !important;
}
.productos{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.productos img{
    width: 18%;
    margin-right: 5%;
    cursor: pointer;
}
.productos img:hover{
    background: rgba(68, 68, 68, 0.158);
    transition: .4s;
}
.lat1 label{
    font-size: 3em;
    font-weight: bold;
}

.lat1 .botones:hover{
    cursor: pointer;
    background: rgb(0, 160, 21);
    transition: .3s;
}
.lat1 .especial:hover{
    background: rgb(190, 0, 0);
}
.botones{
    font-size: 1.5em;
    background: rgb(0, 110, 15);
    margin-top: 5%;
    color: white;
    padding: 12px;
    border-radius: 15px;
    text-align:center;
}
.especial{
    margin-top: 15%;
    background: #b90b0b;;
}
.especial2{
    background: #b90b0b;;
}
.col-md-12 .titulo{
    font-size: 2.7em;
    width: 100%;
    text-align: center;
    font-weight: bold;
    
}
.tiendas{
    width: 15%;
}
.rowt{
    justify-content: space-around;
}
.lat3{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 2em;
    padding-bottom: 1.5em;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: -2%;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: rgb(238, 28, 28);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(238, 28, 28);
    margin-bottom: 2%;
}
.lat2{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 2em;
    padding-bottom: 1.5em;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: -2%;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: rgb(0, 110, 15);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 110, 15);
    margin-bottom: 2%;
}
.filosofia label{
    font-size: 2em;
    color: #b90b0b;
    font-weight: bold;
}
.filosofia p{
    margin-bottom: 0;
    padding-bottom: 0;
}
.recetas{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 2%;
}
.recetas .col-md-3{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
}
@media only screen and (max-width: 1450px){
    .temporal{
        width: 80%;
    }
    .lat1 label,.col-md-12 .titulo{
        font-size: 2.5em;
    }
    .encabezados{
        font-size: 1.8em;
    }
    .esr .encabezado{
        font-size: 2em;
    }
    .esr .subtitulo{
        font-size: 1em;
        width: 85%;
    }
}
@media only screen and (max-width: 1300px){
    .encabezados{
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 1050px){
    .encabezados{
        font-size: 1.2em;
    }
    .esr .encabezado{
        font-size: 2em;
    }
    .esr .subtitulo{
        font-size: 1em;
        width: 100%;
    }
    .botones{
        font-size: 1em;
    }
    .lat1 label,.col-md-12 .titulo{
        font-size: 2em;
    }
    .especial{
        margin-top: 10%;
    }
    .botones{
        font-size: 1em;
    }
}
@media only screen and (max-width: 801px){
    .lat1 label,.col-md-12 .titulo{
        font-size: 1.5em;
    }
    .botones{
        padding: 5px;
    }
}
@media only screen and (max-width: 600px){
    .encabezados{
        font-size: 1.4em;
    }
    .productos{
        flex-wrap: wrap;
    }
    .productos img{
        width: 40%;
    }
    .esr .subtitulo{
        width: 100%;
        font-size: 1em;
    }
    .lat2{
        flex-direction: column;
        flex-wrap:wrap;
    }
    .filosofia{
        width: 100% !important;
    }
    .lat3 .filosofia{
        display: flex;
        flex-direction: column;
    }
    .filosofia iframe{
        width: 100% !important;
        margin-top: 2%;
    }
    .lat1 .especial{
        margin-bottom: 4%;
    }
    .rowt .tiendas{
        width: 20%;
    }
    .recetas{
        flex-wrap: wrap;
    }
    .recetas .col-md-3{
        width: 50%;
    }

}
