/* importar archivos css adicionales  */

@import url(dataTables.css);
@import url(perfiles.css);

/* @import url(abm_relaciones.css); */


/* @import url(searchPanes.css); */


/* importar fuentes */

@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;700;800&display=swap');
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


/* quitar bordes celestes de bootrap */

input:focus,
select:focus,
select,
input.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

:root {
    --primary: #0b254b;
    --light: #ffffffea;
    --light-blue: #e9ecf8;
    --grey: #eff2f7;
    --gris_fondo: #e9ecf8;
    --verde: #22c58e;
    --verde_oscuro: #15824e;
    --verde_medio: #1abc9c;
    --verde_muyclaro: #c0f6e3;
    --verde_soft: #e4fbf3;
    --verde_boton: #009688;
    --verde_claro: #93c21c;
    --amarillo: #cccc33;
    --azul: rgb(13, 77, 173);
    --azul_claro: #4099ff;
    --azul_marino: #03316c;
    --rojo_difuso: #bd3323;
    --amarillo_difuso: rgb(224, 224, 99);
    --verde_difuso: #54c4ae;
    --violeta_medio: #991abc;
    --otro: #54c4ae89;
    --naranja_bi: #FCA019;
}

body {
    width: 100%;
    height: auto;
    font-family: "Muli", sans-serif;
    background-color: white;
}

.body {
    text-decoration: none;
    text-decoration-color: none;
}


/*------------------------------------ scrollbar-----------------------*/

body::-webkit-scrollbar {
    width: 8px;
    height: 2px;
}

body::-webkit-scrollbar:focus {
    width: 12px;
    transition: all .6s ease;
}

body::-webkit-scrollbar:hover {
    width: 12px;
    height: 2px;
    transition: all .6s ease;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--verde_medio) !important;
}

.container-fluid::-webkit-scrollbar {
    width: 0px;
    height: 2px;
}

.container-fluid::-webkit-scrollbar-thumb {
    background-color: #b0afaf
}

.card--empresa::-webkit-scrollbar {
    width: 10px !important;
    height: 8px !important;
}

.card--empresa::-webkit-scrollbar:hover {
    width: 15px !important;
    height: 8px !important;
}

.card--empresa::-webkit-scrollbar-thumb {
    background-color: #b0afaf !important;
}

#content {
    overflow-y: auto;
    height: 100vh;
    overflow-x: clip;
}

.datosTabla thead tr .id_col_emp {
    visibility: hidden !important;
    display: none !important;
}

.info-file {
    /* background: linear-gradient(45deg, #a7dd9c, #fdfffd); */
    /* background: #1abc9c; 
    background: -webkit-linear-gradient(to right,#009688, #15824e );  
    background: linear-gradient(to right, #009688, #15824e);  */
    /* background-image: linear-gradient(90deg, #abf4a0 0%, #2fca27 100%); */
    background-color: #d1e7dd;
    color: white !important;
    box-shadow: 1px 1px 5px #aba6a6;
}


/* .info-file:hover {
  box-shadow: 1px 1px 5px rgb(38, 37, 37);
  color: white !important;
} */

.logo {
    width: 30%;
    border-radius: 50%;
}

.logo-mensaje {
    width: 20%;
}


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


/*                    estilos por defecto de los tom-select                   */


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

.ts-control {
    border: 1px solid #d0d0d0 !important;
    padding: 8px 8px !important;
    width: 100% !important;
    height: 38px !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 1 !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    border-radius: 0.25rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
    font-size: 16px !important;
}

.ts-control input {
    font-size: 16px !important;
}


/* -------------------------- Barra de navegacion -------------------------- */

.navbar {
    width: 100%;
    color: black;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar .container {
    align-items: center;
    /*  justify-content: space-evenly; */
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    /* font-size: 1.25rem; */
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

#contenedor--menu {
    display: grid;
    grid-template-columns: 2fr;
    grid-template-rows: 1fr;
}

.nav-link {
    color: var(--verde_boton) !important;
    max-width: 280px;
}

.text-black-50 {
    font-family: 'Roboto';
    color: var(--verde_oscuro) !important;
}

.menu-usuario-apps {
    grid-column: 1;
    grid-row: 1;
    width: 70px;
}

.dropdown {
    grid-column: 2;
    grid-row: 1;
}

.dropdown-menu {
    margin: 0 auto;
}

.dropdown-item {
    color: var(--verde_boton);
}

.dropdown-item:hover {
    color: white;
    background: var(--verde_boton);
}

.foto_usuario {
    box-shadow: 1px 1px 5px #afb0af;
    margin-right: 10px;
    margin-top: 10px;
}

.dropdown-menu-left {
    margin-top: 0em !important;
}


/* estilo para indicador del menu */

.contenedor_nombre_usuario {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    width: 100% !important;
    color: var(--verde_boton);
}

.nombreTipoUsuario::after {
    margin-left: .4em;
    margin-top: .9em;
    /* position: absolute; */
    display: inline-block;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle::after {
    z-index: 1000;
    position: absolute;
    /*  margin-top: 12em; */
    display: none;
    margin-left: 15.2em;
    vertical-align: 4.5em;
    /* content: "";  */
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0 solid;
    border-left: 0.3em solid transparent;
}

#navbarDropdown {
    display: grid;
    grid-template-columns: 2fr;
    grid-template-rows: 1fr;
    gap: 0.5em;
    padding: 0;
    width: 100%;
}

.nombreUsuario {
    margin-left: .2em !important;
}

.tipoUsuario {
    margin-top: .05em;
    display: flex;
    flex-direction: column;
}

.nombreTipoUsuario {
    display: flex;
    width: 100%;
    /* overflow: auto;
  text-overflow:ellipsis ;
  text-size-adjust: auto; */
}

.nombreTipoUsuario span {
    margin-top: 5px;
}

#contenedorNombreRelacion {
    background-color: transparent;
}

#tipoRelacionNombre {
    color: var(--verde_boton);
    font-size: 12px !important;
    font-weight: bold;
    text-align: left;
    vertical-align: text-top;
    position: relative;
    /* margin-bottom: 2.5em !important; */
    margin-bottom: 9px;
}

