a, a:hover {
  text-decoration: none;
}

/* Menu Inteligente Dropdown ---------------------------------------------------------- */
.menu-inteli-container {
  position: relative;
}

.menu-inteli-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
  margin-top: 0;
}

.menu-inteli-dropdown.show {
  display: block;
}

.lista-menu-inteli {
  background: white;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 0.375rem 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  max-height: 400px;
  overflow-y: auto;
  padding: 0.25rem 0;
  text-align: left;
}

.lista-menu-inteli:empty {
  display: none;
}

.fila-lista-menu-inteli {
  display: block;
  padding: 0.5rem 1rem;
  color: #495057;
  text-decoration: none;
  border: none;
  background: transparent;
  transition: all 0.2s ease-in-out;
  text-align: left;
  width: 100%;
}

.fila-lista-menu-inteli:hover {
  background-color: #F5F4ED;
  color: #007bff;
  text-decoration: none;
}

.hover-block:hover {
  background-color: #F5F4ED
}

.fila-lista-menu-inteli:focus {
  background-color: #e9ecef;
  outline: none;
}

.fila-lista-menu-inteli small {
  font-size: 0.75rem;
  opacity: 0.7;
}

/* Ancho específico para el input del buscador */
.menu-modal-buscar {
  max-width: 420px !important;
  min-width: 200px !important;
}

/* Focus styles para input del buscador */
.menu-modal-buscar:focus {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  border-bottom-color: #80bdff;
}

.menu-modal-buscar:focus + .menu-inteli-dropdown,
.menu-inteli-dropdown.show {
  border-top: 1px solid #80bdff;
}

/* Conectar visualmente el input con el dropdown */
.menu-inteli-container .menu-modal-buscar:focus + .menu-inteli-dropdown .lista-menu-inteli {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* End Menu Inteligente Dropdown ---------------------------------------------------- */

.efecto-carga {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  background-color: rgba(247, 246, 243, 0.9);
  display: flex;
  justify-content: center;
  padding-top: 200px;
}

.form-login {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.titulo-dinamico {
  font-weight: 400 !important;
  font-size: 2rem;
}

/* scroll bar -------------------------------------------------------------------------- */

/* estilos efecto de scrollbar personalizados */
::-webkit-scrollbar {
  width: 10px;
  background-color: #f0f0f0;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/* Estilos generales */
/* Opcional: ajusta otros estilos de scrollbar para navegadores compatibles con otros motores de renderizado */
::-moz-scrollbar {
  /* Estilos de scrollbar para navegadores Firefox */
}

::-ms-scrollbar {
  /* Estilos de scrollbar para navegadores Microsoft Edge */
}

::-o-scrollbar {
  /* Estilos de scrollbar para navegadores Opera */
}

::-khtml-scrollbar {
  /* Estilos de scrollbar para navegadores Safari */
}
/* scroll bar -------------------------------------------------------------------------- */

/* icon nav ------------------------------------------------------------------------ */

.iconav {
  margin-top: -20px;
  margin-bottom: 30px; 
}

@media (min-width: 768px) {
  .iconav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #F0EEE6;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0); 
  } 
}

@media (min-width: 1400px) {
  .iconav {
    width: 70px;
  } 
}

.iconav .tooltip {
  white-space: nowrap; 
}

@media (min-width: 768px) {
  .with-iconav > .container,
  .with-iconav > .container-fluid {
    padding-left: 60px; 
  } 
}

@media (min-width: 768px) {
  .with-iconav > .container,
  .with-iconav > .container-fluid {
    padding-right: 56px; 
  } 
}

@media (min-width: 1200px) {
  .with-iconav > .container,
  .with-iconav > .container-fluid {
    padding-left: 15px; 
  } 
}

@media (min-width: 1200px) {
  .with-iconav > .container,
  .with-iconav > .container-fluid {
    padding-right: 10px; 
  } 
}

@media (min-width: 1300px) {
  .with-iconav > .container,
  .with-iconav > .container-fluid {
    padding-left: 15px; 
  } 
}

@media (min-width: 1300px) {
  .with-iconav > .container,
  .with-iconav > .container-fluid {
    padding-right: 0px; 
  } 
}

.iconav-brand {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  color: #eee;
  text-align: center;
  border-bottom: 0;
}

@media (min-width: 768px) {
  .iconav-brand {
    padding-top: 14px;
    padding-bottom: 14px; 
  } 
}

.iconav-brand:hover {
  color: inherit;
  text-decoration: none; 
}

.iconav-brand-icon {
  font-size: 30px; 
}

.iconav-nav .label {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 5;
  padding: .2em .4em;
  font-size: 11px;
  line-height: 1;
  border-radius: 10px;
  border: 2px solid #eee; 
}

.iconav-nav > .nav-item {
  float: none;
  display: inline-block; 
}

@media (min-width: 768px) {
  .iconav-nav > .nav-item {
    display: block; 
  } 
}
.iconav-nav > .nav-item > .nav-link {
  position: relative;
  padding: 10px 12px;
  font-size: 18px;
  color: inherit;
  text-align: center;
  border-radius: 0; 
}
@media (min-width: 768px) {
  .iconav-nav > .nav-item > .nav-link {
    padding: 10px 10px 10px 10px; 
  } 
}

.iconav-nav > .nav-item + .nav-item {
  margin-left: -3px; 
}

.iconav-nav > .nav-item + .nav-item > .nav-link {
  border-left: 1px solid #fff; 
}

.iconav-nav > .nav-item + .nav-item > .nav-link.active, .iconav-nav > .nav-item + .nav-item > .nav-link.active:focus, .iconav-nav > .nav-item + .nav-item > .nav-link.active:hover, .iconav-nav > .nav-item + .nav-item > .nav-link.active:active {
  color: #555;
  background-color: #beebff; 
}

.iconav-nav > .nav-item + .nav-item > .nav-link.active .label, .iconav-nav > .nav-item + .nav-item > .nav-link.active:focus .label, .iconav-nav > .nav-item + .nav-item > .nav-link.active:hover .label, .iconav-nav > .nav-item + .nav-item > .nav-link.active:active .label {
  border-color: #fff; 
}

@media (min-width: 768px) {
  .iconav-nav > .nav-item + .nav-item {
    margin-left: 0; 
  }
  .iconav-nav > .nav-item > .nav-link {
    border-top: 1px solid #f7f6f3;
    border-right: 0; 
  } 
}

.iconav-nav > .nav-item > .nav-link > img {
  width: 26px;
  margin: 0 auto; 
}

.iconav-nav-label {
  display: block;
  font-size: 11px; 
}

@media (max-width: 767px) {
  .iconav-slider {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; 
  } 
}
/* icon nav ------------------------------------------------------------------------ */

.selector-activo:hover {
  background-color: #F5F4ED;
}

/* nav-bordered ------------------------------------------------------------------- */
.nav-bordered > .nav-item > .nav-link.active, .nav-bordered > .nav-item > .nav-link.active:hover, .nav-bordered > .nav-item > .nav-link.active:focus {
  color: #157a95 ;
  border-bottom-color: #1997c6;
}
.nav-bordered > .nav-item > .nav-link {
  display: inline-block;
  border-bottom: 6px solid transparent;
}
/* nav-bordered ------------------------------------------------------------------- */

/* menu modal drawer --------------------------------------------------------------- */

.modal-drawer .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  top: 0;
  bottom: 0;
}

@media (max-width: 575.98px) {
  .modal-drawer .modal-dialog {
    margin: 0;
    max-width: 100%;
  }
}

.modal-drawer .modal-header,
.modal-drawer .modal-content,
.modal-drawer .modal-footer {
  border-radius: 0;
}

.modal-drawer .modal-content {
  height: 100%;
}

.modal-drawer .modal-body {
  overflow: auto;
}

.modal-drawer-right {
  right: 0;
  box-shadow: -1px 0 3px 0 rgba(20, 20, 31, 0.15);
}

.modal.fade .modal-drawer-right {
  transform: translate3d(100%, 0, 0);
}

.modal-drawer-right .modal-content {
  border-width: 0 0 0 1px;
}

.modal-drawer-left {
  left: 0;
  box-shadow: 1px 0 3px 0 rgba(20, 20, 31, 0.15);
}

.modal.fade .modal-drawer-left {
  transform: translate3d(-100%, 0, 0);
}

.modal-drawer-left .modal-content {
  border-width: 0 1px 0 0;
}

.modal.show .modal-drawer-right,
.modal.show .modal-drawer-left {
  transform: translate(0);
}

/* menu modal drawer --------------------------------------------------------------- */

/* recibo impresion --------------------------------------------------------------- */
.tab-recibo {
  width: 100%;
  margin: 0 auto;
  height: 15px;
  margin-bottom: -5px;
  background-color: #fff;
  box-shadow: inset 0 0 35px #ddd;
  border-radius: 50px
}

.pseudo {
  position: relative;
}

.pseudo:before {
  content: "";
  position: absolute;

  top: 5px;
  left: 2%;
  border-bottom: 1px dashed #000;
}

.panel-dark {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 5px 15px #ccc;
}

.pseudo:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  bottom: -10px;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 33.333%, #fff 33.333%, #fff 66.667%, rgba(0, 0, 0, 0) 66.667%), linear-gradient(-45deg, rgba(0, 0, 0, 0) 33.333%, #fff 33.333%, #fff 66.667%, rgba(0, 0, 0, 0) 66.667%);
  background-size: 20px 40px;
  background-position: 50% -30px;
  background-repeat: repeat-x;
  z-index: 1;
}

