.modulo-header {
    position: relative;
    height: 100vh;
    background: url('../img/web/web-bg.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;
        }

        .web-titulo{
            color: #FFF;
            font-family: "Neue Montreal";
            font-size: clamp(5rem, 3.2394rem + 5.6338vw, 10rem);
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }


}





/* MODULO CALENDARIO */

.modulo-calendario{

    padding: 200px 0;

    .espacios-containers{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .calendario-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;

    }

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

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

    .espacios-row{
        row-gap: 50px;
    }

    .contenedor-meses{
        .meses-titulo{
            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: 29px; /* 100% */
            margin-bottom: 50px;
            
        }
    
        .meses-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;
        }

    }

    .contenedor-calendario-img img{
        width: 100%;
    }

    .contenedor-img-meses{
        padding-right: 0;
        position: relative;
    }

    .img-meses{
        width: auto ;
        height: 100%;
        object-fit: cover;
    
    }

    

}


/* Responsive MENU*/
@media (max-width: 768px) {
    .modulo-calendario {
        padding: 100px 0;
    
    .espacios-containers {
        gap: 20px;
    }

    .contenedor-filas-meses{
        display: flex;
        gap: 20px;
    }

    .contenedor-meses {
        .meses-titulo {
            margin-bottom: 0px;
        }
        }
    }
}



/* Modulo AUDIENCIA*/


.modulo-audiencia {

    margin-bottom: 200px;   
    
    
    .contenido h2 {
        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;
        margin-bottom: 50px;
    }
    
    .contenido{
    
        .textos p {
            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;
        }

        .datos-textos{
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 90%;
            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;
            background: #FF0;
            margin-bottom: 23px;
        }
        
        
        .contenedor-graficas {
            margin: 50px 0;
        }
        
        .contenedor-graficas img {
            max-width: 100%;
            height: auto;
        }
        
        
        .listado li {
            color: #000;
            font-family: "Neue Montreal";
            font-size: 25px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

    }

    .imagen img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* Responsive FOOTER*/
@media (max-width: 768px) {
    .modulo-audiencia {
        margin-bottom: 100px;

        .contenido h2 {
            margin-bottom: 30px;
        }
    
        .textos{
            display: flex;
            flex-direction: column;
            align-items: center;
            
        }
    
    
        .contenido{
            .listado li {
                font-size: clamp(1.125rem, 0.971rem + 0.493vw, 1.5625rem);
            }

            .contenedor-graficas {
                margin: 30px 0;
            }
        } 
    
    
    }
}


/* Modulo REDES*/

.modulo-redes {
    padding: 0 5rem;
    margin-bottom: 200px;

    .contenedor-elementos-redes{
        display: flex;
        align-items: center;

    }

    .titulo-redes{
        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;
        margin-bottom: 58px;
    }

    .contenedor-redes{
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 70px;
    }

    .redes-iconos{
        max-width: clamp(4.375rem, 4.0278rem + 1.8519vw, 6.25rem);
    }

    .redes-follows{
        color: #000;
        text-align: justify;
        font-family: "Neue Montreal";
        font-size: clamp(1.25rem, 1.0299rem + 0.7042vw, 1.875rem);
        font-style: normal;
        font-weight: 700;
        line-height: 40px; /* 100% */
    }

}


/* Responsive Redes*/
@media (max-width: 768px) {
    .modulo-redes {
        padding:unset; 
        margin-bottom: 60px;

        .contenedor-redes {
            display: flex;
            gap: 0px;
            margin-bottom: 10px;
            flex-direction: column;
            justify-content: center;
            flex-wrap: wrap;
            align-items: center;
            margin-bottom: 35px;
        }

        .margenes-redes{
            margin-top: 50px;
        }

        .redes-follows {
            margin-top: 15px;
            line-height: 25px;
            text-align: center;
        }
        
    }
}









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

    }
}