#visor_instructivo {
    height: 85vh !important;
    margin: 0 auto;
}

.power_icon {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0.1em;
}


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


/*                                  MENU APPS                                 */


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

.apps {
    margin-top: 0.4em;
    width: 1em;
    cursor: pointer;
    z-index: 100;
    position: absolute;
}


/* ------------------------ estilo icono apps-family ------------------------ */

.ion-ios-apps {
    color: var(--verde_boton);
    font-size: 2em;
    position: relative;
    top: 6px;
}

.ion-ios-apps:hover {
    transition: all .4s ease;
    transform: scale(1.5);
    filter: drop-shadow(1px 3px 2px rgb(192, 190, 190));
    color: var(--verde_oscuro);
}


/* ---------------------- fin estilo icnono apps-family ---------------------- */

.ul_menu_derecha {
    /* display: flex; */
    margin: auto;
    text-decoration: none;
    list-style: none;
    transform: translateX(-20%);
    /*FALTA*/
}

.apps_menu {
    display: inline-block;
    text-decoration: none;
    list-style: none;
    width: 20px;
}

.ul_menu_derecha .apps-list {
    transform: translateX(-290%);
}

.apps-list .dropdown-menu {
    border-radius: 1em !important;
    margin-top: -.15em;
}

.ms-hover {
    width: 18em;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 0.5em;
}

.ms-hover a {
    text-decoration: none;
    text-decoration-color: none;
    color: black !important;
}

.media h6 {
    font-weight: bold;
}

.media {
    font-size: 1em;
    align-items: center;
    text-align: center;
}

.media:hover {
    box-shadow: 0 0 1em #9b969640;
    transform: scale(1.05, 1.05);
    transition: all 0.4s ease;
    border: 1px solid #fff !important;
}

.media img {
    margin-top: 0.8em;
    width: 4em;
    height: auto;
}

.media span {
    font-weight: bold;
    font-style: italic;
}

.boot,
.gestion,
.proveedores,
.control,
.mensajeria,
.bi {
    width: 8em;
    height: 8em;
    border-radius: 10%;
}

.boot span {
    color: goldenrod;
}

.gestion span {
    color: grey;
}

.control span {
    color: #078f3b;
}

.mensajeria span {
    color: var(--verde_claro);
}

.bi span {
    color: var(--naranja_bi);
}

.bi img {
    margin-top: 0.8em;
    width: 3em;
    height: auto;
}


/* .btn_bi{
  pointer-events: none;
  cursor:help
}
 */

#carouselExampleFade {
    width: 100% !important;
    align-items: center;
    justify-content: center !important;
}

.logo-full {
    width: 240px;
    height: 80px;
}

img.mx-auto.d-block.logo-full:hover {
    transform: scale(1.05);
    transition: all 800ms ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary);
    font-weight: 700;
}

.text-muted {
    color: var(--verde_boton) !important;
}

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


/*FONDO main*/

.bg-light-blue {
    background-color: var(--light-blue) !important;
    /*  background-color: rgb(254, 254, 254) !important; */
}

.shadow-sm {
    box-shadow: 0 0 1.25rem rgba(11, 37, 75, 0.05);
}

.shadow-hover {
    transition: 1s ease-in-out;
}

.shadow-hover:hover {
    transition: 1s ease-in-out;
    box-shadow: 0 0.5rem 1rem rgba(11, 37, 75, 0.1) !important;
}


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


/*                       Estilos para el sidebar y menu                       */


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

#sidebar-container {
    background-color: #ffffffde !important;
    height: auto !important;
    box-shadow: 4px 4px 12px rgba(97, 95, 95, 0.815) !important;
    -webkit-transition: margin 0.35s ease-out;
    -moz-transition: margin 0.35s ease-out;
    -o-transition: margin 0.35s ease-out;
    transition: margin 0.35s ease-out;
}

#sidebar-container .logo {
    padding: 0.875rem 1.25rem;
    text-overflow: ellipsis;
}

#sidebar-container .menu {
    width: -18rem;
    color: #fdfffd !important;
}

#sidebar-container .menu a:hover {
    border-radius: 0.5em !important;
    transition: all 0.4s ease-out;
    background-color: var(--verde_boton) !important;
    box-shadow: 2px 4px 5px #c0c8d3 !important;
    color: rgb(253, 255, 255) !important;
}

.container-sidebar-logout {
    vertical-align: text-bottom;
    align-items: center;
    justify-content: baseline;
    width: 100%;
    margin-top: 0;
}

.sidebar-logout {
    width: 100%;
    height: 6em;
    border: none !important;
    text-decoration: none !important;
    list-style: none;
    color: var(--verde_boton) !important;
    font-weight: bold;
    align-self: center;
    vertical-align: middle;
    margin-top: 1em;
}

.sidebar-logout:hover {
    align-self: baseline !important;
    color: #8a0c0c !important;
    border-radius: 0.5em;
}

nav .nav-link {
    color: var(--verde_boton) !important;
}

.sidebar li:hover {
    color: var(--verde_boton) !important;
}

.nav .submenu {
    width: 100%;
    max-width: 280px;
}

.sidebar ul {
    max-width: 280px !important;
}

.submenu li {
    width: 100%;
    max-width: 280px;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    white-space: none !important;
    /* background-color: #f7fff1 !important; */
    color: white !important;
}

.submenu li a {
    /* margin-left: 0.5em !important;
  margin-right: 0.5em !important; */
    width: 100%;
}


/* .submenu li a::after{
  background-color: #4f8a4fa6 !important;
} */

.fa-angle-right {
    margin-left: 1em;
    font-weight: 600;
    font-size: 1em;
}

.nav-link:hover .fa-angle-right {
    transform: rotate(90deg);
}

.nav-link .fa-angle-right::after {
    transition: transform 0.5s;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
}

#content-wrapper.toggled #sidebar-container {
    margin-left: -18em !important;
}

.circle {
    width: 50px;
    height: 50px;
}

.badge {
    padding: 1rem 1rem;
}

.dropdown-menu-right {
    padding-right: 1em !important;
}

.bg-primary,
.badge-primary {
    margin-right: 4.5em !important;
}

.avatar {
    max-width: 35px;
}

