/* Modulo Header */


.modulo-header {
    padding: 100px 0;

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

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

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

    .alineacion-digital{
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

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


    .digital-textos {

        h2 {
            color: #2D2E35;
            font-family: Capo;
            font-size: 60px;
            font-style: normal;
            font-weight: 400;
            line-height: 70px; /* 116.667% */
            letter-spacing: -0.6px;
            margin-bottom: 37px;
        }
    
        p{
            color: #000;
            font-family: "Grifo S";
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px; /* 150% */
            letter-spacing: -0.54px;
        }
    }
}

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

        .btn-container {
            flex-direction: column;
            align-items: flex-start;
        }

        .digital-textos {
            h2 {
                font-size: 40px;
                line-height: 50px;
            }
    }
}
}






/* Modulo Menu */


.modulo-menu {
    background-color: #CED3D7;
    padding: 100px 0;

    .alineacion-menu{
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

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


    .soluciones-textos {

        h2 {
            color: #2D2E35;
            font-family: Capo;
            font-size: 60px;
            font-style: normal;
            font-weight: 400;
            line-height: 70px; /* 116.667% */
            letter-spacing: -0.6px;
            margin-bottom: 37px;
        }
    
        p{
            color: #000;
            font-family: "Grifo S";
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px; /* 150% */
            letter-spacing: -0.54px;
        }
    }
}

@media (max-width: 768px) {
    .modulo-menu {
        & .soluciones-textos {
            h2 {
                font-size: 40px;
                line-height: 50px;
            }
        }
        .contenedor-soluciones img {
            margin-bottom: 45px;
        }
    }

    

}







/* 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-bottom: 81px;
    }

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

    .contenedor-img-calendario {

        img{
            width: 496px;
            height: 976px;
            object-fit: cover;
        }

    }
    


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

    ul {
        padding-left: 50px;
        list-style-type: disc;
        margin: 0;
    }


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

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

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

        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: flex-start;
    }

    .calendarios-posiciones{
        width: 100%;
        margin-bottom: 30px;
    }




}





.contenedor-mes{
    padding: 12px 15px;
}

.datos-mes{
    display: flex;
    position: relative;
}

.titulo-calendario-mes{
    font-family: Aptos;
    font-weight: 700;
    font-size: 15px;
    line-height: 18.31px;
    letter-spacing: 8%;
    color: #2D2E35;
}

.lista-temas{
    font-family: Aptos;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.7px;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 0;

}

@media (max-width: 768px) {
    .modulo-calendario {
        padding: 50px 0;
        
        .section-calendario-print {
            font-size: 40px;
            line-height: 50px;
            margin-bottom: 45px;
        }

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

        .margenes-calendario {
            h3 {
                padding-left: unset;
            }

            ul, li {
                font-size: 17px;
            }
        }
    
        ul {
            padding-left: 2rem;
        }

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

        

    }
}





/*FIN DE CALENDARIO */






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

}