* {
    box-sizing: border-box;
    margin:0px
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Asap Condensed", sans-serif;
    margin: 0;
}
.color-logo{
    color: rgb(255, 42, 113);
}
h1{ font-size: 4rem;}
h2{ font-size: 2rem;}
h3{ font-size: 1.5em;}
ul{ list-style: none;
    padding: 2em;
    display: none;
    }
li{ color: white;   }


button{
    font-size: 1.25em;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
    border: 2px solid rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    color: white;
    background-color: rgb(194, 17, 76);
    transition: ease;
    
}
button:active{
    background-color: rgb(255, 195, 42);
}

button:hover{
    background-color: rgb(255, 42, 113);
}
#boton1, #boton2{
    padding: 10px 30px;
    flex-direction: column;
    position:static;
}


    
.container{
    max-width: 1400px;
    margin: auto;
}


header{
    background-color: rgb(27, 27, 27);
    
    
}
header .container{
    display: flex;
    flex-direction: column;
    align-items: center center;

}
header .logo{
    margin: 0;
    padding: 20px 35px;
    padding-bottom: 0;
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-size: 1.3rem;
    background-color:rgb(27, 27, 27);
    text-align: center;
    font-family: "Aclonica",sans-serif;
}


#navegador nav{
    display:flex;
    flex-direction: column;
    text-align: center;
    padding:20px;
    padding-top: 10px;
    background-color:rgb(27, 27, 27);
    margin: 0;
    
    
}


#navegador nav a{
    padding: 5px 20px;
    margin: 0;
    text-decoration: none;
    font-weight: bold;
    color: rgb(255,255,255);
    background-color: rgb(27, 27, 27);
    text-align: center;
}


#navegador nav a:hover{
    color: rgb(255, 42, 113);
}

#las-margaritas{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 80vh;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("imagenes/panHd.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#las-margaritas h2, #las-margaritas h3 {
    color: white;
}
#las-margaritas h2{
    font-family: "Aclonica",sans-serif;
}
#menu{
    background-color: rgb(25, 103, 126);
}

#menu .container{
    text-align: center;
    padding: 100px 15px;
    
}

#menu .container h3{
    color: white;
    
}
#menu .container h2{
    color: rgb(255, 255, 255);
    height: 20vh;
}

#menu .seccion{
    background-position: center center;
    background-size: cover;
    padding: 40px 0px;
    margin: 10px;
    border-radius: 20px;
}

#menu h2{
    margin-top: 0;
   
}
#menu h3{
    padding: 10px 0px;
    text-align: center;
    margin: 5px;
    
}


.seccion:first-child {
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)

    ),url(imagenes/sopeshd.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.seccion:nth-child(2){
  background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)

    ),url(imagenes/gringashd.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.seccion:nth-child(3){
      background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)

    ),url(imagenes/prape.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.seccion:nth-child(4){
      background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)

    ),url(imagenes/memiza.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#nuestros-sabores{
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 90vh;
    background-color: rgb(221, 221, 221);
    
}
#nuestros-sabores .container{
    text-align: center;
    padding: 250px 15px;
}
#nuestros-sabores h2{
    padding-bottom: 15px;
}

#nosotros{
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 70vh;
    background-color: rgb(25, 103, 126);
    color: white;
}

#nosotros .container{
    text-align: center;
    padding: 250px 15px;
}
#nosotros h2{
    color:rgb(255, 42, 113);
    padding-bottom: 15px;
}

footer{
    background-color: rgb(27, 27, 27);
    color:rgb(225, 225, 225)
}

footer p{
    margin: 0;
    padding: 12px;
}

footer .container{
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer a{
    text-decoration: none;
    color: white;
    padding: 5px 20px;
    margin: 0;
    text-decoration: none;
    font-weight: bold;
    color: rgb(255,255,255);
    background-color: rgb(27, 27, 27);
    text-align: center;
}

.container a:hover{
    color: rgb(255, 42, 113);
    
}

@media  (min-width: 750px){
    header{
        position: fixed;
        width: 100%;
    }

     header .container{
        flex-direction: row;
        justify-content: space-between;
    }
    #navegador nav{
        flex-direction: row;
    }
    
    #nuestros-sabores .container{
        display:flex;
        justify-content:center;
        flex-direction:row-reverse ;
        
    }

    #nuestros-sabores .img-container{
        background-image:url(imagenes/milpa.jpg);
        background-size: cover;
        background-position: center;
        height:350px;
        width:400px;
        border-radius: 15px;
        padding-right: 80px;
    }


    
    #nuestros-sabores .texto{
        padding: 30px 20px;
        margin-right: 0px;
        text-align:initial;
        width: 50%;
        max-width: 600px;
        display: flex;
        flex-direction:column;
        
        
        
    }
    #nosotros .container{
        display: flex;
        justify-content: center;
    }

    #nosotros .image-container{
        background-image:url(imagenes/lasmarg.jpg);
        background-size: cover;
        background-position: center center;
        height:220px;
        width:450px;
        border-radius: 15px;
    }
    #nosotros .texto{
        padding: 30px 30px;
        text-align: initial;
        width: 50%;
        max-width: 600px;
        display: flex;
        flex-direction: column;
        justify-content: center center;
        margin:0px
    }
    
    


    #menu .opciones {
        display:flex;
        justify-content:center;
        flex-direction: column;
        margin: 100px;
        
    }
    #menu .seccion h3{
        padding-bottom: 0;
    }
    
    #menu .seccion ul{
        display: block;
        align-items:center;
        margin-bottom: 0px;
        
    }

    #menu ul{
        padding-top: 5px;
        margin-top: 0;
        height: 100px;
    }
    

    #menu .seccion{
    padding: 15px;
    margin: 0;

    }

    #menu li, #menu ul{
        display: block;
        font-weight:bold;
    }
    #menu .seccion{
    background-position:center;
    background-size:cover;
    padding: 20px 20px;
    margin: 2px;
    border-radius: 20px;
}
}