.btn-primary-ogs {
    background-color: var(--verde_boton) !important;
    border: 0;
    margin-left: .6em !important;
    color: white !important;
}

.btn-primary-ogs:hover {
    background-color: #076057 !important;
    color: white !important;
}

.btn-primary-ogs:focus {
    outline: none !important;
    outline-width: 0px !important;
    box-shadow: none !important;
}

.badge-secondary {
    background-color: var(--grey);
    color: var(--primary);
}

.foto_usuario:hover {
    transition: all .4s ease;
    transform: scale(1.05);
    box-shadow: 0px 2px 4px rgba(110, 112, 110, 0.797);
    background-color: #8bdcd4f3;
    color: white;
    border-radius: .5em;
}

#content {
    overflow-y: auto;
    height: 100vh;
}


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


/*                      Card de formulario subir archivos                     */


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

.create .active {
    display: none !important;
}

.form-select:hover {
    display: block !important;
}

.form-select {
    height: 36px !important;
}

.form-select:active {
    border: none !important;
}

.form-select:focus {
    border: none !important;
}


/* estilo para el container de subir doc */

.subir_documentos {
    height: 100%;
}


/* estilo para las card de formularios */

.card {
    box-shadow: 2px 4px 12px rgb(192, 200, 211) !important;
    height: auto !important;
    width: 100% !important;
    margin-top: 0.5em;
}

.card-header {
    background-color: var(--verde_boton);
    color: rgb(255, 255, 255);
    font-weight: bold !important;
    width: 100%;
}

.card-body .fas {
    font-size: 16px;
    text-align: center;
    align-items: center;
    justify-content: center;
}


/* estilo para el formControl subir archivo principal  */

.archivo_principal {
    margin-bottom: 1em;
}


/* estilo para input de subir archivos principal y adicionales 
(se le da más height para facilitar el drag & drop del usuario) */

.agregar_archivo {
    border-radius: 0.5em;
    border: .5px solid var(--verde_medio);
}


/* estilo para alerta del pie del formulario */

.text-warning {
    padding: 1em;
    height: 100% !important;
    color: #de6b13 !important;
    border-radius: 0.5em;
    border-color: #de6b13;
    /*  box-shadow: 2px 3px 4px rgb(146, 143, 143);  */
}


/* estilos para botones(cerrar y subir) de subir doc */

.contenedor_botones {
    display: flex;
    gap: 2em !important;
    flex-direction: row;
    justify-content: left !important;
    /* 
    align-items: flex-start !important;
    flex-wrap: nowrap; */
    width: 100%;
}

.btn-guardar {
    box-shadow: 2px 3px 4px rgb(146, 143, 143);
    width: 6em !important;
}

.btn-block {
    box-shadow: 2px 3px 4px rgb(146, 143, 143);
    width: 6em;
    margin-bottom: 2em !important;
}

.btn-cerrar {
    box-shadow: 2px 3px 4px rgb(146, 143, 143);
    width: 6em !important;
}

.btn-block .fa {
    margin-right: .2em;
    float: left;
    position: relative;
    vertical-align: text-bottom;
    margin-top: 4px;
}

.btn_guardar_admin {
    width: 8em !important;
}

.btn_close_bandejas {
    margin-top: .5em !important;
}

.badge-permiso {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    margin-right: .20em;
}

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


/*                                 estilo subirDoc inputs file preview                                */


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

#preLoad,
#archivo-preview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: .5em;
    padding: .5em;
    /* height: auto; */
}

.archivo-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    height: 4em;
    width: 100%;
    gap: .5em;
    background-color: #edf5ef42;
    box-shadow: 0px 1px 4px rgba(196, 195, 195, 0.809);
    border-radius: .5em;
}

.archivo-item:hover {
    transform: scale(1.04);
    transition: all .4s;
}

.archivo-item .archivo-nombre {
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.archivo-item .archivo-size {
    font-size: 12px;
    color: #686d7d;
}

.archivo-item img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.archivo-item .icono-doc {
    padding-left: 1em;
}

.archivo-item .fa-file-pdf-o:before {
    content: "\f1c1";
    color: red;
}

.archivo-item button {
    background: none;
    border: none;
    color: #8e3a3a;
    font-size: 20px;
    cursor: pointer;
    width: 5%;
}

.archivo-item button:hover {
    color: rgb(163, 75, 75);
    font-weight: 600;
}


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


/*                                end file load                               */


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

.lbl_inputs {
    display: flex;
    flex-direction: row;
    height: 1.3em;
}

.lbl_inputs p {
    font-size: 16px;
    font-weight: 600;
}


/* ---------------------------- boton modal subir --------------------------- */

.btnSubirAdicional {
    margin-top: .5em;
    box-shadow: 2px 3px 4px rgb(146, 143, 143);
    width: 6em !important;
}

#divCardBodyAtributos {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.2em;
}

#divCardBodyAtributos .form-group>input:focus {
    border-color: var(--verde_boton) !important;
}


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


/*                       MODAL VER ATRIBUTOS DE DOCUMNETO                      */


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

#divSeccionSubirArchivosAdicionales .row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
}

#divSeccionSubirArchivosAdicionales .btnSubirAdicional {
    margin-left: -1em;
}

#modalCRUDAtributos .modal-dialog {
    max-width: 100% !important;
    margin: 1.5em auto !important;
}

#modalCRUDAtributos .modal-content {
    position: relative;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    margin: .5em auto;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

#modalContenedor {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1;
    width: 32% !important;
}

#visorDocumento {
    position: relative;
    display: flex !important;
    align-content: center !important;
    justify-content: center;
    flex-direction: column !important;
    flex-grow: 2;
    width: 65% !important;
    margin: .5em !important;
}

#visorDocumento #subtituloVista {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: 'Mulli', sans-serif;
}


/* #visorDocumento #mostrarDocumento {
  width: 100% !important;
  height: 100% !important;
}
 */

#visorDocumento #mostrarDocumento {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#visorDocumento #mostrarDocumento img {
    max-width: 90%;
    height: 80vh;
    object-fit: contain;
    margin: 0 auto;
    filter: drop-shadow(2px 3px 4px rgb(148, 147, 147));
}

