:root {
    --color-base-fuerte-6: #000;
    --color-base-fuerte-5: #271a17;
    --color-base-fuerte-4: #31211d;
    --color-base-fuerte-3: #3b2723;
    --color-base-fuerte-2: #442e28;
    --color-base-fuerte-1: #4E342E;
    --color-base-medio-6: #644d48;
    --color-base-medio-5: #7a6762;
    --color-base-medio-4: #90807c;
    --color-base-medio-3: #a79a96;
    --color-base-medio-2: #bdb3b1;
    --color-base-medio-1: #d3cccb;
    --color-base-bajo-6: #c6bbb7;
    --color-base-bajo-5: #d6cdcb;
    --color-base-bajo-4: #ece6e5;
    --color-base-bajo-3: #f4f0ef;
    --color-base-bajo-2: #fbf8f7;
    --color-base-bajo-1: #fff;
    --color-grafico-12: #77ffe8;
    --color-grafico-11: #c1fe7c;
    --color-grafico-10: #ff8cc0;
    --color-grafico-9: #f692ff;
    --color-grafico-8: #91a3ff;
    --color-grafico-7: #92ffb7;
    --color-grafico-6: #98d8f8;
    --color-grafico-5: #ffc392;
    --color-grafico-4: #fbff96;
    --color-grafico-3: #ff8f8f;
    --color-grafico-2: #d1f986;
    --color-grafico-1: #e0b0fd;
    /*--------------------------------- PARAMETROS BODY (INICIO) --------------------------------------------*/
    --backgroung-body: var(--color-base-bajo-1);
    /*--------------------------------- PARAMETROS BODY (FINAL) --------------------------------------------*/
    /*--------------------------------- COLORES MENU (INICIO) --------------------------------------------*/
    --color-header: var(--color-base-bajo-1);
    --color-btn-menu: var(--color-base-fuerte-1);
    /* --color-menu: url('../imgs/background-menu.png'); */
    --color-footer: url('../imgs/background-footer.png');
    /* --color-menu: var(--color-base-fuerte-1); */
    --color-contenedor-scroll: var(--color-base-fuerte-2);
    --color-linea-separador: rgba(255, 255, 255, .5);
    --color-linea-separador-oscuro: rgba(0, 0, 0, 0.5);
    --color-menu-li-padre: transparent;
    --color-menu-li-padre-active: rgba(255, 255, 255, 0.2);
    --color-menu-li-hijo: transparent;
    --color-menu-li-hijo-hover: rgba(255, 255, 255, 0.4);
    --color-menu-border-ul-hijo-hover: var(--color-base-medio-5);
    --color-menu-texto: var(--color-base-bajo-1);
    /*--------------------------------- COLORES MENU (FINAL) --------------------------------------------*/
    /*--------------------------------- COLORES SCROLL (INICIO) --------------------------------------------*/
    --color-barra-scroll: var(--color-base-bajo-1);
    --color-barra-scroll: var(--color-base-bajo-1);
    /*--------------------------------- COLORES SCROLL (FINAL) --------------------------------------------*/
    /*--------------------------------- COLORES MAIN (INICIO) --------------------------------------------*/
    --color-borde-main: #995516;
    --color-fondo-main: #fff;
    /*--------------------------------- COLORES MAIN (FINAL) --------------------------------------------*/
    /*--------------------------------- COLORES PESTAÑAS (INICIO) --------------------------------------------*/
    --color-borde-tab: #995516;
    --color-background-tab: #995516;
    --color-background-tab-esquina: #a5a5cc;
    --color-texto-tab: #fff;
    --color-background-tab-activo: #fff;
    --color-texto-tab-activo: #d37b17;
    /*--------------------------------- COLORES PESTAÑAS (FINAL) --------------------------------------------*/
    /*--------------------------------- COLORES TABLA (INICIO) --------------------------------------------*/
    --color-texto-th: #444444;
    --color-borde-tabla: #a4a4a4;
    --color-background-th: #995516;
    --color-background-tr-1: transparent;
    --color-background-tr-2: #efefef;
    --color-background-tr-hover: #e0e0e0;
    --color-icon-acciones: #f39821;
    --color-icon-acciones-hover: #e78607;
    /*--------------------------------- COLORES TABLA (FINAL) --------------------------------------------*/
}

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

/*--------------------------------< SCROLL (INICIO) >----------------------------------*/
/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #c57813 var(--color-barra-scroll);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: var(--color-contenedor-scroll);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--color-barra-scroll);
    border-radius: 20px;
    border: 3px solid var(--color-contenedor-scroll);
}

/*--------------------------------< SCROLL (FINAL) >----------------------------------*/
html {
    font-size: 12px;
    scroll-behavior: smooth;
}

body {
    position: relative;
    height: 100vh;
    box-sizing: border-box;
    padding-top: 120px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: url('../imgs/cover-1.jpg');
    background-size: cover;
    background-position: center;
    /* background-repeat: no-repeat; */
    /* background: #f7f6f8; */
    /* background-attachment: fixed; */
    color: #555;
    /* padding-bottom: 80px; */

    display: flex;
    flex-direction: column;
}

body.active {
    padding-left: 18%;
}

#cuerpo {
    flex: 1;
}

/*--------------------------------- ENCABEZADO (INICIO) --------------------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    background: var(--color-header);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 11px -17px 14px 15px rgb(0 0 0 / 28%);
    z-index: 100;
}

header h2 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 0;
}

header h2 .fa-times {
    display: none;
}

header h2 i {
    margin-right: 5px;
    font-size: 1.5rem;
}

.contenedor-head-menu {
    width: 130px;
    justify-content: space-between;
}

.logo {
    display: relative;
    /* width: 50px;
    height: 50px; */
    /* overflow: hidden; */
    cursor: pointer;
    margin: 0rem 1rem 0rem 3rem;
}

.logo img.max-ancho {
    width: 45px;
}

.logo img.max-alto {
    height: 40px;

}

.btn-menu {
    position: relative;
    height: 50px;
    width: 40px;
    cursor: pointer;
}

.btn-menu span {
    height: 2px;
    background: var(--color-btn-menu);
    display: block;
}

.btn-new {
    background: rgb(255 255 255 / 5%);
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    backdrop-filter: blur(3.5px);
    -webkit-backdrop-filter: blur(3.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: all .2s ease-in-out;
    color: white;
}

.btn-new:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgb(0 0 0 / 18%);
    transition: all .2s ease-in-out;
}

