:root {
    --color-santa_cruz: #252C61;
    --color-institucional-secundario: #80B0DE;
    --color-gris: rgb(128, 130, 133);
    --color-mandarina: #FEC25C;
    --color-verde-lima: #CADB36;
    --color-turquesa: #50B8B1;
    --color-rosa: #F17DB1;
    --color-lila: #AB9FC5;
    --color-rojo: #C44228;
    --color-verde: #337C58;
    --color-amarillo: #CD9F2B;
}

* {
    box-sizing: border-box;
    margin: 0;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
         url('../fonts/montserrat/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Medium.woff2') format('woff2'),
         url('../fonts/montserrat/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
         url('../fonts/montserrat/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

html,
body {
    height: 100%;
    max-width: 100%;
    font-weight: 500;
}

body {
    background: #fff;
    color: #333333;
    width: 100%;
    font-family: "Montserrat", sans-serif !important;
}

/*------------------------------------------------ COLORES --------------------------------------------------- */
.bg-santacruz {
    background-color: var(--color-santa_cruz, #00AFD9);
}

.tx-santacruz {
    color: var(--color-santa_cruz, #00AFD9);
}

/*------------------------------------------------ LOGOS --------------------------------------------------- */
.img-banner-gde {
    max-width: 280px;
}

.img-banner-peq {
    max-height: 5em;
    visibility: hidden;
}

/*------------------------------------------------ TÍTULOS --------------------------------------------------- */
.titulo {
    font-size: 2.5em;
    color: var(--color-santa_cruz, #00AFD9);
    font-weight: 600;
    margin-bottom: 0px;
    text-align: right;
}

.subtitulo {
    font-weight: 600;
    margin-bottom: 0px;
    text-align: right;
    font-size: 1.2em;
    bottom: 3px;
    right: 0px;
    color: var(--color-gris);
}

/*------------------------------------------------ BARRA DE NAVEGACIÓN ---------------------------------------------- */
#navbar-banner {
    background-color: #f7f7f7;
}

#navbar-menu {
    background-color: var(--color-santa_cruz, #00AFD9);
    padding: 0rem;
}

#navbar-menu a {
    color: #fff;
    font-weight: 550;
    font-size: 1em;
}
/*------------------------------------------------ Paginacion --------------------------------------------------- */

.page-item.active .page-link{
    background-color: var(--color-santa_cruz);
    border-color: var(--color-santa_cruz);
}

.page-link{
    color: var(--color-santa_cruz);
}
/*------------------------------------------------ OTROS --------------------------------------------------- */
.lista-viñeta {
    list-style: unset;
}

a.dropdown-item {
    color: #000 !important;
    font-weight: 400 !important;
}

.dropdown-item:hover {
    background-color: #aaa !important;
    color: #fff !important;
}

#container-login {
    max-width: 400px;
}

.footer-top {
    color: #777777;
    font-size: 1em;
}

#jumbo-footer {
    background-color: #f4f4f4;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 0;
    width: 100% !important;
}

.footer-bottom {
    /*	background-color: white;*/
    font-size: 1em;
    color: #777777;
    /*	color: #0EA2C0;*/
    min-height: 5em;
}

.link {
    color: var(--color-santa_cruz, #00AFD9) !important;
}

.lista-sin-iconos {
    list-style: none;
}

.txt-observacion {
    font-size: 0.7em;
    margin-bottom: 20px;
}
p.parrafo-sangria {
  text-indent: 4em;
}
.btn-block{
    display: block;
    width:100%
}
.alert-mensaje{
    background-repeat: no-repeat;
    position: fixed;
    bottom: 5px;
    left: 20px;
    font-size: larger;
    z-index: 99;
}
.li-numerico {
    list-style: auto;
}
/*------------------------------------------------ Btn ir arriba -------------------------------------------- */
.ir-arriba{
    display:none;
    background-repeat:no-repeat;
    font-size:26px;
    color: var(--color-santa_cruz, #00AFD9);
    cursor:pointer;
    position:fixed;
    bottom:15px;
    right:30px;
    z-index:2;
  }

.ir-arriba:hover{
    color: #767676;
}
/*------------------------------------------------ Lista --------------------------------------------------- */
.table-click {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.12), 0 1px 3px 1px rgba(60,64,67,0.15);
}
td {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.fila-click:hover {
    cursor: pointer;
    -webkit-transition: transform 2s ease-in-out;
    color: rgb(44, 44, 44) !important;
    background-color: rgb(211, 211, 211) !important;
}
.fila-click:active {
    box-shadow: 3px 2px 12px 1px rgba(0, 0, 0, 0.24);
}
/*------------------------------ LOGIN -----------------------------------*/
#container-login {
    margin: 2rem;
}

/*------------------------------ GENÉRICOS -----------------------------------*/

/*------------------------ PROGRESO DE FORMULARIO ----------------------------*/

.paso {
    opacity: 1;
    transition: opacity 0.5s ease;
}

#detalle-login {
    width: 30%;
    padding: 1rem;
    z-index: 100;
    right: 0;
    margin-right: 35%;
    margin-left: 35%;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
}

#progreso_barra {
    position: absolute;
    top: 50%;
}

.icon-base-activo {
    color: var(--color-santa_cruz, #00AFD9) !important;
}

.icon-base-inactivo {
    color: gray !important;
}

.icon-base-actual {
    color: rgb(0, 98, 204) !important;
}

.btn-progreso {
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.icon-flotante {
    color: #fff !important;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    padding: 0 2em;
    font-size: 1.2em;
}

li {
    list-style: none;
    text-decoration: none;
}

.form-check-inline{
    margin-left: 0.75em;
    margin-right: 0em;
}

.errorlist{
    padding-left: 0px;
}

/*------------------------------------------------ LOADER --------------------------------------------------- */
.loader {
    color: var(--color-santa_cruz, #00AFD9);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: white;
    opacity: .9;
    display: table;
}

.loader-modal {
    color: var(--color-santa_cruz, #00AFD9);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.spinner.text-center {
    display: table-cell;
    vertical-align: middle;
}

/*---------------- CONTENIDO ---------------*/
.texto-cortado {
    text-overflow: ellipsis ellipsis;
}

/*---------------- FOOTER INFORMÁTICA ---------------*/
body.sticky-footer {
    height: 100%;
    display: table;
}

body.sticky-footer .footer-informatica {
    display: table-row;
    height: 1px;
}

.footer-informatica img {
    height: 4rem;
    width: auto;
}

.footer-informatica .row > div:first-child {
    padding-right: 30px;
}

.footer-informatica li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

.footer-informatica a {
    color: var(--color-santa_cruz, #00AFD9);
    text-decoration: none;
    background-color: transparent;
}

.footer-informatica a:hover {
    color: #767676;
    text-decoration: none;
}

.pull-left {
    float: left !important;
}

.col-xs-12 {
    width: 100%;
}

.text-90 {
    font-size: 90% !important;
}

.hr-footer-light {
    background-color: #e0e0e09c;
    border-top: 1px solid #eee;
    margin: 0;
}

.hr-footer-gris {
    border-top: 2px solid #c5cdd1;
    margin: 0;
}

.bg-gris {
    background-color: #e0e0e09c;
}

/*---------------- FIN DE FOOTER NUEVO ---------------*/

div#contenido {
    padding: 50px 15px 50px 15px;
    /*padding: 30px 15px 60px 15px;
    min-height: 200px;*/
    margin-bottom: 5px;
}

/*----------- TARJETAS -------------*/
.card {
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    padding: 2.5em 2.5em 0 2.5em;
    margin-bottom: 2em;
}

.card-header {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 2em;
}

.card-enlace {
    margin: 2rem;
}

.card-footer {
    background-color: #f7f7f7;
}

.card-body {
    padding: 0px 15px 15px 15px;
}

/*------------------------------ Tarjetas-informática -------------------------------*/
.tarjeta {
    height: 100%;
    margin-bottom: 30px;
    border: solid 1px #ddd;
    border-radius: 10px;
    box-shadow: none;
    color: #333;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
}

.tarjeta-header {
    min-height: 50px !important;
    padding: 1rem;
    transition: opacity .15s;
    background-position: center center;
    background-size: cover;
    border: 0;
    border-top-left-radius: 9px !important;
    border-top-right-radius: 9px !important;
    text-align: center !important;
}

.tarjeta-descripcion {
    padding: 15px 20px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tarjeta-imagen {
    height: 50px;
}

.badge-detalle {
    border-radius: 10px;
    color: #555;
    opacity: 1;
    background-color: #e2e3e5;
    border-color: #d6d8db;
    border: 1px solid transparent;
    margin: 0 1rem .5rem 1rem;
    padding: .2rem .5rem;
    position: relative;
    max-width: max-content;
    font-size: 80%;
}

a.tarjeta:focus,
a.tarjeta:hover {
    background: #f3faff;
    color: #333;
}

a.tarjeta:active {
    color: #6a1b99;
}

.tr-sin-validar{
    --bs-table-bg: #fff3cd77;
    border-color: #f7e5af;
}

/*Bordes para las tarjetas: */

.tarjeta-border-mandarina {
    border-color: #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom: 12px solid var(--color-mandarina) !important;
}

.tarjeta-border-rosa {
    border-color: #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom: 12px solid var(--color-rosa) !important;
}

.tarjeta-border-lila {
    border-color: #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom: 12px solid var(--color-lila) !important;
}

.tarjeta-border-verde-lima {
    border-color: #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom: 12px solid var(--color-verde-lima) !important;
}

.tarjeta-border-turquesa {
    border-color: #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom: 12px solid var(--color-turquesa) !important;
}

.tarjeta-border-rojo {
    border-color: #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom: 12px solid var(--color-rojo) !important;
}

.tarjeta-border-verde {
    border-color: #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom: 12px solid var(--color-verde) !important;
}

.tarjeta-border-amarillo {
    border-color: #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom: 12px solid var(--color-amarillo) !important;
}
/* FIN DE ESTILO TARJETAS */

/* Colores texto */
.text-santacruz {
    color: var(--color-santa_cruz);
}

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

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

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

.text-verde-lima {
    color: var(--color-verde-lima);
}

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

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

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

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

/*----------- ETIQUETA ---------------*/
.filtro-etiqueta {
    border-radius: 8px;
    padding: 5px;
    border: 1px solid lightgray;
    margin: 7px;
    font-weight: bold;
    font-family: monospace;
    color: black;
}
/*----------- BOTONES ---------------*/
.boton-inicio {
    border-radius: 40px;
    max-width: 50em;
    min-height: 7em;
    font-size: 18px;
}

.btn-secondary {
    color: #fff;
    background-color: #80B0DE;
    border-color: #80B0DE;
}

.bg-primary {
    background-color: var(--color-santa_cruz, #00AFD9) !important;
    color: #FFFFFF;
}

.bg-primary:hover {
    background-color: #b3b3b3 !important;
    color: #000000;
}

.icon-xl {
    font-size: 4rem;
    padding: 0.3em;
}

.en-mayusculas {
    text-transform: uppercase;
}

.subrayado {
    text-decoration: underline grey;
}

.hidden {
    display: none !important;
}

.link-sinacceso {
    pointer-events: none;
    cursor: default;
}

/*-----------LECTOR QR--------------*/
#reader {
    width: 640px;
}

select#facingMode {
    display: none;
}

@media(max-width: 600px) {
    #reader {
        width: 100%;
    }
}

.empty {
    display: block;
    width: 100%;
    height: 20px;
}

div#scanned-result {
    color: white;
}

@media screen and (max-width:480px) {
    .footer-informatica .copyright {
        text-align: right !important;
    }

    .hr-sm {
        border-top: 2px solid #ddd;
        margin: 0 5em;
    }

    .center-sm {
        text-align: center !important;
    }

    .card {
        margin: 0px;
        background-color: #f7f7f7;
        border: 1px solid #e8e8e8;
    }

    form .btn.btn-secondary {
        width: 100%;
    }

    form h3 {
        margin: 1.5rem 0px;
        font-size: 1.5rem;
    }

    body {
        /*margin-bottom: 50rem;*/
    }

    #navbar-banner .col-xs-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    #navbar-banner .col-xs-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    div#desplegar-menu {
        margin: 10px 20px 20px 20px;
    }

    .titulo {
        font-size: 1.4em;
    }

    .subtitulo {
        font-size: 1em;
    }

    .img-banner-gde {
        visibility: hidden !important;
    }

    .img-banner-peq {
        visibility: visible;
        position: absolute;
        left: 0;
        max-width: 60px;
    }

    #contenido {
        min-height: 50px;
    }

    .jumbo-footer {
        font-size: 0.7em;
    }

    #detalle-login {
        margin-left: auto;
        margin-right: 10%;
        width: 80%;
        padding: 1rem;
        z-index: 100;
        margin-top: 0rem;
        background-color: #f7f7f7;
        border: 1px solid #e8e8e8;
    }

    .carousel-txt {
        display: none;
    }

    .card-enlace {
        margin: 0.5em;
    }

    div#contenido {
        margin-bottom: 20px;
    }

    .nomostrar {
        display: none;
    }

    .simostrar {
        display: grid;
    }
}

