
.platillos{
    font-size: 3.7em;/*2.7*/
    margin: 7px;
    text-align: center;
    font-family: 'Great Vibes';
    color: #954f9b;
    background-color: white;
    border-bottom: 3px solid #954f9b;
}
    
.Tensa{
    font-size: 2.7em;
    text-align: right;
    font-family: 'Federo', sans-serif;
    color: white;
    background: #954f9b;
    padding: 20px;
}
.Tensa1{
    font-size: 2.7em;
    text-align: left;
    text-decoration:underline;
    /*font-family: 'Federo', sans-serif;*/
    font-family: 'Great Vibes';
    color: #954f9b;
    padding: 20px;
    margin-right: 50px;
}
.conte{
    display:flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /*background-image: url(Platillos/a1.jpg);
    background-size: cover;
    opacity: .2;*/
}

/*.conte .caja{
    background-image: url(Platillos/a3.jpg);
    background-position: 100%;
}*/
.caja{
    border: 1px solid #954f9b;
    padding: 15px;
    width: 350px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.animado{
    opacity: 0;
    transition: all 0.5s;
}
.animado1{
    opacity: 0;
    transition: all 0.5s;
}
.mostrarArriba{
    animation: mostrarArriba 4s;
}

@keyframes mostrarArriba{
    0%{
        transform: translateX(-150px);
    }
    100%{
        transform: translateX(0);
    }
}

.mostrarIzq{
    animation: mostrarIzq 4s;
}

@keyframes mostrarIzq{
    0%{
        transform: translateX(150px);
    }
    100%{
        transform: translateX(0);
    }
}
.contenepasta{
    width: 100%;
    height: auto;
    /*background: #007bbf;*/
    
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
    
}
.cajapasta{
    width: 500px;
    height: 400px;
/*    background: yellow;*/
    margin: 10px;
    box-sizing: border-box;
    text-align: center;
}
.cajapasta img{
    width: 100%;
        object-fit: cover;
    

}

@media screen and (max-width:1200px){
    .cajapasta{
        width: 40%;
    }
}

@media screen and (max-width:600px){
    .cajapasta{
        width: 90%;
    }
}
.conteneCrem{
    width: 100%;
    height: auto;
    /*background: #007bbf;*/
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
}
.cajaCrem a:hover{
    text-decoration: underline;
    color: #954f9b;
}
.cajaCrem{
    width: 628px;/*700*/
    height: auto;/*620*/
    /*background: yellow;*/
    margin: 10px;
    box-sizing: border-box;
    text-align: center;
    margin: 10px;
}
.cajaCrem img{
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
@media screen and (max-width:1200px){
    .cajaCrem{
        width: 60%;
    }
}

@media screen and (max-width:600px){
    .cajaCrem{
        width: 90%;
    }
}

.contenFuerte{
    width: 100%;
    height: auto;
    /*background: #007bbf;*/
    
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
    
}
.cajaFuerte{
    width: 428px;
    height: 260px;
/*    background: yellow;*/
    margin: 10px;
    box-sizing: border-box;
    text-align: center;
    background-color: #CA8ECF;
}
.cajaFuerte img{
    width: 70%;
        object-fit: cover;

}

@media screen and (max-width:1200px){
    .cajaFuerte{
        width: 70%;
    }
}

@media screen and (max-width:600px){
    .cajaFuerte{
        width: 90%;
    }
}


.conteneCrema{
    width: 100%;
    height: auto;
    background-image: url(Platillos/FondoCremas.png);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
}

.cajaCrema{
    width: 628px;/*700*/
    height: auto;/*620*/
    /*background: yellow;*/
    margin: 10px;
    box-sizing: border-box;
    text-align: center;
    margin: 10px;
}
.cajaCrema img{
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
@media screen and (max-width:1200px){
    .cajaCrema{
        width: 60%;
    }
}

@media screen and (max-width:600px){
    .cajaCrema{
        width: 90%;
    }
}









