.header-print {
    font-family: 'Aptos';
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100dvh;
    max-height: 820px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding-top: 4rem;
    background: rgb(159,192,216);
    background: linear-gradient(90deg, rgba(159,192,216,1) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
    flex-direction: column;

    .tamano-contenedor{
        min-height: 100%;
        margin-top: 2rem;
    }

    .posicion-contenido{
        min-height: 100%;
        display: flex;
        align-content: space-around;
    }

    /* Botones en la parte superior */
    .btn-container {
        top: 20px;
        left: 20px;
        display: flex;
        gap: 30px;
        align-items: center;

        .btn-image {
            width: auto;
            height: 11px;
            cursor: pointer;
        }
    }

    .contenedor-titulo-header{
        position: absolute;
        top: 9rem;

        .header-title {
            font-size: 79px;
            font-weight: 700;
            line-height: 72px;
            color: #2D2E35;

        }
    }

    .image-container {

        .header-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            max-height: 500px;
        }
    }


    

    .header-metrics {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 100%;
        position: relative;


        h3 {
            font-size: 27px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .contenedor-interno {
            max-width: 317px;
            /* Tabla de métricas */
            .metrics-table {
                background: #fff;
                border: 1px solid #9FC0D7;
                margin-bottom: 20px;
                width: 100%;

                .metric {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    padding: 15px 23px;
                    font-size: 18px;
                    border-bottom: 1px solid #9FC0D7;


                    &:last-child {
                        border-bottom: unset;
                    }

                    span {
                        font-weight: 700;
                        font-size: 27px;
                    }
                }

            }

            /* Datos de género */
            .gender-data {
                display: flex;
                justify-content: space-between;
                max-width: 250px;
                position: absolute;
                bottom: 0;

                span {
                    font-size: 27px;
                    text-align: left;
                    display: block;
                    line-height: 1;
                    &:first-child {
                        padding-right: 34px;
                        margin-right: 34px;
                        border-right: 1px solid #9FC0D7;
                    }


                    em {
                        display: block;
                        font-style: normal;
                        color: #000;
                        font-size: 18px;
                    }

                    &.men {
                        color: #37617C;
                    }

                    &.women {
                        color: #9FC0D7;
                    }
                }
            }
        }
    }


}



@media (max-width: 768px) {

    

    .header-print {
        min-height: 1050px;
        padding-top: unset;
        background: linear-gradient(180deg, rgba(159, 192, 216, 1) 21%, rgba(255, 255, 255, 1) 21%, rgba(255, 255, 255, 1) 100%);
    

        .tamano-contenedor{
            min-height: unset;
            margin-top: 10rem;
        }
    
        .posicion-contenido{
            min-height: unset;
            display: block;
        }
        
    
        /* Botones en la parte superior */
        .btn-container {
            display: flex;
            gap: 30px;
            flex-direction: column;
            margin-top: 4rem;
            align-items: flex-start;
            margin-bottom: 50px;
            margin-left: 20px;
            line-height: 10px;
    
            .btn-image {
                width: auto;
                height: 11px;
                cursor: pointer;
            }
        }
    
        .contenedor-titulo-header{
            position: absolute;
            top: 18rem;
            left: 4rem;
    
            .header-title {
                font-size: 55px;
                line-height: 55px;
    
            }
        }

        .header-content{
            display: flex;
            justify-content: center;
        }
    
        .image-container {
    
            .header-image {
                width: 304px;
                height: 291px;
                object-fit: cover;
                max-height: 500px;
            }
        }

        .header-metrics {
            display: flex;
            align-items: center;

            h3 {
                font-size: 18px;
                font-weight: 700;
                margin: 30px 0;
            }
    
            .contenedor-interno {
                max-width: 317px;
                /* Tabla de métricas */
                .metrics-table {
                    background: #fff;
                    border: 1px solid #9FC0D7;
                    margin-bottom: 20px;
                    width: 227px;
    
                    .metric {
                        font-size: 12px;
                        font-weight: 400;
    
    
                        &:last-child {
                            border-bottom: unset;
                        }
    
                        span {
                            font-weight: 700;
                            font-size: 18px;
                        }
                    }
    
                }
    
                /* Datos de género */
                .datos-contenedor{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                }

                .gender-data {
                    display: flex;
                    justify-content: space-between;
                    max-width: 250px;
                    position: absolute;
                    bottom: -60px;
    
                    span {
                        font-size: 20px;

                        &:first-child {
                            padding-right: 50px;
                            margin-right: 50px;
                            border-right: 1px solid #9FC0D7;
                        }
    
    
                        em {

                            font-size: 12px;
                        }
                    }
                }
            }
        }
    
    
    }

            
        
}


/* FIN HEADER */


/* Seccion 2*/

.distribution-section {
    padding: 50px 0;
}



.section-titulo-print {
    font-family: Aptos;
    font-weight: 700;
    font-size: 79px;
    line-height: 80px;
    color: #2D2E35;

    p{
        font-family: Aptos;
    font-weight: 400;
    font-size: 56px;
    line-height: 30px;
    color: #6E6E6E;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 35px;
    }
}

.datos-print-metrica{
    font-family: Aptos;
    font-weight: 700;
    font-size: 27px;
    line-height: 0px;
    letter-spacing: -3%;
    color:#2D2E35;
}

.texto-print-metrica{
    font-family: Aptos;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.97px;
    letter-spacing: -5%;
    color:#000000;
}

.section-title {
    font-size: 36px;
    font-weight: bold;
    color: #1A1A1A;
    margin-bottom: 20px;
}

.contenedor-datos-distribuciuon{
padding-left: 3em;
}

.distribution-metrics {
    padding: 30px 0;
}

.img-print-persona {
    width: 100%;
    height: 456px;
    object-fit: cover;
}

.img-print{
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.border-specs{
    border-right: solid 1px #9FC0D7;
}

.contenedor-datos-print{
    padding: 15px;
}
.borders-print{
    position: relative;
}

.borders-print::after{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #9FC0D7;
    left: 25%;
    z-index: 1;
}

.titulo-print-specs{
    font-family: Aptos;
    font-weight: 400;
    font-size: 15px;
    line-height: 0px;
    letter-spacing: -5%;
    text-align: center;
}

.texto-print-specs{
    font-family: Aptos;
    font-weight: 400;
    font-size: 11px;
    line-height: 10px;
    letter-spacing: 3%;
    text-align: center;
}

.numero-print-specs{
    font-family: Aptos;
    font-weight: 400;
    font-size: 27px;
    line-height: 32.96px;
    letter-spacing: -3%;
    text-align: center;
    color: #37617C;
}



@media (max-width: 768px) {
    .section-titulo-print {
        font-size: 50px;
    
        p{
        font-size: 37px;
        line-height: 0px;
        margin-bottom: unset;
        }
    }

    .img-print-persona {
        width: 100%;
        height: 235px;
        object-fit: cover;
    }

    .contenedor-datos-distribuciuon {
        padding-left: 1em;
    }

    .distribution-metrics {
        padding: 10px 0;
    }

    .datos-print-metrica {
        font-size: 18px;
    }

    .texto-print-metrica {
        font-size: 12px;
        line-height: 14px;
    }

    .img-print{
        height: 125px;
    }

    .titulo-print-specs {
        font-size: 11px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .texto-print-specs {
        font-size: 11px;
        margin: 10px 0;
    }

    .numero-print-specs {
        font-size: 20px;
        margin-bottom: unset;
    }

    .borders-print::after {
        width: 90%;
        left: 10%;
    }

    .contenedor-datos-print {
        padding: 5px;
    }


}

/* FIN Seccion 2 */


/* Seccion Calendario */

.section-calendario-print{
    font-family: Aptos;
    font-weight: 700;
    font-size: clamp(3rem, 2.8333rem + 0.8889vw, 3.5rem);
    line-height: 96.44px;
    color: #2D2E35;
    padding: 15px;

    p{
        font-family: Aptos;
        font-weight: 700;
        font-size: 27px;
        line-height: 32.96px;
        color: #2D2E35;
    }
}

.contenedor-mes{
    padding: 15px;
}

.datos-mes{
    display: flex;
    position: relative;
    margin-bottom: 1em;
}

.titulo-calendario-mes{
    font-family: Aptos;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    padding: 0 10px 0 0;
    color: #2D2E35;
    border-right: 2px solid #9FC0D7;
    margin: 0;
}

.datos-calendario-mes{
    font-family: Aptos;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    padding: 0 0 0 10px;
    color: #63A0C7;
    margin: 0;
}

.texto-mes{
    font-family: Aptos;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.7px;
}

.img-calendario{
    width: 100%;
    height: 243px;
    object-fit: cover;
    margin: 0;
    padding: 0;
}

.titulo-calendario-cierre{
    font-family: Aptos;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    padding: 0 10px 0 0;
    color: #2D2E35;
    border-right: 2px solid #9FC0D7;
}


.contenedor-cierre{
    padding: 15px 0;
}

.datos-cierre {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
}

.bordes-cierre{
    padding: 30px 10px;
    border-top: solid 1px #9FC0D7;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.ano-calendario-cierre{
    font-family: Aptos;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    color: #63A0C7;
    margin: 0;
    padding-left: 10px;
}


.datos-calendario-cierre{
    font-family: Aptos;
    font-weight: 400;
    font-size: 11px;
    line-height: 17.7px;
    color: #000;
}

.mes-calendario-cierre{
    font-family: Aptos;
    font-weight: 700;
    font-size: 12px;
    line-height: 17.7px;
}

.fecha-calendario-cierre{
    font-family: Aptos;
    font-weight: 400;
    font-size: 12px;
    line-height: 17.7px;

}


@media (max-width: 768px) {

    .section-calendario-print{
        line-height: 60px;
    }

    .bordes-cierre {
        padding: 20px 5px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

    .margenes-cierre{
        margin: 0 20px;
    }

}


/* FIN Seccioon CALENDARIO */




/* Modulo Fijas*/
.modulo-fijas {
    padding: 60px 0;
    background-color: #ffffff;
}

.contenedor-titulo-fijas{
    max-width: 700px;
}

/* Títulos principales */
.titulo-fijas {
    font-family: Aptos;
    font-weight: 700;
    font-size: 79px;
    line-height: 74px;

}

.subtitulo-fijas {
    font-family: Aptos;
    font-weight: 400;
    font-size: 56px;
    line-height: 30px;
    margin-bottom: 40px;
    text-align: right;
    color: #6E6E6E;
    margin-right: 150px;
}

/* Contenido de la izquierda */
.contenido-fijas {
    display: flex;
    flex-direction: column;
}

.titulo-item-fijas {
    font-family: Aptos;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.97px;
    margin-top: 20px;
    color: #2D2E35;
}

.texto-fijas {
    font-family: Aptos;
    font-weight: 400;
    font-size: 17px;
    line-height: 21.7px;
    color: 000;

}

/* Columna derecha con imagen y caja azul */
.columna-derecha-fijas {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Imagen */
.imagen-fijas img {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding-left: 40px;
    padding-bottom: 20px;
}

/* Caja de texto azul */
.caja-texto-fijas {
    background: linear-gradient(to top, #9FC0D7 85%, #fff 6%);
    padding: 30px;
    margin-top: -50px; /* Se sube sobre la imagen */
    position: relative;
    z-index: 2;
}



@media (max-width: 768px) {
    .columna-derecha-fijas {
        padding: 0;
    }

    .titulo-fijas {
        font-size: 55px;
        line-height: 59px;
    }

    .subtitulo-fijas {
        font-size: 37px;
        line-height: 30px;
        text-align: left;
    }

    .caja-texto-fijas {
        padding: 20px;
        margin-top: unset;
    }

    .imagen-fijas img {
        padding: 20px;
    }

}










/* Footer */

.modulo-footer{
    padding: 100px 0;
}

.footer-img{
    width: 25%;
    max-width: 50%;
}

.footer-texto p{
    font-family: Aptos;
    font-weight: 600;
    font-size: 13px;
    line-height: 15.87px;
    margin-top: 30px;
}

.contenedor-redes{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.iconos-redes{
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

@media (max-width: 768px) {

    .columna-foot{
        text-align: center;
    }

    .contenedor-redes {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-content: center;
        align-items: center;
    }

    .modulo-footer{
        padding: 50px 0;
    }

    .iconos-redes{
        display: flex;
        gap: 35px;
        margin: 40px 0;

        img{
            height: 35px;
        }
    }

}