/*--------------------------------------------*/
@media screen and (min-width:481px) and (max-width:767px) {
    .hr-sm {
        border-top: 2px solid #ddd;
        margin: 0 5em;
    }

    .center-sm {
        text-align: center !important;
    }

    .nomostrar {
        display: none;
    }

    .simostrar {
        display: grid;
    }

    div#contenido {
        margin-bottom: 10px;
    }

    .titulo {
        font-size: 1em;
        color: var(--color-santa_cruz, #00AFD9);
        font-weight: 600;
    }

    .subtitulo {
        font-size: 0.7em;
        color: #777;
        font-weight: 600;
    }

    .img-banner-gde {
        visibility: hidden;
    }

    .img-banner-peq {
        position: absolute;
        left: 0;
        visibility: visible;
    }

    #contenido {
        min-height: 100px;
    }

    #detalle-login {
        width: 60%;
        padding: 1rem;
        z-index: 100;
        filter: opacity(.9);
        display: table;
        margin-right: 20%;
        margin-left: 20%;
        background-color: #f7f7f7;
        border: 1px solid #e8e8e8;
    }

    .carousel-txt {
        display: none;
    }

    .card-enlace {
        margin: 1em;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .card {
        margin: 0rem;
    }

    #detalle-login {
        width: 40%;
        padding: 1rem;
        z-index: 100;
        filter: opacity(.9);
        display: table;
        margin-right: 30%;
        margin-left: 30%;
        background-color: #f7f7f7;
        border: 1px solid #e8e8e8;
    }

    .carousel-txt {
        font-size: 0.8rem;
    }

    .card-enlace {
        margin: 1em;
    }
}

@media screen and (min-width:1200px) {
    .card {
        margin: 0rem 2rem;
    }

}