#mostrarDocumento .error-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    height: 100%;
    color: var(--primary);
    gap: .5em;
    font-family: 'Roboto', sans-serif
}

.message-formato #texto_formatoDOC {
    width: 60%;
    border-radius: .5em;
    border: 1px solid;
    border-color: #fbdca1;
    background-color: #fff8e3;
    box-shadow: 2px 3px 8px rgb(224, 222, 222);
    font-size: 1em;
}

.error-message .message-formato {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    text-align: center;
    width: 100%;
}

#mostrarDocumento #btn_bajarArchivo {
    margin-bottom: 1em;
    box-shadow: 2px 3px 4px rgb(146, 143, 143);
    width: 6em !important;
}

#mostrarDocumento #btn_bajarArchivo:hover {
    background-color: #166b42;
}

#btn_cerrarModal {
    width: 100%;
    height: 35px;
}

.form-radio {
    display: flex;
    flex-direction: column;
    border: solid 1px rgb(222, 219, 219);
    border-radius: .25em;
    padding: 8px 12px;          
    margin: 10px 0;             
}
    
.form-radio:hover {
    border: 1px solid #09a37f;
}

.radioButtonContainer {
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
}

.form-radio input[type="radio"] {
    margin-right: 8px;
    vertical-align: middle;
}


#btn_cerrarModal #cerrarModalX {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 0;
    border-radius: 50%;
    background-color: #f5f8fb;
    left: calc(100% - 30px);
    color: #282828;
    box-shadow: 2px 3px 6px rgb(171, 171, 171);
}

#btn_cerrarModal #cerrarModalX:hover {
    background-color: rgb(207, 245, 219) !important;
    color: var(--verde_boton) !important;
}


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


/*                                   canvas                                   */


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

#verDocumento {
    text-decoration: none;
    color: #121212;
}

#btn_verDoc {
    width: 55%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    cursor: pointer;
    border-radius: .5em;
    padding: .4em;
}

#btn_verDoc:hover {
    background-color: var(--primary);
}


/* 
#atributoArchivo:hover h6{
  transition: all .2s ease;
  cursor: pointer;
  color: var(--rojo_difuso);
}
#atributoArchivo:hover .fa-file-pdf-o{
  color: var(--rojo_difuso);
} */

#btn_verDoc a {
    font-family: "Muli", sans-serif;
    font-weight: bold;
    color: var(--primary);
}

#btn_verDoc:hover #verDocumento {
    color: var(--light-blue);
    /* text-shadow: 0px 1px 2px var(--verde_oscuro); */
    transition: all .2s ease;
}

#btn_verDoc:hover #icono_eye {
    color: var(--light-blue);
    /* text-shadow: 0px 1px 2px var(--verde_oscuro); */
    transition: all .2s ease;
}

#pdfVisor {
    width: 100%;
    height: 30em;
    box-shadow: 0px 4px 8px #505052;
}

canvas {
    width: 100%;
    height: 20%;
    box-shadow: 0px 4px 8px #505052;
}

.pdfobject {
    width: 100vw;
}

.loading-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--primary);
    font-size: 18px;
    font-weight: bold;
}


/* Estilo para el icono de carga (círculo giratorio) */

.loading-indicator::before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: .5em;
    border: 3px solid #82e617;
    border-top: 3px solid #066f38;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    /* Animación giratoria */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

embed {
    width: 100% !important;
    height: 100% !important;
}

embed::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

embed::-webkit-scrollbar-thumb {
    background-color: var(--verde_medio) !important;
}


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


/*                                   tablero                                  */


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


/*  container-fluid */

#content {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
}

.grilla {
    max-width: 100% !important;
    height: 100%;
    margin-bottom: 1em;
    align-items: center;
    align-self: center !important;
    /*   overflow-x: scroll; */
}

.card_tipoDoc {
    text-align: center;
    margin: 0 auto;
    background-color: var(--azul_claro);
}

.title_grafico {
    color: white !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fafffa !important;
    background-color: var(--verde_boton);
    border-color: var(--verde_boton);
}

.nav-link {
    color: #444 !important;
}


/* boton subir scroll */

.subir {
    z-index: 999;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    position: fixed;
    bottom: 2em;
    right: 1em;
    border: none !important;
    caret-color: none !important;
    background-color: var(--verde_boton);
    color: white;
    cursor: pointer;
    transform: scale3d(1);
    transition: transform 2s ease;
}

.icon-subir {
    align-self: center;
    width: 1em;
    height: 1em;
}

.subir:hover {
    opacity: 90%;
}

.hidden {
    display: none;
}

.hidden {
    opacity: 0%;
}

.tab-content {
    padding: 0 !important;
    margin: 0 !important;
    align-self: center;
    text-align: left;
}

#myTab {
    font-family: "Roboto", sans-serif;
    height: 4em !important;
}

#myTabContent {
    /*    background-color: #0dad20; */
    margin-top: 1em;
    width: 100%;
    /*  background-color: white; */
}

#myTab li {
    position: sticky;
}

#grafico_bar,
#grafico_pie {
    height: 10%;
}

.spark_perfil {
    height: 1.8rem;
    max-width: 9.8rem;
    margin-left: 1em;
    position: relative;
    align-self: flex-start;
    background-color: white;
    border-radius: 0.5em;
    box-shadow: 3px 0px 8px #c5c2c2;
    margin-bottom: 0.5em;
}

.tab-pane {
    max-width: 100%;
    height: 50%;
    margin-top: auto;
}

#sinergy_BI {
    margin-top: 0;
    box-shadow: 0px 4px 12px #727171;
    background-color: transparent;
}

.grafico {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.5em;
    max-width: 50%;
    height: 50%;
    /*  margin: 0 auto; */
}

#grafico_content_bar,
#grafico_content_pie {
    max-width: 100%;
    max-height: 100%;
    border-radius: 0.5em;
    margin: 0 auto;
}


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


/*                                 apexChart                                  */


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

.box {
    max-height: 344px;
    margin: 0 auto !important;
    align-content: center !important;
    align-items: center !important;
    border-radius: 0.5em;
}

.box:hover {
    transition: all 0.5s;
    transform: scale(1.05);
    box-shadow: 1px 4px 8px #b8b6b6cd;
}