.btn-menu .linea-menu-1 {
    transform: translate(0px, 10px);
    width: 30px;
}

.btn-menu .linea-menu-2 {
    transform: translate(0, 20px);
    width: 40px;
}

.btn-menu .linea-menu-3 {
    transform: translate(0, 30px);
    width: 20px;
}

body.active .contenedor-head-menu {
    width: 25%;
    max-width: 215px;
}

body.active .contenedor-head-menu .btn-menu {
    margin-right: -5px;
}

body.active .contenedor-head-menu .btn-menu .linea-menu-1 {
    /* transform: translate(10px, 10px); */
    /* transform: translate(5px, 25px) rotate(135deg); */
    /* width: 40px; */
    margin-left: 10px;
}

body.active .contenedor-head-menu .btn-menu .linea-menu-2 {
    /* opacity: 0; */
}

body.active .contenedor-head-menu .btn-menu .linea-menu-3 {
    /* transform: translate(5px, 20px) rotate(45deg); */
    /* width: 40px; */
    margin-left: 20px;
}

.menu {
    position: fixed;
    top: 50px;
    left: -33%;
    background: rgb(189, 110, 36) 0% 0% / cover;
    background-image: no-repeat;
    background-image: fixed;
    background-image: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 18%;
    max-width: 300px;
    z-index: 99;
    height: calc(100% - 50px);
}

body.active .menu {
    left: 0;
}

.menu nav {
    height: 100%;
    overflow-y: auto;
}

.menu nav {
    margin-top: 2rem;
}

.menu nav ul {
    list-style: none;
    padding: 0;
}

.opciones-menu-fijos {
    /* background-color: var(--color-base-fuerte-1); */
    display: none;
}

.menu ul a {
    display: block;
    color: black;
    text-decoration: none;
    cursor: pointer;
    /* font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    /* text-transform:uppercase; */
    /* text-transform para modificar mayusculas minusculas del texto */
    /* letter-spacing:1px; */
    /* letter-spacing para el espacio entre letras */
}

.menu nav>ul>li {
    color: white;
    padding: 5px;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 90%;
    margin: auto;
    font-weight: bold;
}

.menu nav>ul>li.active>ul {
    display: block;
}

