@import url('https://aplicaciones.upaep.mx/assets/css/uikit.css');

*{
    margin: 0px;
    padding: 0px;
}

footer {
    background: #303030;
}

.footer-gxiba a {
    color: #fff;
    text-decoration: none;
    font-family: var(--upaep-ff-firasans);
}

.menu__hamburguesa {
    display: none;
}

/*INTERIORES*/

.container-btn-menu {
    display: none;
}

.titulo__interior{
    text-align: center;
    background-image: url(/templates/gxiba/img/Fondo_encabezado.jpg);
    color: #fff;
    font-size: 36px;
    padding: 140px 0% 15px 0%;
    font-weight: 700;
    /*background-size: contain;*/
    background-image: linear-gradient(90deg, #1c150d 67%, #5b2a59 100%);
}

.text__interior__titulos{
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.text__interior__parafos{
    color: #000000;
    font-size: 14px;
    font-weight: 400;

}

.contenedor__interior {
    margin-left: 20%;
    margin-right: 20%;
    padding: 5% 0% 176px 0%;
}

.seccion__mision, .seccion__proyecto, .seccion__descripcion{ 
    padding-top: 30px;
}

.tabla__titulo{
    font-weight: 500;
    padding: 3% 0% 0% 0%;   
}

table.table__interior__conforman {
    margin: 0 auto;
    width: 50%;
}

.seccion__descripcion__img {
    text-align: right;
    position: relative;
    top: -115px;
    right: 121px;
}

.medios__titulos{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 120px;
}

.contenedor__medios {
    display: flex;
    text-align: left;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 58px;
    margin-bottom: 80px;
}

.contenedor__medios > div{
    width: 23%;
}

.item a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-align: left;
}

.item img, .item iframe {
    width: 100%;
    height: 238px;
    object-fit: cover;
    margin-bottom: 12px;
}


/*FIN INTERIORES*/

.menu__lista {
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 80px 0% 20px 0%;
    /*background-image: linear-gradient(90deg, #1c150d 67%, #5b2a59 100%);*/
    background-color: #4d4d4d;
}

.menu__lista a {
    font-size: 20px;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Fira Sans';
    transition: .1s linear;
}

.menu__lista a:hover {
    color: red;
    transform: scale(1.1);
    text-decoration: underline;
}

.contador{
    width: 100%;
    height: 600px;
    display: flex;
    background: url(../img/fondo.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.contador__bloques{
    width: 100%;
    display: flex;
    align-items: center;
    /* padding-left: 7%; */
    margin-bottom: -45px;
    justify-content: center;
    gap: 32px;
}
.contador img{
    background: no-repeat;
}

.contador__logo img{
    padding-top: 60px;
    margin-top: -40px;
    width: 273px;
    height: 297px;
}

.contador__texto{
    margin-left: 40px;
    font-family: 'Roboto',  
}

.contador__texto img{
    width: 46%;
    margin: -9px;
    padding-block: 4%;
}

.contador__texto p{
    color: #fff;
    font-size: 27px;
    line-height: normal;
    font-weight: 300;
    padding-block: 37px;
    margin-top: -27px;
    font-family: 'Roboto';
}

td.td_text.th_dia {
    font-family: 'Roboto Condensed';
}

td.td_text.th_hora {
    font-family: 'Roboto Condensed';
}

td.td_text.th_minuto {
    font-family: 'Roboto Condensed';
}

td.td_text.th_segundo {
    font-family: 'Roboto Condensed';
}

.contador__texto h3 {
    color: #fff;
    font-size: 14px;
    margin-top: 16px;
    font-weight: 300;
    font-family: 'Roboto';
    padding-right: 60%;
}

.contador__texto h3 span{
    color: #fff;
    font-size: 19px;
    margin-top: 16px;
    font-weight: 500;
}

.contador__numeros p{
    color: #fff;
    font-size: 105px;margin-top: -250px;
}

/* Banner */

.banner{
    background: #fff;
    padding: 8%;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
  }

.carousel-indicators li{
    height: 1px !important;
    background: #a3a3a3 !important;
    margin: 0px;
    width: 18px !important;
    margin-right: 7px !important;
    margin-left: 19px !important;
}

.carousel-indicators .active{
    background: red !important;
}

.carousel-indicators {
    position: absolute;
    right: 5px;
    bottom: -100px;
}

/* Galeria noticias */

.noticias{
    background: #121214;
    padding: 60px;
}

.noticias__gif{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.noticias_gif__img{
    width: 34%;
    display: block;
    margin-bottom: 100px;
    padding-block: 30px;
    cursor: pointer
}

.noticias__gif__contenedor{
    width: 34%;
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: 80px;
    height: 311px;
}

.noticias__gif__contenedor > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.noticias__gif__contenedor__hover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    transform: scale(0);
    background: rgba(244, 31, 31, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.noticias__gif__contenedor__hover p{
    color: #fff;
    font-size: 46px;
    font-family: 'Fira Sans', sans-serif;
    margin: 12px;
}

.noticias__gif__contenedor:hover .noticias__gif__contenedor__hover{
    transform: scale(1);
}

.noticias__gif__contenedor__hover a{
    text-decoration: none;
}

/* organizaciones*/

.organizaciones{
    background: #fff;
    margin-right: 35px;
}

.contenedor h1{
    text-align: center;
    font-size: 50px;
    margin-block: 15px;
    padding-top: 50px;
}

.contador_organizaciones{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 58px;
    padding: 50px 0;
}

.contador_organizaciones img {
    width: 170px;
    height: 170px;
    object-fit: contain;
}

.contador_organizaciones > div {
    width: 24%;
    text-align: center;
}

.contador_organizaciones__logo__Logo_SCT_AEM img,
.contador_organizaciones__logo__CONCYTEP img {
    width: 359px;
}

/* Contador */


.contador__numeros {
    position: relative;
    width: 100%;
    align-self: center;
    margin-top: -250px;
}

.countdown-background {
    width: 100%;
    height: 310px;
    position: absolute;
    left: 0;
    top: 20px;
}



table.countdown {
    text-transform: uppercase;
    color: #fff;
    margin-top: 0px;
}

table.countdown thead th, table.countdown tfoot td {
    font-weight: 100;
    font-size: 21px;
    text-align: center;
}

table.countdown tbody.countdown-body {
    font-weight: 700;
    font-size: 96px;
}

table.countdown tbody.countdown-body tr td {
    min-width: 155px;
    padding: 0 10px;
    font-weight: bold;
}

td.td_text {
    font-size: 16px;
    font-weight: 300 !important;
    text-transform: capitalize;
}

/* Footer */

main,
section {
    position: relative;
    float: left;
    width: 100%;
}

footer {
    position: relative;
    float: left;
    width: 100%;
}

.footer ul li a {
    text-decoration: none;
}

.footer-gxiba {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 103px;
    padding-top: 20px;
    padding-bottom: 59px;
}

.footer-gxiba-text {
    text-align: center;
    padding-top: 35px;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    font-family: var(--upaep-ff-firasans);
}

.modal-header{
    background: red;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    margin: 50px;
}

h4{
    color: #fff;
}

.modal-body img {
    padding-left: 16px;
    padding-right: 32px;
}

@media only screen and (max-width: 2000px) and (min-width: 701px){
    .menu__lista{
        display: flex !important;
    }
}

@media only screen and (max-width: 700px) and (min-width: 300px){    
    .contador__bloques,
    .contador{
       display: block;
       width: 100%;
        padding: 0px;
    }

    .contador {
        height: auto;
        background-size: cover;
    }

    .contador__logo {
        text-align: center;
    }

    .contador__logo img {
        padding-top: 60px;
        margin-top: -40px;
        width: 124px;
    }
    .contador__texto {
        margin-left: 0px;
        padding: 15px;
        text-align: center;
    }

    .contador__texto p{
        text-align: center;
        font-size: 17px;
        padding-block: 0;
    }

    .contador__texto h3{
        text-align: center;
    font-size: 12px;
    padding-bottom: 58px;
    padding-left: 70px;
    padding-right: 70px;
    }

    .footer-gxiba {
        display: grid;
    text-align: center;
    height: 269px;
    gap: 1px;
    padding-top: 17px;
    }

    .contador__texto img{
        width: 178px;
        margin: 1px;
    }

    .contador__numeros{
        width: 100%;
        margin: 0 auto;
        padding: 10% 0% 7% 9%;
    }

    .contador__numeros p{
        color: #fff;
        font-size: 83px;
    }


/* Banner */

.carousel-indicators {
    position: absolute;
    right: 8px;
    bottom: -42px;
}

/* Galeria noticias */

    .noticias__gif{
        display: block;
    }

    .noticias__gif__contenedor{
        width: 100%;
        height: 100%;
        margin-bottom: 20%;
        position: relative;
        display: block;
        
    }

    .noticias__gif__contenedor__hover p {
        color: #fff;
        font-size: 30px;
        font-family: 'Fira Sans', sans-serif;
    }

/* organizaciones Logos*/

    .contenedor h1{
        text-align: center;
        font-size: 33px;
        padding-top: 27px;
        padding-left: 35px;
    }

    .contador_organizaciones {
        display: block;
    }

    .contador_organizaciones > div {
        width: 100%;
    }

    .contador_organizaciones__logo__Logo_SCT_AEM img, .contador_organizaciones__logo__CONCYTEP img {
        width: 250px;
    }

    /* Contador */

    .countdown-background {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        top: 0px;
    }

    table.countdown tbody.countdown-body tr td {
        min-width: 80px;
        font-size: 15px;
    }

    td#horas, td#dias, td#minutos, td#segundos {
        font-size: 38px;
    }

    .contenedor__medios > div {
        width: 100%;
    }

    .contenedor__medios {
        display: block;
        text-align: center;
    }

    .menu__lista {
        display: block;
        padding: 20px 0% 20px 0%;
    }
    
    .text__interior__titulos {
        font-size: 17px;
    }

    .menu__lista a {
        margin: 8px;
        font-size: 15px;
        display: block;
        text-align: center;
    }

    .menu__hamburguesa {
        display: block;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 26px;
        top: 11px;
        z-index: 99999;
    }
    
    .menu__hamburguesa > div {
        width: 100%;
    }
    
    .menu__hamburguesa__logo i {
        position: relative;
        font-size: 34px;
        cursor: pointer;
        top: -91px;
    }

    .menu__lista{
        display: none;
        background-image: linear-gradient(90deg, #1c150d 67%, #5b2a59 100%);
    }

    .item a {
        text-align: center;
    }

    .modal-body img {
        padding-left: 11px;
        padding-right: 11px;
        width: 23%;
    }

    tbody {
        font-size: 12px;
    }

    th {
        padding-right: 8px;
    }
}


