* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;;
    font-size: 16px;
    
    --rojo: #d03b40;
    --beige: #ded6c0;
    --blanco: #f5f0ed;
    --gris: #241d1b;
    
    --texto-oscuro: #3c3c3b;

}

body, html {
    overflow-x: hidden; 
}

.header {
    background-image: url(image/Fondo1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    align-items: center;
    justify-content: space-between;
    
}

h1 {
    font-weight: 800;
    font-size: 44px;
    color: var(--blanco);
}

h2 {
    font-size: 28px;
}

h3 {
    font-weight: 100;
    font-size: 24px;
}

/*-------------Nav----------------*/
.navbar{
    display: flex;
}

ul {
    padding: 0;
    margin: 0;
    display: flex;
   
    
}

ul li {
     margin-right: 20px;
    font-size: 14px;
    
}

.header .navbar{
    justify-content: flex-end;
}

ul li a {
    font-weight: 700;
     color: var(--blanco);
}

.navbar a {
    display: block;
    text-decoration: none;
}

.lanzador-menu {
    text-decoration: none;
    display: none;
}

#enlace-menu {
    
    width: 50px; 
    height: 50px; 
    text-align: center; 
    line-height: 40px; 
    cursor: pointer; 
    background-color: var(--rojo); 
    border-radius: 10px; 
    padding: 10px; 
}


#enlace-menu i {
    display: none;
    display: flex;
    font-size: 30px; 
    color: var(--beige); 
}

/*-------------cabeza----------------*/
.header {
    flex-basis: auto;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.header img{
    height: auto;
    max-height: 60px;
    margin-left: 20px;
}

.header-content {
    text-align: center;
}

.header-content .margen-top{
    margin-top: 100px;
}
.header-content .margen-center {
    width: auto;
    display: inline-grid;
    margin-top: 20px;
    color: var(--blanco);
    
}

.header-content hr{
    margin-top: 10px;
    width: 7%;
    margin-left: 46%;
    color: aliceblue;
}

/*-------------Cuadros Informacion 1----------------*/


.contenedor-padre {
    display: grid;
    grid-template-columns: 1fr 1fr; 
}

.contenedor1, .contenedor2 {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contenedor1 {
    color: var(--beige);
    background-color: var(--rojo);
}

.contenedor2 {
    color: var(--rojo);
    background-color: var(--beige);
}

.text-bold {
    font-weight: 800;
}

.contenedor1 h2, .contenedor1 p, .contenedor2 h2, .contenedor2 p {
    width: 50%; 
    text-align: center;
    
}

.contenedor1 p, .contenedor2 p {
    margin: 10px; 
    min-width: 100% ;
}

/*-------------Btn Imagen----------------*/

.information {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    background-image: url(image/Fondo2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    justify-content: center; 
}

.text-information {
    text-align: center;
   
}

.margin-top-text {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}

.text-information hr {
    margin-top: 10px;
    width: 7%;
    margin-left: 46%;
    color: aliceblue;
    
}

.text-information p {
    width: 60%;
    display: inline-grid;
    margin-top: 20px;
    color: var(--blanco);
    font-weight: 400;
}

.discover-button {
    margin-top: 40px; 
    padding: 10px 20px; 
    color: white; 
    border: none; 
    font-weight: 400;
    border: 3px solid var(--blanco);
    background-color: transparent;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

#producto-button a {
    color: aliceblue;
}

/*-------------Ingredientes----------------*/
.section {
    flex-basis: auto;
}

.section-container {
    display: flex;
    flex-wrap: wrap; 
    background-color: var(--blanco);
    justify-content: space-between; 
}

.section {
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: center; 
    width: calc(50% - 20px);
    padding: 20px;
    color: var(--texto-oscuro);
}


.section img {
    margin-right: 20px; 
}


.text-container {
    text-align: left; 
}

.text-container h3 {
    font-weight: 800;
}

/*-------------Conctacto GPS----------------*/

.contenedor-text{
    display: grid;
    grid-template-columns: 1fr 1fr; 
}

.contenedor3, .contenedor4 {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contenedor3 {
    color: var(--rojo);
    background-color: var(--beige);
}

.contenedor4 {
    color: var(--beige);
    background-color: var(--rojo);
}

.text-bold {
    font-weight: 800;
}

.contenedor3 h2, .contenedor1 p {
    width: 50%; 
    text-align: center;
    
}

.contenedor3 p, .contenedor4 p {
    margin: 10px; 
    min-width: 100% ;
}

.contenedor3 a{
    color: var(--rojo);
    font-weight: 800;
}

.contenedor4 a {
    color: var(--beige);
    font-weight: 800;
}

/*------------- Derechos ----------------*/

.derecho{
    background-color: var(--gris);
    color: var(--blanco);
    padding: 50px;
}

                                     /*------------- Responsive ----------------*/


@media only screen and (max-width: 601px) {
    
    h1 {
        font-size: 35px;
    }
    
/*-------------Nav----------------*/
   
   .navbar {
        display: none;
        position: absolute;
        top: 50px; 
        left: 0;
        right: 0;
        background-color: var(--gris);
        text-align: center;
    }

    .navbar.menu-desplegado {
        display: block;
    }
    
    .navbar li {
        display: block;
        margin: 10px 0; 
    }
    
    .navbar ul {
        display: inline;
        margin: 10px 0; 
    }
    
    .lanzador-menu {
        display: block;
        margin-right: 5%;
    }
    
    .navbar li a {
        display: block;
        padding: 10px 0;
        font-size: 18px;
        color: var(--blanco);
    }
    
    
/*-------------cabeza----------------*/
    .header-content .margen-top{
        margin-top: 50px;
    }
      

/*-------------Cuadros Informacion 1----------------*/
   .contenedor-padre {
        grid-template-columns: 1fr; 
  }
    
    .contenedor1 h2, .contenedor1 p, .contenedor2 h2, .contenedor2 p {
        text-align: center;
    }
    

/*-------------Ingredientes----------------*/
    .section {
        width: 100%;
        display: flex;
        flex-direction: column; 
        justify-content: center; 
        align-items: center; 
        text-align: center; 
    }
  
    .section img {
        width: 50%;
        margin-right: 0; 
        margin-bottom: 20px;
    }
    
    /*-------------Conctacto GPS----------------*/
      .contenedor-text {
        grid-template-columns: 1fr; 
    }

    .contenedor3 p, .contenedor4 p {
        min-width: auto;
    }


     /*-------------Conctacto GPS----------------*/
    .derecho{
        
    }
  }

    
  