.menu nav>ul>li>span {
    background: transparent;
    /* width: 100%; */
    display: block;
    cursor: pointer;
    padding: 5px;
    color: white;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.menu nav>ul>li.active>span {
    background: #ffffff45;
    /* transform: translate(5px); */
    padding-left: 10px;
}

.menu nav>ul>li>span:hover {
    background: var(--color-menu-li-padre-active);
}

.menu nav>ul>li>ul {
    display: none;
}

.menu nav>ul>li.active>ul {
    display: block;
}

.menu nav>ul>li>span>i:last-child {
    float: right;
    color: var(--color-linea-separador);
    margin-right: 10px;
    margin-top: 3px;
    -o-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
}

.menu nav>ul>li.active>span>i:last-child {
    transform: rotate(90deg);
}

.menu nav>ul>li>ul>li {
    /* padding: 5px 5px 5px 5px; */
    margin-left: 10px;
    border: 0px solid var(--color-menu-border-ul-hijo-hover);
    margin-right: 10px;
    background: var(--color-menu-li-hijo-);
    font-weight: 600;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.menu nav>ul>li>ul>li a {
    padding: 5px;
}

.menu nav>ul>li>ul>li:hover,
.menu nav>ul.opciones-menu-fijos>li:hover {
    border-left: 6px solid #4d4c4c;
    background: #ffffff45;
}

.menu nav>ul.opciones-menu-fijos>li:last-of-type {
    color: #ff2525;

}

.menu nav>ul.opciones-menu-fijos>li:last-of-type:hover {
    border-left: 10px solid #ff2525;
    background: rgba(255, 37, 37, 0.5);
    color: var(--color-base-bajo-1);
}

.header-derecho {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-derecho .campana-notificaciones,
.header-derecho .icono-pdf {
    font-size: 16px;
    margin-right: 10px;
    color: var(--color-base-fuerte-1);
    position: relative;
    cursor: pointer;
}

.header-derecho .campana-notificaciones>i,
.header-derecho .icono-pdf>i {
    border: 1px solid var(--color-base-fuerte-1);
    padding: 5px;
    border-radius: 100%;
}

@keyframes notificaciones-saturadas {
    0% {
        -webkit-transform: rotateZ(-5deg);
        border: 1px solid var(--color-base-fuerte-1);
        color: var(--color-base-fuerte-1);
    }

    50% {
        -webkit-transform: rotateZ(0deg) scale(.9);
    }

    100% {
        -webkit-transform: rotateZ(5deg);
        border: 1px solid #ff2525;
        color: #ff2525;
    }
}

.header-derecho .campana-notificaciones.sobrecarga>i {
    animation-name: notificaciones-saturadas;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.header-derecho .campana-notificaciones .numero-notificaciones {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: var(--color-base-bajo-1);
    background: red;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    font-size: 11px;
    bottom: -3px;
    right: -3px;
}

.user-perfil {
    width: 200px;
    position: relative;
    cursor: pointer;
}

.user-perfil .foto-perfil {
    width: 45px;
    height: 45px;
    border: 2px solid #1e1e42;
    border-radius: 100px;
    overflow: hidden;
}

.user-perfil img {
    width: 100%;
}

.user-perfil {
    display: flex;
    align-items: center;
    margin-right: 5px;
    /* background: #bbddfa; */
}

.user-perfil>i {
    float: right;
    font-size: 20px;
    -o-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    color: #1e1e42;
}

.user-perfil.active>i {
    transform: rotate(90deg);
}

.datos-perfil {
    margin-left: 5px;
    color: #1e1e42;
}

.datos-perfil .nombre-usuario {
    white-space: nowrap;
    max-width: 140px;
    /* background: #000; */
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    margin-right: 5px;
    font-weight: 600;
}

.datos-perfil .rol-usuario {
    white-space: nowrap;
    max-width: 140px;
    /* background: #000; */
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    margin-right: 5px;
    font-weight: 600;
    font-size: 14px;
}

.user-perfil .opciones-perfil {
    position: absolute;
    background: #fff;
    width: 200px;
    max-height: 0;
    overflow: hidden;
    top: 47.50px;
    border: 1px;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    -webkit-box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
    -o-transition: max-height .3s ease;
    -moz-transition: max-height .3s ease;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
    cursor: auto;
}

.user-perfil.active .opciones-perfil {
    border: 1px solid #d3d3d3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 1px solid #d3d3d3;
}

.separador-opc {
    width: 90%;
    height: 1px;
    margin: auto;
    background: var(--color-base-medio-3);
}

.user-perfil .opciones-perfil .monto-disponible {
    background-color: var(--color-base-medio-6);
    color: var(--color-base-bajo-1);
    padding: 5px;
    font-weight: 600;
    line-height: 1.2;
}

.user-perfil .opciones-perfil .monto-disponible .titulito {
    font-size: 10px;
}

.user-perfil .opciones-perfil .opc-perfil {
    padding: 5px 11px;
    font-weight: 600;
    color: #1e1e42;
    max-width: 100%;
    /* margin: auto; */
    cursor: pointer;
}

.user-perfil .opciones-perfil .opc-perfil:hover {
    background: #1e1e42;
    color: var(--color-base-bajo-1);
}

.user-perfil .opciones-perfil .opc-perfil:first-of-type {
    margin-top: 5px;
}

.user-perfil .opciones-perfil .opc-perfil:last-of-type {
    color: #ff2525;
    margin-bottom: 5px;
}

.user-perfil .opciones-perfil .opc-perfil:last-of-type:hover {
    background: #ff2525;
    color: #fff;
}

/*--------------------------------- ENCABEZADO (FINAL) --------------------------------------------*/


/*--------------------------------- PRINCIPAL (INICIO) --------------------------------------------*/
main {
    width: 90%;
    min-height: 300px;
    margin: auto;
    position: relative;
    background: var(--color-fondo-main);
    padding: 10px;
    border: 1px solid #d3d3d3;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    -webkit-box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 15%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

main #contenidoMain {
    position: relative;
}

.menu nav>ul>li>ul>li i {
    font-size: .9rem;
}

/*--------------------------------- PRINCIPAL (FINAL) --------------------------------------------*/


/*--------------------------------- PESTAÑAS (INICIO) --------------------------------------------*/
.contenedor-tabs {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    position: absolute;
    top: -39px;
    left: -1px;
    width: 100%;
    overflow-x: auto;
}

.tab {
    padding: 10px;
    border-left: 1px solid var(--color-borde-tab);
    /* border-top-right-radius: 20px; */
    background: var(--color-background-tab);
    white-space: nowrap;
    color: var(--color-texto-tab);
    font-weight: 600;
    cursor: pointer;
    position: relative;
    /* overflow-x: hidden; */
    border-top-left-radius: 10px;

}

.contenedor-tabs .tab:first-child {
    border-left: 1px solid #d3d3d3;
}

.tab.active+.tab {
    border-left: 1px solid #d3d3d3;
}

.tab .triangulo i {
    display: none;
    position: absolute;
}

.tab .triangulo {
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #fff #fff var(--color-background-tab-esquina) var(--color-background-tab-esquina);
    /* color de borde */
    border-style: solid;
    border-width: 0 16px 16px 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.tab.active {
    /* background: var(--color-base-bajo-1); */
    color: #1e1e42;
    background: var(--color-background-tab-activo);
    font-weight: 600;
    border: 1px solid #d3d3d3;
    border-top-right-radius: 0px;
    border-bottom: none;
}

.tab.active .triangulo {
    top: -30px;
    right: -30px;
}

.tab:hover .triangulo i {
    display: block;
    color: var(--color-texto-tab);
    font-size: 16px;
    left: 2px;
}

.tab:hover .triangulo {
    border-color: rgb(255, 52, 52);
    right: 0;
    top: 0;
}

/*--------------------------------- PESTAÑAS (FINAL) --------------------------------------------*/


/*--------------------------------- TABLA (INICIO) --------------------------------------------*/
.filtros-tabla {
    display: flex;
    justify-content: space-between;
}

.filtros-tabla #registrosPorPagina {
    display: flex;
    align-items: center;
}

.filtros-tabla #registrosPorPagina select {
    width: auto;
    border: none;
    border-bottom: 2px solid var(--color-borde-tab);
    border-radius: 0;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#contenedorBuscadorTabla #input-buscador {
    padding-right: 0;
}

#contenedorBuscadorTabla #select-columna {
    padding-left: 0;
    position: relative;
}

#contenedorBuscadorTabla #iconosAcciones i {
    cursor: pointer;
    font-size: 20px;
    color: #1e1e42;
    /* width: 20px; */
}

#contenedorBuscadorTabla #iconosAcciones i:hover {
    color: #414177;
}

#contenedorBuscadorTabla #input-buscador .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#contenedorBuscadorTabla #select-columna .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: var(--bs-border-color);
}

#contenedorBuscadorTabla #select-columna .fa-angle-right {
    position: absolute;
    right: 15px;
    bottom: calc(50% - 6px);
    transform: rotate(90deg);
}

#contenedorBuscadorTabla #select-columna .form-select:focus {
    background: #b16917;
    color: var(--color-base-bajo-1);
}

.contenedor-tabla {
    overflow: auto;
    max-height: 70vh;
    /* border: 1px solid var(--color-borde-tabla); */
}

.contenedor-tabla thead th {
    position: sticky;
    top: 0;
}

.contenedor-tabla #tablaComisionesExtras thead th{
    position: static;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.tabla-con-lineas-derecha table tr td {
    border-right: 1px solid var(--color-borde-tabla);
}

.tabla-con-lineas-derecha table tr td:last-child {
    border-right: none;
}

table tr {
    border-bottom: 1px solid var(--color-borde-tabla);
}

table th {
    color: #ffffff;
    background: var(--color-background-th);
    padding: 5px 10px;
    text-align: left;
    /* border-right: 1px solid var(--color-borde-tabla); */
    position: relative;
    font-weight: 600;
    white-space: nowrap;
    font-size: 1rem;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    font-size: 1rem;
    font-weight: 500;
}

table thead th:first-child {
    text-align: center;
}

table th i:not(table th button i) {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: .8rem;
    display: none !important;
}

