@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body .ui-widget {
    font-family: var(--Font-Body-Font, "Noto Sans") !important;
}

.background--Neutro-Neutro-200{
    background-color: #F9F9F9 !important;
}
.divisor-gradiente {
    align-content: end;
    margin-bottom: -2rem;
    height: 20px;
    flex-shrink: 0;

    opacity: 0.5;
    background: linear-gradient(85deg, #621132 11.58%, #6211321a);
}
.lbl-llave-mx {
    color: var(--Text-Text-primary-enabled, #611232);

    font-size: 24px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}
li::marker {
    color: #000000;
    font-size: x-large;
}

body .ui-accordion .ui-accordion-header {
    border-radius: 8px;
    background: var(--Neutro-Neutro-100, #FFF) !important;
    box-shadow: 0 4px 4px 0 rgba(152, 152, 152, 0.25);
}

.ui-accordion-header {
    color: var(--Neutro-Neutro-800, #161A1D) !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ui-accordion-content {
    color: var(--Neutro-Neutro-800, #161A1D) !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.lbl-elementos-lista-nowrap {
    white-space: nowrap;
}

.dialog-centrado-modal.ui-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
}
.dialog-contenido-centrado {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.grid-centrado-modal {
    margin: 0 auto;
    text-align: center;
}

.adip-subtitle {
    font-family: var(--Font-Body-Font, "Noto Sans") !important;
    color: var(--Neutro-Neutro-800, #161A1D) !important;
    font-family: Noto sans;
    text-align: center !important;
    /* Body/Medium */
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

.adip-output-informacion {
    font-family: var(--Font-Body-Font, "Noto Sans") !important;
    color: var(--Neutro-Neutro-800, #161A1D);
    text-align: center;
    /* Body/Regular */
    font-family: Noto Sans;
    font-size: var(--Tipos-Tamao-Prrafos-Prrafo-base, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.adip-btn-wine {
    font-family: var(--Font-Body-Font, "Noto Sans") !important;
    background: #611232 !important;
    border-radius: 8px !important;
    width: auto !important;
    height: 100% !important;
    margin: 8px 24px 8px 24px !important;
    border: none !important;display: flex;
    height: 38px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--Neutro-Neutro-100, #FFF);
    /* Button */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
}

@media screen and (min-width: 1236px) {
    .img-banner-01 {
        height: 595px !important;
        transform: rotate(-0.2deg);
    }
    .img-banner-02{
        height: 597px !important;
        transform: rotate(-0.2deg);
        top: 6rem;
        position: relative;
    }
    .img-rita-cetina {
        left: 6rem;
        bottom: -0.7rem;
        position: relative;
    }
    .cont-tit-home {
        max-width: 640px;
        padding-top: 44px;
        margin-left: 20%;
    }
    .cont-subt-home {
        max-width: 735px;
        padding-top: 25px;
    }
    .tit-home {
        color: #FFF;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .tit-home-bold {
        color: #FFF;
        font-size: 56px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .subt-home {
        color: #FFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .pnl-titl {
        background-image: url(/resources/img/Rectangle_1981.svg);
        background-size: cover !important;
        height: 700px;
        background-position-y: center;
        padding-top: 50px;
        display: flex;
        margin: 0 auto;
        flex-direction: column;
        justify-content: center;
    }
    .pnl-tercer-bloque {
        background-image: url(/resources/img/Rectangle_24436.svg);
        background-size: cover !important;
        height: 308px;
        background-position-y: center;
        padding-top: 50px;
        margin: 0 auto;
        display: grid;
        align-content: end;
        flex-wrap: wrap;
    }
    .pnl-fondo-gris {
        display: grid;
        width: 1328px;
        height: 234px;
        row-gap: 10px;
        column-gap: 10px;
        flex-shrink: 0;
        grid-template-rows: repeat(1, minmax(0, 1fr));
        grid-template-columns: repeat(2, minmax(0, 1fr));

        border-radius: 16px;
        background: var(--Background-Background-primary-100, #F0ECED);
        margin-left: 7rem !important;
    }

    .pnl-fondo-gris .ui-g {
        display: -webkit-box;
    }

    .tit-fondo-gris {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .pnl-sabias-que {
        padding-left: 7rem;
        padding-top: 6rem;
    }
    .tit-sabias-que {
        color: var(--2024-30-Colors-Main-Guinda-GOB-MX, #611232);
        font-size: 56px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .subt-sabias-que {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .lbl-sabias-que {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .cont-listado-apoyos {
        width: 779px;
        display: grid;
    }
    .pnl-cont-requisitos {
        display: flex;
        flex-wrap: wrap-reverse;
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
        justify-content: center;
    }
    .pnl-cont-requisitos  .ui-g {
        display: -webkit-box;
    }
    .pnl-requisitos {
        display: block;
        width: 652px;
        padding: 24px !important;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        flex-shrink: 0;
        border-radius: 16px;
        background: #FFF !important;
        margin-left: 2rem;
    }
    .tit-req-pasos-guinda {
        color: var(--2024-30-Colors-Main-Guinda-GOB-MX, #611232);
        font-size: 40px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .subt-requisitos {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .lbl-elementos-lista {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .lbl-elementos-lista-bold {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .pnl-dentro-gradiente {
        background: var(--Neutro-Neutro-300, #F3F3F3);
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: -0.5rem;
        text-align: center;
    }
    .cont-right {
        position: relative !important;
        left: 11rem;
        top: -120px;
    }
    .cont-left {
        padding-top: 25rem !important;
    }
    .pnl-apoyo-otorgado {
        align-content: center;
        padding-bottom: 15rem;
        margin: 0 auto;
        max-width: 1400px;
        width: 100%;
    }
    .lbl-proximamente-verde {
        display: inline-flex;
        padding: 4px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: var(--Terciarios-Green-500, #1E5B4F);
        color: var(--Neutro-Neutro-100, #FFF);
        font-size: 21px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        width: fit-content;
    }
    .head-apoyo-otorgado {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 56px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .lbl-listado-apoyos {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .lbl-listado-apoyos-bold {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .pnl-tarjetas {
        padding-top: 5rem !important;
        margin-left: -15rem;
        position: relative !important;
        left: 20rem;
        top: 0;
    }
    .tarjeta-atras {
        position: absolute;
        z-index: 1 !important;
    }
    .tarjeta-frente {
        position: absolute;
        z-index: 2 !important;
        left: -2rem;
        top: 10rem;
    }
    .pnl-estudiar-derecho {
        max-width: 680px;
    }
    .pnl-grados {
        margin: 2rem 0 0 2rem;
        display: flex;
        flex-wrap: wrap;
    }
    .pnl-faqs {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
        margin-bottom: 5rem !important;
    }
    .lbl-titulo-faqs {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-family: var(--Font-Body-Font, "Noto Sans");
        font-size: 40px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .btn-guinda {
        display: flex;
        width: 408px !important;
        height: 40px;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 8px !important;
        background: var(--Background-Background-primary-600, #611232) !important;
        border: 1px solid #611232 !important;
        color: var(--Neutro-Neutro-100, #FFF) !important;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 137.5% */
    }
    .btn-blanco {
        display: flex;
        width: 408px !important;
        height: 40px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 8px !important;
        border: 0.855px solid var(--Guinda-GOB-MX, #611232) !important;

        color: var(--Guinda-GOB-MX, #611232) !important;
        text-align: center !important;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 137.5% */
    }
    .pnl-079 {
        display: flex;
        width: 90%;
        padding: 24px 88px;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin: 2rem auto;

        border-radius: 16px;
        background: linear-gradient(180deg, #9B2247 0%, #611232 100%);
    }
    .cont-left-079 {
        width: 16.6667%;
        align-content: center;
        border-right: solid #ffffff !important;
    }
    .cont-right-079 {
        width: 83.3333%;
        padding-left: 2rem;
    }

    .divisor-079 {
        display: none;
    }
    .icon-079 {
        width: 52.288px;
        height: 42px;
        aspect-ratio: 52.29/56.00;
    }
    .lbl-079 {
        color: var(--Neutro-Neutro-100, #FFF);
        text-align: center;

        font-size: 56px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .lbl-tit-079 {
        color: var(--Neutro-Neutro-100, #FFF);

        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .lbl-subtit-079 {
        color: var(--Neutro-Neutro-100, #FFF);

        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: var(--Tipos-Interlineado-Ttulos-y-subttulos-Nivel-3, 35px); /* 145.833% */
    }
}

@media screen and (max-width: 1440px) {
    .cont-tit-home {
        margin-left: 5% !important;
    }
    .pnl-apoyo-otorgado {
        margin-left: 2%;
    }
}

@media screen and (min-width: 915px) and (max-width: 1235px) {
    .img-banner-01{
        height: 578px !important;
        transform: rotate(-0.2deg);
    }
    .img-banner-02{
        height: 512px !important;
        transform: rotate(--0.2deg);
        top: 6rem;
        left: -2rem;
        position: relative;
    }
    .img-rita-cetina {
        width: 430px;
        left: 3rem;
        bottom: -4.9rem;
        position: relative;
    }
    .cont-tit-home {
        max-width: 382px;
        margin-left: 3rem;
    }
    .cont-subt-home {
        max-width: 735px;
        padding-top: 25px;
    }
    .tit-home {
        color: #FFF;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .tit-home-bold {
        color: #FFF;
        font-size: 56px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .subt-home {
        color: #FFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .pnl-titl {
        background-image: url(/resources/img/Rectangle_1981.svg);
        background-size: cover !important;
        height: 700px;
        background-position-y: center;
        margin: 0 auto;
        align-content: center;
    }
    .pnl-tercer-bloque {
        background-image: url(/resources/img/Rectangle_24436.svg);
        background-size: cover !important;
        height: 308px;
        background-position-y: center;
        padding-top: 50px;
        margin: 0 auto;
        display: grid;
        align-content: end;
        flex-wrap: wrap;
    }
    .pnl-tercer-bloque .ui-g {
        display: -webkit-box !important;
    }
    .pnl-fondo-gris {
        display: grid;
        width: 1328px;
        height: 234px;
        row-gap: 10px;
        column-gap: 10px;
        flex-shrink: 0;
        grid-template-rows: repeat(1, minmax(0, 1fr));
        grid-template-columns: repeat(2, minmax(0, 1fr));

        border-radius: 16px;
        background: var(--Background-Background-primary-100, #F0ECED);
        margin-left: 7rem !important;
    }

    .pnl-fondo-gris .ui-g {
        display: -webkit-box;
    }

    .tit-fondo-gris {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .pnl-sabias-que {
        padding-left: 2rem;
        padding-top: 6rem;
    }
    .tit-sabias-que {
        color: var(--2024-30-Colors-Main-Guinda-GOB-MX, #611232);
        font-size: 56px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .subt-sabias-que {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .lbl-sabias-que {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .cont-listado-apoyos {
        width: 343px;
        display: grid;
    }
    .pnl-cont-requisitos {
        display: flex;
        flex-wrap: wrap-reverse;
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
        padding-left: 1rem !important;
    }
    .pnl-cont-requisitos  .ui-g {
        display: -webkit-box;
    }
    .pnl-requisitos {
        display: grid;
        width: 450px;
        padding: 24px !important;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        flex-shrink: 0;
        border-radius: 16px;
        background: #FFF !important;
        margin-left: 2rem;
    }
    .lbl-elementos-lista-nowrap {
        white-space: wrap !important;
    }
    .pnl-requisitos .lbl-elementos-lista {
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: break-word;
        line-height: 1.4;
    }
    .tit-req-pasos-guinda {
        color: var(--2024-30-Colors-Main-Guinda-GOB-MX, #611232);
        font-size: 40px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .subt-requisitos {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .lbl-elementos-lista {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .lbl-elementos-lista-bold {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .pnl-dentro-gradiente {
        background: var(--Neutro-Neutro-300, #F3F3F3);
        display: flex;
        flex-wrap: wrap;
        margin-top: -0.5rem;
    }
    .cont-right {
        position: relative !important;
        left: 6rem;
        top: -25px;
    }
    .cont-left {
        padding-top: 16rem !important;
    }
    .pnl-apoyo-otorgado {
        align-content: center;
        padding-left: 2rem;
        padding-bottom: 15rem;
    }
    .lbl-proximamente-verde {
        display: inline-flex;
        padding: 4px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: var(--Terciarios-Green-500, #1E5B4F);
        color: var(--Neutro-Neutro-100, #FFF);
        font-size: 21px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        width: fit-content;
    }
    .head-apoyo-otorgado {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 40px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .lbl-listado-apoyos {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 30px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .lbl-listado-apoyos-bold {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 30px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .pnl-tarjetas {
        padding-top: 5rem !important;
        margin-left: -15rem;
        position: relative !important;
        left: 20rem;
        top: 0;
    }
    .tarjeta-atras {
        position: absolute;
        z-index: 1 !important;
    }
    .tarjeta-frente {
        position: absolute;
        z-index: 2 !important;
        left: -2rem;
        top: 10rem;
    }
    .pnl-estudiar-derecho {
        max-width: 455px;
    }
    .pnl-grados {
        margin: 2rem 0 0 2rem;
        display: flex;
        flex-wrap: wrap;
    }
    .pnl-faqs {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .lbl-titulo-faqs {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-family: var(--Font-Body-Font, "Noto Sans");
        font-size: 40px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .btn-guinda {
        display: flex;
        width: 408px !important;
        height: 40px;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 8px !important;
        background: var(--Background-Background-primary-600, #611232) !important;

        color: var(--Neutro-Neutro-100, #FFF) !important;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 137.5% */
    }
    .btn-blanco {
        display: flex;
        width: 408px !important;
        height: 40px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 8px !important;
        border: 0.855px solid var(--Guinda-GOB-MX, #611232) !important;

        color: var(--Guinda-GOB-MX, #611232) !important;
        text-align: center !important;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 137.5% */
    }
    .pnl-079 {
        display: flex;
        width: 90%;
        padding: 24px 0px;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin: 2rem auto;

        border-radius: 16px;
        background: linear-gradient(180deg, #9B2247 0%, #611232 100%);
    }
    .cont-left-079 {
        width: 21.6667%;
        align-content: center;
        border-right: solid #ffffff !important;
        padding-left: 1rem;
    }
    .cont-right-079 {
        width: 83.3333%;
    }

    .divisor-079 {
        display: none;
    }
    .icon-079 {
        width: 52.288px;
        height: 42px;
        aspect-ratio: 52.29/56.00;
    }
    .lbl-079 {
        color: var(--Neutro-Neutro-100, #FFF);
        text-align: center;

        font-size: 56px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .lbl-tit-079 {
        color: var(--Neutro-Neutro-100, #FFF);

        font-size: 26px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .lbl-subtit-079 {
        color: var(--Neutro-Neutro-100, #FFF);

        font-size: 22px !important;
        font-style: normal;
        font-weight: 500;
        line-height: var(--Tipos-Interlineado-Ttulos-y-subttulos-Nivel-3, 35px); /* 145.833% */
    }
}

@media screen and (min-width: 768px) and (max-width: 914px) {
    .img-banner-01{
        height: 490px !important;
        transform: rotate(-0.2deg);
        left: 10rem;
        top: 1.4rem;
    }
    .img-banner-02{
        height: 343px !important;
        transform: rotate(-0.2deg);
        top: -3.5rem;
        position: relative;
    }
    .img-rita-cetina {
        margin-top: 4rem;
        width: 342px;
        left: 1rem;
        bottom: 0rem;
        position: relative;
    }
    .cont-tit-home {
        max-width: 735px;
        padding-top: 10px;
        margin-left: 2rem;
    }
    .cont-subt-home {
        max-width: 735px;
        padding-top: 20px;
    }
    .tit-home {
        color: #FFF;
        font-size: 36px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .tit-home-bold {
        color: #FFF;
        font-size: 30px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .subt-home {
        color: #FFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .pnl-titl {
        background-image: url(/resources/img/Rectangle_1981.svg);
        background-size: cover !important;
        height: 779px;
        background-position-y: center;
        padding-top: 50px;
        margin: 0 auto;
        align-content: start;
    }
    .pnl-tercer-bloque {
        background-image: url(/resources/img/Rectangle_24436.svg);
        background-size: cover !important;
        height: 200px;
        background-position-y: center;
        padding-top: 50px;
        margin: 0 auto;
        display: grid;
        align-content: center;
        margin-top: 10rem;
        flex-wrap: wrap;
    }
    .pnl-fondo-gris {
        display: grid;
        flex-shrink: 0;
        border-radius: 16px;
        background: var(--Background-Background-primary-100, #F0ECED);
        margin-left: 0.5rem !important;
    }

    .pnl-fondo-gris .ui-g {
        display: -webkit-box;
    }

    .tit-fondo-gris {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .pnl-sabias-que {
        padding-left: 0.5rem;
        padding-top: 5rem;
    }
    .pnl-beca-rita-cetina {
        padding: 0;
    }
    .tit-sabias-que {
        color: var(--2024-30-Colors-Main-Guinda-GOB-MX, #611232);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 2rem;
    }
    .subt-sabias-que {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 2rem;
    }
    .lbl-sabias-que {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .cont-listado-apoyos {
        width: 343px;
        display: grid;
    }
    .pnl-cont-requisitos {
        display: flex;
        flex-wrap: wrap-reverse;
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
        padding-left: 0.5rem !important;
    }
    .pnl-requisitos {
        display: grid;
        width: 343px;
        padding: 24px !important;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        flex-shrink: 0;
        border-radius: 16px;
        background: #FFF !important;
        margin-left: 1.5rem;
    }
    .lbl-elementos-lista-nowrap {
        white-space: wrap !important;
    }
    .pnl-requisitos .lbl-elementos-lista {
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: break-word;
        line-height: 1.4;
    }
    .tit-req-pasos-guinda {
        color: var(--2024-30-Colors-Main-Guinda-GOB-MX, #611232);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .subt-requisitos {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .lbl-elementos-lista {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .lbl-elementos-lista-bold {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .pnl-dentro-gradiente {
        background: var(--Neutro-Neutro-300, #F3F3F3);
        display: flex;
        flex-wrap: wrap;
        margin-top: -0.5rem;
    }
    .cont-right {
        position: relative !important;
        left: 2rem;
    }
    .cont-left {
        padding-bottom: 4rem !important;
    }
    .pnl-apoyo-otorgado {
        align-content: center;
        padding-left: 2rem;
    }
    .lbl-proximamente-verde {
        display: none;
    }
    .head-apoyo-otorgado {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .lbl-listado-apoyos {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .lbl-listado-apoyos-bold {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .pnl-tarjetas {
        padding-top: 5rem !important;
        position: relative !important;
    }
    .tarjeta-atras {
        width: 274px;
        position: absolute;
        z-index: 1 !important;
    }
    .tarjeta-frente {
        width: 323px;
        position: absolute;
        z-index: 2 !important;
        left: 0.5rem;
        top: 11rem;
    }
    .pnl-estudiar-derecho {
        margin-top: 5rem;
        max-width: 347px;
    }
    .pnl-grados {
        margin: 2rem 0 0 2rem;
        display: inline-grid;
        flex-wrap: wrap;
    }
    .pnl-faqs {
        margin-top: 3rem;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .lbl-titulo-faqs {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-family: var(--Font-Body-Font, "Noto Sans");
        font-size: 24px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .btn-guinda {
        display: flex;
        width: 285px !important;
        height: 40px;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 8px !important;
        background: var(--Background-Background-primary-600, #611232) !important;

        color: var(--Neutro-Neutro-100, #FFF) !important;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 137.5% */
    }
    .btn-blanco {
        display: flex;
        width: 285px !important;
        height: 40px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 8px !important;
        border: 0.855px solid var(--Guinda-GOB-MX, #611232) !important;

        color: var(--Guinda-GOB-MX, #611232) !important;
        text-align: center !important;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 137.5% */
    }
    .pnl-079 {
        display: flex;
        width: 90%;
        padding: 24px 0px;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin: 2rem auto;

        border-radius: 16px;
        background: linear-gradient(180deg, #9B2247 0%, #611232 100%);
    }
    .cont-left-079 {
        height: 165px;
        width: 24.6667%;
        align-content: center;
        border-right: solid #ffffff !important;
    }
    .cont-right-079 {
        width: 64.3333%;
        padding-left: 1rem;
    }

    .divisor-079 {
        display: none;
    }
    .icon-079 {
        width: 52.288px;
        height: 42px;
        aspect-ratio: 52.29/56.00;
    }
    .lbl-079 {
        color: var(--Neutro-Neutro-100, #FFF);
        text-align: center;

        font-size: 56px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .lbl-tit-079 {
        color: var(--Neutro-Neutro-100, #FFF);

        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .lbl-subtit-079 {
        color: var(--Neutro-Neutro-100, #FFF);

        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: var(--Tipos-Interlineado-Ttulos-y-subttulos-Nivel-3, 35px); /* 145.833% */
    }
}

@media screen and (min-width: 425px) and (max-width: 767px) {
    .img-banner-01{
        height: 479.049px !important;
        transform: rotate(--0.2deg);
    }
    .img-banner-02{
        height: 343px !important;
        transform: rotate(--0.2deg);
        top: -3.5rem;
        position: relative;
    }
    .img-rita-cetina {
        margin-top: 2rem;
        width: 342px;
        left: 2rem;
        bottom: -3px;
        position: relative;
    }
    .cont-tit-home {
        max-width: 390px;
        padding-top: 10px;
        margin-left: 2rem;
    }
    .cont-subt-home {
        max-width: 735px;
        padding-top: 25px;
    }
    .tit-home {
        color: #FFF;
        font-size: 32px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .tit-home-bold {
        color: #FFF;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .subt-home {
        color: #FFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .pnl-titl {
        background-image: url(/resources/img/Rectangle_1981.svg);
        background-size: cover !important;
        height: 880px;
        background-position-y: center;
        padding-top: 50px;
        margin: 0 auto;
        align-content: start;
    }
    .pnl-tercer-bloque {
        background-image: url(/resources/img/Rectangle_24436.svg);
        background-size: cover !important;
        height: 453px;
        background-position-y: center;
        padding-top: 50px;
        margin: 0 auto;
        display: grid;
        align-content: end;
        margin-top: 20rem;
        flex-wrap: wrap;
    }
    .pnl-fondo-gris {
        display: grid;
        flex-shrink: 0;
        border-radius: 16px;
        background: var(--Background-Background-primary-100, #F0ECED);
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .pnl-fondo-gris .ui-g {
        display: -webkit-box;
    }

    .tit-fondo-gris {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .pnl-sabias-que {
        padding-left: 0.5rem;
        padding-top: 5rem;
    }
    .tit-sabias-que {
        color: var(--2024-30-Colors-Main-Guinda-GOB-MX, #611232);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 2rem;
    }
    .subt-sabias-que {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 2rem;
    }
    .lbl-sabias-que {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .cont-listado-apoyos {
        width: 343px;
        display: grid;
    }
    .pnl-cont-requisitos {
        display: flex;
        flex-wrap: wrap-reverse;
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
        padding-left: 0.5rem !important;
    }
    .pnl-requisitos {
        display: block;
        width: fit-content;
        padding: 24px !important;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        flex-shrink: 0;
        border-radius: 16px;
        background: #FFF !important;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-bottom: 2rem;
    }
    .lbl-elementos-lista-nowrap {
        white-space: wrap !important;
    }
    .pnl-requisitos .lbl-elementos-lista {
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: break-word;
        line-height: 1.4;
    }
    .tit-req-pasos-guinda {
        color: var(--2024-30-Colors-Main-Guinda-GOB-MX, #611232);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .subt-requisitos {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .lbl-elementos-lista {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .lbl-elementos-lista-bold {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .pnl-dentro-gradiente {
        background: var(--Neutro-Neutro-300, #F3F3F3);
        display: flex;
        flex-wrap: wrap;
        margin-top: -0.5rem;
    }
    .cont-right {
        position: relative !important;
        top: 11px;
        left: 2rem;
    }
    .cont-left {
        padding-bottom: 4rem !important;
        padding-left: 2rem !important;
    }
    .pnl-apoyo-otorgado {
        align-content: center;
        padding-left: 2rem;
        padding-bottom: 15rem;
    }
    .lbl-proximamente-verde {
        display: none;
    }
    .head-apoyo-otorgado {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .lbl-listado-apoyos {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .lbl-listado-apoyos-bold {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .pnl-tarjetas {
        padding-top: 5rem !important;
        margin-left: -22rem;
        position: relative !important;
        top: 20rem;
    }
    .tarjeta-atras {
        width: 274px;
        position: absolute;
        z-index: 1 !important;
    }
    .tarjeta-frente {
        width: 323px;
        position: absolute;
        z-index: 2 !important;
        left: 0.5rem;
        top: 11rem;
    }
    .pnl-estudiar-derecho {
        max-width: 343px;
    }
    .pnl-grados {
        margin: 2rem 0 0 2rem;
        display: inline-grid;
        flex-wrap: wrap;
    }
    .pnl-faqs {
        margin-top: 3rem;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .lbl-titulo-faqs {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-family: var(--Font-Body-Font, "Noto Sans");
        font-size: 24px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .btn-guinda {
        display: flex;
        width: 280px !important;
        height: 40px;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 8px !important;
        background: var(--Background-Background-primary-600, #611232) !important;

        color: var(--Neutro-Neutro-100, #FFF) !important;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 137.5% */
    }
    .btn-blanco {
        display: flex;
        width: 270px !important;
        height: 40px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 8px !important;
        border: 0.855px solid var(--Guinda-GOB-MX, #611232) !important;

        color: var(--Guinda-GOB-MX, #611232) !important;
        text-align: center !important;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 137.5% */
    }
    .pnl-079 {
        display: grid;
        width: 90%;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin: 2rem auto;

        border-radius: 16px;
        background: linear-gradient(180deg, #9B2247 0%, #611232 100%);
        text-align: center;
        padding-bottom: 1rem;
    }
    .cont-left-079 {
        padding-top: 1rem;
        width: 100%;
        align-content: center;
    }
    .cont-right-079 {
        width: 100%;
        max-width: max-content;
    }
    .divisor-079 {
        width: 90%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .icon-079 {
        height: 28px;
        aspect-ratio: 52.29/56.00;
    }
    .lbl-079 {
        color: var(--Neutro-Neutro-100, #FFF);
        text-align: center;

        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .lbl-tit-079 {
        color: var(--Neutro-Neutro-100, #FFF);

        font-size: 20px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .lbl-subtit-079 {
        color: var(--Neutro-Neutro-100, #FFF);

        font-size: 20px !important;
        font-style: normal;
        font-weight: 500;
        line-height: var(--Tipos-Interlineado-Ttulos-y-subttulos-Nivel-3, 35px); /* 145.833% */
        padding-bottom: 1rem;
    }
}
@media screen and (max-width: 424px) {
    .img-banner-01{
        height: 442.049px !important;
        transform: rotate(-0.2deg) translateX(10px);
    }
    .img-banner-02{
        width: 100%;
        height: 343px !important;
        transform: rotate(-0.2deg);
        top: -3.5rem;
        position: relative;
    }
    .img-rita-cetina {
        margin-top: 2rem;
        width: 100%;
        left: 2rem;
        bottom: -3px;
    }
    .cont-tit-home {
        max-width: 390px;
        padding-top: 10px;
        margin-left: 2rem;
    }
    .cont-subt-home {
        max-width: 735px;
        padding-top: 25px;
    }
    .tit-home {
        color: #FFF;
        font-size: 32px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .tit-home-bold {
        color: #FFF;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .subt-home {
        color: #FFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 23px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .pnl-titl {
        background-image: url(/resources/img/Rectangle_1981.svg);
        background-size: cover !important;
        height: 880px;
        background-position-y: center;
        padding-top: 50px;
        margin: 0 auto;
        align-content: start;
    }
    .pnl-tercer-bloque {
        background-image: url(/resources/img/Rectangle_24436.svg);
        background-size: cover !important;
        height: 453px;
        background-position-y: center;
        padding-top: 50px;
        margin: 0 auto;
        display: grid;
        align-content: end;
        margin-top: 20rem;
        flex-wrap: wrap;
    }
    .pnl-fondo-gris {
        display: grid;
        flex-shrink: 0;
        border-radius: 16px;
        background: var(--Background-Background-primary-100, #F0ECED);
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .pnl-fondo-gris .ui-g {
        display: -webkit-box;
    }

    .tit-fondo-gris {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .pnl-sabias-que {
        padding-left: 0.5rem;
        padding-top: 5rem;
    }
    .tit-sabias-que {
        color: var(--2024-30-Colors-Main-Guinda-GOB-MX, #611232);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 2rem;
    }
    .subt-sabias-que {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 2rem;
    }
    .lbl-sabias-que {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .cont-listado-apoyos {
        width: 290px;
        display: grid;
        margin-left: -10px;
    }
    .pnl-cont-requisitos {
        flex-wrap: wrap-reverse;
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .pnl-requisitos {
        display: block;
        width: 100%;
        max-width: 350px;
        padding: 24px !important;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        border-radius: 16px;
        background: #FFF !important;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
    .lbl-elementos-lista-nowrap {
        white-space: wrap !important;
    }
    .pnl-requisitos .lbl-elementos-lista {
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: break-word;
        line-height: 1.4;
    }
    .tit-req-pasos-guinda {
        color: var(--2024-30-Colors-Main-Guinda-GOB-MX, #611232);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .subt-requisitos {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .lbl-elementos-lista {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .lbl-elementos-lista-bold {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .pnl-dentro-gradiente {
        background: var(--Neutro-Neutro-300, #F3F3F3);
        display: flex;
        flex-wrap: wrap;
        margin-top: -0.5rem;
    }
    .cont-right {
        position: relative !important;
        top: 11px;
        right: 1.5rem;
    }
    .cont-left {
        padding-bottom: 4rem !important;
        padding-left: 2rem !important;
    }
    .pnl-apoyo-otorgado {
        align-content: center;
        padding-bottom: 15rem;
    }
    .lbl-proximamente-verde {
        display: none;
    }
    .head-apoyo-otorgado {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .lbl-listado-apoyos {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .lbl-listado-apoyos-bold {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .pnl-tarjetas {
        padding-top: 5rem !important;
        margin-left: -22rem;
        position: relative !important;
        top: 22rem !important;
    }
    .tarjeta-atras {
        width: 274px;
        position: absolute;
        z-index: 1 !important;
        left: 2.5rem;
    }
    .tarjeta-frente {
        width: 323px;
        position: absolute;
        z-index: 2 !important;
        left: 2rem;
        top: 11rem;
    }
    .pnl-estudiar-derecho {
        max-width: 343px;
    }
    .pnl-grados {
        margin: 2rem 0 0 2rem;
        display: inline-grid;
        flex-wrap: wrap;
    }
    .pnl-faqs {
        margin-top: 3rem;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .lbl-titulo-faqs {
        color: var(--Neutro-Neutro-800, #161A1D);
        font-family: var(--Font-Body-Font, "Noto Sans");
        font-size: 24px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .btn-guinda {
        display: flex;
        width: 250px !important;
        height: 40px;
        padding: 8px 10px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 8px !important;
        background: var(--Background-Background-primary-600, #611232) !important;

        color: var(--Neutro-Neutro-100, #FFF) !important;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 22px; /* 137.5% */
    }
    .btn-blanco {
        display: flex;
        width: 250px !important;
        height: 40px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 8px !important;
        border: 0.855px solid var(--Guinda-GOB-MX, #611232) !important;

        color: var(--Guinda-GOB-MX, #611232) !important;
        text-align: center !important;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 137.5% */
    }
    .pnl-079 {
        display: grid;
        width: 90%;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin: 2rem auto;

        border-radius: 16px;
        background: linear-gradient(180deg, #9B2247 0%, #611232 100%);
        text-align: center;
        padding-bottom: 1rem;
    }
    .cont-left-079 {
        padding-top: 1rem;
        width: 100%;
        align-content: center;
    }
    .cont-right-079 {
        width: 100%;
        max-width: max-content;
    }
    .divisor-079 {
        width: 90%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .icon-079 {
        height: 28px;
        aspect-ratio: 52.29/56.00;
    }
    .lbl-079 {
        color: var(--Neutro-Neutro-100, #FFF);
        text-align: center;

        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .lbl-tit-079 {
        color: var(--Neutro-Neutro-100, #FFF);

        font-size: 20px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .lbl-subtit-079 {
        color: var(--Neutro-Neutro-100, #FFF);

        font-size: 20px !important;
        font-style: normal;
        font-weight: 500;
        line-height: var(--Tipos-Interlineado-Ttulos-y-subttulos-Nivel-3, 35px); /* 145.833% */
        padding-bottom: 1rem;
    }
}

@media screen and (min-width: 915px) {
    .img-tit {
        position: absolute;
    }
}
