﻿
/*Contenido general*/
body {
    padding: 0px;
    font-size: 18px;
    background-color: #efefef70 !important;
}

.espacio-izqder {
    padding-left: 125px !important;
    padding-right: 125px !important;
}

.fondoFooter {
    background-color: #00B2E3 !important;
}

.fondo-blanco {
    background-color: white !important;
}

.fondo-eventosGeneral {
    background-color: #e7ecf16b !important;
}

.fondo-diaEvento {
    background-color: #004A98 !important;
    color: white;
}

.fondo-horaEvento {
    background-color: #00B2E3 !important;
    color: white;
}

.separacionAzul {
    background-color: #004A98 !important;
}

.separacionGris {
    background-color: #E7ECF1 !important;
}

.logoUASLP {
    height: 84px !important;
    padding: 10px 15px;
}

.textoAdministrativa {
    font-size: 20px !important;
    margin: 0;
}

.header {
    width: auto;
    height: 120px;
    text-align: left;
    background-color: #004A98;
    transition: height 0.8s;
}

    .header a, .piePagina a {
        color: white !important;
        text-decoration: none !important;
        font-family: OpenSans-SemiBold !important;
    }

    .header a {
        font-size: 18px !important;
    }

.header-gris {
    width: auto;
    background-color: #D8D8D8 !important;
}

    .header-gris a {
        color: #706F6F !important;
        text-decoration: none !important;
        font-family: OpenSans-Regular !important;
    }

.linea-header-gris {
    color: #3C3C3B !important;
}

.piePagina a {
    font-size: 20px !important;
}

    .header a:hover, .piePagina a:hover {
        text-decoration: underline !important;
    }

.textoUASLP, .textoUASLP a {
    font-family: OpenSans-Bold !important;
    color: white !important;
    font-size: 35px !important;
    margin-bottom: 0;
}

.menu {
    background-color: #FFFFFF !important;
}

    .menu a {
        font-family: OpenSans-SemiBold !important;
        color: #004A98 !important;
        font-size: 20px !important;
    }

        .menu a:hover {
            color: #FFFFFF !important;
            background-color: #004A98 !important;
            border-radius: 4px 4px;
        }


.nav-link.disabled, .dropdown-item.disabled, a.disabled {
    color: #6c757d7a !important;
    pointer-events: none;
    cursor: default;
}

.menu .nav-item {
    margin-right: 10px !important;
}

.nombre-entidad {
    color: #FFFFFF;
    font-family: 'OpenSans-Bold';
    font-size: 35px;
}

.descripcion-entidad {
    color: #FFFFFF;
    font-family: 'OpenSans-Bold';
    font-size: 20px !important;
}

.cuadrogris {
    background-color: #e6e6e8 !important;
    max-height: 310px !important;
}

.contenido {
    background-color: white !important;
}

/*-----------------------texto y títulos--------------------------*/
.titulo1 {
    font-family: OpenSans-ExtraBold !important;
    color: #00B2E3 !important;
    font-size: 42px !important;
}

.titulo2 {
    font-family: OpenSans-SemiBold !important;
    color: #004A98 !important;
    font-size: 22px !important;
}

.tituloOfertaAcademica, .tituloCoberturaEstatal {
    color: #969696 !important;
    font-family: OpenSans-ExtraBold !important;
    font-size: 100px !important;
}

.subtitulo {
    font-family: OpenSans-Bold !important;
    color: #004A98 !important;
    font-size: 45px !important;
}

.subtitulo2 {
    font-family: OpenSans-Regular !important;
    color: #004A98 !important;
    font-size: 26px !important;
}

.texto {
    font-family: OpenSans-Regular !important;
    color: #4D4D4D !important;
    font-size: 20px !important;
}

.texto-negro {
    font-family: OpenSans-Regular !important;
    color: #333333 !important;
    font-size: 18px !important;
}

#identidad {
    font-family: OpenSans-Light !important;
    font-size: 18px !important;
}

