@import url('certificados.css');

:root {
    --color-azul: #051433;
    --color-naranja: rgb(243, 131, 3);
}

/*login*/
.barra-login  {
    background-color: #161881;
    color: white;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

/* ---------------------------- */
/* table cells centered vertically */
td,th{
    vertical-align:middle
}

.content-img-proceso {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

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

/* CREAR -EDITAR EMPRESA */

/* CATEGORIAS CREAR - EDITAR EMPRESA */
.content-categoria {
    border: solid 1px #dee2e6;
}

.content-img {
    min-height:300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-bus {
    transform: scaleX(-1);
}

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

/*estilos generales*/
body {
    background-color: #f8fafc;
}

.text-azul {
    color: var(--color-azul) !important
}

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

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

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

.text-justify {
    text-align: justify;
}

.circulo {
    border-radius: 50%;
}

.border-radius-archivo {
    border-radius: 0px 20px 20px 0px;
}

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

/* BOTONES */
.boton {
    background-color: var(--color-azul);
    color: white;
    /* line-height: 30px; */
    letter-spacing: 1px;
    font-weight: 500;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 20px;
}

.boton:hover {
    color: white;
}


/* TITULOS */
.header-titulo {
    margin: 0px;
    letter-spacing: 1px;
    color: var(--color-azul);
    font-weight: bold;
    /* border-bottom: 2px solid #161881; */
}

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

.border-tabla-start {
    border-radius: 20px 0px 0px 0px;
}

.border-tabla-end {
    border-radius: 0px 20px 0px 0px;
}

/* PAGINACIÓN */

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}

.page-link {
    position: relative;
    display: block;
    color: var(--color-azul);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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


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

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


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

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


/* EVALUACIONES */

.pregunta {
    border-top: 1px solid rgba(0,0,0,.125);
            border-bottom: 1px solid rgba(0,0,0,.125);
            padding: 1rem 1.25rem;
}

.seleccion {
    padding: 1rem 1.25rem;
}

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

/* contenedores informaciòn */

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

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

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


/* 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;
}


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


/* EXPARDIR SELECT EN AGENDA */
.ms-container{
    width: 100% !important;
}

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


.bg-azul {
    background-color: #051433;
}