table th.asc i[data-orden='asc'] {
    display: block !important;
}

table th.desc i[data-orden='desc'] {
    display: block !important;
}

table thead:last-child {
    border: none;
}

table td div:not(div.btn-checkbox) {
    white-space: nowrap;
    padding: 3px 10px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* text-align: center; */
}

table td.td-acciones {
    white-space: nowrap;
    padding: 3px 10px;
    text-align: center;
}

table td.td-acciones i {
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 1.2rem;
    color: var(--color-icon-acciones);
}

table td.td-acciones i:hover {
    color: var(--color-icon-acciones-hover);
}

table td.td-acciones button i {
    color: var(--color-base-bajo-1);
}

table td.td-acciones i.fa-trash-can,
table td.td-acciones i.fa-ban,
table td.td-acciones i.fa-file-pdf {
    color: #ff2525;
}

table td.td-acciones i.fa-trash-can:hover,
table td.td-acciones i.fa-ban:hover,
table td.td-acciones i.fa-file-pdf:hover {
    color: #bb1f1f;
}

table thead:last-child {
    border: none;
}

table tbody tr:nth-child(2n) {
    background: var(--color-background-tr-1);
}

table tbody tr:nth-child(2n + 1) {
    background: var(--color-background-tr-2);
}

table tbody tr:hover {
    background: var(--color-background-tr-hover);
}

.contenedor-paginado {
    display: flex;
    justify-content: space-between;
}

.contenedor-paginado .paginado {
    display: flex;
    justify-content: end;
}

.contenedor-paginado .paginado button {
    background-color: transparent;
    padding: 5px;
    margin: 0;
    border: 1px solid var(--bs-border-color);
}

.contenedor-paginado .paginado button.deshabilitado {
    color: var(--bs-border-color) !important;
}

.contenedor-paginado .paginado button:hover:not(.deshabilitado) {
    background-color: var(--color-base-fuerte-1);
    color: var(--color-base-bajo-1);
}

.contenedor-paginado .paginado button.pagina-puntos {
    background-color: transparent;
}

.contenedor-paginado .paginado button.pagina-actual {
    background-color: var(--color-base-medio-2);
    color: #fff;
}

/*--------------------------------- TABLA (FINAL) --------------------------------------------*/