.box .contenedor_graf {
    margin: 0 auto !important;
    max-width: 100%;
    height: 100%;
}

.box .contenedor_graf,
.graf_canvas {
    max-width: 80vw;
    max-height: 40vh !important;
    padding: 0.5em !important;
}

#spark1 .apexcharts-canvas {
    width: auto !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    margin: 0 auto !important;
}

#spark1_env .apexcharts-canvas {
    width: 10vw;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    margin: 0 auto !important;
}

@media screen and (max-width: 760px) {
    #topnav {
        flex-wrap: wrap;
    }
    .logo {
        justify-content: flex-end;
        padding-right: 10px;
    }
    .logo {
        flex-basis: 80%;
    }
    .topnav-rightmenu,
    .search-bar {
        display: none;
    }
    .tab-content {
        padding: 0 !important;
        margin: 0 !important;
        align-self: center;
        text-align: left;
        margin-top: 1.5em !important;
    }
    #carouselExampleFade {
        background-color: none !important;
    }
}

.box {
    box-shadow: 0px 1px 22px -12px #607d8b;
    background-color: rgb(255, 255, 255);
    padding: 25px 35px 25px 30px;
}

.chart-title h5 {
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 38px;
}

@media screen and (max-width: 760px) {
    .monthly-earnings-text {
        left: 30px;
    }
    .box {
        padding: 25px 0;
        margin-bottom: 0.5em !important;
    }
}

.sparkboxes .box {
    padding: 3px 0 0 0;
    position: relative;
}

#spark1,
#spark2,
#spark3,
#spark4,
#spark1_env,
#spark2_env,
#spark3_env {
    position: relative;
    padding-top: 15px;
    box-shadow: 0px 1px 22px -12px #607d8b;
    background-color: rgb(255, 255, 255);
    border-radius: 0.5em;
}


/* overrides */

.sparkboxes #apexcharts-subtitle-text {
    fill: #8799a2 !important;
}

.spinner-border {
    display: none;
}


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


/*                       SELECT PARA CAMBIOS DE RELACION                      */


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

.relacion {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.5em;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}

#selectRelacion {
    border: none !important;
    color: var(--verde_boton);
    height: 4em !important;
    font-size: 16px !important;
    width: 100%;
    border-radius: 0.4em;
    background-color: white;
    padding-left: 0.5em;
}

#selectRelacion:hover {
    background-color: var(--verde_boton);
    height: 2.4em;
    border-radius: 0.4em;
    color: white;
    border: none !important;
    box-shadow: 4px 4px 12px #615f5fd0 !important;
}

#selectRelacion:focus {
    outline: none !important;
}

#selectRelacion:hover {
    cursor: pointer;
}

#selectRelacion:active {
    border: none !important;
}


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


/*                             ESTILOS MODO ADMIN                             */


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

#btnCrear {
    background-color: var(--verde_boton);
    color: white;
    width: auto;
}

#btnCrear:hover {
    background-color: var(--verde_boton);
    color: white;
    box-shadow: 0 0 0.2em #444;
}

.btn-nuevo {
    background-color: var(--verde_boton);
    color: white;
    width: auto;
}

.btn-nuevo:hover {
    background-color: var(--verde_boton);
    color: white;
    box-shadow: 0 0 0.2em #444;
}

.btnEditar {
    background-color: var(--verde_boton);
    color: white;
}

.btnEditar:hover {
    background-color: var(--verde_oscuro);
    color: white;
}

#btnCrear-imagen {
    background-color: var(--verde_boton);
    color: white;
    width: auto;
}

#btnCrear-imagen:hover {
    background-color: var(--verde_boton);
    color: white;
    box-shadow: 0 0 0.2em #444;
}

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


/*                            estilos ABM-USUARIOS                            */


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

.li-permiso {
    list-style-type: none;
    padding: 0;
    margin-left: -1em;
}

.icono-permiso-lista {
    color: var(--verde_boton);
}

.input-group {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.input-group-text {
    display: flex;
    align-items: center;
    /*   padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    justify-self: center !important;
    background-color: #e9ecef00 !important;
    border: 1px solid #ced4da00 !important;
    border-radius: 0.25rem
}


/* Estilos para el icono de ojo */

.password-toggle-icon {
    cursor: pointer;
    color: #212220;
    /* Color predeterminado del icono */
    transition: color 0.3s ease;
}


/* Estilos para el icono de ojo cuando está activo */

.password-toggle-icon.active {
    color: #007bff;
    /* Color cuando la contraseña es visible */
}

.passCover {
    border: solid 1px rgb(222, 219, 219);
    width: 100%;
    height: 59px;
    border-radius: .25em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.passCover input {
    border: none !important;
    border-radius: .5em;
    margin-left: .2em;
    height: 20px !important;
    margin-bottom: .5em;
}

#rol {
    padding-top: 0;
    padding-bottom: 0;
}


/* ---------------------------- estilos checkbox ---------------------------- */

input[type="checkbox"]:checked {
    background-color: var(--verde_boton);
    border-color: var(--verde_boton) !important;
}

#access_bi:focus,
#access_user:focus {
    border-color: var(--verde_boton) !important;
}


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


/*                              REGISTRAR EMPRESA                             */


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

.registrar__empresa {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.logo--empresa {
    width: 400px;
    height: 150px;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: .5em;
}

.labelVisibles {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

.lbl_abm_empresa {
    display: inline-block;
    margin-left: auto;
    align-self: start;
}

.icono-nube {
    font-size: 16px;
}

#lbl-file {
    width: 9em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #09a37f;
    background-color: #e2fcf6;
    color: var(--verde_boton);
    font-size: 1em;
}

.icono-nube {
    font-size: 16px;
    font-weight: bold;
    padding-right: .5em;
}

#lbl-file:hover {
    cursor: pointer;
    background-color: #09a37f;
    color: #e2fcf6;
    transition: all 0.5s ease-in-out;
    transform: scale(1.01, 1.05);
}

#lbl-file .icono-nube {
    color: #09a37f;
}

#lbl-file:hover .icono-nube {
    color: #e2fcf6;
    transition: all 0.6s ease-in-out;
}

