.mt-gbh {
    max-width: 170% !important;
    margin-left: -55%;
    margin-bottom: -11%;
}

.btn-lic-sol {
    background: #0039C7 0% 0% no-repeat padding-box;
    border-radius: 32px;
    color: #FFFFFF !important;
}

.btn-lic-sol:hover {
    background: #0038c7c7 0% 0% no-repeat padding-box;
    border-radius: 32px;
    color: #FFFFFF !important;
}

.card-cat {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    border: 0;
}

.card-cat-img-wrapper {
    background-color: #F6F9FF;
    padding: 8px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.card-cat img {
    transition: filter 0.3s ease;
}

.card-cat:hover {
    background: #1046C0 0% 0% no-repeat padding-box;
    color: white;
}

.card-cat:hover img {
    filter: brightness(10) invert(1);
}

#area-interes h2 {
    color: #22D3EE;
}

#area-interes p {
    color: #F5F7FD;
}

.card-area-interes {
    background: transparent linear-gradient(270deg, #0039C7 0%, #001D64 100%) 0% 0% no-repeat padding-box;
    border-radius: 34px;
}

#logros {
    margin-top: 100px;
}

.card-logros-l {
    background-color: #b3c6fc55;
    border: 0;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#logros h2 {
    color: #2563FF;
}

#oferta-cuatrimestral h2 {
    color: #0B2D5C;
}

#oferta-cuatrimestral h6 {
    color: #526070
}

#oferta-cuatrimestral .badge-blue,
#oferta-semestral .badge-blue {
    background: #2563FF 0% 0% no-repeat padding-box;
    border-radius: 51px;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 200 !important;
}

#oferta-cuatrimestral .badge-blueS,
#oferta-semestral .badge-blueS {
    background: #1046C0 0% 0% no-repeat padding-box;
    border-radius: 51px;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 200 !important;
}

.card-of {
    background-color: #FFFFFF;
    border-radius: 30px;
    border: 0;
}

.card-of:hover {
    box-shadow: 0px 3px 6px #00000029;
}

.titulo-oc {
    color: #1046C0;
}

.texto-of {
    color: #2B2F3A;
}

.quiero-of {
    color: #2563FF;
}

/* ══════════════════ PAGE HERO ══════════════════ */
#lic-header .lh-azul {
    width: 100%;
    height: 400px;
    background: transparent linear-gradient(111deg, #1046C0 0%, #082360 100%) 0% 0% no-repeat padding-box;
    margin-top: -68px;
}

#lic-header .lh-negro {
    width: 100%;
    height: 50px;
    background: #0B1026;
}

.badge-yellow {
    background-color: #FFF200;
    border-radius: 17px;
    color: #526070;
    font-size: medium;
}

#lh-card .card {
    background: #FFFFFF !important;
    border-radius: 36px !important;
    border: none !important;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: -300px;
    padding-bottom: -5% !important;
}

#lh-card h2 {
    color: #0F1E3A !important;
}

#lh-card p {
    color: #526070;
}

.btn-lh-empezar {
    background: #2563FF !important;
    border-radius: 32px;
    color: #FFFFFF !important;
}

.btn-lh-lic {
    border: 2px solid #103B73 !important;
    border-radius: 32px;
    color: #103B73 !important;
}

.lh-mujer {
    max-width: 235% !important;
    width: 235%;
    margin-left: -100%;
    margin-top: -8%;
}

#cw .card-cw {
    background: transparent linear-gradient(270deg, #0039C7 0%, #1F0064 100%) 0% 0% no-repeat padding-box;
    border-radius: 34px;
}

#cw .card-cw h1 {
    color: #F6F9FF;
}

#cw .card-cw h4 {
    color: #F5F7FD;
}

.input-cw {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 34px;
}

.btn-cw-solicitar {
    background-color: #22D3EE;
    background-clip: padding-box;
    border: 8px solid #22D3EE4E;
    border-radius: 45px;
    outline: 1px solid #22D3EE;
    outline-offset: 0px;
}

.btn-cw-solicitar:hover {
    color: white !important;
}