.modulo-header {
    position: relative;
    background: url('../img/header/bg-instyle.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 9 / 6;
    max-height: 960px;
    width: 100%;



        .header-background {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }


        .header-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            width: 100%;
            align-content: flex-start;
            flex-wrap: wrap;
            padding: 0 0 270px 100px;
        }


}



/* Responsive HEADER*/
@media (max-width: 768px) {
    .modulo-header {
        background-position: left 20% bottom 20%;
        height: 100vh;

        .header-content {
        justify-content: center;
        padding: 0 3rem;
        }
    
    }

}




/* MODULO REVISTA */

.modulo-revista{

    padding: 200px 0;

    .revista-titulo{
        color: #000;
        font-family: "Neue Montreal";
        font-size: clamp(1.875rem, 0.7746rem + 3.5211vw, 5rem);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        padding-bottom: 30px;
    }

    .revista-texto{
        color: #000;
        text-align: justify;
        font-family: "Neue Montreal";
        font-size: clamp(1rem, 0.7139rem + 0.9155vw, 1.8125rem);
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .revista-subtitulo{
        color: #000;
        text-align: justify;
        font-family: "Neue Montreal";
        font-size: clamp(1rem, 0.7139rem + 0.9155vw, 1.8125rem);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 30px 0px;
    }

}

/* Responsive REVISTA*/
@media (max-width: 768px) {
    .modulo-revista {
        padding: 100px 0;
    }

}





/* MODULO LECTORAS */
.modulo-lectoras{
    padding-bottom: 200px;

    .lectoras-titulo{
        color: #000;
        font-family: "Neue Montreal";
        font-size: clamp(1.875rem, 1.0387rem + 2.6761vw, 4.25rem);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        margin-bottom: 35px;
        background: #FF0;
    }

    .lectoras-lista li{
        color: #000;
        font-family: "Neue Montreal";
        font-size: clamp(1rem, 0.7139rem + 0.9155vw, 1.8125rem);
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

}


/* Responsive LECTORAS*/
@media (max-width: 768px) {
    .modulo-lectoras{
        padding-bottom: 100px;

        .lectoras-titulo {
            margin-bottom: 30px;
        }
    
        .lectoras-lista{
            margin-bottom: 30px;
        }

    }

}


.modulo-menu {
    padding-bottom: 409px;


    .menu-texto {
        max-width: 300px;
        text-align: left;

        p {
            color: #000;
            font-family: "Neue Montreal";
            font-size: clamp(5.625rem, 4.0845rem + 4.9296vw, 10rem);
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        a{
            color: #2D2E35;
            text-decoration: none;
            &:hover{
                color: #000;
            }
        }
    }
}


/* Responsive MENU*/
@media (max-width: 768px) {
    .modulo-menu {
        padding-bottom: 100px;
    }

}





/* Modulo FOOTER*/



.modulo-footer {
    color: #000;
    padding: 0 5rem;
    padding-bottom: 94px;


    .footer-logo {
        text-align: left;
    }

    .footer-logo img {
        margin-bottom: 25px;
    }

    .footer-logo p {
        color: #000;
        font-family: "Neue Montreal";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.4px;
    }


    .footer-social {
        text-align: right;

    }

    .social-icons {
        display: flex;
        justify-content: flex-end;
        gap: 15px;
        margin-bottom: 10px;
    }


}


/* Responsive FOOTER*/
@media (max-width: 768px) {
    .modulo-footer{
        padding: 0px 1rem;

        .footer-logo img {
            width: 50%;
            margin-bottom: 31px;
        }

        .social-icons img {
            width: 40px;
        }

        .footer-social {
            text-align: right;
            display: flex;
            flex-direction: column;
            gap: 10px;
            align-items: center;

        }

        .social-icons {
            gap: 10px;
            margin: 30px 0 30px 0;
        }

    }
}