.pseudo-app:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  bottom: -10px;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 33.333%, #F0EEE6 33.333%, #F0EEE6 66.667%, rgba(0, 0, 0, 0) 66.667%), linear-gradient(-45deg, rgba(0, 0, 0, 0) 33.333%, #F0EEE6 33.333%, #F0EEE6 66.667%, rgba(0, 0, 0, 0) 66.667%);
  background-size: 20px 40px;
  background-position: 50% -30px;
  background-repeat: repeat-x;
  z-index: 1;
}

@-webkit-keyframes shake-it-baby {
  0% {
    height: 0px;
    transform: translate(-0.5px, 0.5px) rotate(-0.1deg);
  }
  10% {
    height: 10px;
    transform: translate(0.5px, -0.5px) rotate(0.1deg);
  }
  20% {
    height: 20px;
    transform: translate(-0.5px, 0.5px) rotate(-0.1deg);
  }
  30% {
    height: 35px;
    transform: translate(0.5px, -0.5px) rotate(0.1deg);
  }
  40% {
    height: 50px;
    transform: translate(-0.5px, 0.5px) rotate(-0.1deg);
  }
  50% {
    height: 70px;
    transform: translate(0.5px, -0.5px) rotate(0.1deg);
  }
  60% {
    height: 75px;
    transform: translate(-0.5px, 0.5px) rotate(-0.1deg);
  }
  70% {
    height: 95px;
    transform: translate(0.5px, -0.5px) rotate(0.1deg);
  }
  80% {
    height: 105px;
    transform: translate(-0.5px, 0.5px) rotate(-0.1deg);
  }
  90% {
    height: 125px;
    transform: translate(0.5px, -0.5px) rotate(0.1deg);
  }
  100% {
    height: 140px;
    transform: translate(-0.5px, 0.5px) rotate(-0.1deg);
  }
}

.container-print .card-body {
  animation: shake-it-baby 1s;
  overflow: hidden;
}

@media print{
  /* indicamos el salto de pagina */
  .page-break {
    display:block!important;
    page-break-before:always!important;
  }
}

