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

.modulo-portadas{
    margin-bottom: 200px;

    .contenedor-portadas{
        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;
            padding-bottom: 30px;
            padding-top: 200px;
            padding-bottom: 35px;
        }

        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: 500;
            line-height: normal; 
            padding-bottom: 157px;
            width: 60%;
        }
    }

    

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

    .contenedor-meses{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .contenedor-margen{
        margin-top: 50px;
    }
    

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

    .contenedor-calendario{
        .calendario-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:0 0 50px 0;
            
        }

        
    
        .calendario-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-filas-calendario-img{

        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-top: 359px;
            margin-bottom: 50px;
        }
    }

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

    .contenedor-img-calendario{
        padding-right: 0;
    }

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


/* Responsive Pôrtadas*/
@media (max-width: 768px) {
    .modulo-portadas {
        margin-bottom: 100px;

        & .contenedor-portadas {
            h2 {
                padding-top: 100px;
                padding-bottom: 35px;
            }

            p {
                padding-bottom: 50px;
                width: 100%;
            }
        }

        .portadas-margenes{
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .contenedor-filas-calendario-img {
            h2 {
                margin-top: 100px;
                margin-bottom: 50px;
            }
        }

        .contenedor-calendario {
            .calendario-titulo {
                line-height: 20px;
                margin: 0 0 20px 0;
            }
        }

        .contenedor-meses{
            margin-bottom: 40px;
        }

        .margenes-meses{
            gap: 40px;
        }



    }
}

/* Modulo AUDIENCIA*/

.modulo-audiencia{

    .titulo-audiencia{
            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;
    }

    .contenedor-audiencia{
        margin: 125px 0 140px 0;
    }

    .textos-audiencia{

        h2{
            color: #000;
            text-align: center;
            font-family: "Neue Montreal";
            font-size: 79px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin: 0;
        }

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

        span{
            color: #000;
            font-family: "Neue Montreal";
            font-size: clamp(1rem, 0.7139rem + 0.9155vw, 1.8125rem);
            font-style: italic;
            font-weight: 700;
            line-height: 20px;
        }
    }

    

    .contenedor-lista{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 47px;
    }

    .lista-genero {
        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;
        padding: 0;
      }

      .texto-porcentaje{
        color: #000;
        font-family: "Neue Montreal";
        font-size: clamp(1rem, 0.7139rem + 0.9155vw, 1.8125rem);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
      }
      
      .lista-genero li {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        color: #000;
        font-weight: 400;
        gap: 10px;
      }
      
      .lista-genero .marker {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-right: unset;
      }
      
      .marker.verde {
        background-color: #75FA4C;
      }
      
      .marker.amarillo {
        background-color: #FFFF00;
      }

      .marker.gris {
        background-color:#D9D9D9 ;
      }
      
      .lista-genero strong {
        font-weight: 700;
      }



      .contenedor-line {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-wrap: wrap;
        padding: 128px 0 234px 0;
      }
      
      .contenedor-line::before {
        content: "";
        position: absolute;
        top: 164px;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #000;
        z-index: 1;
        width: 90%;
        left: 5%;
      }
      
      .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 13%; 
        text-align: center;
        position: relative;
        z-index: 2; 
      }
      
      .porcentaje {
        color: #000;
        background: #fff;
        text-align: center;
        font-family: "Neue Montreal";
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 29px;
      }
      
      .texto-porcentaje-line {
        color: #000;
        text-align: center;
        font-family: "Neue Montreal";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        min-height: 125px;
      }


      .contenedor-distribucion-grafica{

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

        }

      }
      
      
}



/* Responsive AUDIENCIA*/
@media (max-width: 768px) {
    .modulo-audiencia{
        .contenedor-audiencia {
            margin: 30px 0;
        }

        .textos-audiencia {
            h2 {
                font-size: clamp(1.875rem, 0.7746rem + 3.5211vw, 5rem);
            }
        }


        .item {
            width: 70%;
        }

        .porcentaje {
            margin-bottom: 0px;
        }
    

        .texto-porcentaje-line {
            font-size: clamp(1rem, 0.912rem + 0.2817vw, 1.25rem);
            background: #fff;
            min-height: 30px;
        }


        .contenedor-line {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
        padding:50px 0;
        background: #fff;
        gap: 30px;

        }

        .contenedor-line::before {
            width: 600px;
            top: 378px;
            transform: rotate(90deg);
            left: -110px;
        }


        .porcentaje {
            font-size: clamp(1.5625rem, 0.7923rem + 2.4648vw, 3.75rem);
        }


    }


}