/*-----------------------Voces universitarias--------------------------*/
.texto-vocesuniversitarias {
    font-family: OpenSans-Light !important;
    font-size: 25px !important;
}

.descripcion-vu {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.descripcion-azul {
    font-family: OpenSans-Light !important;
    color: #2080CB !important;
    font-size: 22px !important;
}

/*-----------------------botones--------------------------*/
.btn-vermas {
    background-color: #2080CB !important;
    color: white !important;
    padding: 5px 20px;
    font-family: OpenSans-SemiBold !important;
    font-size: 20px !important;
    border-radius: 20px 20px !important;
}

/*-----------------------Noticias--------------------------*/
.descripcion-noticias {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.titulo-noticias {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*-----------------------Transparencia, ListadoPA--------------------------*/
.bordegris {
    border-top: 3px solid #e7ecf1 !important;
    border-bottom: 3px solid #e7ecf1 !important;
    padding: 10px 0px 10px 0px;
}

.bordegris-top {
    border-top: 3px solid #e7ecf1 !important;
    padding: 10px 0px 10px 0px;
}

/*Pie de página*/
.piePagina {
    width: auto;
    height: 280px;
    background-color: #004A98;
    padding: 25px 50px 30px 50px;
}

.circulo {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: white;
    margin: 2px !important;
}

.cobertura-alto {
    height: 185px !important;
}

/*-----------------------Búsqueda--------------------------*/
.bordeazul {
    border: 3px solid #21b4f5 !important;
    padding: 10px 20px 10px 20px;
    border-radius: 30px 30px;
}

.btn-busqueda {
    background-color: #004A98;
    color: white;
}

    .btn-busqueda:hover {
        background-color: #f2f2f2 !important;
        color: #004A98;
    }

/*-----------------------Zonas universitarias--------------------------*/
.titulo-zu {
    font-family: OpenSans-SemiBold !important;
    color: #00B2E3 !important;
    font-size: 32px !important;
}

.link-entidades {
    font-family: OpenSans-Light !important;
    color: #4D4D4D !important;
    font-size: 24px !important;
    text-decoration: none !important;
}

    .link-entidades:hover {
        text-decoration: underline !important;
    }


/*-----------------------Eventos--------------------------*/
.tituloCategoria {
    font-family: OpenSans-ExtraBold !important;
    color: #00B2E3 !important;
    font-size: 18px !important;
}

.link-eventos {
    text-decoration: none !important;
}

.titulo-detalle-evento {
    font-family: OpenSans-Bold !important;
    color: #333333 !important;
    font-size: 20px !important;
}

.titulo-descripcion-evento {
    font-family: OpenSans-Bold !important;
    color: #333333 !important;
    font-size: 20px !important;
}

.link-compartir a {
    font-family: OpenSans-SemiBold !important;
    color: #004A98 !important;
    text-decoration: none !important;
}

    .link-compartir a:hover {
        text-decoration: underline !important;
    }

.img-evento {
    /*object-fit: cover;
    height: 200px !important;*/
    max-width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 525px !important;
}

.texto-evento {
    height: 115px !important;
}

/*-----------------------Noticias--------------------------*/
.img-noticia {
    max-width: 100%;
    height: auto;
    min-height: 200px !important;
    max-height: 525px !important;
}

/*-----------------------Imagenes en listado--------------------------*/
.img-listado img {
    max-width: 100%;
    height: auto;
    min-height: 200px !important;
    max-height: 525px !important;
}

/*-----------------------Responsive--------------------------*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    /*.img-evento {
        max-width: 100%;
        height: 150px !important;
    }

    .img-noticia {
        max-width: 100%;
        height: 200px !important;
    }*/
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /* .img-evento {
        max-width: 100%;
        height: 150px !important;
    }

    .img-noticia {
        max-width: 100%;
        height: 300px !important;
    }*/
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /*.img-evento {
        max-width: 100%;
        height: 150px !important;
    }

    .img-noticia {
        max-width: 100%;
        height: 300px !important;
    }*/
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 970px) {
    /* .img-evento {
        max-width: 100%;
        height: 100px !important;
    }

    .img-noticia {
        max-width: 100%;
        height: 165px !important;
    }*/
}

@media only screen and (min-width: 971px) and (max-width: 1175px) {
    /* .img-evento {
        max-width: 100%;
        height: 100px !important;
    }

    .img-noticia {
        max-width: 100%;
        height: 165px !important;
    }*/
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .img-evento {
        max-height: 200px !important;
    }

    .img-noticia {
        max-height: 200px !important;
    }
}


@media (max-width: 480px) {
    .logoUASLP {
        height: 60px !important;
    }
}

@media (max-width: 767px) {
    .header {
        text-align: center !important;
        height: auto !important;
    }

    .logoUASLP {
        padding: 5px 15px !important;
    }

    .divisorUASLP-ENTIDAD.tipo-2 {
        display: none !important;
    }

    .divisorUASLP-ENTIDADScroll.tipo-2 {
        display: none !important;
    }

    .nombre-entidad {
        font-size: 20px;
    }

    .descripcion-entidad {
        display: none;
    }

    .piePagina {
        height: 550px !important;
    }

    .titulo1 {
        font-size: 35px !important;
    }

    .cobertura-alto {
        height: 165px !important;
    }

    .cuadrogris {
        max-height: 650px !important;
    }

    .espacio-izqder {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #detalles table {
        overflow: scroll;
    }

    .dropdown-item {
        white-space: pre-wrap !important;
    }
}

/*---------------Tablas Páginas Plantilla 3(Genérica)----------------*/

/*Esta clase se agrega por agregar una tabla en Admi, pero aquí la ocultamos porque abarca espacio en la vista*/
.JCLRgrips {
    display: none;
}

#detalles table a {
    word-break: break-all;
}

.paginas-tbHeader__azul1 > tbody:first-child > tr:first-child {
    background-color: #004A98 !important;
}

    .paginas-tbHeader__azul1 > tbody:first-child > tr:first-child td {
        color: white !important;
    }

.paginas-tbHeader__azul2 > tbody:first-child > tr:first-child {
    background-color: #00b2e3 !important;
}

    .paginas-tbHeader__azul2 > tbody:first-child > tr:first-child td {
        color: white !important;
    }
.paginas-tb__striped > tbody:first-child > tr:nth-of-type(even):not(tr:first-child) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.divisorUASLP-ENTIDAD {
    height: 70px;
    width: 2px;
    background-color: white;
}

.divisorUASLP-ENTIDADScroll {
    height: 35px;
    width: 2px;
    background-color: white;
}

/*---------------Búsqueda de google----------------*/
.gsc-control-cse {
    padding: 0px !important;
}

.btn-search-button {
    margin-left: 2px !important;
    width: 1%;
}

.btn-search-button-v2 {
    border-color: #004A98;
    background-color: #004A98;
    padding: 6px 27px;
    width: auto;
    vertical-align: middle;
}

    .btn-search-button-v2 svg {
        fill: #FFFFFF;
    }

input.search-input {
    border: 1px solid #004A98;
}

/*Configuracion imagen encabezado*/
.imagenPrincipal {
    height: 500px;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    /*Para posicionar el texto descriptivo*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}

/*Smart Phones*/
@media (min-width: 769px) and (max-width: 991px) {
    .imagenPrincipal {
        height: 267px;
        background-size: contain;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .imagenPrincipal {
        height: 356px;
        background-size: contain;
    }
}

@media (min-width: 1200px) and (max-width: 1395px) {
    .imagenPrincipal {
        height: 422px;
        background-size: contain;
    }
}

@media (min-width: 1396px) {
    .imagenPrincipal {
        height: 489px;
        background-size: contain;
    }
}