.header-digital {

    .btn-container {
        top: 20px;
        left: 20px;
        display: flex;
        gap: 30px;
        align-items: center;
        margin-top: 4rem;
        margin-bottom: 50px;
    }

    .btn-image {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .menu-head{
        display: flex;
        bottom: 15rem;
        position: relative;
    }

    /* Columna Izquierda */
    .header-digital-izquierda {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }

    .header-digital-texto {
        color: #000;
        font-family: Capo;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 150% */
        text-transform: uppercase;
        width: 100%;
    }

    .header-digital-derecha {
        position: relative;
        background-image: url("../img/print/bgprint.png");
        background-size: cover;
        background-position: center;
        padding: 180px 80px 199px 80px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-digital-subtitulo {
        color: #2D2E35;
        font-family: Capo;
        font-size: 60px;
        font-style: normal;
        font-weight: 400;
        line-height: 70px;
        letter-spacing: -1.8px;
        margin-left: 50px;
    }

    /* Módulo Lector */
    .modulo-lector-datos {
        background: rgba(255, 255, 255, 0.9);
        padding: 40px;
        text-align: center;
        color: #000;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        font-size: 16px;
    }

    .modulo-lector-datos h3 {
        color: #000;
        text-align: center;
        font-family: Capo;
        font-size: 27px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        margin: 0px 0 34px 0;
    }

    .modulo-lector-datos p {
        color: #000;
        text-align: center;
        font-family: "Sharp Grotesk";
        font-size: 88px;
        font-style: normal;
        font-weight: 700;
        line-height: 45px; /* 85.227% */
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    .modulo-lector-datos span {
        color: #000;
        text-align: center;
        font-family: "Grifo S";
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px; /* 146.667% */
    }

    .modulo-lector-datos strong {
        color: #000;
        text-align: center;
        font-family: Capo;
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px; /* 125% */
    }

    .margenes-ejemplares{
        margin: 13px 0 21px 0;
    }

    .margenes-ejemplares2{
        margin: 13px 0 0px 0;
    }

    .espacio-margenes{
        padding-bottom: 30px;
    }

    /* Icono Central */
    .header-digital-icono {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-digital-icono img {
        width: 50px;
        height: auto;
    }

}

@media (max-width: 768px) {
    .header-digital {
        .menu-head {
            bottom: 1rem;
        }


        .header-digital-izquierda {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-content: flex-start;
        }


        .header-digital-derecha {
            padding: 51px 80px 80px 80px;
        }

        .alineacion-lector-datos{
            display: flex;
            justify-content: center;
        }

        .size-contenedor-datos {
            width: 80%;
        }

        .btn-container {
            display: flex;
            gap: 13px;
            margin-top: 3rem;
            margin-bottom: 20px;
            flex-direction: column;
            align-items: flex-start;
        }

        .header-digital-texto {
            font-size: 17px;
            line-height: 28px;
            margin-top: 45px;

        }



        .header-digital-subtitulo {
            font-size: 40px;
            line-height: 50px;
            margin-left: unset;
        }

        .header-digital-icono {
            margin: 51px 0px;
        }


    }

}





/* Seccion Calendario */

.modulo-calendario{
    padding: 100px 0;

    .section-calendario-print{
        color: #2D2E35;
        font-family: Capo;
        font-size: 60px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -1.8px;
        margin-left: 2rem;
    }

    .contenedor-calendario{
        margin: 0;
        padding: 0;
        text-align: right;
    }

    .contenedor-img-calendario {

        img{
            width: auto;
            height: 536px;
            object-fit: cover;
        }

    }
    


    h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    ul {
        padding-left: 20px;
        list-style-type: disc;
    }

    ul li {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 5px;
    }

    .margenes-calendario{
        display: flex;
        height: 100%;
        align-items: flex-end;

        h3{
            color: #2D2E35;
            font-family: Capo;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: -0.17px;
        }

        ul, li{
            color: #000;
            font-family: "Grifo S";
            font-size: 19px;
            font-style: normal;
            font-weight: 400;
            line-height: 22.7px; /* 119.474% */
            letter-spacing: -0.38px;
        }
    }

    .border-calendario{
        border-right: 1px solid #000;
    }

    .alineacion-calendario{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: space-around;
    }

    .calendarios-posiciones{
        width: 84%;
    }




}

@media (max-width: 768px) {
.modulo-calendario{

    & .margenes-calendario {
        ul, li {
            font-size: 16px;
            line-height: 26px;
            letter-spacing: -0.32px;
        }
    }

    .section-calendario-print {
        font-size: 40px;
        line-height: 50px;
        margin-left: unset;
        }

        .margenes-calendario {
            margin: 25px 0;
        }

        .border-calendario {
            border-right: unset;
        }

        .calendarios-posiciones {
            width: 100%;
        }

        .contenedor-img-calendario {
            img {
                width: 100%;
                height: 409px;
                object-fit: cover;
            }
        }
    
        .contenedor-calendario {
            margin-top: 70px;
        }



    }

    

}






/*FIN DE CALENDARIO */





.modulo-contacto {
    padding: 100px 0;
    position: relative;


    .modulo-contacto-imagen {
        position: relative;
        display: flex;
        justify-content: flex-start;
        margin-left: 2rem;
    }
    
     .modulo-contacto-imagen .imagen-fondo {
        width: 504px;
        height: 750px;
        object-fit: cover;
    }
    
    .modulo-contacto-imagen .imagen-icono {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 8rem;
        left: 15rem;
    }

    /* Estilos del título */
    .titulo-contacto {
        color: #2D2E35;
        font-family: Capo;
        font-size: 60px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -1.8px;
        text-align: center;
    }

    /* Estilos del logo */
    .logo-contacto {
        margin: 85px 0px;
        text-align: center;
    }

    /* Contenedor de información */
    .info-contacto {
        margin-top: 20px;
    }

    /* Estilos de los textos */
    .contacto-item {

        p {
            color: #000;
            text-align: center;
            font-family: "Grifo S";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px; /* 186.667% */
            letter-spacing: 1.05px;
        }

        strong{
            color: #000;
            text-align: center;
            font-family: "Grifo S";
            font-size: 15px;
            font-style: normal;
            font-weight: 700;
            line-height: 28px; /* 186.667% */
            letter-spacing: 1.05px;
        }


    }

    .margen-item{
        margin: 85px 35px;
    }
}


@media (max-width: 768px) {
    .modulo-contacto {
        padding: 0px 0;

        .modulo-contacto-imagen {
            margin-left: unset;
        }

        .margen-img-contacto{
            padding: 0;
            margin: 60px 0;
        }
        .titulo-contacto {
            font-size: 40px;
            text-align: left;
        }


        .contacto-item {

            p {

                font-size: 17px;
                font-style: normal;
                font-weight: 400;
                line-height: 15px; /* 186.667% */
                letter-spacing: 1.05px;
            }
    
            strong{
                font-size: 15px;
                line-height: 20px; /* 186.667% */
            }
    
    
        }


        .margen-item {
            margin: 60px 35px;
        }
    
        .modulo-contacto-imagen .imagen-fondo {
            width: 100%;
            height: 524px;
            object-fit: cover;
        }

        .modulo-contacto-imagen .imagen-icono {
            top: 5rem;
            left: 10rem;
        }





    }
}







/* Footer */

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

.footer-texto p{
    color: #000;
    font-family: "Grifo S";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.26px;
}

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

}