/* Modulo DISTRIBUCION*/

.modulo-distribucion{
    
    margin-bottom: 200px;

    .contenedor-distribucion{
        .encabezado{
            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: 110px;
        }

        p{
            color: #000;
            text-align: center;
            font-family: "Neue Montreal";
            font-size: clamp(1rem, 0.7139rem + 0.9155vw, 1.8125rem);
            font-style: light;
            font-weight: 300;
            line-height: normal; 
        }
    }

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

        h2{
            color: #000;
            text-align: center;
            font-family: "Neue Montreal";
            font-size: 79px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin: 29px 0 18px 0;
        }

        p{
            color: #000;
            text-align: center;
            font-family: "Neue Montreal";
            font-size: clamp(1rem, 0.7139rem + 0.9155vw, 1.8125rem);
            font-style: light;
            font-weight: 300;
            line-height: normal;
        }
    }

    .contenedor-distribucion{
        display: flex;
        flex-direction: column;
    }

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

    .contenedor-lista-grafica{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 47px;
    }

    .lista-genero-grafica {
        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;
      }

      .texto-porcentaje-grafica{
        color: #000;
        font-family: "Neue Montreal";
        font-size: clamp(1rem, 0.7139rem + 0.9155vw, 1.8125rem);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
      }
      
      .lista-datos-grafica {
        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;
        list-style: none;
        margin-bottom: 16px;
        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;
        display: flex;
        align-items: center;
      }

      .lista-datos-mayuscula {
        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;
        list-style: none;
        margin-bottom: 16px;
        display: flex;
        align-items: center;

      }
      
      .lista-genero-grafica .marker {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-right: 13px;
      }
      
      .marker.verde {
        background-color: #75FA4C;
      }
      
      .marker.amarillo {
        background-color: #FFFF00;
      }

      .marker.gris {
        background-color:#D9D9D9 ;
      }
      
      .lista-genero-grafica  {
        color: #000;
        font-family: "Neue Montreal";
        font-size: clamp(1rem, 0.7139rem + 0.9155vw, 1.8125rem);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        list-style: none;
      }

      .lista-genero-grafica-puntos {
        margin-bottom: 65px;

        li{
            color: #000;
            text-align: justify;
            font-family: "Neue Montreal";
            font-size: clamp(1rem, 0.7139rem + 0.9155vw, 1.8125rem);
            font-style: light;
            font-weight: 300;
            line-height: normal;
            list-style: none;
          }
      }

      .contenedor-datos-visitas{
        
        .titulo-supermecados{
            color: #000;
            text-align: center;
            font-family: "Neue Montreal";
            font-size: clamp(1rem, 0.7139rem + 0.9155vw, 1.8125rem);
            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;
        }

        p{
            color: #000;
            text-align: center;
            font-family: "Neue Montreal";
            font-size: clamp(1rem, 0.7139rem + 0.9155vw, 1.8125rem);
            font-style: light;
            font-weight: 300;
            line-height: normal;
        }

        .visitas-titulo{
            color: #000;
            text-align: center;
            font-family: "Neue Montreal";
            font-size: 60px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .subtitulo-visitas-titulo{
            color: #000;
            text-align: center;
            font-family: "Neue Montreal";
            font-size: clamp(1rem, 0.7139rem + 0.9155vw, 1.8125rem);
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .datos-visitas-titulo{
            color: #000;
            text-align: center;
            font-family: "Neue Montreal";
            font-size: 41px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 20px;
        }

        .img-flecha{
            margin-bottom: 20px;
        }

      }
      
      
}


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

        .contenedor-distribucion {
            .encabezado {
                margin-bottom: 50px;
            }
        }
        .contenedor-img-distribucion {
            h2 {
                font-size: clamp(2.5rem, 1.6197rem + 2.8169vw, 5rem);
            }
        }

        .contenedor-lista-grafica {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 30px;
            align-items: center;
        }

         ul {
            padding-left: 0;
        }

        .lista-genero-grafica-puntos {
            margin-bottom: 40px;
        }

        .contenedor-datos-visitas {
            .visitas-titulo {
                font-size: clamp(1.875rem, 1.2148rem + 2.1127vw, 3.75rem);
            }
        }

        .contenedor-datos-visitas {
            .datos-visitas-titulo {
                font-size: clamp(1.25rem, 0.7879rem + 1.4789vw, 2.5625rem);
            }
        }


    }
    

}







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

    }
}