#file_logo {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#img--logo--empresa {
    width: 80px;
    height: 80px;
    margin-right: 2em;
    margin-bottom: 1em;
    padding: 1em;
    display: flex;
    justify-content: left;
    align-items: left;
    object-fit: cover;
    border: 1px solid #d8dfdd;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 1px 1px 5px #d8dfdd;
}

#img--logo--empresa:hover {
    cursor: pointer;
    transition: all 300ms ease-in-out;
    transform: scale(1.05);
}

#descripcion {
    resize: none;
    width: 100%;
}

.contenedor_botones {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-self: left;
}

.content-erp {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: nowrap;
    align-items: center;
    gap: .2em;
}

.btn-add-erp {
    width: 2em !important;
    height: 2.2em;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
}

#codigos_cargados {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .2em;
    width: 30em;
}

#codigos_cargados .tag {
    background-color: #571582;
    color: whitesmoke;
    border-radius: .5em;
    padding: .5em 1em;
    margin-top: .2em;
    box-shadow: 1px 1px 4px grey;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}

#codigos_cargados .tag:hover {
    transition: all .4s ease-in-out;
    background-color: #8134b4;
    color: whitesmoke;
}

#codigos_cargados .tag-asignado {
    background-color: #158244 !important;
    color: whitesmoke;
    border-radius: .5em;
    padding: .5em 1em;
    margin-top: .2em;
    box-shadow: 1px 1px 4px grey;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}

#codigos_cargados .tag-asignado:hover {
    background-color: #156c3a !important;
    transition: all .4s ease-in-out;
    color: whitesmoke;
}

.tag .btn-tag {
    background-color: var(--grey);
    width: 2em !important;
    border-radius: 50%;
    margin-left: 1em !important;
    text-align: center;
    margin: auto;
    color: var(--rojo_difuso);
    padding: 2px;
}

.tag .btn-tag:hover {
    background-color: var(--rojo_difuso);
    color: whitesmoke;
}


/* ------------------------- REGISTRAR USUARIO MODAL ------------------------ */

.crud_usuario input {
    border-radius: 2em;
}


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


/*                                 RESPONSIVE                                 */


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

@media screen and (max-width: 480px) {
    #sidebar-container {
        margin-left: 0;
    }
    #content-wrapper.toggled #sidebar-container {
        margin-left: -15rem;
    }
    .grafico {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0.5em;
        max-width: 100%;
        height: 100%;
        /*  margin: 0 auto; */
    }
    .spark_perfil {
        height: 1.8rem;
        max-width: 9.8rem;
        margin-left: 1em;
        margin-top: 1em;
        position: relative;
        align-self: flex-start;
        background-color: white;
        border-radius: 0.5em;
        box-shadow: 3px 0px 8px #c5c2c2;
        margin-bottom: 0.5em;
    }
    .contenedor_botones {
        margin-top: 1em;
        margin-bottom: 1em;
        display: flex;
        gap: 0.5em;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        flex-wrap: nowrap;
        width: 100% !important;
        height: 4em;
    }
    .modal-footer .contenedor_botones {
        justify-content: center;
        align-items: center;
    }
    .btn_close_bandejas {
        margin-top: .5em !important;
    }
    .dataTables_filter {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        vertical-align: middle !important;
    }
    .apps {
        margin-top: 0.4em;
        width: 1em;
        cursor: pointer;
        z-index: 100;
        position: absolute;
    }
    .ul_menu_derecha {
        margin: auto;
        text-decoration: none;
        list-style: none;
    }
    .apps_menu {
        display: inline-block;
        text-decoration: none;
        list-style: none;
    }
    .ul_menu_derecha .apps-list {
        transform: translateX(-90%);
    }
    /* ---------------------- vista previa de docs a subir ---------------------- */
    #preLoad,
    #archivo-preview {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        gap: .5em;
        padding: .5em;
    }
    .archivo-item {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: left;
        align-items: center;
        height: 4em;
        width: 100%;
        gap: .5em;
        background-color: #edf5ef42;
        box-shadow: 0px 1px 4px rgba(196, 195, 195, 0.809);
        border-radius: .5em;
    }
    .archivo-item:hover {
        transform: scale(1.02);
        transition: all .6s;
    }
    .archivo-item .archivo-nombre {
        margin-right: 10px;
        font-size: .6em;
        font-weight: bold;
        width: 45%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .archivo-item .archivo-size {
        font-size: .5em;
        color: #4c4e54;
    }
    .archivo-item img {
        width: 48px;
        height: 48px;
        object-fit: cover;
    }
    .archivo-item .icono-doc {
        padding-left: 1em;
    }
    .archivo-item .fa-file-pdf-o:before {
        content: "\f1c1";
        color: red;
    }
    .archivo-item button {
        background: none;
        border: none;
        color: #8e3a3a;
        cursor: pointer;
        width: 5%;
    }
    .archivo-item button:hover {
        color: rgb(163, 75, 75);
        font-weight: 600;
    }
    #divSeccionSubirArchivosAdicionales .row {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }
    .btnSubirAdicional {
        margin-top: .5em;
        box-shadow: 2px 3px 4px rgb(146, 143, 143);
        width: 5.5em !important;
    }
    #divSeccionSubirArchivosAdicionales .btnSubirAdicional {
        margin: 0 auto !important;
    }
    #lbl_subirAdiconales {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    #modalCRUDAtributos .modal-content {
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap;
        width: 90%;
        margin: .5em auto;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }
    #modalContenedor {
        position: relative;
        display: flex !important;
        flex-direction: column !important;
        flex-grow: 1;
        width: 90% !important;
    }
    #visorDocumento {
        position: relative;
        display: flex !important;
        align-content: center !important;
        justify-content: center;
        flex-direction: column !important;
        flex-grow: 2;
        width: 90% !important;
        height: 50vh;
        margin: .5em !important;
    }
    #visorDocumento #subtituloVista {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    #visorDocumento #mostrarDocumento {
        width: 100% !important;
        height: 100% !important;
    }
    #visorDocumento #mostrarDocumento img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin: 0 auto;
        margin-left: .5em;
    }
    #visorDocumento #mostrarDocumento embed {
        width: 100%;
        height: 50%;
        margin: 0 auto;
    }
    #mostrarDocumento .error-message {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        color: var(--primary);
        gap: .2em;
    }
    .message-formato #texto_formatoDOC {
        text-align: center;
        width: 80%;
        border-radius: .5em;
        border: 1px solid;
        border-color: #fcd286;
        background-color: #f6ebcd;
        box-shadow: 2px 3px 6px rgb(171, 171, 171);
        font-size: .8em;
    }
    .error-message .message-formato {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        text-align: center;
        width: 100%;
        margin-bottom: 1em;
    }
    #mostrarDocumento #btn_bajarArchivo {
        margin-top: .2em;
        margin-bottom: .5em;
        box-shadow: 2px 3px 4px rgb(146, 143, 143);
        width: 6em !important;
    }
    #btn_cerrarModal #cerrarModalX {
        display: none;
        box-shadow: 2px 3px 6px rgb(171, 171, 171);
    }
}

