* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    background-image: url(../images/background-cacao.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header {
    max-width: 1440px;
    margin: 0 auto;
    padding: .4em;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    color: #985f64;
    font-size: 30px;
    font-weight: 900;
    box-sizing: border-box;
}

.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 40px;
}

.logotipo {
    display: flex;
    width: 120px;
    cursor: pointer;
    align-items: center;
    filter: brightness(100%);
}

.logotipo:hover {
    filter: none;
    filter: brightness(110%) saturate(50%);
}

ul {
    margin-top: -60px;
}

li {
    display: inline-block;
    list-style: none;
    padding: 0 10px;
}

a {
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #5c3046;
    transition: all 0.5s;
}

a:hover {
    color: #985f64;
}

.flex {
    display: flex;
    align-items: center;
}

h1 {
    margin-top: 80px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: #985f64;
}

h2 {
    text-align: center;
    font-family: 'Amatic SC', cursive;
    font-size: 60px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #5c3046;
}

p {
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
    font-weight: 300;
    color: #5c3046;
}

.pigusa__bold {
    text-align: left;
    color: #985f64;  
}

.contenido__header {
    display: flex;
    /* background-color: tomato; */
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 40px;
}

.header__flex {
    display: flex;
    align-items: center;
}

.section__01 {
    display: flex;
    /* background-color: aqua; */
    margin-left: 180px;
}

.cuchara__flex {
    display: flex;
    align-items: center;
}

.nuestro__chocolate {
    margin-top: 280px;
}

.imagenes__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: cadetblue; */
}

.section__02 {
    display: flex;
    /* background-color: cornflowerblue; */
    margin-left: 180px;
    margin-right: 180px;
}

.mujer__chocolate {
    display: flex;
    align-items: flex-end;
}

.acerca__pigusa-titulo {
    text-align: left;
    margin: 20px;
}

.acerca__pigusa {
    text-align: left;
    margin: 20px;
    margin-bottom: 0px;
}

.acerca__pigusa-texto {
    text-align: left;
    margin: 20px;
    margin-bottom: 30px;
}

.acerca__pigusa-texto-ultimo {
    text-align: left;
    margin: 20px;
    margin-bottom: 80px;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 428px;
    background-image: url(../images/Footer.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.contenido_footer {
    margin-top: 260px;
}

.footer__redes {
    margin-bottom: 80px;
    text-align: center;
}

.footer_links {
    margin-bottom: 40px;
}

.a__redes {
    font-size: 30px;
    padding: 1px;
}

i {
    color: #9fe2d0;
}

i:hover {
    color: white;
}

.a__footer {
    color: white;
    font-size: 20px;
}

.a__footer2 {
    color: white;
    font-size: 10px;
}

.a__punto {
    color: white;
    font-size: 30px;
}

.terminos_privacidad {
    margin-top: 30px;
    text-align: center;
}

ol {
    text-align: center;
}

@media only screen and (min-width: 1px) and (max-width: 650px) {
    li {
        display: block;
        padding: 0 2.5px;
    }

    a {
        font-size: 20px;
    }

    ul {
        margin-top: -20px;
    }

    .logotipo {
        width: 115px;
    }

    h1 {
        margin-top: 30px;
        font-size: 35px;
    }

    h2 {
        text-align: center;
        font-size: 45px;
        margin-bottom: 20px;
    }

    p {
        font-size: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0px;
    }

    .contenido__header {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .foto__chef {
        width: 100%;
        margin-top: 60px;
    }

    .section__01 {
        display: flex;
        margin: 0 auto;
    }

    .cuchara__flex {
        display: block;
        position: absolute;
    }

    .foto__cuchara {
        width: 100vw
    }

    .nuestro__chocolate {
        margin-top: 380px;
    }

    .section__02 {
        margin: 0 auto;
    }

    .mancha__chocolate {
        margin-top: 40px;
        margin-bottom: 20px;
        width: 100vw;
    }

    .bowl__chocolate {
        display: none;
    }

    .mujer__chocolate {
        display: none;
    }

    .acerca__pigusa-titulo {
        text-align: center;
    }

    .acerca__pigusa {
        text-align: center;
    }

    .acerca__pigusa-texto {
        text-align: center;
    }

    .acerca__pigusa-texto-ultimo {
        text-align: center;
        margin-bottom: 80px;
    }

    footer {
        height: 107px;
    }

    .footer__redes {
        margin-bottom: 20px;
        text-align: center;
    }
    
    .footer_links {
        margin-bottom: 0px;
    }
    
    .a__redes {
        font-size: 15px;
        padding: 0px;
    }
    
    .contenido_footer {
        margin-top: 50px;
    }

    .li__footer {
        display: inline-block;
    }

    .a__footer {
        font-size: 10px;
    }

    .a__footer2 {
        font-size: 5px;
    }

    .a__punto {
        font-size: 15px;
    }

    .terminos_privacidad {
        margin-top: 10px;
    }

}

@media only screen and (min-width: 651px) and (max-width: 1024px) {
    ul {
        margin-top: -40px;
    }

    li {
        padding: 0 5px;
    }

    h1 {
        margin-top: 0px;
        font-size: 35px;
    }

    h2 {
        text-align: center;
        font-family: 'Amatic SC', cursive;
        font-size: 45px;
        margin-bottom: 20px;
    }

    p {
        font-size: 12px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .contenido__header {
        margin-top: 60px;
    }

    .section__01 {
        display: flex;
        margin: 0 auto;
    }

    .foto__cuchara {
        width: 50vw
    }

    .nuestro__chocolate {
        margin-top: 250px;
    }

    .section__02 {
        display: flex;
        /* background-color: cornflowerblue; */
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 60px;
    }

    .imagenes__flex {
        margin-top: 60px;
    }

    .mancha__chocolate {
        width: 50vw;
    }

    .bowl__chocolate {
        width: 50vw;
    }

    .mujer__chocolate {
        width: 50vw;
    }

    .acerca__pigusa-titulo {
        text-align: center;
    }

    footer {
        height: 214px;
    }

    .contenido_footer {
        margin-top: 100px;
    }

    .footer__redes {
        margin-bottom: 40px;
    }
    
    .footer_links {
        margin-bottom: 20px;
    }

}