@media print {
  .fs-impresion-42 {
    font-size: 42px !important;
  }
  .px-impresion {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media print{
  /* indicamos el salto de pagina */
  .page-break {
    display:block!important;
    page-break-before:always!important;
  }
}

@media print {
  .btn {
    display: none !important;
  }
  .card {
    border: none !important;
  }
  .subrayado-alerta-1 {
    border: none !important;
  }
  .subrayado-primary-1 {
    border: none !important;
  }
  .subrayado-primary-2 {
    border: none !important;
  }
  .subrayado-orange-1 {
    border: none !important;
  }
  a {
    text-decoration: none !important;
    color: #000;
  }
}

.fs-print-pos-038 {
  font-size: calc(100vw * 0.038); 
}

.sello {
  position: absolute!important;
  top: 0;
  left: 0;
  width: 40%;
  height: 40%;
  background-color: transparent;
  color: rgba(200, 200, 200, 0.5);
  font-size: 4em;
  font-weight: bold;
  text-align: center;
  line-height: 400px;
  transform: rotate(-30deg);
  transform-origin: left bottom; 
  pointer-events: none;
}

@media (min-width: 1200px) {
  .sello {
    top: 10%;
    left: 12%;
    width: 100%;
    height: 100%;
    font-size: 4em;
    line-height: 400px;
    z-index: 1049;
  }
}

.sello-2 {
  position: absolute!important;
  top: 10%;
  left: 21%;
  width: 40%;
  height: 40%;
  background-color: transparent;
  color: rgba(200, 200, 200, 0.5);
  font-size: 4em;
  font-weight: bold;
  text-align: center;
  line-height: 400px;
  transform: rotate(-30deg);
  transform-origin: left bottom; 
  pointer-events: none;
}

@media (min-width: 1200px) {
  .sello-2 {
    top: 25%;
    left: 22%;
    width: 100%;
    height: 100%;
    font-size: 4em;
    line-height: 400px;
    z-index: 1049;
  }
}

.primera-letra-mayuscula:first-letter {
  text-transform: uppercase;
}

.puntero {
  cursor: pointer!important;
}

.puntero-0 {
  cursor: not-allowed !important;
}

.puntero-1 {
  cursor: default !important;
}

.puntero-2 {
  cursor: move !important;
}

.contenido-contenedor {
  overflow: auto;
}

.multiselect {
  display: block;
  padding: 2px 0.25rem;
}

.pulse-1 {
  -webkit-animation: pulse 1s ease infinite;
  animation: pulse 1s ease infinite;
}

.hr-separador {
  position: relative;
  line-height: 20px;
  text-align: center;
}

.hr-separador:before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border: 1px dashed #e8e5dd;
  box-shadow: none;
}

.hr-separador-heading {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}

.hr-separador-content {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
}

.separador-texto-btn {
  flex-grow: 1;
  height: 1px;
  margin: 0 10px;
  border: 1px dashed #bbb;
}

.bg-table {
  background-color: #fefef1;
}

.bg-black {
 background-color: #000;
}

.hover-fila-primary:hover {
  background-color: #beebff;
}

.hover-fila-primary-1:hover {
  background-color: rgba(190, 235, 255, .3)!important;
}

.hover-active:hover {
  background-color: rgba(190, 235, 255, .3)!important;
}

.error {
  border: .0625rem solid #ff3b30 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.pt-menu-fixed {
  padding-top: 52px;
}

.menu-fijo-menu {
  position: fixed;
  right: .9rem;
  top: 1.4rem;
}

.menu-fijo-izquierda {
  z-index: 60;
  position: fixed;
  left: 2rem;
  top: 5rem;
}

.menu-fijo-derecha {
  position: fixed;
  right: .9rem;
  top: 4rem;
}

.menu-fijo-derecha-1 {
  position: fixed;
  right: .9rem;
  top: 9rem;
}

.menu-fijo-derecha-2 {
  position: fixed;
  right: .9rem;
  top: 11rem;
}

.btn-container {
  width: 150px;
  position: relative;
  float: right;
}

.btn-expandir {
  float: right;
}

.menu-fijo-scroll-top {
  position: fixed;
  right: .9rem;
  bottom: 3.5rem;
  z-index: 99;
}

.menu-fijo-inteli-menu {
  position: fixed;
  right: .9rem;
  bottom: 1.2rem;
}

@media (min-width: 1400px) {
  .menu-fijo-derecha {
    position: fixed;
    right: 1.6rem;
    top: 4rem;
  }
  .menu-fijo-derecha-1 {
    position: fixed;
    right: 1.6rem;
    top: 10.8rem;
  }
  .menu-fijo-derecha-2 {
    position: fixed;
    right: 1.6rem;
    top: 18.6rem;
  }
  .menu-fijo-scroll-top {
    position: fixed;
    right: 1.6rem;
    bottom: 4rem;
    z-index: 99;
  }
  .menu-fijo-inteli-menu {
    position: fixed;
    right: 1.6rem;
    bottom: 1.2rem;
  }
  .menu-fijo-menu {
    position: fixed;
    right: 1.6rem;
    top: 3.8rem;
  }
}

.panel-menu-principal {
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-06 {
  font-size: .5rem !important;
}

.fs-05 {
  font-size: .65rem !important;
}

.fs-04 {
  font-size: .7rem !important;
}

.fs-03 {
  font-size: .8rem !important;
}

.fs-02 {
  font-size: .85rem !important;
}

.fs-01 {
  font-size: .9rem !important;
}

.fs-0 {
  font-size: 1rem;
}

.fs-1 {
  font-size: 1.1rem;
}

.fs-2 {
  font-size: 1.2rem;
}

.fs-3 {
  font-size: 1.3rem;
}

.fs-4 {
  font-size: 1.4rem;
}

.fs-5 {
  font-size: 1.5rem;
}

.fs-6 {
  font-size: 1.6rem;
}

.fs-7 {
  font-size: 1.7rem;
}

.fs-8 {
  font-size: 1.8rem;
}

.fs-9 {
  font-size: 1.9rem;
}

.fs-10 {
  font-size: 2rem;
}

.fs-11 {
  font-size: 2.5rem;
}

.fs-12 {
  font-size: 3rem;
}

.fs-14 {
  font-size: 3.2rem;
}

.fs-15 {
  font-size: 3.5rem;
}

.btn-circle-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem !important;
  width: 2.3rem;
  height: 2.3rem!important;
  padding: .2rem 0.4rem 0.15rem 0.5rem !important;
  z-index: 998;
}

.btn-circle-menu-sm {
  border-radius: 50%;
  line-height: 1!important;
  width: 2rem!important;
  height: 2rem!important;
  padding: 0.5rem!important;
}

.btn-menu-inicio {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #ccc;
}

.btn-menu-inicio:hover {
  color: #0171E3;
  border-color: #aaa;
}

.card-app-1 {
  border: 1px dashed #777;
  box-shadow: none;
}

.card-app-drag {
  border-radius: 0.3rem;
  border: 1px dashed rgba(25,151,198,.4);
  box-shadow: none;
  background-color: rgba(25,151,198,.04);
}

.card-app-primary {
  border-top: 2px solid #BFE3F8;
}

.card-app-warning {
  border-top: 3px solid rgba(233, 168, 0, 0.3) !important;
}

.card-app-alerta {
  border-top: 3px solid #ebf8a4;
}

.border-dashed {
  border: 1px dashed #aaa;
  box-shadow: none;
}

.subrayado-alerta-1 {
  border-bottom: 5px solid #ebf8a4;
}

.subrayado-alerta-2 {
  border-bottom: 7px solid #ebf8a4;
}

.subrayado-alerta-3 {
  border-bottom: 9px solid #ebf8a4;
}

.subrayado-orange {
  border-bottom: 5px solid #fd7e14;
}

.subrayado-orange-1 {
  border-bottom: 5px solid #e56b0a;
}

.subrayado-gris-1 {
  border-bottom: 5px solid #ddd;
}

.subrayado-gris-2 {
  border-bottom: 5px solid #eee;
}

.subrayado-success-1 {
  border-bottom: 5px solid #b2d8b2;
}

.subrayado-success-2 {
  border-bottom: 5px solid #25D366;
}

.subrayado-success-1 {
  border-bottom: 5px solid #b2d8b2;
}

.subrayado-primary-1 {
  border-bottom: 5px solid #81c1e8;
}

.subrayado-primary-2 {
  border-bottom: 5px solid #BFE3F8;
}

.subrayado-danger-1 {
  border-bottom: 5px solid #bb2124;
}

.subrayado-danger-2 {
  border-bottom: 5px solid #f8d3d3;
}

.subrayado-warning-1 {
  border-bottom: 5px solid #ffc107;
}

.subrayado-danger-3 {
  background-image: linear-gradient(to left, #f8d3d3, #f8d3d3);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 100% 5px;
}

.text-primary-1 {
  color: #007bff !important;
}

.text-primary-2 {
  color: #346cb0 !important;
}

.text-primary-2:hover {
  color: #007bff !important;
}

.text-success-1 {
  color: #1BC98E !important;
}

.text-success-05 {
  color: rgba(121, 213, 153, 0.5); !important;
}

.text-success-2 {
  color: #9AE27B !important;
}

.text-success-3 {
  color: #ebf8a4;
}

.text-alerta {
  color: #ebf8a4;
}

.text-info-1 {
  color: #4BC0C0 !important;
}

.text-info-2 {
  color: 
}

.text-info-01 {
  color: rgba(75, 192, 192, 0.7); !important;
}

.text-info-05 {
  color: rgba(75, 192, 192, 0.5); !important;
}

.text-warning-1 {
  color: #E4D836 !important;
}

.text-warning-2 {
  color: #d97900!important;
}

.text-warning-05 {
  color: rgba(255, 193, 7, 0.5); !important;
}

.text-danger-1 {
  color: #B76BA3 !important;
}

.text-danger-2 {
  color: #ff0505 !important;
}

.text-danger-3 {
  color: #950B3A!important;
}

.text-danger-3:hover {
  color: #F92672!important;
}

.text-danger-05 {
  color: rgba(255, 0, 26, 0.3) !important;
}

.text-light-1 {
  color: #ddd !important;
}

.text-muted-1 {
  color: #aaa !important;
}

.text-muted-2 {
  color: #555 !important;
}

.text-muted-01 {
  color: #79828b !important;
}

.text-muted-02 {
  color: #889098 !important;
}

.text-muted-03 {
  color: #bbb !important;
}

.text-muted-04 {
  color: #ccc !important;
}

.text-muted-05 {
  color: #ddd !important;
}

.text-muted-06 {
  color: #eee !important;
}

.text-muted-gradient {
  background: linear-gradient(to right, #969ea5, #ccc, #969ea5);
  -webkit-background-clip: text;
  color: transparent !important;
  display: inline-block;
}

/* imagen hover con texto */
.contenedor-imagen-hover {
  position: relative;
  display: inline-block;
}

.overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(25, 151, 198, 0.8);
  transition: opacity 0.5s ease;
}

.texto-contenedor-imagen-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  opacity: 0.8;
  transition: opacity 1s ease;
}

.contenedor-imagen-hover:hover .overlay-dark {
  opacity: 1;
}

.contenedor-imagen-hover:hover .texto-contenedor-imagen-hover {
  opacity: 1;
}
/* imagen hover con texto */

.bg-app {
  background-color: #f7f6f3!important;
}

.bg-app-white {
  background-color: #F0EEE6!important;
}

.bg-nav {
  background-color: #F0EEE6;
}

.bg-danger-1 {
  background: rgba(255, 0, 26, 0.3) !important;
}

.bg-danger-2 {
  background: rgba(250, 128, 114, 0.3) !important;
}

.bg-success-1 {
  background: rgba(30, 215, 96, .3) !important;
}

.bg-success-2 {
  background: rgba(0, 135, 107, 0.7) !important;
}

.bg-success-3 {
  background: #ebf8a4 !important;
}

.bg-success-4 {
  background-color: #a0ffc2!important;
}

.bg-warning-1 {
  background: #E4D737 !important;
}

.bg-warning-2 {
  background: rgba(233, 168, 0, 0.2) !important;
}

.bg-warning-3 {
  background: rgba(233, 168, 0, 0.6) !important;
}

.bg-info-1 {
  background: rgba(75, 192, 192, 0.2) !important;
}

.bg-info-3 {
  background-color: rgba(75, 192, 192, 0.3) !important;
}

.bg-secondary-1 {
  background: rgba(206, 205, 202, 0.5) !important;
}

.bg-secondary-2 {
  background: rgba(206, 205, 202, 0.2) !important;
}

.bg-secondary-3 {
  background: #ccc !important;
}

.bg-light-1 {
  background-color: #fafafa !important;
}

.bg-light-2 {
  background-color: #fcfcfc !important;
}

.bg-purpura-1 {
  background-color: rgba(183, 107, 163, 0.2)!important;
}

.bg-purpura-2 {
  background-color: rgba(183, 107, 163, 0.5)!important;
}

.bg-orange {
  background-color: #fd7e14;
}

.bg-orange-1 {
  background-color: #e56b0a;
}

.badge-alerta {
  color: #fff;
  background-color: #ebf8a4;
}

@keyframes shake-animation {
 0% { transform:translate(0,0) }
 1.78571% { transform:translate(15px,0) }
 3.57143% { transform:translate(0,0) }
 5.35714% { transform:translate(15px,0) }
 7.14286% { transform:translate(0,0) }
 8.92857% { transform:translate(15px,0) }
 10.71429% { transform:translate(0,0) }
 100% { transform:translate(0,0) }
}

@keyframes shake-indicar {
 0% { transform:translate(0,0) }
 1.78571% { transform:translate(0,15px) }
 3.57143% { transform:translate(0,0) }
 5.35714% { transform:translate(0,15px) }
 7.14286% { transform:translate(0,0) }
 8.92857% { transform:translate(0,15px) }
 10.71429% { transform:translate(0,0) }
 100% { transform:translate(0,0) }
}

.efecto-hola {
  display: inline-block;
  animation: shake-animation 3s ease;
  transform-origin: 50% 50%;
}

.efecto-indicar {
  display: inline-block;
  animation: shake-indicar 2s ease infinite;
  transform-origin: 50% 50%;
}

.efecto-sacudida {
  display: inline-block;
  animation: shake-animation 2s ease infinite;
  transform-origin: 50% 50%;
}

.efecto-sacudida-1 {
  display: inline-block;
  animation: shake-animation 2s ease infinite;
  transform-origin: 50% 50%;
}

@-webkit-keyframes pulse {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes pulse {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.pulse {
  -webkit-animation: pulse 2.5s ease infinite;
  animation: pulse 2.5s ease infinite;
}

.pulse-1 {
  -webkit-animation: pulse 1s ease infinite;
  animation: pulse 1s ease infinite;
}

.ul-multiselect {
  display: block;
  padding: 2px 0.5rem;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.remover-multiselect {
  top: 3px;
  margin-right: auto;
  margin-left: 0.25rem;
  position: relative;
  width: 1rem;
  height: 1rem;
  font-size: .8rem;
  line-height: 0.85rem;
  float: right;
  color: #ffffff;
  background-color: #a6abbd;
  text-align: center;
  border-radius: 0.5rem;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
}

.eleccion-multiselect {
  list-style: none;
  margin: 3px 12px 3px -6px;
  border-radius: 4px;
  cursor: default;
  float: left;
  padding: 0 5px;
  font-size: .85rem!important;
}

.display-6 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-7 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.btn-circle-menu {
  border-radius: 50%;
  line-height: 1.2!important;
  width: 2.3rem!important;
  height: 2.3rem!important;
  padding: 0.5rem!important;
}

.sombra-menu {
  box-shadow: 0 0.5rem 0.5rem -0.5rem rgb(0 0 0 / 20%) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
  padding-bottom: 5px;
}

.card-hover:hover {
  background-color: rgba(0, 0, 0, 0.035);
}

.panel-menu-lateral-flotante-mapa {
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 5;
}


.timeline {
  margin: 0;
  padding: 0;
  display: block;
}

@media (min-width: 768px) {
  .timeline {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.timeline-heading {
  margin-top: .25rem;
  font-size: 1em;
}

.timeline-heading .custom-control-inline {
  vertical-align: middle;
  margin-right: 0;
  margin-top: -4px;
}

@media (min-width: 768px) {
  .timeline-heading .custom-control-inline {
    margin-top: 0;
  }
}

.timeline-item {
  position: relative;
  display: flex;
}

.timeline-item::after {
  display: block;
  clear: both;
  content: "";
}

.timeline-item:first-child .timeline-figure,
.timeline-item:first-child .timeline-body {
  padding-top: 0;
}

.timeline-item:last-child .timeline-figure,
.timeline-item:last-child .timeline-body {
  margin-bottom: 1.25rem;
}

.timeline-figure {
  position: relative;
  padding: .5rem 0;
}

.timeline-figure::before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  top: 1rem;
  left: 50%;
  margin-left: -1px;
  border-left: 2px solid rgba(34, 34, 48, 0.1);
}

.timeline-dashed-line .timeline-figure::before {
  border-left-style: dashed;
}

.timeline-figure .tile {
  position: relative;
  box-shadow: 0 0 0 2px #f6f7f9;
  z-index: 2;
}

.timeline-fluid .timeline-figure {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.timeline-fluid .timeline-figure::before {
  display: none;
}

.timeline-body {
  width: 100%;
  margin-left: 1.25rem;
  padding: .5rem 0;
}

.timeline-fluid .timeline-body {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.timeline-date {
  font-size: 0.75rem;
  color: #888c9b;
}


.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}


.tile {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  color: #888c9b;
  font-weight: 600;
  font-size: 1rem;
  background-color: #e6e8ed;
  line-height: 2rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.25rem;
}

.tile-img {
  position: relative;
  background-color: transparent;
  overflow: hidden;
}

.tile.bg-primary {
  color: #ffffff;
}

.tile.bg-secondary {
  color: #363642;
}

.tile.bg-success {
  color: #ffffff;
}

.tile.bg-info {
  color: #ffffff;
}

.tile.bg-warning {
  color: #363642;
}

.tile.bg-danger {
  color: #ffffff;
}

.tile.bg-light {
  color: #363642;
}

.tile.bg-dark {
  color: #ffffff;
}

.tile-xxl {
  width: 8rem;
  height: 8rem;
  line-height: 8rem;
  font-size: 3rem;
}

.tile-xl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 2rem;
}

.tile-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.25rem;
}

.tile-md {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}

.tile-sm {
  width: 1.8rem;
  height: 1.8rem;
  font-size: 0.75rem;
  line-height: 1.8rem;
}

.tile-xs {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.tile-xxl, .tile-xl, .tile-lg {
  border-radius: 0.3rem;
}

.tile-circle {
  border-radius: 4rem;
}


.menu-principal-superior {
  position: absolute;
  top: 10px; /* Ajusta esto según sea necesario */
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff; /* Color de fondo */
  border-radius: 20px; /* Bordes redondeados */
}

.borde-inicio-primary {
  border-left-color: #1997c6 !important;
}

.borde-inicio-primary-1 {
  border-left-color: rgba(75, 192, 192, 0.5) !important;
}

.borde-inicio-success {
  border-left-color: #28a745 !important;
}

.borde-inicio-success-1 {
  border-left-color: #79d599 !important;
}

.borde-inicio-secondary {
  border-left-color: #ccc !important;
}

.borde-inicio-warning {
  border-left-color: #ffc107 !important;
}

.borde-inicio-danger {
  border-left-color: #a71d2a !important;
}

.borde-inicio-danger-1 {
  border-left-color: rgba(255, 0, 26, 0.5) !important;
}

.borde-inicio-danger-2 {
  border-left-color: #ff0505 !important;
}

.borde-inicio-danger-1 {
  border-left-color: background-color: rgba(183, 107, 163, 0.5);
}

.borde-inicio-3 {
  border-left-width: 0.25rem !important;
}

@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.8); 
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0); 
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); 
  }
}