/*--------------------------------- MODALES (INICIO) --------------------------------------------*/
.contenedor-modal {
    background-color: rgba(0, 0, 0, .2);
    height: 100%;
    width: 100%;
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

@keyframes aparecer-modal {
    0% {
        transform: scale(.9);
        opacity: 50;
    }

    50% {
        transform: scale(1.1);
        opacity: 75;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.contenedor-modal.active>div {
    opacity: 1;
    transform: 1;
    animation-name: aparecer-modal;
    animation-duration: .2s;
}

/*--- MODAL TABLA (INICIO) ---*/
#contenedorModalTabla,
#contenedorModalImagenGrande,
#contenedorModalInformativo {
    display: grid;
    place-content: center;
}

#contenedorModalTabla h2 {
    background: var(--color-base-fuerte-1);
    color: var(--color-base-bajo-1);
    text-align: center;
    margin: -10px -10px 10px -10px;
    padding: 5px;
}

.contenedor-modal .modal-tabla {
    border: 1px solid var(--color-borde-main);
    width: 90%;
    min-height: 300px;
    max-width: 1000px;
    margin: auto;
    position: relative;
    background: var(--color-fondo-main);
    padding: 10px;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    -webkit-box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
}

.contenedor-modal .modal-imagen {
    border: 2px solid var(--color-borde-main);
    background: var(--color-fondo-main);
    margin: auto;
    position: relative;
    padding: 10px;
    width: fit-content;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    -webkit-box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
}

.contenedor-modal .modal-imagen img {
    max-width: 80vw;
    max-height: 80vh;
}

/*--- MODAL TABLA (FINAL) ---*/
/*--- MODAL WAARNING (INICIO) ---*/
#contenedorModalWarning,
#contenedorModalQuestion {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor-modal .modal-warning,
.contenedor-modal .modal-question,
.contenedor-modal .modal-informativo {
    position: relative;
    width: 90%;
    max-width: 500px;
    /* height: 350px; */
    background: #fff;
    border-radius: 2px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
    padding-bottom: 85px;
    border: 1px solid var(--color-borde-main);
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    -webkit-box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
}

.contenedor-modal .modal-informativo {
    max-width: 800px;
}

.contenedor-modal .modal-informativo .scroll-y {
    max-height: 50vh;
}

.contenedor-modal .modal-warning .titulo,
.contenedor-modal .modal-question .titulo,
.contenedor-modal .modal-informativo .titulo {
    color: #7c8691;
    font-weight: 600;
    font-size: 30px;
    padding: 10px 10px 0 10px;
    text-align: center;
}

.contenedor-modal .modal-warning p,
.contenedor-modal .modal-question p,
.contenedor-modal .modal-informativo p {
    font-size: 18px;
    color: #a3a3a3;
    padding: 0 20px;
    text-align: center;
}

.contenedor-modal .modal-warning .contenedor-imagen {
    width: 132px;
    background: #eed026;
    border: 3px solid #f5d837;
    height: 132px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    margin-top: -60px;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 5px 7px rgba(253, 232, 111, 0.2);
    box-shadow: 0px 0px 5px 7px rgba(253, 232, 111, 0.2);
}

.contenedor-modal .modal-warning .contenedor-imagen img {
    width: 100px;
    margin-top: -15px;
}

.contenedor-modal .modal-warning .contenedor-botones,
.contenedor-modal .modal-question .contenedor-botones,
.contenedor-modal .modal-informativo .contenedor-botones {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #f1f5f8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.contenedor-modal .modal-warning .contenedor-botones button,
.contenedor-modal .modal-question .contenedor-botones button,
.contenedor-modal .modal-informativo .contenedor-botones button {
    width: 40%;
    height: 40px;
    margin: 0 5%;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.contenedor-modal .modal-warning .contenedor-botones .btn-cancelar,
.contenedor-modal .modal-question .contenedor-botones .btn-cancelar,
.contenedor-modal .modal-informativo .contenedor-botones .btn-cancelar {
    background: #a1b1c0;
    border: 1px solid transparent;
}

.contenedor-modal .modal-warning .contenedor-botones .btn-cancelar:hover,
.contenedor-modal .modal-question .contenedor-botones .btn-cancelar:hover,
.contenedor-modal .modal-informativo .contenedor-botones .btn-cancelar:hover {
    border: 1px solid #a1b1c0;
    background: #fff;
    color: #a1b1c0;
}

.contenedor-modal .modal-warning .contenedor-botones .btn-aceptar {
    background: #eed026;
}

.contenedor-modal .modal-warning .contenedor-botones .btn-aceptar:hover {
    background: #fff;
    color: #eed026;
    border: 1px solid #eed026;
}

/*--- MODAL WAARNING (FINAL) ---*/
/*--- MODAL QUESTION (INICIO) ---*/
.contenedor-modal .modal-question .contenedor-imagen img,
.contenedor-modal .modal-informativo .contenedor-imagen img {
    width: 100px;
    /* margin-top: -15px; */
}

.contenedor-modal .modal-question .contenedor-imagen,
.contenedor-modal .modal-informativo .contenedor-imagen {
    width: 132px;
    background: #00a7ea;
    border: 3px solid #2fb9ef;
    height: 132px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    margin-top: -60px;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 5px 7px rgba(0, 167, 234 0.2);
    box-shadow: 0px 0px 5px 7px rgba(0, 167, 234, 0.2);
}

.contenedor-modal .modal-question .contenedor-botones .btn-aceptar,
.contenedor-modal .modal-informativo .contenedor-botones .btn-aceptar {
    background: #00a7ea;
}

.contenedor-modal .modal-question .contenedor-botones .btn-aceptar:hover,
.contenedor-modal .modal-informativo .contenedor-botones .btn-aceptar:hover {
    background: #fff;
    color: #00a7ea;
    border: 1px solid #00a7ea;
}

/*--- MODAL QUESTION (FINAL) ---*/
/*--------------------------------- MODALES (FINAL) --------------------------------------------*/


/*--------------------------------- PANTALLA DE CARGA (INICIO) --------------------------------------------*/
.pantalla-carga {
    /* background-color: rgba(0, 0, 0, .2); */
    background-color: var(--color-base-bajo-2);
    display: grid;
    place-content: center;
    height: calc(100% + 20px);
    min-height: 300px;
    margin: -10px;
    width: calc(100% + 20px);
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.gif-carga {
    display: grid;
    place-content: center;
    height: calc(100% + 20px);
    min-height: 300px;
    width: calc(100% + 20px);
    color: #000;
}

.cargando {
    position: relative;
    /* color: rgb(23, 114, 171); */
    /* color: var(--color-base-fuerte-1); */
    color: #1e1e42;
    margin-top: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
}

.cargando .primer-punto {
    animation: subir 2s linear infinite;
}

.cargando .segundo-punto {
    animation: subir 2s linear infinite;
    animation-delay: .35s;
}

.cargando .tercer-punto {
    animation: subir 2s linear infinite;
    animation-delay: .70s;
}

.contenedor-carga {
    position: relative;
}

.rueda-carga {
    border: 10px solid var(--color-base-fuerte-1);
    /* border: 10px solid rgba(23, 114, 171, 0.6); */
    border-radius: 50%;
    /* border-left-color: rgb(23, 114, 171); */
    border-left-color: var(--color-base-bajo-4);
    width: 80px;
    height: 80px;
    animation: giro 1s linear infinite;
}

#logo-carga {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    left: 10px;
    /* background: rgba(0, 0, 0, 0.4); */
    border: 10px solid transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo-carga img {
    width: 100%;
}

@keyframes giro {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes subir {
    0% {
        transform: translateY(0);
        color: #1772ab;
    }

    50% {
        transform: translateY(-5px);
        color: #ffffff;
    }

    100% {
        transform: translateY(0);
        color: #1772ab;
    }
}

/* CARGA ONDA DE AGUA */
.contenedor-onda {
    position: relative;
    width: 80px;
    height: 80px;
    /* background: linear-gradient(45deg, #00aaff, #0077cc); */
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.onda {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    background-color: #fea41eac;
    border-radius: 45%;
    transform: translateX(-50%) translateY(100%);
    animation: onda 3s infinite ease-in-out;
}

.onda:nth-child(2) {
    animation-delay: -1.5s;
    opacity: 0.6;
}

@keyframes onda {
    0% {
        transform: translateX(-50%) translateY(95%) rotate(0deg);
    }

    50% {
        transform: translateX(-50%) translateY(80%) rotate(180deg);
    }

    100% {
        transform: translateX(-50%) translateY(95%) rotate(360deg);
    }
}

.logo-onda {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-onda img {
    width: 80%;
}

/*--------------------------------- PANTALLA DE CARGA (FINAL) --------------------------------------------*/


/*--------------------------------- NOTIFICACIONES (INICIO) --------------------------------------------*/
.contenedor-notificaciones {
    width: 400px;
    position: fixed;
    top: 50px;
    right: 10px;
    z-index: 200;
}

.contenedor-notificaciones .notificacion {
    width: 100%;
    background: var(--color-base-bajo-1);
    display: flex;
    padding: 10px;
    margin-top: 10px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: -2px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 0px 5px 2px rgba(0, 0, 0, 0.3);
    -o-transition: opacity .01s ease;
    -moz-transition: opacity .01s ease;
    -webkit-transition: opacity .01s ease;
    transition: opacity .01s ease;
}

.notificacion.correcto {
    /* background: #20a43f; */
    /* border: 2px solid #20a43f; */
    border-left: 15px solid #20a43f;
}

.notificacion.error {
    /* background: #ff2525; */
    /* border: 2px solid #ff2525; */
    border-left: 15px solid #ff2525;
}

.notificacion.aviso {
    /* background: #ff2525; */
    /* border: 2px solid #ff2525; */
    border-left: 15px solid #0099ff;
}

.notificacion.aviso-rojo {
    /* background: #ff2525; */
    /* border: 2px solid #ff2525; */
    border-left: 15px solid #cc3333;
}

.contenedor-notificaciones .notificacion>i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    /* color: var(--color-base-bajo-1); */
    cursor: pointer;
    -o-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
}

.contenedor-notificaciones .notificacion>i:hover {
    transform: rotate(90deg) scale(1.5, 1.5);
}

.contenedor-notificaciones .notificacion .icono-notificacion {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor-notificaciones .notificacion .icono-notificacion img {
    width: 50px;
}

.contenedor-notificaciones .notificacion .textos {
    margin-left: 10px;
}

.contenedor-notificaciones .notificacion .textos .titulo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    width: 300px;
}

.contenedor-notificaciones .notificacion .textos span {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 10px;
}

/*--------------------------------- NOTIFICACIONES (FINAL) --------------------------------------------*/


/*--------------------------------- CHECKBOX (INICIO) --------------------------------------------*/
.contenedor-btns-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    flex-wrap: wrap;
}

.btn-checkbox {
    border-radius: .2rem;
    /* border: 1px solid #ced4da; */
    border: 1px solid var(--color-base-bajo-4);
    width: auto;
    position: relative;
    margin: 5px;
    background-color: var(--bs-body-bg);
}

.btn-checkbox label .fa-circle-check,
.btn-checkbox label .fa-check-square,
.btn-checkbox label .fa-circle,
.btn-checkbox label .fa-square {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 14px;
}

.btn-checkbox label div {
    display: inline-block;
}

.btn-checkbox label div i,
.btn-checkbox>i {
    margin-right: 5px;
    margin-left: 5px;
}

.btn-checkbox label img {
    margin-right: 5px;
    margin-left: 5px;
    width: 20px;
}

.btn-checkbox label .fa-circle-check,
.btn-checkbox label .fa-check-square {
    display: none;
}

.btn-checkbox label {
    padding: 5px;
    padding-left: 25px;
    cursor: pointer;
    margin: 0;
    /* Para Safari y navegadores basados en WebKit */
    -webkit-user-select: none;
    /* Para Firefox */
    -moz-user-select: none;
    /* Para Internet Explorer */
    -ms-user-select: none;
    /* Propiedad estándar */
    user-select: none;
}

.btn-checkbox input:checked~label,
.btn-checkbox input:checked~label i {
    /* background-color: #3f80ea; */
    background-color: var(--color-base-medio-5);
    /* color: #fff; */
    color: var(--color-base-bajo-1);
}

.btn-checkbox input:checked~label .fa-circle,
.btn-checkbox input:checked~label .fa-square {
    display: none;
    /* color: #fff; */
    color: var(--color-base-bajo-1);
}

.btn-checkbox input:checked~label .fa-circle-check,
.btn-checkbox input:checked~label .fa-check-square {
    display: block;
}

td .btn-checkbox {
    /* width: 25px;
    height: 25px; */
    background: transparent;
    border: none;
}

td .btn-checkbox label {
    padding: 0;
}

td .btn-checkbox label .fa-check-square,
td .btn-checkbox label .fa-square {
    /* left: calc(50% - 5px);
    top: calc(50% - 5px); */
    position: static;
    font-size: 15px;
    text-align: center;
}

td .btn-checkbox input:checked~label,
td .btn-checkbox input:checked~label i {
    /* width: 25px;
    height: 25px; */
    background: transparent;
    color: var(--color-base-medio-5);
}

/*--------------------------------- CHECKBOX (FINAL) --------------------------------------------*/


/*--------------------------------- LOGIN (INICIO) --------------------------------------------*/
.contenedor-login {
    width: 100%;
    height: 100%;
    position: relative;
    height: 100%;
    background: url(../imgs/background-login.jpg);
    /* background-image: no-repeat;
    background-image: fixed;
    background-image: center; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 75% 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#formLogin {
    background: rgb(0 0 0 / 40%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    max-width: 500px;
    max-height: 80vh;
    width: 90%;
    /* background: rgba(78, 52, 46, 0.5); */
    /* background: url("../imgs/background-menu.png"); */
    padding: 15px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
    /* 
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4); */
    border-radius: 5px;
    /* border: 1px solid var(--color-base-bajo-1); */
}

#formLogin h2 {
    color: var(--color-base-bajo-3);
}

#formLogin a {
    color: #fff;
}

#formLogin .form-floating label {
    color: #bcbcbc;
}

#formLogin .form-floating>.form-control-plaintext~label,
#formLogin .form-floating>.form-control:focus~label,
#formLogin .form-floating>.form-control:not(:placeholder-shown)~label,
#formLogin .form-floating>.form-select~label {
    background-color: #333131;
    color: #fff;
}

#formLogin .form-floating .form-control,
#formLogin .form-floating .form-select {
    color: #fff;
}

