* {
    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;
}

.header__contenido {
    position: absolute;
}

.titulo1 {
    font-family: 'Nunito', sans-serif;
    font-size: 60px;
    font-weight: 900;
    color: #985f64;
    text-align: center;
    margin-left: 500px;
    margin-right: 500px;
}

.titulo2 {
    font-family: 'Amatic SC', cursive;
    font-size: 70px;
    font-weight: 700;
    color: #5c3046;
    text-align: center;
}

.titulo3 {
    font-family: 'Courgette', cursive;
    font-size: 45px;
    color: #985f64;
    margin-bottom: 10px;
    text-align: center;
}

.collage__header {
    margin-top: 40px;
    width: 100%;
}

.texto {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #5c3046;
    text-align: center;
}

b {
    color: #985f64;
}

.section__01 {
    display: flex;
    justify-content: space-between;
    margin-left: 180px;
    margin-right: 180px;
    margin-bottom: 40px;
}

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

.h2__1 {
    font-family: 'Nunito', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #985f64;
}

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

.texto__seccion2 {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #5c3046;
    text-align: center;
}

.link__ver {
    text-align: center;
}

.link__productos {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #9fe2d0;
}

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

.section__02 {
    display: flex;
    justify-content: space-between;
    margin-left: 180px;
    margin-right: 180px;
    margin-bottom: 80px;
}

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

.h2__3 {
    font-family: 'Nunito', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #985f64;
    margin-left: 40px;
}

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

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;
    }

    .flex {
        display: flex;
        align-items: center;
    }
    
    .header__contenido {
        margin-top: 40px;
        position: absolute;
    }
    
    .titulo1 {
        font-size: 30px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }
    
    .titulo2 {
        font-size: 30px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }
    
    .titulo3 {
        font-size: 22.5px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0px;
        text-align: center;
    }
    
    .collage__header {
        width: 100%;
        margin-top: 210px;
    }

    .texto {
        font-size: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0px;
        text-align: center;
    }
        
    .section__01 {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0px;
    }

    .maracuya__chocolates {
        width: 40vw;
    }

    .h2__1 {
        font-size: 20px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }
    
    .h2__2 {
        font-size: 20px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }
    
    .texto__seccion2 {
        font-size: 10px;
        margin-left: 20px;
        margin-right: 20px;
        font-weight: 300;
        text-align: center;
    }

    .link__productos {
        font-size: 10px;
        color: #9fe2d0;
    }
    
    .imagenes__flex {
        display: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    
    .chocolatina {
        width: 40vw;
    }

    .chocolate__barra {
        width: 40vw;
    }

    .section__02 {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 40px;
    }
    
    .chocolates_personalizados {
        width: 30vw;
    }
    
    .h2__3 {
        font-size: 20px;
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;
    }
    
    .h2__4 {
        font-size: 20px;
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;
    } 

    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;
    }

    .header__contenido {
        margin-top: 40px;
        position: absolute;
    }
    
    .titulo1 {
        font-size: 30px;
        margin-left: 200px;
        margin-right: 200px;
        text-align: center;
    }
    
    .titulo2 {
        font-size: 30px;
        margin-left: 200px;
        margin-right: 200px;
        text-align: center;
    }
    
    .titulo3 {
        font-size: 22.5px;
        margin-left: 200px;
        margin-right: 200px;
        margin-bottom: 0px;
        text-align: center;
    }
    
    .collage__header {
        width: 100%;
        margin-top: 100px;
    }

    .texto {
        font-size: 12px;
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 0px;
        text-align: center;
    }

    .section__01 {
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 0px;
    }

    .maracuya__chocolates {
        width: 40vw;
    }

    .h2__1 {
        font-size: 20px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }
    
    .h2__2 {
        font-size: 20px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }
    
    .texto__seccion2 {
        font-size: 10px;
        margin-left: 20px;
        margin-right: 20px;
        font-weight: 300;
        text-align: center;
    }

    .link__productos {
        font-size: 12px;
    }
    
    .imagenes__flex {
        margin-bottom: 40px;
    }
    
    .chocolatina {
        width: 40vw;
    }

    .chocolate__barra {
        width: 40vw;
    }

    .section__02 {
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 40px;
    }
    
    .chocolates_personalizados {
        width: 30vw;
    }
    
    .h2__3 {
        font-size: 20px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }
    
    .h2__4 {
        font-size: 20px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    } 

    footer {
        height: 214px;
    }

    .contenido_footer {
        margin-top: 100px;
    }

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

}