.btn-pulse {
  animation: pulse-shadow 1s infinite;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-1 {
  line-height: 1.1 !important;
}

.lh-2 {
  line-height: 1.2 !important;
}

.input-with-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.input-with-icon > .form-control {
  padding-left: 28px;
}

.input-with-icon > .icon {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  color: #ccc;
}

.border-danger-1 {
  border-color: #F92672 !important;
}

/* funnel */
.sortable-ghost {
  opacity: 0.5;
  background-color: #ccc;
}

.card-etapa-lista {
  cursor: grab;
}

.dragging {
  cursor: grabbing !important;
}

.dragging * {
  cursor: grabbing !important;
}

.hover-secondary-2:hover {
  border: 1px solid #1997c6 !important;
}

.text-selector-naranja {
  color: #FFA500;
}

.text-selector-azul {
  color: #1E73BE;
}

.text-selector-purpura {
  color: #b76ba3;
}

.text-selector-verde {
  color: #32CD32;
}

.text-selector-rojo {
  color: #FF4500;
}

.text-selector-rosa {
  color: #FF69B4;
}

.text-selector-amarillo {
  color: #FFD700;
}

.text-selector-turquesa {
  color: #40E0D0;
}

.text-selector-gris {
  color: #A9A9A9;
}

.text-selector-dorado {
  color: #C69E3C;
}

.bg-text-selector-naranja {
  background-color: #FFA500;
}

.bg-text-selector-azul {
  background-color: #1E73BE;
}

.bg-text-selector-purpura {
  background-color: #b76ba3;
}

.bg-text-selector-verde {
  background-color: #32CD32;
}

.bg-text-selector-rojo {
  background-color: #FF4500;
}

.bg-text-selector-rosa {
  background-color: #FF69B4;
}

.bg-text-selector-amarillo {
  background-color: #FFD700;
}

.bg-text-selector-turquesa {
  background-color: #40E0D0;
}

.bg-text-selector-gris {
  background-color: #A9A9A9;
}

.bg-text-selector-dorado {
  background-color: #C69E3C;
}

.bg-card-app {
  background-color: #F0EEE6!important;
}

/* Asegurar que intl-tel-input ocupe el 100% del ancho */
.iti {
  width: 100% !important;
}
.iti .iti__tel-input {
  width: 100% !important;
}

.secondary-gradient-01 {
  background: linear-gradient(45deg, #9e9e9e, #e0e0e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.border-lg {
  border-radius: 12px !important;
}

/* Estilos para el submenu lateral /////////////////////////////////////////// */
.submenu-trigger {
  position: relative;
}

/* Asegurar que iconav permita overflow */
.iconav {
  overflow: visible !important;
  z-index: 1000;
}

/* Clases para elementos con sub-submenu */
.submenu-item-wrapper {
  position: relative;
}

.submenu-trigger-level2 {
  position: relative;
}

.iconav-submenu {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 240px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.175rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 9999;
  display: none;
  margin-left: 5px;
}

@media (min-width: 1400px) {
  .iconav-submenu {
    margin-left: 0px;
  }
}

.iconav-submenu .list-group-item {
  background-color: transparent;
  color: #495057;
}

.iconav-submenu .list-group-item:hover {
  background-color: #f8f9fa;
  color: #0d6efd;
}

.iconav-submenu .list-group-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.iconav-submenu .list-group-item:last-child {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* Animación suave */
.iconav-submenu {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.2s ease-in-out;
}

.iconav-submenu.show {
  opacity: 1;
  transform: translateX(0);
  display: block;
}

/* Estilos para sub-submenu (tercer nivel) */
.iconav-subsubmenu {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 260px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.175rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 10000;
  display: none;
  margin-left: -1px; /* Eliminar espacio, solapar bordes */
}

@media (min-width: 1400px) {
  .iconav-subsubmenu {
    margin-left: -1px; /* Mantener sin espacio en XL también */
  }
}

.iconav-subsubmenu .list-group-item {
  background-color: transparent;
  color: #0d6efd;
}

.iconav-subsubmenu .list-group-item:hover {
  background-color: #f8f9fa;
  color: #0d6efd;
}

.iconav-subsubmenu .list-group-item:first-child {
  border-top-left-radius: 0.175rem;
  border-top-right-radius: 0.175rem;
}

.iconav-subsubmenu .list-group-item:last-child {
  border-bottom-left-radius: 0.175rem;
  border-bottom-right-radius: 0.175rem;
}

/* Indicador visual para elementos con subnivel */
.submenu-trigger-level2::after {
  content: "›";
  float: right;
  font-size: 1.2em;
  color: #6c757d;
  margin-top: -2px;
  font-weight: normal;
}

.submenu-trigger-level2:hover::after {
  color: #0d6efd;
}

/* Animación suave para sub-submenu */
.iconav-subsubmenu {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.2s ease-in-out;
}

.iconav-subsubmenu.show {
  opacity: 1;
  transform: translateX(0);
  display: block;
}

.iconav-icon {
  width: 28px;
  height: 28px;
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(217deg) brightness(103%) contrast(95%);
  /* Este filtro replica el color #0d6efd */
}

.card-secondary {
  background: #E8E6DC!important; 
}

.border-ddd {
  border-color: #ddd !important;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  min-height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(33, 37, 41, 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #fff;
  border-radius: 0.375rem;
}
.form-floating > textarea:disabled ~ label::after {
  background-color: #f8f9fa;
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.bg-principal {
  background-color: #f7f6f3!important;
}

/* tipos de vista hidden -------------------------------------------------- */
/* hidden ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.hidden-xs-up {
  display: none !important; 
}

/* tipo vista tipos de vista y ocultar */
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; 
  } 
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; 
  } 
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; 
  } 
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; 
  } 
}