.contenedor-login .pie p,
.contenedor-login .pie .desarrollador {
    color: var(--color-base-bajo-1);
}

.contenedor-login .pie .desarrollador {
    text-align: right;
}

.contenedor-login .formulario-login .logo-login {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80%;
}

.contenedor-login .formulario-login .logo-login img {
    max-width: 100%;
    /* border-radius: 100%;
    -webkit-box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4); */
}

.contenedor-login .pie {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px;
}

.contenedor-login form {
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contenedor-login form>* {
    width: 100%;
}

.contenedor-login .row>div {
    padding-left: 0;
    padding-right: 0;
}

.contenedor-login button {
    width: 100% !important;
    padding: 10px;
}

.olvido-pass {
    display: flex;
    justify-content: center;
}

.olvido-pass>div {
    display: flex;
}

.olvido-pass>div label {
    margin-right: 20px;
    white-space: nowrap;
}

@media (min-width: 600px) {
    #formLogin {
        width: 500px;
    }
}

/*--------------------------------- LOGIN (FINAL) --------------------------------------------*/


/*--------------------------------- MODALES FORMULARIOS (INICIO) --------------------------------------------*/
.contenedor-modal-formulario {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor-modal-formulario .modal-formulario {
    width: 90%;
    max-width: 1000px;
    max-height: 70vh;
    min-height: 500px;
    background: #fff;
    padding: 10px;
    border: 1px solid #93837f;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    -webkit-box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
    overflow-y: auto;
    position: relative;
}

.contenedor-modal-formulario .modal-formulario h2 {
    padding: 10px;
    margin: -10px -10px 10px -10px;
    color: #fff;
    background-color: var(--color-borde-main);
    text-align: center;
    position: static;
}

.contenedor-modal-formulario .modal-formulario .btns-fijos {
    position: sticky;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
}

/*--------------------------------- MODALES FORMULARIOS (FINAL) --------------------------------------------*/


/*--------------------------------- DROPZONE (INICIO) --------------------------------------------*/
.contenedor-dropzone {
    border: 1px solid var(--color-base-fuerte-1);
    padding: 0px 10px 10px 10px;
    border-radius: 3px;
}

.contenedor-dropzone h2 {
    color: var(--color-base-bajo-1);
    background: #1e1e42;
    padding: 2px 10px;
    margin: 0px -10px 10px -10px;
    font-size: 16px;
    text-align: center;
}

.dropzone {
    /* max-width: 90%; */
    min-width: 300px;
    height: 200px;
    border: 2px dashed #ccc;
    text-align: center;
    font-size: 20px;
    color: #999;
    background-image: url('../imgs/fondo-dropZone.png');
    background-size: 150px 150px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    cursor: pointer;
}

.dropzone.dragover {
    border-color: #00bfff;
    color: #00bfff;
}

.dropzone .iconos-miniaturas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* z-index: 2; */
}

