* {
    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-bottom: 50px;
    font-weight: 300;
    color: #5c3046;
}

.pigusa__bold {
    color: #985f64;
}

.contenido__header {
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 80px;
}

.imagenes__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section__01 {
    position: absolute;
    margin-left: 180px;
}

.barra__cuchara {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 210px;
}

.cucharachocolate__2 {
    margin-bottom: 30px;
}

.sobre__nosotros {
    text-align: justify;
    text-indent: -20pt;
    margin-left: 180px;
    margin-right: 180px;
}

.section__02 {
    display: flex;
    margin-left: 180px;
    margin-right: 180px;
}

.mujer__mensaje {
    display: flex;
    align-items: flex-end;
    margin-left: 5px;
    margin-top: 35px;
}

.escribe__mensaje {
    text-align: center;
    margin-bottom: 20px;
}

.texto__mensaje {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #985f64;
    text-align: center;
    font-size: 20px;
    margin-left: 15px;
}

.ol__mensaje {
    text-align: center;
}

.campo__texto {
    border: 2px solid #3e251c;
    border-radius: 10px;
    background-color: #f0eceb;
    width: 600px;
    height: 35px;
    font-size: 15px;
}

.campo__texto-final {
    border: 2px solid #3e251c;
    border-radius: 10px;
    background-color: #f0eceb;
    width: 600px;
    height: 100px;
    font-size: 15px;
}

button {
    background-color: #3e251c;
    border-radius: 10px;
    height: 40px;
    width: 100px;
    font-family: 'Nunito', sans-serif;
    border: none;
    color: white;
    text-align: center;
    font-size: 20px;
    margin-left: 640px;
}

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-family: 'Amatic SC', cursive;
        font-size: 45px;
        margin-bottom: 20px;
    }

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

    .contenido__header {
        width: 250px;
        margin: 0 auto;
    }

    .ordenar__productos {
        margin-top: 25px;
    }

    .cuchara__chocolate1 {
        display: none;
    }

    .muffin__chocolate {
        margin-top: 30px;
        width: 100vw;
    }

    .section__01 {
        position: relative;
        margin-left: 20px;
        margin-right: 20px;
    }

    .barra__cuchara {
        margin-top: 60px;
    }

    .barra__chocolate {
        display: none;
    }

    .cucharachocolate__2 {
        width: 100vw;
    }

    .sobre__nosotros {
        text-indent: 0pt;
        margin: 0 auto;
    }

    .section__02 {
        margin: 0 auto;
        text-align: center;
    }

    .mujer__mensaje {
        display: none;
    }

    .texto__mensaje {
        font-size: 15px;
        margin-left: 15px;
    }

    .campo__texto {
        width: 300px;
        height: 35px;
        font-size: 15px;
    }

    .campo__texto-final {
        width: 300px;
        height: 100px;
        font-size: 15px;
    }

    button {
        height: 40px;
        width: 100px;
        font-size: 15px;
        margin-left: 200px;
        margin-bottom: 40px;
    }

    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 {
        width: 710px;
        margin: 0 auto;
    }

    .ordenar__productos {
        margin-top: 60px;
    }

    .header__flex {
        align-items: flex-end;
    }

    .cuchara__chocolate1 {
        width: 40vw;
    }

    .muffin__chocolate {
        width: 40vw;
    }

    .imagenes__flex {
        margin-bottom: 40px;
    }

    .section__01 {
        position: absolute;
        width: 750px;
        margin-top: 10px;
        margin: 0 auto;
    }

    .sobre__nosotros {
        width: 710px;
        margin: 0 auto;
    }

    .barra__cuchara {
        margin-top: 430px;
        margin-bottom: 40px;
    }

    .barra__chocolate {
        display: none;
    }

    .cucharachocolate__2 {
        width: 100vw;
    }

    .sobre__nosotros {
        text-indent: 0pt;
        text-align: center;
    }

    .section__02 {
        margin: 0 auto;
        text-align: center;
    }

    .mujer__mensaje {
        width: 40vw;
        margin-left: 0px;
        margin-right: 20px;
        margin-top: 17.5px;
    }

    .texto__mensaje {
        font-size: 15px;
        margin-left: 0px;
        text-align: center;
    }

    .campo__texto {
        width: 300px;
        height: 35px;
        font-size: 15px;
    }

    .campo__texto-final {
        width: 300px;
        height: 100px;
        font-size: 15px;
    }

    button {
        height: 40px;
        width: 100px;
        font-size: 15px;
        margin-left: 280px;
        margin-bottom: 40px;
    }

    footer {
        height: 214px;
    }

    .contenido_footer {
        margin-top: 100px;
    }

    .footer__redes {
        margin-bottom: 40px;
    }

    .footer_links {
        margin-bottom: 20px;
    }

}