@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;
    height: 20px;
    flex-shrink: 0;
    opacity: 0.5;

}
.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% */
}

.btn-guinda:hover{
    background: #9B2247 !important;
}

.btn-blanco:hover{
    background: #F3E4E9 !important;
}

/*Estilos para seccion monto otorgado*/
.txtMontoOtorgado > p{
    color: var(--Neutro-Neutro-800, #161A1D);
    font-size: 32px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.txtMontoOtorgado > span{
    color: var(--Neutro-Neutro-800, #161A1D);
    font-size: 32px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.txtMontoOtorgado > strong{
    color: var(--Neutro-Neutro-800, #161A1D);
    font-size: 32px !important;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.txtMontoOtorgado > ul > li{
    color: var(--Neutro-Neutro-800, #161A1D);
    font-size: 32px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 2rem !important;
}

.txtMontoOtorgado > ul{
    color: var(--Neutro-Neutro-800, #161A1D);
    font-size: 32px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.banner-inicio{
    background-color: #EDF2FE;
    width: 97% !important;
    height: auto;
    position: absolute;
    display: flex;
    justify-content: left;
    align-items: center;
    top: 2%;
    left: 2%;
    border-radius: 8px;
    z-index: 99;
}

.label-banner-inicio{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px !important;
    color: #224497;
}


/* Media Queries para el landing dinamico*/
/*Resolucion Desktop*/
@media screen and (min-width: 2560px) {
    .banner-inicio{
        background-color: #EDF2FE;
        width: 97% !important;
        height: auto;
        position: absolute;
        display: flex;
        justify-content: left;
        align-items: center;
        top: 2%;
        left: 50%;
        border-radius: 8px;
        z-index: 99;
        max-width: 1400px !important;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
    }
    
.img-banner-01{
        height: 451px !important;
        width: 314px !important;
    }
    .img-banner-02{
        height: 512px !important;
        transform: rotate(--0.2deg);
        top: 6rem;
        position: relative;
        width: 100%;
    }
    .img-rita-cetina {
        width: 100%;
        bottom: 2.1rem;
    }
    .cont-tit-home {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        height: auto;
        padding-left: 3% !important;
        width: 840px;
    }
    .cont-subt-home {
        width: 100%;
        max-width: 560px;
        position: relative !important;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }

    .cont-img-home {
        height: auto;
        padding: 0px !important;
        display: flex !important;
        justify-content: center;
        align-items: end;width: 40%;
        height: auto;
        min-height: 560px;
        padding: 0px !important;
        width: 560px;
    }

    .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_1.svg);
        background-size: cover !important;
        height: auto;
        background-position-y: center;
        margin: 0 auto;
        align-content: center;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: grid;
    }

    .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: 60%;
        display: grid;
        height: auto;
        max-width: 840px !important
    }


    .pnl-cont-requisitos {
        background-image: url(/resources/img/img-vector-fondo2.svg);
        background-size: cover !important;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        justify-content: center;
        display: flex;
        flex-wrap: wrap-reverse;
        padding-bottom: 50px !important;
        padding-top: 50px !important;
        /*padding-left: 5rem !important;
        width: 95%;*/
        margin: 0 auto 20px !important;
        
    }
    .pnl-cont-requisitos  .ui-g {
        display: -webkit-box;
    }
    .pnl-requisitos {
        display: grid;
        width: 48%;
        max-width: 700px;
        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 {
        display: flex;
        flex-wrap: wrap;
        margin-top: -0.5rem;
        /*padding-bottom: 50px;*/
        max-width: 1400px;
        margin: 0 auto 20px !important;
    }
    .cont-right {
        position: relative !important;
        left: 6rem;
        top: -25px;
    }
    .cont-left {
        padding-top: 16rem !important;
    }
    .pnl-apoyo-otorgado {
        background-image: url(/resources/img/img-vector-fondo2.svg);
        background-size: cover !important;
        background-position-y: center;
        width: 100%;
        align-content: center;
        padding-left: 2rem;
        padding-bottom: 50px !important;
        padding-top: 50px !important;
        margin: 0 auto 20px !important;
        display: grid;
        justify-content: center;
    }
    .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 {
        width: 40%;
        display: grid;
        justify-content: center;
        align-items: center;
        max-width: 560px !important;
    }
    .tarjeta-atras {
        position: absolute;
        z-index: 1 !important;
    }
    .tarjeta-frente {
        width: 539px !important;
        height: 320px !important;
    }
    .pnl-estudiar-derecho {
        max-width: 455px;
    }
    .pnl-grados {
        margin: 2rem 0 0 2rem;
        display: flex;
        flex-wrap: wrap;
    }
    .pnl-faqs {
        max-width: 1400px;
        margin: 0 auto 20px !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;
        border: 1px solid #611232 !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% */
    }

    .pnl-fondo-guinda {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 95% !important;
        height: 206px;
        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-image: linear-gradient(to bottom, #9B2247, #611232);
        /*background: var(--Background-Background-primary-100, #F0ECED);*/
        max-width: 1400px;
        margin: 0 auto 20px !important;
    }

    .pnl-fondo-guinda-pnl1{
        border-right: 2px solid #fff;
        min-height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .img-panel-guinda{
        width: 115px;
        height: 115px;
    }

    .pnl-fondo-guinda-pnl1-qr{
        border-left: 2px solid #fff;
        min-height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pnl-fondo-guinda-pnl1-btn{
        border-left: 2px solid #fff;
        min-height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }

    .img-panel-guinda-qr {
        width: 125px;
        height: 125px;
    }

    .tit-fondo-guinda {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .subtit-fondo-guinda {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

@media screen and (min-width: 1980px) and (max-width: 2559px) {
    .banner-inicio{
        background-color: #EDF2FE;
        width: 97% !important;
        height: auto;
        position: absolute;
        display: flex;
        justify-content: left;
        align-items: center;
        top: 2%;
        left: 50%;
        border-radius: 8px;
        z-index: 99;
        max-width: 1400px !important;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
    }
    
    .img-banner-01{
        width: 314px !important;
        height: 451px !important;
    }
    
    .img-banner-02{
        height: 512px !important;
        transform: rotate(--0.2deg);
        top: 6rem;
        position: relative;
        width: 100%;
    }
    .img-rita-cetina {
        width: 100%;
        bottom: 2.1rem;
    }
    
    .cont-tit-home {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        height: auto;
        padding-left: 3% !important;
        width: 840px;
    }
    
    .cont-img-home {
        height: auto;
        padding: 0px !important;
        display: flex !important;
        justify-content: center;
        align-items: end;width: 40%;
        height: auto;
        min-height: 560px;
        padding: 0px !important;
        width: 560px;
    }
    
    .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_1.svg);
        background-size: cover !important;
        height: auto;
        width: 100%;
        background-position-y: center;
        margin: 0 auto;
        align-content: center;
    }

    .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: 60%;
        display: grid;
        height: auto;
        max-width: 840px !important;
    }


    .pnl-cont-requisitos {
        background-image: url(/resources/img/img-vector-fondo2.svg);
        background-size: cover !important;
        background-position: center;
        background-repeat: no-repeat;
        justify-content: center;
        display: flex;
        flex-wrap: wrap-reverse;
        padding-bottom: 50px !important;
        padding-top: 50px !important;
        /*padding-left: 5rem !important;
        width: 95%;*/
        margin: 0 auto 20px !important;
        
    }
    .pnl-cont-requisitos  .ui-g {
        display: -webkit-box;
    }
    .pnl-requisitos {
        display: grid;
        width: 48%;
        padding: 24px !important;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        flex-shrink: 0;
        border-radius: 16px;
        background: #FFF !important;
        margin-left: 2rem;
        max-width: 700px;
        
    }
    .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 {
        display: flex;
        flex-wrap: wrap;
        margin-top: -0.5rem;
        /*padding-bottom: 5%;*/
    }
    .cont-right {
        position: relative !important;
        left: 6rem;
        top: -25px;
    }
    .cont-left {
        padding-top: 16rem !important;
    }
    .pnl-apoyo-otorgado {
        background-image: url(/resources/img/img-vector-fondo2.svg);
        background-size: cover !important;
        background-position-y: center;
        width: 100%;
        align-content: center;
        padding-left: 2rem;
        padding-bottom: 50px !important;
        padding-top: 50px !important;
        margin: 0 auto 20px !important;
        display: grid;
        justify-content: center;
        
    }
    .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 {
        width: 40%;
        display: grid;
        justify-content: center;
        align-items: center;
        max-width: 540px !important;
    }
    .tarjeta-atras {
        position: absolute;
        z-index: 1 !important;
    }
    .tarjeta-frente {
        width: 539px !important;
        height: 320px !important;
    }
    .pnl-estudiar-derecho {
        max-width: 455px;
    }
    .pnl-grados {
        margin: 2rem 0 0 2rem;
        display: flex;
        flex-wrap: wrap;
    }
    .pnl-faqs {
        max-width: 1400px;
        margin: 0 auto 20px !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;
        border: 1px solid #611232 !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% */
    }

    .pnl-fondo-guinda {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 95% !important;
        height: 206px;
        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-image: linear-gradient(to bottom, #9B2247, #611232);
        /*background: var(--Background-Background-primary-100, #F0ECED);*/
        max-width: 1400px;
        margin: 0 auto 20px !important;
    }

    .pnl-fondo-guinda-pnl1{
        border-right: 2px solid #fff;
        min-height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .img-panel-guinda{
        width: 115px;
        height: 115px;
    }

    .pnl-fondo-guinda-pnl1-qr{
        border-left: 2px solid #fff;
        min-height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pnl-fondo-guinda-pnl1-btn{
        border-left: 2px solid #fff;
        min-height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }

    .img-panel-guinda-qr {
        width: 125px;
        height: 125px;
    }

    .tit-fondo-guinda {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .subtit-fondo-guinda {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1979px) {
    .img-banner-01{
        height: 451px !important;
        width: 314px !important;
    }
    .img-banner-02{
        height: 512px !important;
        transform: rotate(--0.2deg);
        top: 6rem;
        position: relative;
        width: 100%;
    }
    .img-rita-cetina {
        width: 95%;
        left: 2rem;
        bottom: 2.1rem;
        position: relative;
    }
    .cont-tit-home {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        height: auto;
        padding-left: 3% !important;
        width: 840px;
    }
    .cont-img-home {
        height: auto;
        padding: 0px !important;
        display: flex !important;
        justify-content: center;
        align-items: end;width: 40%;
        height: auto;
        min-height: 560px;
        padding: 0px !important;
        width: 560px;
    }

    .cont-subt-home {
        width: 85%;
        height: auto;
    }

    .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_1.svg);
        background-size: cover !important;
        height: auto;
        background-position-y: center;
        margin: 0 auto;
        align-content: center;
    }

    .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: 60%;
        display: grid;
        height: auto;
        max-width: 840px !important;
    }


    .pnl-cont-requisitos {
        background-image: url(/resources/img/img-vector-fondo2.svg);
        background-size: cover !important;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        justify-content: center;
        display: flex;
        flex-wrap: wrap-reverse;
        padding-bottom: 50px !important;
        padding-top: 50px !important;
        /*padding-left: 5rem !important;
        width: 95%;*/
        margin: 0 auto 20px !important;
        
    }
    .pnl-cont-requisitos  .ui-g {
        display: -webkit-box;
    }
    .pnl-requisitos {
        display: grid;
        width: 48%;
        padding: 24px !important;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        flex-shrink: 0;
        border-radius: 16px;
        background: #FFF !important;
        margin-left: 2rem;
        max-width: 700px;
    }
    .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 {
        display: flex;
        flex-wrap: wrap;
        margin-top: -0.5rem;
        /*padding-bottom: 50px;*/
        max-width: 1400px;
        margin: 0 auto 20px !important;
    }
    .cont-right {
        position: relative !important;
        left: 6rem;
        top: -25px;
    }
    .cont-left {
        padding-top: 16rem !important;
    }
    .pnl-apoyo-otorgado {
        background-image: url(/resources/img/img-vector-fondo2.svg);
        background-size: cover !important;
        background-position-y: center;
        width: 100%;
        align-content: center;
        padding-bottom: 50px !important;
        padding-top: 50px !important;
        display: grid;
        justify-content: center !important;
        margin: 0 auto 20px !important;
    }
    
    .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 {
        width: 40%;
        display: grid;
        justify-content: center;
        align-items: center;
        max-width: 560px;
    }
    .tarjeta-atras {
        position: absolute;
        z-index: 1 !important;
    }
    .tarjeta-frente {
        width: 100%;
    }
    .pnl-estudiar-derecho {
        max-width: 455px;
    }
    .pnl-grados {
        margin: 2rem 0 0 2rem;
        display: flex;
        flex-wrap: wrap;
    }
    .pnl-faqs {
        max-width: 1400px;
        margin: 0 auto 20px !important;
        margin-top: 0px !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;
        border: 1px solid #611232 !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% */
    }

    .pnl-fondo-guinda {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 95% !important;
        height: 206px;
        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-image: linear-gradient(to bottom, #9B2247, #611232);
        /*background: var(--Background-Background-primary-100, #F0ECED);*/
        margin-left: 2.3rem !important;
        max-width: 1400px;
        margin: 0 auto 20px !important;
    }

    .pnl-fondo-guinda-pnl1{
        border-right: 2px solid #fff;
        min-height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .img-panel-guinda{
        width: 115px;
        height: 115px;
    }

    .pnl-fondo-guinda-pnl1-qr{
        border-left: 2px solid #fff;
        min-height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pnl-fondo-guinda-pnl1-btn{
        border-left: 2px solid #fff;
        min-height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }

    .img-panel-guinda-qr {
        width: 125px;
        height: 125px;
    }

    .tit-fondo-guinda {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .subtit-fondo-guinda {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .img-banner-01{
        height: 451px !important;
        width: 314px !important;
    }

    .img-banner-02{
        height: 512px !important;
        transform: rotate(--0.2deg);
        top: 6rem;
        position: relative;
        width: 100%;
    }
    .img-rita-cetina {
        width: 95%;
        left: 2rem;
        bottom: 2.1rem;
        position: relative;
    }
    .cont-tit-home {
        width: 60%;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        height: auto;
        padding-left: 3% !important;
    }
    .cont-img-home {
        width: 40%;
        height: auto;
        min-height: 560px;
        padding: 0px !important;
        display: flex !important;
        justify-content: center;
        align-items: end;width: 40%;
        height: auto;
        min-height: 560px;
        padding: 0px !important;
    }

        .cont-subt-home {
            width: 85%;
            height: auto;
        }

        .cont-img-home {
            width: 40%;
            height: auto;
            padding: 0px !important;
        }

        .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_1.svg);
            background-size: cover !important;
            height: auto;
            background-position-y: center;
            margin: 0 auto;
            align-content: center;
        }

        .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: 65%;
            display: grid;
            height: auto;
        }


        .pnl-cont-requisitos {
            background-image: url(/resources/img/img-vector-fondo2.svg);
            background-size: cover !important;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            justify-content: center;
            display: flex;
            flex-wrap: wrap-reverse;
            padding-bottom: 50px !important;
            padding-top: 50px !important;
        }
        .pnl-cont-requisitos  .ui-g {
            display: -webkit-box;
        }
        .pnl-requisitos {
            display: grid;
            width: 48%;
            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 {
            display: flex;
            flex-wrap: wrap;
            margin-top: -0.5rem;
            /*padding-bottom: 50px;*/
        }
        .cont-right {
            position: relative !important;
            left: 6rem;
            top: -25px;
        }
        .cont-left {
            padding-top: 16rem !important;
        }
        .pnl-apoyo-otorgado {
            background-image: url(/resources/img/img-vector-fondo2.svg);
            background-size: cover !important;
            background-position-y: center;
            width: 100%;
            align-content: center;
            padding-bottom: 50px !important;
            padding-top: 50px !important;
        }
        
        .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 {
            width: 35%;
            display: grid;
            justify-content: center;
            align-items: center;
        }
        .tarjeta-atras {
            position: absolute;
            z-index: 1 !important;
        }
        .tarjeta-frente {
            width: 100%;
        }
        .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;
            margin-top: 0px;
        }
        .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;
            border: 1px solid #611232 !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% */
        }

        .pnl-fondo-guinda {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 95% !important;
            height: 206px;
            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-image: linear-gradient(to bottom, #9B2247, #611232);
            /*background: var(--Background-Background-primary-100, #F0ECED);*/
            margin-left: 2.3rem !important;
        }

        .pnl-fondo-guinda-pnl1{
            border-right: 2px solid #fff;
            min-height: 140px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .img-panel-guinda{
            width: 115px;
            height: 115px;
        }

        .pnl-fondo-guinda-pnl1-qr{
            border-left: 2px solid #fff;
            min-height: 140px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .pnl-fondo-guinda-pnl1-btn{
            border-left: 2px solid #fff;
            min-height: 140px;
            display: flex;
            justify-content: center;
            align-items: center;
            display: none;
        }

        .img-panel-guinda-qr {
            width: 125px;
            height: 125px;
        }

        .tit-fondo-guinda {
            color: var(--Primarios-Guinda-600, #611232);
            font-size: 32px !important;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .subtit-fondo-guinda {
            color: var(--Primarios-Guinda-600, #611232);
            font-size: 24px !important;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }
    }

@media screen and (min-width: 915px) and (max-width: 1199px) {
    .img-banner-01{
        height: 451px !important;
        width: 314px !important;

    }
    .img-banner-02{
        height: 512px !important;
        transform: rotate(--0.2deg);
        top: 6rem;
        position: relative;
        width: 100%;
    }
    .img-rita-cetina {
        width: 95%;
        left: 2rem;
        bottom: 2.1rem;
        position: relative;
    }
    .cont-tit-home {
        height: auto;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        width: 60%;
        padding-left: 3% !important;
    }
    .cont-subt-home {
        height: auto;
        display: flex !important;
        flex-direction: column;
        justify-content: end;
        width: 80%;
    }

    .cont-img-home {
        min-height: 550px;
        height: auto;
        display: flex !important;
        flex-direction: column;
        justify-content: end;
        width: 40%;
        padding: 0px !important;
    }
    .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_1.svg);
        background-size: cover !important;
        min-height: auto;
        height: auto;
        background-position-y: center;
        margin: 0 auto;
        align-content: center;
    }

    .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: 65%;
        display: grid;
        height: auto;
    }


    .pnl-cont-requisitos {
        background-image: url(/resources/img/img-vector-fondo2.svg);
        background-size: cover !important;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        justify-content: center;
        display: flex;
        flex-wrap: wrap-reverse;
        padding-bottom: 50px !important;
        padding-top: 50px !important;
        
    }
    .pnl-cont-requisitos  .ui-g {
        display: -webkit-box;
    }
    .pnl-requisitos {
        display: grid;
        width: 47%;
        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 {
        display: flex;
        flex-wrap: wrap;
        margin-top: -0.5rem;
        /*padding-bottom: 5%;*/
    }

    .cont-left {
        padding-top: 16rem !important;
    }
    .pnl-apoyo-otorgado {
        background-image: url(/resources/img/img-vector-fondo2.svg);
        background-size: cover !important;
        background-position-y: center;
        width: 100%;
        align-content: center;
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }
    .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 {
        width: 35%;
        display: grid;
        justify-content: center;
        align-items: center;
    }
    .tarjeta-atras {
        position: absolute;
        z-index: 1 !important;
    }
    .tarjeta-frente {
        width: 100%;
        height: auto;
    }
    .pnl-estudiar-derecho {
        max-width: 455px;
    }
    .pnl-grados {
        margin: 2rem 0 0 2rem;
        display: flex;
        flex-wrap: wrap;
    }
    .pnl-faqs {
        margin-top: 0px;
        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;
        border: 1px solid #611232 !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% */
    }

    .pnl-fondo-guinda {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 95% !important;
        height: 230px;
        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-image: linear-gradient(to bottom, #9B2247, #611232);
        /*background: var(--Background-Background-primary-100, #F0ECED);*/
        margin-left: 1.7rem !important;
    }

    .pnl-fondo-guinda-pnl1{
        border-right: 2px solid #fff;
        min-height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .img-panel-guinda{
        width: 115px;
        height: 115px;
    }

    .pnl-fondo-guinda-pnl1-qr{
        border-left: 2px solid #fff;
        min-height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pnl-fondo-guinda-pnl1-btn{
        border-left: 2px solid #fff;
        min-height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }

    .img-panel-guinda-qr {
        width: 125px;
        height: 125px;
    }

    .tit-fondo-guinda {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .subtit-fondo-guinda {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

@media screen and (min-width: 768px) and (max-width: 914px) {
    .banner-inicio{
        background-color: #EDF2FE;
        width: 97% !important;
        height: auto;
        position: absolute;
        display: flex;
        justify-content: left;
        align-items: center;
        top: 1%;
        left: 2%;
        border-radius: 8px;
        z-index: 99;
    }
    
    .img-banner-01{
        width: 314px !important;
        height: 451px !important;
    }
    .img-banner-02{
        height: 343px !important;
        transform: rotate(-0.2deg);
        top: -3.5rem;
        position: relative;
        width: 100%;
    }
    .img-rita-cetina {
        margin-top: 4rem;
        width: 95%;
        left: 2rem;
        bottom: 0rem;
        position: relative;
    }
    .cont-tit-home {
        width: 100%;
        height: auto;
        padding-left: 3% !important;
    }
    .cont-subt-home {
        width: 100%;
        height: auto;
    }

    .cont-img-home {
        width: 100%;
        height: auto;
        display: grid !important;
        justify-content: center;
        padding: 0px !important;
    }
    .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_1.svg);
        background-size: cover !important;
        height: auto;
        background-position-y: center;
        padding-top: 90px;
        margin: 0 auto;
        align-content: start;        
        padding-left: 3% !important;
    }

    .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: 100%;
        display: grid;
        height: auto;
    }

    .pnl-cont-requisitos {
        background-image: url("/javax.faces.resource/img/img-vector-fondo2.svg.xhtml");
        background-size: cover !important;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        justify-content: center;
        display: flex;
        flex-wrap: wrap-reverse;
        padding-bottom: 50px !important;
        padding-top: 50px !important;
        
    }
    .pnl-requisitos {
        display: grid;
        width: 47%;
        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 {
        display: flex;
        flex-wrap: wrap;
        margin-top: -0.5rem;
        /*padding-bottom: 5%;*/
    }

    .cont-left {
        padding-bottom: 4rem !important;
    }
    .pnl-apoyo-otorgado {
        background-image: url(/resources/img/img-vector-fondo2.svg);
        background-size: cover !important;
        background-position-y: center;
        width: 100%;
        height: auto;
        min-height: 600px;
        align-content: center;
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }
    .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 {
        width: 100%;
        display: grid;
        justify-content: center;
        align-items: center;
    }
    .tarjeta-atras {
        width: 274px;
        position: absolute;
        z-index: 1 !important;
    }
    .tarjeta-frente {
        width: 539px !important;
        height: 320px !important;
    }
    .pnl-estudiar-derecho {
        margin-top: 6rem !important;
        max-width: 347px;
    }
    .pnl-grados {
        margin: 2rem 0 0 2rem;
        display: inline-grid;
        flex-wrap: wrap;
    }
    .pnl-faqs {
        margin-top: 0rem;
        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;
        border: 1px solid #611232 !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% */
    }

    .pnl-fondo-guinda {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 95% !important;
        height: 206px;
        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-image: linear-gradient(to bottom, #9B2247, #611232);
        /*background: var(--Background-Background-primary-100, #F0ECED);*/
        margin-left: 1.4rem !important;
    }

    .pnl-fondo-guinda-pnl1 {
        border-right: 2px solid #fff;
        min-height: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .img-panel-guinda{
        width: 115px;
        height: 115px;
    }

    .pnl-fondo-guinda-pnl1-qr{
        border-left: 2px solid #fff;
        min-height: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10%;
    }

    .pnl-fondo-guinda-pnl1-btn{
        border-left: 2px solid #fff;
        min-height: 135px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }

    .tit-fondo-guinda {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .subtit-fondo-guinda {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .img-panel-guinda-qr {
        width: 125px;
        height: 125px;
    }
}

/*Resulución tablet*/
@media screen and (min-width: 641px) and (max-width: 767px) {
    .banner-inicio{
        background-color: #EDF2FE;
        width: 97% !important;
        height: auto;
        position: absolute;
        display: flex;
        justify-content: left;
        align-items: center;
        top: 2%;
        left: 2%;
        border-radius: 8px;
        z-index: 99;
    }
    
    .img-banner-01{
        width: 100%;
        max-width: 345px;

    }
    .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 {
        width: 98%;
    }
    .cont-subt-home {
        width: 100%;
        height: auto;
    }

    .cont-img-home {
        width: 100%;
        height: auto;
        display: grid !important;
        justify-content: center;
        padding: 0px !important;
    }
    .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_1.svg);
        background-size: cover !important;
        height: auto;
        background-position-y: center;
        padding-top: 50px;
        margin: 0 auto;
        align-content: start;
    }

    .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: 100%;
        display: grid;
        height: auto;
    }
    .pnl-cont-requisitos {
        background-image: url("/javax.faces.resource/img/img-vector-fondo2.svg.xhtml");
        background-size: cover !important;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        justify-content: center;
        display: flex;
        flex-wrap: wrap-reverse;
        padding-bottom: 50px !important;
        padding-top: 50px !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 {
        display: flex;
        flex-wrap: wrap;
        margin-top: -0.5rem;
        /*padding-bottom: 5%;*/
    }
    .cont-right {
        position: relative !important;
        top: -0.1rem;
        left: 2rem;
        padding-right: 8px !important;
    }
    .cont-left {
        padding-bottom: 4rem !important;
        padding-left: 2rem !important;
    }
    .pnl-apoyo-otorgado {
        background-image: url(/resources/img/img-vector-fondo2.svg);
        background-size: cover !important;
        background-position-y: center;
        width: 100%;
        height: auto;
        min-height: 600px;
        align-content: center;
        padding-left: 0.1rem;
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }
    .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 {
        width: 100%;
        height: auto;
        display: grid;
        justify-content: center;
    }
    .tarjeta-atras {
        width: 274px;
        position: absolute;
        z-index: 1 !important;
    }
    .tarjeta-frente {
        width: 100% !important;
        height: auto !important;
        display: grid;
        justify-content: center;
    }
    .pnl-estudiar-derecho {
        max-width: 343px;
    }
    .pnl-grados {
        margin: 2rem 0 0 2rem;
        display: inline-grid;
        flex-wrap: wrap;
    }
    .pnl-faqs {
        margin-top: 0rem;
        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;
        border: 1px solid #611232 !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;
    }


    .pnl-fondo-guinda {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 95% !important;
        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-image: linear-gradient(to bottom, #9B2247, #611232);
        /*background: var(--Background-Background-primary-100, #F0ECED);*/
        margin-left: 1.4rem !important;
    }

    .pnl-fondo-guinda-pnl1{
        border-right: 2px solid #fff;
        min-height: 170px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .img-panel-guinda{
        width: 115px;
        height: 115px;
    }

    .pnl-fondo-guinda-pnl1-qr{
        border-left:  2px solid #fff;
        min-height: 170px;
        display: flex;
        justify-content: center;
        align-items: center;
       

    }

    .pnl-fondo-guinda-pnl1-btn{
        border-top: 2px solid #fff !important;
        min-height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }

    .tit-fondo-guinda {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center !important;
        padding-bottom: 3%;
    }

    .subtit-fondo-guinda {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center !important;
        padding-bottom: 5%;
    }

    .btn-blanco-whatsapp {
        background: url(/resources/img/icon_whatsapp.png) no-repeat right center !important;
        background-position: 94% !important;
        background-color: #fff !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        color: #611232 !important;
        border-radius: 8px !important;
        display: flex;
        height: 44px;
        padding: 4px 13px;
        justify-content: center;
        align-items: center;
        border: 2px solid var(--Background-Background-primary-600, #611232) !important;
        background: var(--Neutro-Neutro-100, #FFF);
        position: relative;
    }
    
    .img-panel-guinda-qr {
        width: 115px;
        height: 115px;
    }
}

@media screen and (min-width: 425px) and (max-width: 640px) {
    .banner-inicio{
        background-color: #EDF2FE;
        width: 97% !important;
        height: auto;
        position: absolute;
        display: flex;
        justify-content: left;
        align-items: center;
        top: 0.5%;
        left: 2%;
        border-radius: 8px;
        z-index: 99;
    }
    
    .img-banner-01{
        width: 100%;
        max-width: 345px;

    }
    .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 {
        width: 98%;
    }
    .cont-subt-home {
        width: 100%;
        height: auto;
    }

    .cont-img-home {
        width: 100%;
        height: auto;
        display: grid !important;
        justify-content: center;
        padding: 0px !important;
    }
    .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_1.svg);
        background-size: cover !important;
        height: auto;
        background-position-y: center;
        padding-top: 90px;
        margin: 0 auto;
        align-content: start;
    }

    .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: 100%;
        display: grid;
        height: auto;
    }
    .pnl-cont-requisitos {
        background-image: url("/javax.faces.resource/img/img-vector-fondo2.svg.xhtml");
        background-size: cover !important;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        justify-content: center;
        display: flex;
        flex-wrap: wrap-reverse;
        padding-bottom: 50px !important;
        padding-top: 50px !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 {
        display: flex;
        flex-wrap: wrap;
        margin-top: -0.5rem;
        /*padding-bottom: 50px;*/            
    }
    .cont-right {
        position: relative !important;
        top: -0.1rem;
        left: 2rem;
        padding-right: 8px !important;
    }
    .cont-left {
        padding-bottom: 4rem !important;
        padding-left: 2rem !important;
    }
    .pnl-apoyo-otorgado {
        background-image: url(/resources/img/img-vector-fondo2.svg);
        background-size: cover !important;
        background-position-y: center;
        width: 100%;
        height: auto;
        min-height: 600px;
        align-content: center;
        padding-left: 0.1rem;
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }
    .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 {
        width: 100%;
        height: auto;
        display: grid;
        justify-content: center;
    }
    .tarjeta-atras {
        width: 274px;
        position: absolute;
        z-index: 1 !important;
    }
    .tarjeta-frente {
        width: 100% !important;
        height: auto !important;
        display: grid;
        justify-content: center;
    }
    .pnl-estudiar-derecho {
        max-width: 343px;
    }
    .pnl-grados {
        margin: 2rem 0 0 2rem;
        display: inline-grid;
        flex-wrap: wrap;
    }
    .pnl-faqs {
        margin-top: 0px;
        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;
        border: 1px solid #611232 !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;
    }


    .pnl-fondo-guinda {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 91% !important;
        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-image: linear-gradient(to bottom, #9B2247, #611232);
        /*background: var(--Background-Background-primary-100, #F0ECED);*/
        margin-left: 1.4rem !important;
    }

    .pnl-fondo-guinda-pnl1{
        border-bottom: 2px solid #fff;
        min-height: 160px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .img-panel-guinda{
        width: 125px;
        height: 125px;
    }

    .pnl-fondo-guinda-pnl1-qr{
        border-top:  2px solid #fff;
        min-height: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
       display: none;

    }

    .pnl-fondo-guinda-pnl1-btn{
        border-top: 2px solid #fff !important;
        min-height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tit-fondo-guinda {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center !important;
        padding-bottom: 3%;
    }

    .subtit-fondo-guinda {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center !important;
        padding-bottom: 5%;
    }

    .btn-blanco-whatsapp {
        background: url(/resources/img/icon_whatsapp.png) no-repeat right center !important;
        background-position: 94% !important;
        background-color: #fff !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        color: #611232 !important;
        border-radius: 8px !important;
        display: flex;
        height: 44px;
        padding: 4px 13px;
        justify-content: center;
        align-items: center;
        border: 2px solid var(--Background-Background-primary-600, #611232) !important;
        background: var(--Neutro-Neutro-100, #FFF);
        position: relative;
    }
    
    .img-panel-guinda-qr {
        width: 115px;
        height: 115px;
    }
}

/*Resolución mobile*/
@media screen and (min-width: 375px) and (max-width: 424px) {
    .banner-inicio{
        background-color: #EDF2FE;
        width: 97% !important;
        height: auto;
        position: absolute;
        display: flex;
        justify-content: left;
        align-items: center;
        top: 0.5%;
        left: 2%;
        border-radius: 8px;
        z-index: 99;
    }
    
    .img-banner-01{
        width: 100%;
    }
    .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 {
        width: 100%;
        height: auto;
        padding-left: 3% !important;
    }
    .cont-subt-home {
        width: 100%;
        height: auto;
    }

    .cont-img-home {
        width: 100%;
        height: auto;
        display: grid !important;
        justify-content: center;
        padding: 0px !important;
    }

    .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_1.svg);
        background-size: cover !important;
        height: auto;
        background-position-y: center;
        padding-top: 90px;
        margin: 0 auto;
        align-content: start;
    }

    .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: 100%;
        display: grid;
        height: auto;
    }

    .pnl-cont-requisitos {
        background-image: url("/javax.faces.resource/img/img-vector-fondo2.svg.xhtml");
        background-size: cover !important;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap-reverse;
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }
    .pnl-requisitos {
        display: block;
        width: 95%;
        max-width: 348px;
        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 {
        display: flex;
        flex-wrap: wrap;
        margin-top: -0.5rem;
        /*padding-bottom: 50px;*/
        width: 100%;
    }
    .cont-right {
        position: relative !important;
        top: 11px;
        right: 1.5rem;
        padding-right: 0px !important;
    }
    .cont-left {
        padding-bottom: 4rem !important;
        padding-left: 2rem !important;
    }
    .pnl-apoyo-otorgado {
        background-image: url(/resources/img/img-vector-fondo2.svg);
        background-size: cover !important;
        background-position-y: center;
        width: 100%;
        min-height: 600px;
        height: auto;
        align-content: center;
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }
    .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;
        text-align: center;
    }

    .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 {
        width: 100%;
        height: auto;
        display: grid;
        justify-content: center;
    }
    .tarjeta-atras {
        width: 274px;
        position: absolute;
        z-index: 1 !important;
        left: 2.5rem;
    }
    .tarjeta-frente {
        width: 100%;
        height: auto;
    }
    .pnl-estudiar-derecho {
        max-width: 343px;
    }
    .pnl-grados {
        margin: 2rem 0 0 2rem;
        display: inline-grid;
        flex-wrap: wrap;
    }
    .pnl-faqs {
        margin-top: 0rem;
        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;
        border: 1px solid #611232 !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;
    }

    .pnl-fondo-guinda {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90% !important;
        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-image: linear-gradient(to bottom, #9B2247, #611232);
        /*background: var(--Background-Background-primary-100, #F0ECED);*/
        margin-left: 1.3rem !important;
    }

    .pnl-fondo-guinda-pnl1{
        border-bottom: 2px solid #fff;
        min-height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5%;
    }

    .img-panel-guinda{
        width: 115px;
        height: 115px;
    }

    .pnl-fondo-guinda-pnl1-qr{
        /*border-bottom: 2px solid #fff;*/
        min-height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;

    }

    .pnl-fondo-guinda-pnl1-btn{
        border-top: 2px solid #fff !important;
        min-height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tit-fondo-guinda {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center !important;
        padding-bottom: 3%;
    }

    .subtit-fondo-guinda {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center !important;
        padding-bottom: 5%;
    }

    .btn-blanco-whatsapp {
        background: url(/resources/img/icon_whatsapp.png) no-repeat right center !important;
        background-position: 94% !important;
        background-color: #fff !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        color: #611232 !important;
        border-radius: 8px !important;
        display: flex;
        height: 44px;
        padding: 4px 13px;
        justify-content: center;
        align-items: center;
        border: 2px solid var(--Background-Background-primary-600, #611232) !important;
        background: var(--Neutro-Neutro-100, #FFF);
        position: relative;
    }

}

@media screen and (min-width: 320px) and (max-width: 374px) {
    .banner-inicio{
        background-color: #EDF2FE;
        width: 97% !important;
        height: auto;
        position: absolute;
        display: flex;
        justify-content: left;
        align-items: center;
        top: 0.5%;
        left: 2%;
        border-radius: 8px;
        z-index: 99;
    }
    
    .img-banner-01{
        height: 308.049px;
        width: 100%;

    }
    .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 {
        width: 100%;
        height: auto;
        padding-left: 3% !important;
    }
    .cont-subt-home {
        width: 100%;
        height: auto;
    }

    .cont-img-home {
        width: 100%;
        height: auto;
        display: grid !important;
        justify-content: center;
        padding: 0px !important;
    }

    .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_1.svg);
        background-size: cover !important;
        height: auto;
        background-position-y: center;
        padding-top: 110px;
        margin: 0 auto;
        align-content: start;
    }

    .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: 100%;
        display: grid;
        height: auto;
    }
    .pnl-cont-requisitos {
        background-image: url("/javax.faces.resource/img/img-vector-fondo2.svg.xhtml");
        background-size: cover !important;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap-reverse;
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }
    
    .pnl-requisitos {
        display: block;
        width: 95%;
        max-width: 348px;
        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 {
        display: flex;
        flex-wrap: wrap;
        margin-top: -0.5rem;
        /*padding-bottom: 50px;*/
    }
    .cont-right {
        position: relative !important;
        top: 11px;
        right: 1.5rem;
        padding-right: 0px !important;
    }
    .cont-left {
        padding-bottom: 4rem !important;
        padding-left: 2rem !important;
    }
    .pnl-apoyo-otorgado {
        background-image: url(/resources/img/img-vector-fondo2.svg);
        background-size: cover !important;
        background-position-y: center;
        width: 100%;
        min-height: 600px;
        height: auto;
        align-content: center;
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }
    .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;
        text-align: center;
    }

    .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 {
        width: 100%;
        height: auto;
        display: grid;
        justify-content: center;
    }
    .tarjeta-atras {
        width: 274px;
        position: absolute;
        z-index: 1 !important;
        left: 2.5rem;
    }
    .tarjeta-frente {
        width: 100%;
        height: auto;
    }
    .pnl-estudiar-derecho {
        max-width: 343px;
    }
    .pnl-grados {
        margin: 2rem 0 0 2rem;
        display: inline-grid;
        flex-wrap: wrap;
    }
    .pnl-faqs {
        margin-top: 0rem;
        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;
        border: 1px solid #611232 !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;
    }

    .pnl-fondo-guinda {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90% !important;
        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-image: linear-gradient(to bottom, #9B2247, #611232);
        /*background: var(--Background-Background-primary-100, #F0ECED);*/
        margin-left: 1rem !important;
    }

    .pnl-fondo-guinda-pnl1{
        border-bottom: 2px solid #fff;
        min-height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5%;
    }

    .img-panel-guinda{
        width: 115px;
        height: 115px;
    }

    .pnl-fondo-guinda-pnl1-qr{
        /*border-bottom: 2px solid #fff;*/
        min-height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;

    }

    .pnl-fondo-guinda-pnl1-btn{
        border-top: 2px solid #fff !important;
        min-height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tit-fondo-guinda {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center !important;
        padding-bottom: 3%;
    }

    .subtit-fondo-guinda {
        color: var(--Primarios-Guinda-600, #611232);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center !important;
        padding-bottom: 5%;
    }

    .btn-blanco-whatsapp {
        background: url(/resources/img/icon_whatsapp.png) no-repeat right center !important;
        background-position: 94% !important;
        background-color: #fff !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        color: #611232 !important;
        border-radius: 8px !important;
        display: flex;
        height: 44px;
        padding: 4px 13px;
        justify-content: center;
        align-items: center;
        border: 2px solid var(--Background-Background-primary-600, #611232) !important;
        background: var(--Neutro-Neutro-100, #FFF);
        position: relative;
    }

}

@media screen and (max-width: 319px) {
    .banner-inicio{
        background-color: #EDF2FE;
        width: 97% !important;
        height: auto;
        position: absolute;
        display: flex;
        justify-content: left;
        align-items: center;
        top: 0.5%;
        left: 2%;
        border-radius: 8px;
        z-index: 99;
    }    
    
    .img-banner-01{
            width: 97%;
        }
        .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 {
            width: 100%;
            height: auto;
            padding-left: 3% !important;
        }
        .cont-subt-home {
            width: 100%;
            height: auto;
            min-height: 250px;
        }

        .cont-img-home {
            width: 100%;
            height: auto;
            display: grid !important;
            justify-content: center;
            padding: 0px !important;
        }

        .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_1.svg);
            background-size: cover !important;
            height: auto;
            background-position-y: center;
            padding-top: 110px;
            margin: 0 auto;
            align-content: start;
        }

        .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: 100%;
            display: grid;
            height: auto;
        }
        .pnl-cont-requisitos {
            background-image: url("/javax.faces.resource/img/img-vector-fondo2.svg.xhtml");
            background-size: cover !important;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            justify-content: center;
            flex-wrap: wrap-reverse;
            padding-bottom: 50px !important;
            padding-top: 50px !important;
        }
        
        .pnl-requisitos {
            display: block;
            width: 95%;
            max-width: 348px;
            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 {
            display: flex;
            flex-wrap: wrap;
            margin-top: -0.5rem;
            /*padding-bottom: 5%;*/
        }

        .cont-left {
            padding-bottom: 4rem !important;
            padding-left: 2rem !important;
        }
        .pnl-apoyo-otorgado {
            background-image: url(/resources/img/img-vector-fondo2.svg);
            background-size: cover !important;
            background-position-y: center;
            width: 100%;
            height: auto;
            min-height: 600px;
            align-content: center;
            padding-bottom: 50px !important;
            padding-top: 50px !important;
        }
        .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;
            text-align: center;
        }

        .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 {
            width: 100%;
            height: auto;
        }
        .tarjeta-atras {
            width: 274px;
            position: absolute;
            z-index: 1 !important;
            left: 2.5rem;
        }
        .tarjeta-frente {
            width: 100%;
            height: auto;
        }
        .pnl-estudiar-derecho {
            max-width: 343px;
        }
        .pnl-grados {
            margin: 2rem 0 0 2rem;
            display: inline-grid;
            flex-wrap: wrap;
        }
        .pnl-faqs {
            margin-top: 0rem;
            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;
            border: 1px solid #611232 !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;
        }

        .pnl-fondo-guinda {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 90% !important;
            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-image: linear-gradient(to bottom, #9B2247, #611232);
            /*background: var(--Background-Background-primary-100, #F0ECED);*/
            margin-left: 1rem !important;
        }

        .pnl-fondo-guinda-pnl1{
            border-bottom: 2px solid #fff;
            min-height: 120px;
            display: flex;
            justify-content: center;
            align-items: center;

        }

        .img-panel-guinda{
            width: 115px;
            height: 115px;
        }

        .pnl-fondo-guinda-pnl1-qr{
            /*border-bottom: 2px solid #fff;*/
            min-height: 120px;
            display: flex;
            justify-content: center;
            align-items: center;
            display: none;

        }

        .pnl-fondo-guinda-pnl1-btn{
            border-top: 2px solid #fff !important;
            min-height: 120px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .tit-fondo-guinda {
            color: var(--Primarios-Guinda-600, #611232);
            font-size: 20px !important;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-align: center !important;
            padding-bottom: 3%;
        }

        .subtit-fondo-guinda {
            color: var(--Primarios-Guinda-600, #611232);
            font-size: 20px !important;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-align: center !important;
            padding-bottom: 5%;
        }

        .btn-blanco-whatsapp {
            background: url(/resources/img/icon_whatsapp.png) no-repeat right center !important;
            background-position: 94% !important;
            background-color: #fff !important;
            font-weight: 600 !important;
            font-size: 16px !important;
            color: #611232 !important;
            border-radius: 8px !important;
            display: flex;
            height: 44px;
            padding: 4px 13px;
            justify-content: center;
            align-items: center;
            border: 2px solid var(--Background-Background-primary-600, #611232) !important;
            background: var(--Neutro-Neutro-100, #FFF);
            position: relative;
        }
    }
