/* Inicio Variables Globales */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    /* upaep-gradient */
    --upaep-gradient-dark: rgba(0, 0, 0, 0.4);
    --upaep-gradient-white: rgba(255, 255, 255, 0.5);
    /* upaep shadow */
    --upaep-box-shadow: 1px 2px 8px rgb(60 60 60 / 40%);
    --upaep-drop-shadow: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.7));
    /* upaep colors */
    --upaep-color-red: #E30921;
    --upaep-color-cherry: #920318;
    --upaep-color-grey: #909496;
    --upaep-color-light-grey: #B5BABD;
    --upaep-color-dark-grey: #52565A;
    --upaep-color-blue-primary: #1D335B;
    --upaep-color-blue-primary-hover: #264072;
    --upaep-color-yellow-primary: #FECB15;
    --upaep-color-gold: #cda434;
    --upaep-color-background: #f5f5f5;
    --upaep-color-tenue-gray: #EEEEEE;
    --upaep-color-ingenierias: #003E92;
    --upaep-color-economico-administrativas: #930d19;
    --upaep-color-artes-humanidades: #F36A10;
    --upaep-color-ciencias-sociales: #9F0000;
    --upaep-color-ciencias-biologicas: #00A894;
    --upaep-color-ciencias-salud: #0079c7;
    --upaep-color-lenguas-cultura: #FFA800;
    --upaep-color-error: #DC3545;
    --upaep-color-error-hover: #bc2433;
    --upaep-color-success: #28A745;
    --upaep-color-success-hover: #1f973a;
    --upaep-color-warning: #FFC107;
    --upaep-color-warning-hover: #e5ac03;
    --upaep-color-white: #FFFFFF;
    --upaep-color-white-hover: #FEFEFE;
    --upaep-color-black: #000000;
    --upaep-color-primary: #e10023;
    --upaep-color-primary-hover: #c2001e;
    --upaep-color-secondary: #fecb15;
    --upaep-color-secondary-hover: #eeba00;
    --upaep-color-tertiary: #d0d0d0;
    --upaep-color-tertiary-hover: #b8b8b8;
    --upaep-color-whats: #25d366;
    --upaep-color-dissabled: #EFEFEF;
    --upaep-color-dissabled-red: #F5ACB7;
    --upaep-color-dissabled-error: #EEBBC0;
    --upaep-color-dissabled-yellow: #FEEEB3;
    --upaep-color-dissabled-warning: #F9E5A9;
    --upaep-color-dissabled-success: #B3DDBD;
    --upaep-color-border-red: #B9001D;
    --upaep-color-border-grey: #8E9396;
    --upaep-color-border-grey-icon: #E8E8E8;
    --upaep-color-border-dissabled: #D6D6D6;
    --upaep-color-border-error: #BC2433;
    --upaep-color-border-warning: #E5AC03;

    /* upaep font family */
    --upaep-ff-fira-sans: 'Fira Sans', sans-serif;
    --upaep-ff-merriweather: 'Merriweather', serif;
    --upaep-ff-roboto: 'Roboto', sans-serif;

    /* upaep font size */
    --upaep-fz2: .125rem;
    --upaep-fz4: .25rem;
    --upaep-fz6: .375rem;
    --upaep-fz8: .5rem;
    --upaep-fz9: .563rem;
    --upaep-fz10: .625rem;
    --upaep-fz12: .75rem;
    --upaep-fz13: 0.813rem;
    --upaep-fz14: .875rem;
    --upaep-fz15: .9375rem;
    --upaep-fz16: 1rem;
    --upaep-fz17: 1.063rem;
    --upaep-fz18: 1.125rem;
    --upaep-fz19: 1.188rem;
    --upaep-fz20: 1.25rem;
    --upaep-fz21: 1.313rem;
    --upaep-fz22: 1.375rem;
    --upaep-fz24: 1.5rem;
    --upaep-fz25: 1.5625rem;
    --upaep-fz26: 1.625rem;
    --upaep-fz28: 1.75rem;
    --upaep-fz30: 1.875rem;
    --upaep-fz32: 2rem;
    --upaep-fz34: 2.125rem;
    --upaep-fz36: 2.25rem;
    --upaep-fz40: 2.5rem;
    --upaep-fz44: 2.75rem;
    --upaep-fz48: 3rem;
    --upaep-fz50: 3.125rem;
    --upaep-fz52: 3.25rem;
    --upaep-fz54: 3.375rem;
    --upaep-fz56: 3.5rem;
    --upaep-fz58: 3.625rem;
    --upaep-fz60: 3.75rem;
    --upaep-fz126: 7.875rem;
    --upaep-fz127: 7.938rem;
    --upaep-fz128: 8rem;
    --upaep-fz150: 3.125rem;
    --upaep-fz140: 8.75rem;
    --upaep-fz160: 10rem;
    /* otros */
    --gutter-y: 0;
    --gutter-x: 1.5rem;
    --secondary: #52565A;
    --primary: #ab0909;
    --colorblue: #1f335c;
    --colorblue1: #86B7FE;
    --colorblue2: #18172c;
    --colordark: #212529;
    --colordark2: #333333;
    --colordark3: #52565a;
    --colorred: #e10023;
    --colorred: #dc3545;
    --colorred: #ab0909;
    --colorgreen: #198754;
    --colorgreen1: #067703;
    --colorgreen2: #3ae38b;
    --colorgreen3: #B9EFD3;
    --colorpink: #F2CED4;
    --colorgrey1: #8f9496;
    --colorgrey2: #cfcfcf;
    --colorgrey3: #eeeeee;
    --colorgrey4: #e8e9ed;
    --colorgrey5: #434257;
    --colorgrey6: #ced4da;
    --coloryellow: #ffcc00;

    /* Gradientes */
    --gradient: linear-gradient(0deg, #e4406f 0%, #ca2374 50%, #9c297f 100%);
    --gradient1: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(255, 14, 144, 1) 23%, rgba(253, 29, 29, 1) 49%, rgba(232, 22, 58, 1) 75%, rgba(219, 7, 7, 1) 100%);
    --gradient2: linear-gradient(135deg, #e8a038 0, #ee9637 8.33%, #f38a38 16.67%, #f77c3a 25%, #f96d3d 33.33%, #fa5b41 41.67%, #f94646 50%, #f72b4c 58.33%, #f40055 66.67%, #ef005f 75%, #ea006a 83.33%, #e20077 91.67%, #d90085 100%);
    --gradient3: linear-gradient(135deg, #b962e9 0, #cc58db 5%, #dc4ecc 10%, #e844bc 15%, #f23bab 20%, #f9349a 25%, #fd3189 30%, #ff3178 35%, #ff3667 40%, #fd3d56 45%, #f94646 50%, #f34f36 55%, #eb5924 60%, #e2620d 65%, #d86b00 70%, #cc7300 75%, #bf7a00 80%, #b18100 85%, #a38700 90%, #938d00 95%, #839100 100%);
}

* {
    padding: 0;
}

a.division_titulo_sitio {
    font-family: 'Fira Sans' !important;
    font-weight: bold !important;
}

/*menu hamburguesa*/

.checkbtn {
    font-size: 30px;
    color: var(--upaep-color-white);
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

.checkbtn {
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

/**/

.inico_presentacion {
    color: #fff;
}

.inico_presentacion {
    text-align: center;
    padding: 0px 120px;
}

.main-header {
    width: 100%;
    background: transparent;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header>div {
    /* la div hija del main-header estarÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ en lÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­nea, y todo lo dentro de esta div */
    display: inline-block;
    vertical-align: middle;
}


.main-nav {
    display: inline-block;
    /* esta instrucciÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³n hace que los botones del 2nav2 se pongan en lÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­nea */
    text-align: center;
    width: calc(100% - 74px);
    vertical-align: middle;
}


.menu__lista {
    margin: 0px;
    padding: 1px;
    list-style: none;
    /*quita los bullets de la lista */
}

.main-nav__item {
    display: inline-block;
    margin: 0 26px;
    padding: 10px;
}

a.main-nav__item {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

a.main-nav__item :hover,
a.main-nav__item :active {
    color: #FFF;
    border-bottom: 1px dashed #fff;
}

.title_gris {
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    display: inline-block;
    font-size: 30px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    padding-top: 70px;
}

ul li {
    padding-left: 30px;
}

.banner_movil,
.patrocinador_movil {
    display: none;
}

.btn_upaep,
.btn_gral {
    border: 3px solid #005194;
    border-radius: 22px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    font-weight: 700;
    font-family: 'Fira Sans';
    background: #005194;
    color: #fff;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
}

.btn_upaep:hover,
.btn_gral:hover {
    background: #016CA5;
    border: 3px solid #016CA5;
}

.ligas {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    padding-top: 37px;
    padding-bottom: 112px;
}

.liga_upaep,
.liga_gral {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

p.title_inicio,
h3.title_inicio {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 20px;
    font-family: 'Fira Sans';
    padding-top: 40px;
}

.patrocinadores {
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 56px;
}

a.link_registro {
    color: #fff;
    padding: 5px;
    width: 180px;
    text-align: center;
    text-decoration: none;
}

/* Evento aeroespacial */

.imagenes_aeroespacial {
    width: 50%;
    margin: 0 auto;
}

.imagenes_aeroespacial.fechas {
    width: 100%;
}

.imagenes_aeroespacial img {
    width: 100% !important;
    padding: 25px 0;
}

ol.lista-programa li {
    text-align: left;
    padding-left: 10px;
    padding-bottom: 15px;
}

ol.lista-programa p {
    text-align: left;
}

body {
    background: url(https://upaep.mx/images/eventos/2023/foroaeroespacial/fondo-foro-Aeroespacial.png) no-repeat center center fixed !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.container.aforoaeroespacial,
section.container.aprograma,
section.container.aconcurso,
section.container.aregistro,
section.container.atalleres,
section.container.acontacto {
    background: rgb(0 0 0 / 80%) !important;
    height: auto;
    margin-top: 0;
    padding: 0;
}

.upaep__btn {
    border: 1px solid var(--upaep-color-primary);
    height: 36px;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 10px;
}

.upaep__btn.__primary {
    background: var(--upaep-color-primary);
    color: var(--upaep-color-white);
    font-weight: bold;
    border: none;
}


.upaep__btn.__general.btn-ligas-pago {
    width: 274px;
    height: 38px;
}

.upaep__btn.__general {
    width: 190px;
}

.upaep__btn.__rounded {
    border-radius: 50px;
}

.btn-programa {
    width: 22%;
    margin: 0 auto;
}

.btn-programa a {
    text-decoration: none;
}

.img_programa img {
    width: 45% !important;
}

.img_programa {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
    padding: 40px 0 40px;
}

.btn_concurso {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 0 25px;
}

.ligas_cobro {
    text-align: left;
}

.ligas_cobro a {
    color: #fff;
    text-decoration: none;
}

.img_evento {
    position: relative;
}

.__circulo_none {
    background: transparent;
    width: 160px;
    height: 160px;
}

.imagenes_aeroespacial.fechas img {
    width: 100% !important;
}

.logo img {
    width: 100% !important;
}

.logos__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 80px;
}

.logo_bottom {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.logo_bottom img {
    width: 70% !important;
}

.card_patrocinador {
    width: 15%;
    height: 15%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card_patrocinador img {
    width: 100% !important;
    display: flex;
    margin: 0 auto;
    height: 100px;
    object-fit: contain;
}

.logo_evento {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0 0;
}

.logo_evento img {
    width: 30% !important;
}

.imagenes_inicio {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

p.nota {
    font-size: 19px;
    font-style: italic;
    padding-bottom: 80px;
    margin: 0 auto;
}

p.nota-beca {
    text-align: center;
    padding: 40px 0;
    font-size: 20px;
    font-style: italic;
    color: #fff;
}

video {
    width: 100%;
}

footer div.footer_simple {
    margin: 0 !important;
}

.__escritorio img {
    display: block;
}

.__movil img {
    display: none;
}

.upaep__btn.__whats {
    width: 65px;
    height: 65px;
    background-color: var(--upaep-color-whats);
    border: 1px solid var(--upaep-color-whats);
    box-shadow: var(--upaep-box-shadow);
    overflow: hidden;
    position: fixed;
    z-index: 100;
    bottom: 10px;
    right: 30px;
    transition: width 1s;
    cursor: pointer;
    border-radius: 50px;
    padding: 0;
    justify-content: start;
    color: var(--upaep-color-white);
    font-weight: bold;
}

.upaep__btn.__whats img {
    width: 45px;
    height: 45px;
    margin: 0px 10px 0 10px;
}

button.upaep__btn.__whats img:focus-visible {
    outline: none !important;
}

button.upaep__btn.__whats:focus-visible {
    outline: none !important;
}

.fechas_importantes {
    width: 100%;
    border: 4px solid var(--upaep-color-white);
    border-radius: 10px;
}

h1.fechas_importantes-title {
    margin: 0;
    text-align: center;
    background: var(--upaep-color-primary);
    padding: 7px;
    font-size: 40px;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.fechas_importantes-content {
    background-image: url(https://upaep.mx/images/eventos/2023/foroaeroespacial/Foro-Aeroespacial-Mexicano_fondo_fechas.webp);
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;
    padding: 12px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.fechas_importantes-content-info {
    width: 20%;
    padding: 10px;
}

.fechas_importantes-content-info-dia {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 12px;
    color: #2cf0ff;
}

.fechas_importantes-content-info-texto {
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}

.btn_ligas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.content_talleres {
    padding: 40px 0 0;
}

.nota {
    padding-bottom: 25px;
}

.upaep__btn.__tertiary {
    background: var(--upaep-color-tertiary);
    color: var(--upaep-color-black);
    font-weight: bold;
    border: none;
}

.upaep__btn.__blue {
    background: var(--upaep-color-blue-primary);
    color: var(--upaep-color-white);
    font-weight: bold;
    border: none;
}

.upaep__card.__basic {
    width: 210px !important;
    height: auto !important;
    box-shadow: 0px 0px 8px #0000007D;
    padding: 25px 10px;
    background: var(--upaep-color-blue-primary);
}

h1.comite_organizador-title {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 15px;
    font-family: 'Fira Sans';
}

.comite_organizador-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    padding: 25px 0;
}

.nombre_card {
    color: var(--upaep-color-white);
    font-weight: 500;
}

.universidad_card {
    color: var(--upaep-color-white);
    font-size: 13px;
}

.upaep__contacto {
    padding: 40px 0;
}

.upaep__contacto-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.upaep__contacto-content-beca,
.upaep__contacto-content-contacto {
    width: 100%;
    padding: 25px 20px;
}

h1.upaep__contacto-content-beca-title,
h1.upaep__contacto-content-contacto-title {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 0 40px;
    text-transform: uppercase;
}

.upaep__btn-contacto a {
    text-decoration: none;
    padding: 0 !important;
    margin: 0 auto !important;
}

.upaep__btn-contacto {
    width: 32%;
    margin: 0 auto;
}

.lista__contendor__participantes.carousel-wrap {
    background: #F5F5F5;
    padding-bottom: 50px;
}

.name_chef {
    padding: 18px;
    font-size: 20px;
    font-family: 'Merriweather Sans';
    font-weight: 700;
    text-align: center;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*ponentes*/

.upaep__card-ponente {
    width: 250px;
    background: #fff;
    border-radius: 10px;
    display: grid;
    grid-template-rows: 45% 15% 26% 14%;
    cursor: pointer;
    height: 350px;
}

.upaep__card-foto img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.upaep__card-button {
    font-size: 36px;
    font-weight: 200;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    padding: 0 0 10px;
    background: var(--upaep-color-blue-primary);
    width: 30px;
    height: 30px;
    border-radius: 25px;
    align-items: center;
    margin: 0 auto;
}

.upaep__card-nombre {
    color: var(--upaep-color-black);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.modal-body {
    border-radius: 10px;
}

h4.modal-title {
    font-size: 18px !important;
}

.modal-header {
    padding: 10px !important;
}

.upaep__card-presentacion {
    color: var(--upaep-color-black);
    padding: 0 10px;
    font-size: 16px;
}

.upaep__nombre-modal {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 0;
}

.upaep__nombre-modal span {
    font-weight: 500;
}

.upaep__institucion-modal {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px;
}

.upaep__institucion-modal span {
    font-weight: 500;
}

.upaep__foro-ponentes-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
    padding: 40px 0;
}

.contenedor div.cont_form{
    padding: 0 !important;
}

.nota.__nota-taller {
    padding: 25px 0;
}

@media (max-width: 1440px) {}

@media only screen and (max-width: 994px) and (min-width: 300px) {
    .imagenes_aeroespacial img {
        width: 100% !important;
    }

    .menu__lista a {
        margin: 8px;
        font-size: 15px;
        display: block;
        text-align: center;
    }

    .checkbtn {
        display: block;
        z-index: 17;
        cursor: pointer;
        position: fixed;
        top: -20px;
        right: -20px;
    }

    .banner_movil img {
        margin-top: -48px;
    }

    .menu__lista {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #484848;
        top: 80px;
        right: -100%;
        text-align: center;
        transition: all .5s;
        z-index: 1;
        background-position: center center;
        height: calc(100vh - 80px);
        display: block;
    }

    .menu__lista a {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        display: block;
        margin: 41px 0;
        line-height: 30px;
    }

    #check:checked~.menu__lista {
        right: 0;
        overflow-x: scroll !important;
    }

    .checkbtn {
        width: 20px;
    }


    section.container.acongresodeodontologia {
        padding: 0px;
    }

    .title_morado {
        font-size: 18px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .main-header {
        width: 96%;
        background: transparent;
        padding: 8px 16px;
        height: 0px;
        position: absolute;
        top: 88px;
    }

    .division_movile_title {
        background: #000;
        position: fixed;
    }

    a.main-nav__item:hover {
        color: #fff;
    }

    .ligas {
        display: block;
    }

    /*.title_gris {
        padding-top: 44%;
    }*/

    .btn_upaep,
    .btn_gral {
        margin: 0 auto;
        margin-bottom: 29px;
    }

    .liga_upaep {
        margin-right: 0px;
    }

    p.title_inicio,
    h3.title_inicio {
        padding-top: 50px;
    }

    .inico_presentacion {
        padding-left: 20px;
        padding-right: 20px;
    }

    .liga_upaep {
        margin-right: 0px;
        display: block;
    }

    .logo_evento {
        padding: 50px 0 0;
    }

    .imagenes_aeroespacial {
        width: 100%;
    }

    .card_patrocinador {
        width: 30%;
        padding: 10px;
    }

    .logo_bottom {
        width: 100%;
    }

    .patrocinadores {
        gap: 15px;
    }

    .logo_evento img {
        width: 100% !important;
    }

    .btn-programa {
        width: 56%;
    }

    .btn_concurso {
        gap: 26px;
    }

    .__escritorio img {
        display: none;
    }

    .__movil img {
        display: block;
    }

    body {
        background: url(https://upaep.mx/images/eventos/2023/foroaeroespacial/fondo-foro-Aeroespacial-movil.webp) no-repeat center center fixed !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .fechas_importantes-content-info {
        width: 100%;
    }

    h1.fechas_importantes-title {
        padding: 10px;
        font-size: 30px;
    }

    .upaep__btn-contacto {
        width: 81%;
    }

    .upaep__contacto-content-beca,
    .upaep__contacto-content-contacto {
        width: 100%;
    }
}


.ligas_de_pago {
    z-index: 9999999 !important;
}

.upaep__tabla-column.__white {
    width: 20% !important;
}

.upaep__tabla-row-texto {
    width: 20% !important;
}

.upaep__tabla-row-texto.__institucion {
    width: 10% !important;
}

.upaep__tabla-column.__institucion.__white {
    width: 10% !important;
}

.upaep__tabla {
    padding: 0 40px;
}

.upaep__tabla-row-texto.__nombre{
    width: 23% !important;
}

.upaep__tabla-column.__nombre.__white {
    width: 23% !important;
}

.upaep__tabla-column.__taller.__white {
    width: 30% !important;
}

.upaep__tabla-row-texto.__taller {
    width: 30% !important;
}