@media (max-width: 991.98px) {

  .hidden-md-down {
    display: none !important; 
  } 
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; 
  } 
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; 
  } 
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; 
  } 
}

.hidden-xl-down {
  display: none !important; 
}
/* tipos de vista hidden ///////////////////////////////////////////////////////////////////////////////////////////////////// */

/* media sm ------------------------------------------------------------------------ */
@media (min-width: 576px) {
  .modal-sm-03 {
    max-width: 240px;
  }
  .modal-sm-02 {
    max-width: 280px;
  }
  .modal-sm-01 {
    max-width: 300px;
  }
  .modal-sm-1 {
    max-width: 340px;
  }
  .modal-sm-2 {
    max-width: 360px;
  }
  .modal-sm-3 {
    max-width: 400px;
  }
  .modal-sm-4 {
    max-width: 420px;
  }
  .modal-sm-5 {
    max-width: 440px;
  }
  .modal-sm-6 {
    max-width: 460px;
  }
  .modal-md-1 {
    max-width: 520px;
  }
  .modal-md-2 {
    max-width: 580px;
  }
  .modal-md-3 {
    max-width: 620px;
  }
}
/* media sm ------------------------------------------------------------------------ */

/* modal drawer responsive --------------------------------------------------------- */
/* Pantallas medianas/tablets - anchos controlados */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .modal-drawer-right .modal-lg-1-fixed,
  .modal-drawer-left .modal-lg-1-fixed {
    max-width: 90%;
    width: 640px;
  }

  .modal-drawer-right .modal-lg-fixed,
  .modal-drawer-left .modal-lg-fixed {
    max-width: 85%;
    width: 560px;
  }

  .modal-drawer-right .modal-md-fixed,
  .modal-drawer-left .modal-md-fixed {
    max-width: 80%;
    width: 480px;
  }

  .modal-drawer-right .modal-sm-4-fixed,
  .modal-drawer-left .modal-sm-4-fixed {
    max-width: 75%;
    width: 420px;
  }
}

