: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;
    background: #fff;
    /*font-family: verdana, arial, helvetica, sans-serif;*/
    font-family: "Montserrat", sans-serif !Important; 
}

body {
    background: #fff;
    color: #333333;
    width: 100%;
}

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

.tx-santacruz {
    color: var(--color-santa_cruz);
}
/*------------------------------------------------ LOGOS --------------------------------------------------- */
.img-banner-gde {
    max-width: 280px;
}

.img-banner-peq {
    max-height: 6em;
    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;
}
/*------------------------------------------------ OTROS --------------------------------------------------- */
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;
     !important width: 100%;
}

.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%
}
.texto-justificado {
    text-align: justify;
    text-justify: inter-word;
}
.parrafo-scroll{
    height: 15em;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}
/*------------------------------ LOGIN -----------------------------------*/
#container-login {
    margin: 2rem;
}

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

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

#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: 40%;
}

.icon-base-activo {
    color: var(--color-institucional-secundario) !important;
}

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

.icon-base-actual {
    color: var(--color-santa_cruz) !important;
}

.icon-base-faltan-datos {
    color: var(--color-rojo);
}

.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: 20%;
    left: 0;
    right: 0;
    font-size: 1.2em;
}
.titulo-btn-progreso{
    font-size: .70em;
    color: #6c757d !important;
    word-wrap: initial;
}


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

/*------------------------------ Tarjetas-informática -------------------------------*/
.tarjeta {
    min-height: 92%;
    margin-bottom: 30px;
    border: solid 1px #ddd;
    border-radius: 10px;
    box-shadow: none;
    color: #333 !important;
    display: block;
    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 0px 20px;
}

.tarjeta-pie {
    padding: 0em 0.25em;
}

.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;
}

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

/* Colores alerts personalizadas */

.alert-primary {
    color: #252C61 !important;
    background-color: #E1E3F0 !important;
    border-color: #E1E3F0 !important;
}
.alert-info {
    color: #376491 !important;
    background-color: #D5E5F5 !important;
    border-color: #E1ECF7 !important;
}


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

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

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

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

.footer-informatica a {
    color: var(--color-santa_cruz);
    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: #fff;
    border: 1px solid #e8e8e8;
    margin-bottom: 2em;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-header {
    margin-bottom: 2em;
    padding: 1.5em 1.5em 0.8em 1.5em;
}

.card-enlace {
    margin: 2rem;
}

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

.card-img-top {}

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

/*------------------------------ Tarjetas-informática -------------------------------*/
.tarjeta {
    min-height: 92%;
    margin-bottom: 30px;
    border: solid 1px #ddd;
    border-radius: 10px;
    box-shadow: none;
    color: #333;
    display: block;
    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 0px 20px;
}

.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;
}

/*----------- 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: var(--color-institucional-secundario);
    border-color: var(--color-institucional-secundario);
}

.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;
}
.simostrar{
    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;
    }

    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: 100px;
    }

    #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;
    }

}


/*------------------------------ Estilos de impresion -------------------------------*/


.solo-imprimir {
    display: none;
}

@media print {
    .no-imprimir {
        display: none;  /* Ocultar ciertos elementos durante la impresión */
    }
    .solo-imprimir {
        display: block;  /* Mostrar solo durante la impresión */
    }
    .imprimir {
        display: block !important;
    }
    .container {
        margin: 0;
        max-width: 100%;
    }
    @page {
        margin: 0mm; /* Asegura que los márgenes se eliminen en la impresión */
    }
    .col-md-6 {
        width:50%; 
        float:left;
    }
    input::placeholder {
        color: transparent !important;
    }

    .is-invalid {
        border: 1px solid #ced4da !important;
        box-shadow: none !important; /* Elimina cualquier sombra asociada */
    }

    .text-danger {
        display: none !important;
    }

    /* Para que radios no se vean seleccionados */
    input[type="radio"]:checked::before {
        content: "";
        background-color: white;
        border-radius: 50%;
        display: inline-block;
        width: 12px; /* Ajusta al tamaño que desees */
        height: 12px;
    }

    input[type="radio"] {
        appearance: none;
        -webkit-appearance: none; /* Para compatibilidad en Webkit */
        border: 1px solid black; /* Asegúrate de tener un borde visible */
        border-radius: 50%;
        width: 16px;
        height: 16px;
    }

    select {
        color: transparent !important;
        text-shadow: 0 0 0 #0000; /* Esto asegura que el texto no sea visible pero mantiene el espacio */
    }

    input[type="date"] {
        color: transparent !important;
        text-shadow: 0 0 0 #0000; /* Esto asegura que el texto no sea visible pero mantiene el espacio */
    }

    input[type="time"] {
        color: transparent !important;
        text-shadow: 0 0 0 #0000; /* Esto asegura que el texto no sea visible pero mantiene el espacio */
    }

      /*
      input[type="checkbox"]:checked::before {
        content: "";
        background-color: white; 
        border: 1px solid black;
        border-radius: 3px;
        display: inline-block;
        width: 16px;
        height: 16px;
      }

      /* Mantener visible el cuadro del checkbox */
      /*
      input[type="checkbox"] {
        appearance: none;
        display: none;
        -webkit-appearance: none;
        border: 1px solid black;
        width: 16px;
        height: 16px;
      }
      */
}
  