@media (min-width: 768px) {
    #sidebar-container {
        margin-left: 0;
    }
    #content-wrapper.toggled #sidebar-container {
        margin-left: -15rem;
    }
    .grafico {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0.5em;
        max-width: 100%;
        height: 100%;
    }
    #tablaDocumentos_length {
        margin-top: 0;
    }
    .dataTables_info {
        font-size: 14px !important;
        text-overflow: ellipsis !important;
        width: 100% !important;
    }
    div.dataTables_wrapper div.dataTables_info {
        padding-top: 0.85em;
    }
    .spark_perfil {
        height: 1.8rem;
        max-width: 9.8rem;
        margin-left: 1em;
        margin-top: 1em;
        position: relative;
        align-self: flex-start;
        background-color: white;
        border-radius: 0.5em;
        box-shadow: 3px 0px 8px #c5c2c2;
        margin-bottom: 0.5em;
    }
    .contenedor_botones {
        margin-top: 1em;
        margin-bottom: 1em;
        display: flex;
        gap: 0.5em;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        flex-wrap: nowrap;
        width: 100% !important;
        height: 4em;
    }
    .modal-footer .contenedor_botones {
        justify-content: center;
        align-items: center;
    }
    .btn_close_bandejas {
        margin-top: .5em !important;
    }
    .ul_menu_derecha .apps-list {
        transform: translateX(-90%);
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    #sidebar-container {
        margin-left: 0;
    }
    #content-wrapper.toggled #sidebar-container {
        margin-left: -15rem;
    }
    .grafico {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0.5em;
        max-width: 100%;
        height: 100%;
        /*  margin: 0 auto; */
    }
    .spark_perfil {
        height: 1.8rem;
        max-width: 9.8rem;
        margin-left: 1em;
        margin-top: 1em;
        position: relative;
        align-self: flex-start;
        background-color: white;
        border-radius: 0.5em;
        box-shadow: 3px 0px 8px #c5c2c2;
        margin-bottom: 0.5em;
    }
    .contenedor_botones {
        margin-top: 1em;
        margin-bottom: 1em;
        display: flex;
        gap: 0.5em;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        flex-wrap: nowrap;
        width: 100% !important;
        height: 4em;
    }
    .modal-footer .contenedor_botones {
        justify-content: center;
        align-items: center;
    }
    .btn_close_bandejas {
        margin-top: .5em !important;
    }
    .dataTables_filter {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        vertical-align: middle !important;
    }
    .apps {
        margin-top: 0.4em;
        width: 1em;
        cursor: pointer;
        z-index: 100;
        position: absolute;
    }
    .ul_menu_derecha {
        margin: auto;
        text-decoration: none;
        list-style: none;
    }
    .apps_menu {
        display: inline-block;
        text-decoration: none;
        list-style: none;
    }
    .ul_menu_derecha .apps-list {
        transform: translateX(-90%);
    }
    /* ---------------------- vista previa de docs a subir ---------------------- */
    #preLoad,
    #archivo-preview {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        gap: .5em;
        padding: .5em;
        /* height: auto; */
    }
    .archivo-item {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: left;
        align-items: center;
        height: 4em;
        width: 100%;
        gap: .5em;
        background-color: #edf5ef42;
        box-shadow: 0px 1px 4px rgba(196, 195, 195, 0.809);
        border-radius: .5em;
    }
    .archivo-item:hover {
        transform: scale(1.02);
        transition: all .6s;
    }
    .archivo-item .archivo-nombre {
        margin-right: 10px;
        font-size: .6em;
        font-weight: bold;
        width: 45%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .archivo-item .archivo-size {
        font-size: .5em;
        color: #4c4e54;
    }
    .archivo-item img {
        width: 48px;
        height: 48px;
        object-fit: cover;
    }
    .archivo-item .icono-doc {
        padding-left: 1em;
    }
    .archivo-item .fa-file-pdf-o:before {
        content: "\f1c1";
        color: red;
    }
    .archivo-item button {
        background: none;
        border: none;
        color: #8e3a3a;
        cursor: pointer;
        width: 5%;
    }
    .archivo-item button:hover {
        color: rgb(163, 75, 75);
        font-weight: 600;
    }
    #divSeccionSubirArchivosAdicionales .row {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-evenly;
        align-items: center;
    }
    .btnSubirAdicional {
        margin-top: .5em;
        box-shadow: 2px 3px 4px rgb(146, 143, 143);
        width: 5.5em !important;
    }
    #divSeccionSubirArchivosAdicionales .btnSubirAdicional {
        margin: 0 auto !important;
    }
    #lbl_subirAdiconales {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    #modalCRUDAtributos .modal-content {
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap;
        width: 90%;
        margin: .5em auto;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }
    #modalContenedor {
        position: relative;
        display: flex !important;
        flex-direction: column !important;
        flex-grow: 1;
        width: 90% !important;
    }
    #visorDocumento {
        position: relative;
        display: flex !important;
        align-content: center !important;
        justify-content: center;
        flex-direction: column !important;
        flex-grow: 2;
        width: 90% !important;
        height: 50vh;
        margin: .5em !important;
    }
    #visorDocumento #subtituloVista {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    #visorDocumento #mostrarDocumento {
        width: 100% !important;
        height: 100% !important;
    }
    #visorDocumento #mostrarDocumento img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin: 0 auto;
        margin-left: .5em;
    }
    #visorDocumento #mostrarDocumento embed {
        width: 100%;
        height: 50%;
        margin: 0 auto;
    }
    #mostrarDocumento .error-message {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        color: var(--primary);
        gap: .2em;
    }
    .message-formato #texto_formatoDOC {
        text-align: center;
        width: 80%;
        border-radius: .5em;
        border: 1px solid;
        border-color: #fcd286;
        background-color: #f6ebcd;
        box-shadow: 2px 3px 6px rgb(171, 171, 171);
        font-size: .8em;
    }
    .error-message .message-formato {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        text-align: center;
        width: 100%;
        margin-bottom: 1em;
    }
    #mostrarDocumento #btn_bajarArchivo {
        margin-top: .2em;
        margin-bottom: .5em;
        box-shadow: 2px 3px 4px rgb(146, 143, 143);
        width: 6em !important;
    }
    #btn_cerrarModal #cerrarModalX {
        display: none;
        box-shadow: 2px 3px 6px rgb(171, 171, 171);
    }
}