.dropzone .iconos-miniaturas .icono-miniatura {
    width: 180px;
    height: 180px;
    position: relative;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropzone .iconos-miniaturas .icono-miniatura .extension-file {
    position: absolute;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 0px 5px;
    border: 4px solid #000;
    border-radius: 5px;
    font-weight: 600;
    top: 50px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.dropzone .iconos-miniaturas .icono-miniatura i {
    position: absolute;
    top: 5px;
    right: 5px;
    /* z-index: 2; */
    line-height: auto;
    color: red;
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
    -o-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
}

.dropzone .iconos-miniaturas .icono-miniatura i:hover {
    transform: rotate(90deg) scale(1.3);
    -webkit-transform: rotate(90deg) scale(1.3);
}

.dropzone .iconos-miniaturas .icono-miniatura img {
    width: 100%;
    border-radius: 5px;
}

.dropzone .iconos-miniaturas .icono-miniatura img:hover~.nombre-imagen {
    display: block;
}

.dropzone .iconos-miniaturas .icono-miniatura .nombre-imagen {
    position: absolute;
    margin: auto;
    background: rgba(255, 255, 255, .5);
    display: none;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: black;
    padding: 5px;
    white-space: nowrap;
}

/*--------------------------------- DROPZONE (FINAL) --------------------------------------------*/


/*--------------------------------- PERFIL EN MENÚ (INICIO) --------------------------------------------*/
.perfil-chiquito {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background: var(--color-base-fuerte-1);
    cursor: pointer;
}

.perfil-chiquito .contenedor-imagen {
    width: 100%;
    border: 1px solid var(--color-base-bajo-6);
    background: var(--color-base-bajo-6);
    display: flex;
}

.perfil-chiquito .contenedor-imagen img {
    max-width: 100%;
    max-height: 400px;
    margin: auto;
}

.perfil-chiquito .contenedor-metas {
    padding: 5px;
    background: var(--color-base-bajo-6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.perfil-chiquito .contenedor-metas .contenedor-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: .8;
}

.perfil-chiquito .contenedor-metas .nombre-meta {
    color: var(--color-base-fuerte-1);
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
}

.perfil-chiquito .contenedor-metas .meta {
    color: #004aad;
    font-weight: 600;
    font-size: 23px;
    padding: 0;
    margin-bottom: 20px;
}

.perfil-chiquito .contenedor-tabla {
    /* color: var(--color-base-bajo-1); */
    background: var(--color-base-bajo-2);
    border: 1px solid var(--color-base-bajo-6);
}

.perfil-chiquito td {
    font-size: 10px;
    padding: 2px;
}

/*--------------------------------- PERFIL EN MENÚ (FINAL) --------------------------------------------*/


/*--------------------------------- CATALOG DE ICONOS (INICIO) --------------------------------------------*/
.catalogo-de-iconos .contenedor-iconos {
    width: fit-content;
}

.catalogo-de-iconos h4 {
    width: fit-content;
    margin: auto;
    color: #fff;
    background: var(--color-base-fuerte-1);
    padding: 5px;
    margin-bottom: -13px;
    border-radius: 3px;
}

.catalogo-de-iconos .contenedor-iconos {
    width: fit-content;
    margin: auto;
    padding: 10px;
    border: 1px solid var(--color-base-fuerte-1);
    display: flex;
    justify-content: center;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 322px;
    overflow-y: auto;
}

.catalogo-de-iconos .contenedor-iconos .contenedor-icono {
    padding: 5px;
    border: 1px solid var(--color-base-bajo-6);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    cursor: pointer;
}

.catalogo-de-iconos .contenedor-iconos .contenedor-icono:hover {
    background-color: var(--color-base-bajo-5);
}

.catalogo-de-iconos .contenedor-iconos>div input:checked~.contenedor-icono {
    background-color: var(--color-base-fuerte-1);
    color: var(--color-base-bajo-1);
}

.catalogo-de-iconos .contenedor-icono {
    /* margin: auto; */
}

/*--------------------------------- CATALOGO DE ICONOS (FINAL) --------------------------------------------*/


/*--------------------------------- CONTENEDOR ELEMENTOS BORRABLES (INICIO) --------------------------------------------*/
.contenedor-elementos-borrables {
    padding: 10px;
    background-color: var(--color-base-bajo-3);
    border: 1px solid var(--color-base-medio-1);
    border-radius: 3px;
}

.contenedor-elementos-borrables h4 {
    width: fit-content;
    margin: auto;
    margin-bottom: auto;
    color: #fff;
    background: var(--color-base-fuerte-1);
    padding: 5px;
    margin-top: -26px;
    border-radius: 3px;
}

/*--------------------------------- CONTENEDOR ELEMENTOS BORRABLES (FINAL) --------------------------------------------*/


/*--------------------------------- FOOTER (INICIO) --------------------------------------------*/
footer {
    /* position: fixed;
    bottom: 0; */
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: -moz-available;
    width: -webkit-fill-available;
    margin-top: 50px;
    padding: 5px 24px;
    /* -webkit-box-shadow: 5px 5px 10px 12px rgba(0, 0, 0, 0.4); */
    box-shadow: 5px 6px 14px 10px rgb(0 0 0 / 45%);
    background: rgb(93, 94, 95) 0% 0% / cover;
    background-image: no-repeat;
    background-image: fixed;
    background-image: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: var(--color-base-bajo-1);
}

footer .frase-del-mes {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

footer img {
    width: 95px;
}

/*--------------------------------- FOOTER (FINAL) --------------------------------------------*/


/*--------------------------------- INPUTS EN TABLAS (INICIO) --------------------------------------------*/
.input-tabla-editable {
    position: relative;
}

.input-tabla-editable input[type="text"] {
    background: transparent;
    border: none;
    outline: none;
    width: 99%;
}

.input-tabla-editable i {
    position: absolute;
    right: 10px;
    top: calc(50% - 6px);
    color: var(--color-base-fuerte-1);
    cursor: pointer;
}

/*--------------------------------- INPUTS EN TABLAS (FINAL) --------------------------------------------*/


/*--------------------------------- ICONO INFORMATIVO (INICIO) --------------------------------------------*/
.icon-ayuda {
    width: 100%;
    position: relative;
    height: 22px;
}

h2 .icon-ayuda {
    width: initial;
    height: initial;
    display: inline-block;
    float: right;
}

.icon-ayuda i {
    position: absolute;
    right: 10px;
    color: #fff;
    background-color: #0099ff;
    font-size: 12px;
    cursor: pointer;
    border: 1px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2 .icon-ayuda i {
    position: initial;
    width: 17px;
    height: 17px;
    right: initial;
}

.icon-ayuda i:hover {
    color: #0099ff;
    background-color: #fff;
    border: 1px solid #0099ff;
}

/*--------------------------------- ICONO INFORMATIVO (FINAL) --------------------------------------------*/


/*--------------------------------- IMAGEN BIENVENIDA (INICIO) --------------------------------------------*/
#contenidoMain>.contenedor-bienvenido {
    width: 100%;
}

#contenidoMain>.contenedor-bienvenido img {
    max-width: 100%;
    max-height: 80vh;
}

/*--------------------------------- IMAGEN BIENVENIDA (FINAL) --------------------------------------------*/


/*--------------------------------- QR WHATSAPP (INICIO) --------------------------------------------*/
.contenedor-qr-whatsapp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contenedor-qr-whatsapp h3 {
    text-align: center;
}

/*--------------------------------- QR WHATSAPP (FINAL) --------------------------------------------*/

/*********************************** CALENDARIO (INICIO) ***********************************/
#calendar {
    width: 300px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

#calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #1e1e42;
}

#calendar-header h2 {
    color: #fff;
}

#calendar-header .btn {
    color: #fff;
}

