:root {
    --color-azul: #051433;
    --color-naranja: #e17e3c;
}

body {
    margin: 0px;
    padding: 0px;
}

/* Estilos generales  */

.text-azul {
    color: var(--color-azul);
}

.text-naranja {
    color: var(--color-naranja);
}

.bg-azul {
    background-color: var(--color-azul);
}

.bg-naranja {
    background-color: var(--color-naranja);
}

.border-radius-campo {
    border-radius: 20px;
}

/* contenedores informaciòn */

.content-titulo-azul {
    background-color: var(--color-azul);
    border-radius: 20px 20px 0px 0px;
    padding: 2%;
}

.content-borde {
    border: 1px solid #dee2e6;
    border-radius: 0px 0px 20px 20px;
    padding: 3%;
}

/* --------------------------------------------------------------------------------- */



#footer-bottom{
    /* position: absolute; */
    width: 100%;
    bottom: 0;
}

#custom-captcha{
    transform: scale(1);
    transform-origin: 0 0;
}

.g-recaptcha{
    display: grid;
    align-items: center;
    justify-content: center;
}

label, h4{
    margin-bottom: 0;
}

.table th, .table td {
    padding: 5px;
}


.custom-file-label::after{
    content: "Buscar";
}

@media only screen and (max-width: 700px) {
    video {
        max-width: 100%;
    }
}

#myChart{
    width: 100% !important;
}

.salto-pagina{
    page-break-after: always;
}

/*estilos generales*/
.color-blanco {
    color: white !important;
}

.hover-whithe:hover {
    color: white !important;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

/* estilos para Tablas */
.table th, .table td {
    vertical-align: baseline;
}

.header-titulo {

    margin: 0px;
    letter-spacing: 1px;
    color: var(--color-azul);
    font-weight: bold;
    border-bottom: 3px solid var(--color-azul);
    font-size: 2.575rem;
}

ul.nav.nav-tabs {
    justify-content: center;
}

#grupo-especialidad{
    display: none;
}

/*editar-tablas*/
.btn-warning {
    color: #212529;
    background-color: #F7E01F;
    border-color: #F7E01F;
}

/* tablas */

.titulo-tabla {
    background-color: var(--color-azul);
    color: #ffffff;
}

.tabla-azul {
    background-color: #c3d4ed;
}

.tabla-gris {
    background-color: #ececec;
}

th {
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

td {
    color: #000;
}

/* --------------------------------------------------------------------------------------------------------------- */

/* BOTONES */

.boton {
    background-color: var(--color-azul);
    color: white;
    line-height: 30px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    font-size: 16px;
    font-weight: 500;
    border-radius: 24px;
}


.boton-azul {
    background-color: var(--color-azul);
    color: white;
    line-height: 30px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    font-size: 16px;
    font-weight: 500;
}

.boton-naranja {
    background-color: var(--color-naranja);
    color: white;
    line-height: 30px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    font-size: 16px;
    font-weight: 500;
}

/*boton imagen*/
.btn-img,
.btn-img:hover {
    color: #fff;
    background-color: #CA7D43;
    border-color: #CA7D43;
}

.btn-huella,
.btn-huella:hover {
    color: #000000;
    background-color: #fff;
    border-color: #ffffff;
}

/* -------------------------------------------------------------------------------------------- */

/*contenido*/
.content {
    width: 100%;
}

/* paginacion  */

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--color-azul);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color:var(--color-azul);
    border-color: var(--color-azul);
}


/* ------------------------------------------------------------------------------------------- */

/*ver aspirantes*/
.barra-buscar {
    margin: 3% 0%;
}

.acciones {
    display: flex;
    justify-content: space-evenly;
}

.noregistros > h2 {
    padding: 3%;
    border-bottom: 1px solid;
}

/*footer*/

/* footer{
    padding: 40px 0 40px !important;
    color: #ffffff;
    background: var(--color-azul);
} */

/*redes sociales */
/* .footer-links-soi {
    margin: 0px;
    padding: 0px;
}

.footer-links-soi li {
    display: inline-block;
}

.footer-links-soi li a {
    background: #ffffff;
    color: #333333;
    width: 32px;
    height: 32px;
    display: block;
    font-size: 22px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
} */

/*enlaces rapidos*/

/* .footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 5px;
    display: block;
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.footer-links li ul {
    padding: 0px;
}

.footer-links a {
    color: #ffffff;
}

@media screen and (max-width: 992px) {
    .footer {
        text-align: center;
    }
} */

/* VENTANA MODALES*/
.close {
    float: right;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

input.number-no-arrows::-webkit-outer-spin-button,
input.number-no-arrows::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.centrar{ /* Combinar con d-flex (horizontal) o d-grid (vertical)*/
    align-items: center;
    justify-content: center;
}

.d-grid{
    display: grid !important;
}

/* PDF */

.titulo-encabezado {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.encabezado-certificado {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: solid 1px #c2c2c2; */
    padding: 1% ;
}

/* Otros */

.achicar-espacio{
    padding: 0px 5px 0px 5px;
}

/* Iconos */
.zoom-iconos {
    transition: all 1s ease 0.1s !important;
}

.zoom-iconos:hover {
    transform: scale(1.1);
}
/* ´--------------------------------------------------------------------------------- */

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
body::-webkit-scrollbar{
    -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
    width: 10px;
}

body::-webkit-scrollbar-button:increment {
    display: none;
}

body::-webkit-scrollbar:horizontal{
    height: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

body::-webkit-scrollbar-track{
    border-radius: 10px;
}
/* ------------------------------------------------------------------------------------------------------------- */