/* Pantallas pequeñas/móviles - full width con padding */
@media (max-width: 767.98px) {
  .modal-drawer-right,
  .modal-drawer-left {
    left: 0 !important;
    right: 0 !important;
  }

  .modal-drawer .modal-dialog {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }

  .modal-drawer .modal-content {
    min-height: 100vh;
  }
}
/* modal drawer responsive --------------------------------------------------------- */

/* media xl //////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 1200px) {
  .menu-modal-buscar {
    max-width: 600px !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  th {
    font-weight: 500;
  }
  .form-group {
    margin-bottom: 0.7rem;
  }
  .form-login {
    max-width: 340px;
  }
  .input-group-text {
    padding: 0.095rem 0.75rem;
  }
  .min-w-330 {
    min-width: 330px!important;
  }
  .linea-vertical-izquierda {
    border-left: 1px solid #D4D4D4;
    margin: 0 10px;
  }
  .linea-vertical-derecha {
    border-right: 1px solid #D4D4D4;
    margin: 0 10px;
  }
  .sombra-vertical-derecha {
    position: relative;
    margin: 0 10px;
    padding-left: 1px;
    box-shadow: 0.5rem 0 0.3rem -0.5rem rgb(0 0 0 / 20%);
  }
  .sombra-alrededor-xl {
    position: relative;
    box-shadow: inset 0 0 0.3rem rgb(0 0 0 / 20%);
  }
  .sombra-alrededor-1-xl {
    position: relative;
    box-shadow: inset 0 0 0.5rem rgb(0 0 0 / 20%);
  }
  .select2-container--default .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 1.7rem;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 4px;
    right: 1px;
    width: 20px;
  }
  .borde-hundido-xl {
    border: 1px solid #ddd;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  }
  .modal-sm-fixed {
    width: 280px;
  }
  .modal-sm-1-fixed {
    width: 320px;
  }
  .modal-sm-2-fixed {
    width: 360px;
  }
  .modal-sm-3-fixed {
    width: 400px;
  }
  .modal-sm-4-fixed {
    width: 500px;
  }
  .modal-sm-5-fixed {
    min-width: 500px;
  }
  .modal-md-fixed {
    min-width: 600px;
  }
  .modal-lg-fixed {
    min-width: 700px;
  }
  .modal-lg-1-fixed {
    min-width: 900px;
  }
  .btn-xl {
    height: 3rem!important;
  }
  .w-xl-5 {
    width: 5%!important;
  }
  .w-xl-12 {
    width: 12%!important;
  }
  .w-xl-15 {
    width: 15%!important;
  }
  .w-xl-20 {
    width: 20%!important;
  }
  .w-xl-25 {
    width: 25%!important;
  }
  .w-xl-26 {
    width: 23%!important;
  }
  .w-xl-28 {
    width: 28%!important;
  }
  .w-xl-30 {
    width: 30%!important;
  }
  .w-xl-35 {
    width: 35%!important;
  }
  .w-xl-40 {
    width: 40%!important;
  }
  .w-xl-45 {
    width: 45%!important;
  }
  .w-xl-50 {
    width: 50%!important;
  }
  .w-xl-60 {
    width: 60%!important;
  }
  .w-xl-75 {
    width: 75%!important;
  }
  .w-xl-80 {
    width: 80%!important;
  }
  .pt-menu-fixed {
    padding-top: 0px;
  }
  .container-xl {
    padding-right: 35px;
  }
  .btn-menu-inicio {
    min-height: 94px;
  }
  .btn-min {
    padding: 0rem 0.4rem;
    line-height: 1.6;
    height: 1.6rem;
  }
  .input-group-text {
    font-size: 1rem;
  }
  .panel-principal-lista {
    background-color: #fff;
    height: calc(100vh - 9rem);
  }
  .btn-floated-alta {
    right: 2.25rem;
    top: 4.6rem;
    width: 2.8rem;
    height: 2.8rem!important;
  }
  .panel-scroll {
    overflow-x: none;
    overflow-y: auto;
  }
  .vh-30 {
    height: 30vh;
    overflow-y: auto;
  }
  .vh-mx-30 {
    max-height: 30vh;
    overflow-y: auto;
  }
  .vh-xl-historial {
    max-height: 40vh;
    overflow: auto;
  }
  .vh-34 {
    height: 34vh;
    overflow-y: auto;
  }
  .vh-40 {
    height: 40vh;
    overflow-y: auto;
  }
  .vh-menu-md {
    max-height: 40vh;
    overflow-y: auto;
  }
  .vh-45 {
    height: 45vh;
    overflow-y: auto;
  }
  .vh-50 {
    height: 50vh;
    overflow-y: auto;
  }
  .vh-55 {
    height: 55vh;
    overflow-y: auto;
  }
  .vh-max-50 {
    max-height: : 50vh;
    overflow-y: auto;
  }
  .vh-60 {
    height: 60vh;
    overflow-y: auto;
  }
  .vh-65 {
    height: 65vh;
    overflow-y: auto;
  }
  .vh-max-65 {
    max-height: 65vh;
    overflow-y: auto;
  }
  .vh-max-68 {
    max-height: : 68vh;
    overflow-y: auto;
  }
  .vh-68 {
    height: 68vh;
    overflow-y: auto;
  }
  .vh-70 {
    height: 70vh;
    overflow-y: auto;
  }
  .vh-75 {
    height: 75vh;
    overflow-y: auto;
  }
  .vh-78 {
    height: 78vh;
    overflow-y: auto;
  }
  .vh-80 {
    height: 80vh;
    overflow-y: auto;
  }
  .vh-84 {
    height: 84vh;
    overflow-y: auto;
  }
  .vh-86 {
    height: 86vh;
    overflow-y: auto;
  }
  .mho-60 {
    height: 74vh;
    overflow-y: auto;
  }
  .vh-xl-scroll-77 {
    height: 77vh;
    overflow-y: auto;
  }
  .vh-xl-scroll-80 {
    height: 80vh;
    overflow-y: auto;
  }
  .vh-xl-scroll-86 {
    height: 86vh;
    overflow-y: auto;
  }
  .vh-xl-scroll-90 {
    height: 90vh;
    overflow-y: auto;
  }
  .vh-xl-scroll-100 {
    height: 100vh;
    overflow-y: auto;
  }
  .vhm-40 {
    min-height: 40vh;
    height: 40vh;
    overflow-y: auto;
  }
  .border-xl-left {
    border-left: 1px solid #eee;
  }
  .border-xl-right {
    border-right: 1px solid #eee;
  }
  .vh-xl-scroll-90 {
    height: 90vh;
    overflow-y: auto;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 0.275rem;
    padding-bottom: 0.275rem;
  }
  .menu-fijo-scroll-top {
    bottom: 3rem;
  }
  .swal2-popup {
    width: 420px!important;
  }
}
/* media xl //////////////////////////////////////////////////////////////////////////////////////////////////////////////// */