@import url('https://fonts.googleapis.com/css?family=Palanquin');
@import url('https://fonts.googleapis.com/css?family=Dosis');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700');
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono&display=swap');
html,
body {
    font-family: 'Palanquin';
    padding-top: 0px;
}

#head {
    background-image: url("../img/head_back.png");
    background-repeat: repeat-x;
}


#unam {
    height: 80px;
}

#dgaco {
    height: 118px;
    padding: 12px;
}

#home {
    background-color: #fac016;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}

#titulo {
    font-weight: bold;
    font-size: 35px;
    text-align: center;
}

#homesito {
    background-color: #fac016;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}

#titulito {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

h1 {
    color: #06768f;
    text-align: center;
}

h2 {
    color: #06768f;
    font-size: 25px !important;
}

p {
    font-size: 17px
}

.titilo_pie {
    border-left: solid 3px rgba(255, 255, 255, 0.7);
    padding-left: 10px;
}

.pie_pie {
    border-left: solid 3px #444;
    border-right: solid 3px #444
}

#sidbar {
    background-color: black;
    position: fixed;
    height: auto;
    width: 43px;
    z-index: 99;
}

.activo {
    color: #ff6600 !important;
    text-decoration: underline;
}

#contraste {
    color: white;
    padding: 2px;
    cursor: pointer;
}

.contraste {
    color: white !important;
    background-color: black !important;
}

.contraste h1 {
    color: white !important;
}

.contraste h2 {
    color: white !important;
}

#fuente {
    color: white;
    padding: 2px;
    cursor: pointer;
}

.fuente1 {
    font-size: 19px
}

.fuente2 {
    font-size: 21px
}

.fuente3 {
    font-size: 23px
}

.fuente4 {
    font-size: 25px
}

.fuente5 {
    font-size: 27px
}

.iconos {
    max-width: 60px;
    float: right;
    margin-top: 8px;
}

.opciones td.indice:hover {
    color: white;
    background-color: #139bf9;
    cursor: pointer;
}

.azul {
    color: #139bf9;
}

.logos {
    max-width: 100px;
    max-height: 100px;
    margin-right: 10px;
    margin-left: 10px;
}

.loader {
    border: 16px solid #fff;
    border-radius: 50%;
    border-top: 16px solid #1394c8;
    border-bottom: 16px solid #1394c8;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.clave {
    font-family: 'Ubuntu Mono', monospace;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.tableFixHead          { overflow-y: auto; height: 500px; }
.tableFixHead thead th { position: sticky; top: -2px; background-color: white;}

.tableFixHead_chica          { overflow-y: auto; height: 250px; }
.tableFixHead_chica thead th { position: sticky; top: -2px; background-color: white;}

/* ── Panel stat cards ───────────────────────────────────────── */
.card {
    border-radius: 14px !important;
    border: none !important;
    box-shadow: 0 4px 18px rgba(0,0,0,0.13);
    transition: transform 0.15s, box-shadow 0.15s;
}
.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.2);
}
.card.text-white .card-body {
    padding: 1.4rem 1rem 1.2rem;
}
.card.text-white .card-title {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    opacity: 0.92;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
.card.text-white .card-text {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.5px;
}
.panel-section-title {
    font-size: 1rem;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #1394c8;
    display: inline-block;
}