#calendar-header .btn:hover {
    outline: 1px solid #fff;
}

.days-week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background: #ddd;
    border: 1px solid #ddd;
}

.days-week div {
    text-align: center;
    font-weight: bold;
}

#calendar-body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background: #ddd;
    border: 1px solid #ddd;
}

#calendar-body div {
    background: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-family: Arial, sans-serif;
}

#calendar-body div:hover {
    background: #bbdbfb;
}

#calendar-body div.selected {
    background-color: #1e1e42;
    color: #fff;
    border-radius: 5px;
    outline: 1px solid #fff;
}

#add-events {
    margin: 10px;
    padding: 10px;
    background: #1e1e42;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

/*********************************** CALENDARIO (FINAL) ***********************************/


.cuadro-cerrar {
    background-color: #cc3333;
    position: absolute;
    top: 0;
    right: 0;
}

.cuadro-remarcado {
    border: 1px solid var(--color-base-bajo-5);
    padding: 5px;
}

.muestra-imagen-grande {
    display: flex;
    /* justify-content: center; */
    align-content: center;
    /* flex-wrap: wrap; */
    gap: 10px;
    overflow-x: auto;
}

.muestra-imagen-grande img {
    max-width: 150px;
    max-height: 150px;
    padding: 5px;
    background: var(--color-base-bajo-4);
}

img[data-click=crearModalImagenGrande] {
    cursor: zoom-in;
}

.mostrar-celular {
    display: none;
}

@media (min-width: 1665px) {
    body.active {
        padding-left: 300px;
    }
}

@media (min-width: 650.1px) {
    .oculto-pc {
        display: none !important;
    }
}

@media (max-width: 650px) {
    .oculto-celular {
        display: none !important;
    }

    .mostrar-celular {
        display: flex;
    }

    .opciones-menu-fijos {
        display: block;
    }

    body .user-perfil.mostrar-celular {
        background-color: var(--color-header);
        position: absolute;
        left: -100%;
        padding-left: 10px;
        height: 50px;
        -o-transition: left .3s ease;
        -moz-transition: left .3s ease;
        -webkit-transition: left .3s ease;
        transition: left .3s ease;
        cursor: auto;
    }

    body.active .user-perfil.mostrar-celular {
        /* margin-left: 10px; */
        left: 0px;
    }

    .contenedor-paginado .paginado {
        justify-content: center;
    }

    /*--------------------------------- HEADER CELULAR (INICIO) --------------------------------------------*/
    .contenedor-head-menu {
        width: 100%;
        margin-right: 10px;
    }

    .btn-menu {
        position: relative;
        height: 50px;
        width: 40px;
        cursor: pointer;
    }

    .btn-menu span {
        height: 2px;
        background: var(--color-btn-menu);
        display: block;
    }

    .btn-menu .linea-menu-1 {
        transform: translate(0px, 10px);
        width: 40px;
    }

    .btn-menu .linea-menu-2 {
        transform: translate(0, 20px);
        width: 40px;
    }

    .btn-menu .linea-menu-3 {
        transform: translate(0, 30px);
        width: 40px;
    }

    body.active .contenedor-head-menu {
        width: 100%;
        max-width: 100%;
    }

    body.active .contenedor-head-menu .btn-menu .linea-menu-1 {
        transform: translate(-16px, 25px) rotate(135deg);
        width: 40px;
        /* margin-left: 10px; */
    }

    body.active .contenedor-head-menu .btn-menu .linea-menu-2 {
        opacity: 0;
        width: 0px;
    }

    body.active .contenedor-head-menu .btn-menu .linea-menu-3 {
        transform: translate(-25px, 20px) rotate(45deg);
        width: 40px;
        /* margin-left: 20px; */
    }

    .menu {
        top: 50px;
        left: -100%;
        width: 100%;
        max-width: 100%;
    }

    /*--------------------------------- HEADER CELULAR (FINAL) --------------------------------------------*/
}