@media only screen and (min-width:769px) and (max-width: 1024px) {
    #preLoad,
    #archivo-preview {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        gap: .5em;
        padding: .5em;
        /* height: auto; */
    }
    .archivo-item {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: left;
        align-items: center;
        height: 4em;
        width: 100%;
        gap: .5em;
        background-color: #edf5ef42;
        box-shadow: 0px 1px 4px rgba(196, 195, 195, 0.809);
        border-radius: .5em;
    }
    .archivo-item:hover {
        transform: scale(1.02);
        transition: all .6s;
    }
    .archivo-item .archivo-nombre {
        margin-right: 10px;
        font-size: .6em;
        font-weight: bold;
        width: 45%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .archivo-item .archivo-size {
        font-size: .5em;
        color: #4c4e54;
    }
    .archivo-item img {
        width: 48px;
        height: 48px;
        object-fit: cover;
    }
    .archivo-item .icono-doc {
        padding-left: 1em;
    }
    .archivo-item .fa-file-pdf-o:before {
        content: "\f1c1";
        color: red;
    }
    .archivo-item button {
        background: none;
        border: none;
        color: #8e3a3a;
        cursor: pointer;
        width: 5%;
    }
    .archivo-item button:hover {
        color: rgb(163, 75, 75);
        font-weight: 600;
    }
    #divSeccionSubirArchivosAdicionales .row {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-evenly;
        align-items: center;
    }
    .btnSubirAdicional {
        margin-top: .5em;
        box-shadow: 2px 3px 4px rgb(146, 143, 143);
        width: 5.5em !important;
    }
    #divSeccionSubirArchivosAdicionales .btnSubirAdicional {
        margin: 0 auto !important;
    }
    #lbl_subirAdiconales {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    #modalCRUDAtributos .modal-content {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap;
        width: 90%;
        margin: .5em auto;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }
    #modalContenedor {
        position: relative;
        display: flex !important;
        flex-direction: column !important;
        flex-grow: 1;
        width: 90% !important;
    }
    #visorDocumento {
        position: relative;
        display: flex !important;
        align-content: center !important;
        justify-content: center;
        flex-direction: column !important;
        flex-grow: 2;
        width: 90% !important;
        height: 65vh;
        margin: .5em !important;
    }
    #visorDocumento #subtituloVista {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    #visorDocumento #mostrarDocumento {
        width: 100% !important;
        height: 100% !important;
    }
    #visorDocumento #mostrarDocumento img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin: 0 auto;
        margin-left: .5em;
    }
    #visorDocumento #mostrarDocumento embed {
        width: 100%;
        height: 50%;
        margin: 0 auto;
    }
    #mostrarDocumento .error-message {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        color: var(--primary);
        gap: .2em;
    }
    .message-formato #texto_formatoDOC {
        text-align: center;
        width: 80%;
        border-radius: .5em;
        border: 1px solid;
        border-color: #fcd286;
        background-color: #f6ebcd;
        box-shadow: 2px 3px 6px rgb(171, 171, 171);
        font-size: .8em;
    }
    .error-message .message-formato {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        text-align: center;
        width: 100%;
        margin-bottom: 1em;
    }
    #mostrarDocumento #btn_bajarArchivo {
        margin-top: .2em;
        margin-bottom: .5em;
        box-shadow: 2px 3px 4px rgb(146, 143, 143);
        width: 6em !important;
    }
    #btn_cerrarModal #cerrarModalX {
        display: none;
        box-shadow: 2px 3px 6px rgb(171, 171, 171);
    }
}

.selected-options {
    margin-top: 10px;
}

.selected-tag {
    display: inline-block;
    background-color: var(--verde_medio) !important;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 2px;
    font-size: 12px;
    position: relative;
}

.remove-tag {
    background: none;
    border: none;
    color: white;
    margin-left: 10px;
    font-weight: bold;
    cursor: pointer;
}

.remove-tag:hover {
    color: #ff4c4c;
}

@media screen and (min-width: 1025px) {
    .datosTabla {
        width: 100% !important;
        margin: 0 auto;
        /*  padding: 0.5em ; */
    }
    .spark_perfil {
        height: 1.8rem;
        max-width: 9.8rem;
        margin-left: 1em;
        margin-top: 1em;
        position: relative;
        align-self: flex-start;
        background-color: white;
        border-radius: 0.5em;
        box-shadow: 3px 0px 8px #c5c2c2;
        margin-bottom: 0.5em;
    }
    .contenedor_botones {
        margin-top: 1em;
        margin-bottom: 1em;
        display: flex;
        gap: 0.5em;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        flex-wrap: nowrap;
        width: 100% !important;
        height: 4em;
    }
    .modal-footer .contenedor_botones {
        justify-content: center;
        align-items: center;
    }
    .btn_close_bandejas {
        margin-top: .5em !important;
    }
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.image-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0.5rem;
    text-align: center;
    background-color: #f8f9fa;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.image-card img {
    max-height: 150px;
    max-width: 200px;
    width: auto;
    object-fit: contain;
}

.image-caption {
    font-size: 14px;
    color: #555;
    text-align: center;
}