@import url(header.css);
@import url(texto.css);
@import url(globos.css);
@import url(footer.css);
@import url(fontello.css);

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: sans-serif, 'Courier New', Courier, monospace;
    scroll-behavior: smooth;
}

body {
    width: 100%;
}

main a{
    color: #556F35;
}

.contenedor {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.contenedor .texto1 a{
    color:#556F35;
    font-size: 16px;
}

.contenedor a:hover {
    color: #D76F21;
}

.contenedor .boton-verde:hover{
    color:white;
}

.contenedor .indice {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.contenedor .indice .texto1 {
    width: 450px;
}

.contenedor .indice, .contenedor .globos {
    width: 49%;
}

.contenedor .indice p {
    margin: 10px 0;
}

.boton-verde {
    background-color: #556F35;
    color: white;
    padding: 13px 18px;
    border-radius: 3px;
    letter-spacing: 2px;
    margin: 15px 0;
    transition: all .2s ease;
    font-size: 12px;
    display: inline-block;
    text-align: center;
}

.boton-verde:hover {
    background-color: #D76F21;
}

.contenedor2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.saborCT {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    margin: 30px;
}

.contenedor2 .saborCT .servicios {
    width: 350px;
    margin: 0 20px;
    height: 110px;
}

.contenedor2 .saborCT .servicios a {
    color: #556F35;
}

.contenedor2 .saborCT .servicios a:hover {
    color: #D76F21;
}

.contenedor2 .servicios img {
    width: 80px;
}

.contenedor3 {
    width: 100%; 
    background-image: url(../platillos/fondo1.png);
    background-repeat: no-repeat;
    padding-top: 30px;
    background-size: 100%;
    margin-top: 100px;
}

.contenedor3 .texto1 {
    font-size: 14px;
}

.contenedor3 .texto3, .contenedor3 h2 {
    color: white;
}

.contenedor3 .section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.contenedor3  a {
    display: block;
    text-align: right;
    text-decoration: underline;
    margin: 15px 0;
}

.contenedor3 a:hover {
    color: #D76F21;
}

.contenedor3 .catalogo1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contenedor3 .info-catalogo1{
    padding: 20px 15px;
}
.contenedor3 .mejores-platillos1 {
    width: 300px;
}

.contenedor3 .mejores-platillos1 img {
    width: 100%;
}

.contenedor3 .info-catalogo1 {
    background-color: white;
}

.contenedor3 .mejores-platillos2 {
    height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
}

.contenedor3 .catalogo2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 180px;
    margin: 10px 0;
}

.contenedor3 .catalogo2 .info-catalogo1 {
    width: 400px;
    height: 100%;
}

.contenedor3 .mejores-platillos2 img {
    height: 100%;
}

.video {
    text-align: center;
    width: 70%;
    margin: auto;
}

.video button {
    margin: 35px 0;
}

.video video {
    width: 70%;
    margin: 50px;
}

.contenedor4 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: #F2F2F2;
}

.contenedor4 article {
    margin: 0 20px;
}

.contenedor4 .dom {
    width: 44%;
}

.contenedor4 .dom img {
    width: 80%;
    border-radius: 5px;
    border: 4px solid white;
}

.contenedor4 .domicilio {
    width: 44%;
    padding: 20px 0;
    text-align: center;
    margin-right: 10px;
}

.contenedor4 .domicilio img {
    width: 250px;
}

.contenedor4 .domicilio .botones a {
    margin: 20px;
    width: 120px;
}

.espacio {
    height: 150px;
}
.espacio1 {
    height: 100px;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    -webkit-transform: translateY(150px);
    -moz-transform:    translateY(150px);
    -ms-transform:     translateY(150px);
    -o-transform:      translateY(150px);
    opacity: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;
}

@media screen and (max-width:1220px){
    .saborCT {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        text-align: center;
        flex-wrap: wrap;
        margin: 30px;
    }
    
    .contenedor2 .saborCT .servicios {
        width: 32%;
        margin: 20px;
        height: 110px;
    }
}

@media screen and (max-width:1220px){


    .contenedor {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .contenedor .indice {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }

    .contenedor .indice div .boton-verde {
        width: 200px;
    }

    .contenedor .indice div {
        width: 80%;
        text-align: center;
    }
    .contenedor .indice div .texto1{
        width: 100%;
    }
   .contenedor .globos {
    width: 50%;
        
    }
    .contenedor article {
        width: 800px;
        height: 300px;
    }

    .saborCT {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        text-align: center;
        flex-wrap: wrap;
        margin: 30px;
    }
    
    .contenedor2 .saborCT .servicios {
        min-width: 320px;
        margin: 80px 0;
        height: 110px;
    }
}

@media screen and (max-width:900px){
    .espacio {
        height: 80px;
    }
    .espacio1 {
        height: 50px;
    }

}

@media screen and (max-width:750px){
    .contenedor4 .dom {
        width: 100%;
    }
    
    .contenedor4 .dom img {
        width: 80%;
        margin: 20px;
    }
    
    .contenedor4 .domicilio {
        width: 100%;
    }

}

@media screen and (max-width:650px){

    .contenedor3 h2 {
        margin: 10px 0;
    }
    .contenedor3 .catalogo1 img {
        border-radius: 5px 5px 0 0;
    }
    .contenedor3 .mejores-platillos2 {
        height: 100%;
        min-height: 500px;
        display: flex;
        flex-direction: column;
        margin-left: 0;
    }

    .contenedor3 .catalogo2 {
        flex-direction: column;
        height: 50%;
        margin: 10px 0;
    }

    .contenedor3 .catalogo2 img {
        max-width: 280px; 
        height: 240px; 
      }
    
    .contenedor3 .catalogo2 .info-catalogo1 {
        width: 100%;
        height: 100%;
    }

}

@media screen and (max-width:500px){
    .video {
        width: 90%;
    }

    .video video {
        width: 100%;
    }
    .espacio {
        height: 50px;
    }
    .espacio1 {
        height: 30px;
    }
}


@media screen and (max-width:450px){
    .contenedor2 .saborCT .servicios {
        margin: 0 0 140px 0;
        height: 100px;
    }

    .texth2 {
        margin: 0;
        top: -25px;
        position: relative;
    }

}

