@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*@mixin menu-social($color, $size) {
    &-enlace {

        &::before {
            color: $color;
            font-size: $size;
            display: inline-block;
            font-style: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: ;
        }
    }
}*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-padding-top: 0rem;
  height: 100%;
}

i.fas {
  font-size: 2rem;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.btn-principal {
  display: flex;
  align-items: center;
  background-color: #4cb8b3;
  color: #000000 !important;
  font-weight: 500;
  height: 5rem;
  width: auto;
  padding: 1.2rem;
  border-radius: 1rem;
  margin: auto;
  cursor: pointer;
  border: none;
  font-size: 2rem;
  gap: 0.5rem;
}
.btn-principal-text {
  margin: 0;
  display: none;
  font-size: 0;
}
@media (min-width: 1200px) {
  .btn-principal-text {
    font-size: 1.5rem;
    display: flex;
  }
}

.btn-3d, .btn-secundario {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  border-top: 2px solid rgba(255, 255, 255, 0.5) !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-3d:hover, .btn-secundario:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3); /* Aumenta la sombra en hover */
  transform: translateY(-4px); /* Eleva el botón ligeramente */
}
.btn-3d:active, .btn-secundario:active {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); /* Reduce la sombra al hacer clic */
  transform: translateY(2px); /* El botón se mueve hacia abajo, simulando un clic */
}

.btn-secundario {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4caf50;
  color: #ffffff !important;
  font-weight: 600;
  height: 4.5rem;
  padding: 0.8rem 1.5rem;
  margin: 0 0.5rem;
  max-width: fit-content;
  border-radius: 0.8rem;
  cursor: pointer;
  font-size: 1.6rem;
  gap: 0.6rem;
  border: none;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
  position: inherit;
  margin-left: auto;
}
.btn-secundario:hover {
  background-color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}
.btn-secundario:active {
  transform: scale(0.95);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.btn-back {
  display: flex;
  align-items: center;
  background-color: #c4c4c4;
  color: #1b1c3d !important;
  font-weight: 300;
  font-size: 1.5rem;
  height: 5rem;
  margin: 0 0.3rem;
  width: auto;
  max-width: fit-content;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 3px #a7a7a7;
  transition: all 0.1s ease;
  border: none;
  gap: 0.5rem;
}
.btn-back:active {
  transform: translateY(3px);
  box-shadow: 0 1px #13033a;
}

.badge_btn {
  background: linear-gradient(to bottom, #8b8b8b, #585858);
  font-weight: 300;
  font-size: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 1rem 0 0 1rem; /* solo izquierda redondeada */
  color: #ffffff !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #b6b6b6;
  border-right: none; /* se conecta con el botón */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* sombra grupal */
}

.btn-secundario_mini {
  background-color: #4caf50;
  color: #ffffff !important;
  font-weight: 300;
  padding: 0.5rem 2rem;
  border-radius: 0 1rem 1rem 0; /* solo derecha redondeada */
  border: none;
  border-left: none; /* se conecta con el badge */
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* sombra grupal */
  transition: all 0.2s ease-in-out;
}
.btn-secundario_mini:hover {
  background-color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}
.btn-secundario_mini:active {
  transform: scale(0.95);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.badge-button-group {
  display: flex;
  width: fit-content;
  margin-bottom: 1rem;
}

.btn-delete {
  display: flex;
  align-items: center;
  background-color: #f44336;
  color: #ffffff !important;
  font-weight: 300;
  font-size: 1.6rem;
  height: 5rem;
  margin: 0 0.3rem;
  max-width: fit-content;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 3px rgb(185.8301886792, 22.1886792453, 10.1698113208);
  transition: all 0.1s ease;
  border: none;
  gap: 0.5rem;
}
.btn-delete:active {
  transform: translateY(3px);
  box-shadow: 0 3px rgb(89.1226415094, 10.641509434, 4.8773584906);
}
.btn-delete-sm {
  display: flex;
  align-items: center;
  background-color: #f44336;
  color: #ffffff !important;
  font-weight: 300;
  font-size: 1.4rem;
  height: 5rem;
  margin: 0 0.1rem;
  max-width: fit-content;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 3px rgb(185.8301886792, 22.1886792453, 10.1698113208);
  transition: all 0.1s ease;
  border: none;
  gap: 0.5rem;
}
.btn-delete-sm span {
  font-size: 0;
}
.btn-delete-sm:active {
  transform: translateY(3px);
  box-shadow: 0 3px rgb(89.1226415094, 10.641509434, 4.8773584906);
}
@media (min-width: 300px) {
  .btn-delete-sm span {
    font-size: 1.6rem;
  }
}

.btn-edit {
  display: flex;
  align-items: center;
  background-color: #1e88e5;
  color: #ffffff !important;
  font-weight: 300;
  height: 5rem;
  margin: 0 0.3rem;
  max-width: fit-content;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 3px rgb(16.2629482072, 82.5657370518, 140.7370517928);
  transition: all 0.1s ease;
  border: none;
  gap: 0.5rem;
}
.btn-edit:active {
  transform: translateY(3px);
  box-shadow: 0 3px rgb(5.6972111554, 28.9243027888, 49.3027888446);
}
.btn-edit-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e88e5;
  color: #ffffff !important;
  font-weight: 300;
  font-size: 1.6rem;
  height: 5rem;
  margin: 0 0.1rem;
  max-width: fit-content;
  min-width: 5rem;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 3px rgb(16.2629482072, 82.5657370518, 140.7370517928);
  transition: all 0.1s ease;
  border: none;
  gap: 0.5rem;
}
.btn-edit-sm span {
  font-size: 0;
}
.btn-edit-sm:active {
  transform: translateY(3px);
  box-shadow: 0 3px rgb(5.6972111554, 28.9243027888, 49.3027888446);
}
@media (min-width: 300px) {
  .btn-edit-sm span {
    font-size: 1.6rem;
  }
}

.btn-options {
  display: flex;
  align-items: center;
  background-color: #999;
  color: #ffffff !important;
  font-weight: 300;
  height: 5rem;
  margin: 0 0.3rem;
  max-width: fit-content;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 3px #666666;
  transition: all 0.1s ease;
  border: none;
  gap: 0.5rem;
}
.btn-options:active {
  transform: translateY(3px);
  box-shadow: 0 3px #333333;
}
.btn-options-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #999;
  color: #ffffff !important;
  font-weight: 300;
  font-size: 1.6rem;
  height: 5rem;
  margin: 0 0.1rem;
  max-width: fit-content;
  min-width: 5rem;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 3px #666666;
  transition: all 0.1s ease;
  border: none;
  gap: 0.5rem;
}
.btn-options-sm span {
  font-size: 0;
}
.btn-options-sm:active {
  transform: translateY(3px);
  box-shadow: 0 3px #333333;
}
@media (min-width: 300px) {
  .btn-options-sm span {
    font-size: 1.6rem;
  }
}

.btn-clean {
  display: flex;
  align-items: center;
  background-color: #bdbdbd;
  color: #ffffff !important;
  font-weight: 300;
  height: 5rem;
  margin: 0 0.3rem;
  max-width: fit-content;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 3px #8a8a8a;
  transition: all 0.1s ease;
  border: none;
  gap: 0.5rem;
}
.btn-clean:active {
  transform: translateY(3px);
  box-shadow: 0 3px rgb(28.689119171, 55.621761658, 84.310880829);
}
.btn-clean-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6f9dce;
  color: #ffffff !important;
  font-weight: 300;
  font-size: 1.6rem;
  height: 5rem;
  margin: 0 0.1rem;
  max-width: fit-content;
  min-width: 5rem;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 3px rgb(54.585492228, 105.829015544, 160.414507772);
  transition: all 0.1s ease;
  border: none;
  gap: 0.5rem;
}
.btn-clean-sm span {
  font-size: 0;
}
.btn-clean-sm:active {
  transform: translateY(3px);
  box-shadow: 0 3px rgb(28.689119171, 55.621761658, 84.310880829);
}
@media (min-width: 300px) {
  .btn-clean-sm span {
    font-size: 1.6rem;
  }
}

.btn-revisar {
  display: flex;
  align-items: center;
  background-color: #7e57c2;
  color: #ffffff !important;
  font-weight: 300;
  height: 5rem;
  margin: 0 0.3rem;
  max-width: fit-content;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 3px rgb(78.1659388646, 47.6812227074, 131.3187772926);
  transition: all 0.1s ease;
  border: none;
  gap: 0.5rem;
}
.btn-revisar:active {
  transform: translateY(3px);
  box-shadow: 0 3px rgb(33.6244541485, 20.5109170306, 56.4890829694);
}
.btn-revisar-sm {
  display: flex;
  align-items: center;
  background-color: #7e57c2;
  color: #ffffff !important;
  font-weight: 300;
  font-size: 1.6rem;
  height: 5rem;
  margin: 0 0.1rem;
  max-width: fit-content;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 3px rgb(78.1659388646, 47.6812227074, 131.3187772926);
  transition: all 0.1s ease;
  border: none;
  gap: 0.5rem;
}
.btn-revisar-sm span {
  font-size: 0;
}
.btn-revisar-sm:active {
  transform: translateY(3px);
  box-shadow: 0 3px rgb(33.6244541485, 20.5109170306, 56.4890829694);
}
@media (min-width: 300px) {
  .btn-revisar-sm span {
    font-size: 1.6rem;
  }
}

.btn-exito {
  display: flex;
  align-items: center;
  background-color: #4caf50;
  color: #ffffff !important;
  font-weight: 300;
  height: 5rem;
  margin: 0 0.3rem;
  max-width: fit-content;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 3px rgb(45.1155378486, 103.8844621514, 47.4900398406);
  transition: all 0.1s ease;
  border: none;
  gap: 0.5rem;
}
.btn-exito:active {
  transform: translateY(3px);
  box-shadow: 0 3px rgb(14.2310756972, 32.7689243028, 14.9800796813);
}
.btn-exito-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4caf50;
  color: #ffffff !important;
  font-weight: 300;
  font-size: 1.6rem;
  height: 5rem;
  min-width: 5rem;
  margin: 0 0.1rem;
  max-width: fit-content;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 3px rgb(45.1155378486, 103.8844621514, 47.4900398406);
  transition: all 0.1s ease;
  border: none;
  gap: 0.5rem;
}
.btn-exito-sm span {
  font-size: 0;
}
.btn-exito-sm:active {
  transform: translateY(3px);
  box-shadow: 0 3px rgb(14.2310756972, 32.7689243028, 14.9800796813);
}
@media (min-width: 300px) {
  .btn-exito-sm span {
    font-size: 1.6rem;
  }
}

.btn-anular {
  display: flex;
  align-items: center;
  background-color: #df690f;
  color: #ffffff !important;
  font-weight: 300;
  height: 5rem;
  margin: 0 0.3rem;
  max-width: fit-content;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 3px rgb(127.4285714286, 60, 8.5714285714);
  transition: all 0.1s ease;
  border: none;
  gap: 0.5rem;
}
.btn-anular:active {
  transform: translateY(3px);
  box-shadow: 0 3px rgb(31.8571428571, 15, 2.1428571429);
}
.btn-anular-sm {
  display: flex;
  align-items: center;
  background-color: #df690f;
  color: #ffffff !important;
  font-weight: 300;
  font-size: 1.6rem;
  height: 5rem;
  margin: 0 0.1rem;
  max-width: fit-content;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 3px rgb(127.4285714286, 60, 8.5714285714);
  transition: all 0.1s ease;
  border: none;
  gap: 0.5rem;
}
.btn-anular-sm span {
  font-size: 0;
}
.btn-anular-sm:active {
  transform: translateY(3px);
  box-shadow: 0 3px rgb(31.8571428571, 15, 2.1428571429);
}
@media (min-width: 300px) {
  .btn-anular-sm span {
    font-size: 1.6rem;
  }
}

.btn-autorizar {
  display: flex;
  align-items: center;
  background-color: #0056b3;
  color: #ffffff !important;
  font-weight: 300;
  height: 5rem;
  margin: 0 0.3rem;
  max-width: fit-content;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 3px rgb(0, 36.9944134078, 77);
  transition: all 0.1s ease;
  border: none;
  gap: 0.5rem;
}
.btn-autorizar:active {
  transform: translateY(3px);
  box-shadow: 0 3px hsl(211.1731843575, 100%, -4.9019607843%);
}
.btn-autorizar-sm {
  display: flex;
  align-items: center;
  background-color: #0056b3;
  color: #ffffff !important;
  font-weight: 300;
  font-size: 1.6rem;
  height: 5rem;
  margin: 0 0.1rem;
  max-width: fit-content;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 3px rgb(0, 36.9944134078, 77);
  transition: all 0.1s ease;
  border: none;
  gap: 0.5rem;
}
.btn-autorizar-sm span {
  font-size: 0;
}
.btn-autorizar-sm:active {
  transform: translateY(3px);
  box-shadow: 0 3px hsl(211.1731843575, 100%, -4.9019607843%);
}
@media (min-width: 300px) {
  .btn-autorizar-sm span {
    font-size: 1.6rem;
  }
}

.btn-group {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: end;
  gap: 1rem 0;
}

.align-items-end {
  align-items: end;
}

.tabs {
  display: flex;
}

.tab {
  padding: 1rem;
  text-decoration: none;
  color: #555;
  font-size: 15px;
  border-top: 0.5px solid #bdbdbd;
  border-left: 0.5px solid #bdbdbd;
  border-right: 0.5px solid #bdbdbd;
  border-radius: 5px 5px 0 0;
}

.tab.active {
  background: linear-gradient(to left, #6d6d6d 50%, rgb(134.5, 134.5, 134.5) 100%);
  color: #ffffff;
  pointer-events: none;
}

.tab-content {
  border-radius: 4px;
  border-top: 1px solid #6d6d6d;
  padding: 10px;
}

.btn-verde {
  display: flex;
  align-items: center;
  background-color: #1aa139;
  color: #ffffff !important;
  font-weight: 500;
  height: 5rem;
  width: auto;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 3px #065e0e;
  transition: all 0.1s ease;
  border: none;
  gap: 0.5rem;
}
.btn-verde:active {
  transform: translateY(3px);
  box-shadow: 0 1px #13033a;
}

.col-1 {
  width: auto;
  max-width: 100%;
  margin-right: 1% !important;
  margin-left: 1% !important;
}
@media (min-width: 500px) {
  .col-1 {
    width: 6.33%;
  }
}

.col-2 {
  width: auto;
  max-width: 100%;
  margin-right: 1% !important;
  margin-left: 1% !important;
}
@media (min-width: 500px) {
  .col-2 {
    width: 14.66%;
  }
}

.col-3 {
  width: auto;
  max-width: 100%;
  margin-right: 1% !important;
  margin-left: 1% !important;
}
@media (min-width: 500px) {
  .col-3 {
    width: 23%;
  }
}

.col-4 {
  width: auto;
  max-width: 100%;
  margin-right: 1% !important;
  margin-left: 1% !important;
}
@media (min-width: 500px) {
  .col-4 {
    width: 31.33%;
  }
}

.col-5 {
  width: auto;
  max-width: 100%;
  margin-right: 1% !important;
  margin-left: 1% !important;
}
@media (min-width: 500px) {
  .col-5 {
    width: 39.66%;
  }
}

.col-6 {
  width: auto;
  max-width: 100%;
  margin-right: 1% !important;
  margin-left: 1% !important;
}
@media (min-width: 500px) {
  .col-6 {
    width: 48%;
  }
}

.col-7 {
  width: auto;
  max-width: 100%;
  margin-right: 1% !important;
  margin-left: 1% !important;
}
@media (min-width: 500px) {
  .col-7 {
    width: 56.33%;
  }
}

.col-8 {
  width: auto;
  max-width: 100%;
  margin-right: 1% !important;
  margin-left: 1% !important;
}
@media (min-width: 500px) {
  .col-8 {
    width: 64.66%;
  }
}

.col-9 {
  width: auto;
  max-width: 100%;
  margin-right: 1% !important;
  margin-left: 1% !important;
}
@media (min-width: 500px) {
  .col-9 {
    width: 73%;
  }
}

.col-10 {
  width: auto;
  max-width: 100%;
  margin-right: 1% !important;
  margin-left: 1% !important;
}
@media (min-width: 500px) {
  .col-10 {
    width: 81.33%;
  }
}

.col-11 {
  width: auto;
  max-width: 100%;
  margin-right: 1% !important;
  margin-left: 1% !important;
}
@media (min-width: 500px) {
  .col-11 {
    width: 89.66%;
  }
}

.col-12 {
  width: auto;
  max-width: 100%;
  margin-right: 1% !important;
  margin-left: 1% !important;
}
@media (min-width: 500px) {
  .col-12 {
    width: 98%;
  }
}

.contenido {
  margin: 10rem 0;
}

.contenedor-formulario {
  width: 95%;
  max-width: 120rem;
  margin: 4rem auto;
  box-shadow: 2px 3px #b6b6b6;
  padding: 1rem 4rem;
  background-color: #1b1c3d;
  border-radius: 2rem;
  border: none;
}

.modal-form {
  display: none; /* Ocultar el modal por defecto */
  position: fixed; /* Fijarlo en la pantalla */
  z-index: 9999999; /* Asegurar que se superponga a otros contenidos */
  left: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Añadir scroll si es necesario */
  background-color: rgba(0, 0, 0, 0.4); /* Fondo oscuro con transparencia */
}
.modal-form-close {
  font-size: 4rem;
  font-weight: bold;
  align-self: self-start;
  justify-self: start;
  margin-bottom: 12%;
  color: #aaa;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 500px) {
  .modal-form-close {
    justify-self: center;
  }
}
.modal-form-contenido {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 500px) {
  .modal-form-contenido {
    flex-direction: row;
  }
}
.modal-form-contenido-tab {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
  max-width: 100%;
}
.modal-form-contenido-campo_factura {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0.8rem;
}
.modal-form-contenido-campo_factura::before {
  content: "Datos de Factura";
  position: absolute;
  top: -0.7rem;
  left: 1rem;
  background: #ebeaea;
  padding: 0 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  font-style: italic;
  color: rgba(0, 0, 0, 0.4);
}
.modal-form-auditoria {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  height: 10px;
}
.modal-form-lp {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0;
}
.modal-form-lp-documento {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0.8rem 0;
}
.modal-form-label {
  display: block;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.6);
}
.modal-form-label-documento {
  display: block;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.6);
}
.modal-form-input {
  font-size: 1.5rem;
  padding: 0.8rem;
  border: 1px solid #bdbdbd;
  border-radius: 1rem 0 1rem 0;
}
.modal-form-input-file {
  font-size: 1.6rem;
  padding: 1rem;
  border-radius: 1rem 0 1rem 0;
}
.modal-form-input-documento {
  font-size: 1.4rem;
  padding: 0.5rem;
  border-radius: 1rem 0 1rem 0;
  border: 1px solid #bdbdbd;
}
.modal-form-input-documento:focus {
  outline: none;
  border: 1.5px solid #000000;
}
.modal-form-imagen {
  width: 200px;
  height: 200px;
  border: 1px solid #ddd;
  max-width: 200px;
  max-height: 200px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5rem;
  color: #bdbdbd;
}
.modal-form-content {
  top: 5%;
  left: 50%;
  width: 80%;
  max-width: 550px;
  max-height: 90vh;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 0.8rem;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 4px 1px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  border: none;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  margin: 2% auto; /* Centrado vertical y horizontal */
  overflow: hidden;
}
.modal-form-content-lg {
  box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 4px 1px;
  background-color: #fff;
  margin: 2% auto; /* Centrado vertical y horizontal */
  border: 1px solid #888;
  width: 80%; /* Puedes ajustar este valor según tus necesidades */
  max-width: 900px; /* Máximo ancho */
  border-radius: 0.8rem; /* Bordes redondeados */
  border: none;
  max-height: 95%;
  transform: scale(0.7);
  opacity: 0;
  top: 5%;
  left: 50%;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
}
.modal-form-content-xlg {
  box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 4px 1px;
  background-color: #fff;
  margin: 2% auto; /* Centrado vertical y horizontal */
  max-height: 95%;
  border: 1px solid #888;
  width: 80%; /* Puedes ajustar este valor según tus necesidades */
  max-width: 100%; /* Máximo ancho */
  border-radius: 0.8rem; /* Bordes redondeados */
  border: none;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
}
.modal-form-header {
  padding: 0.8rem;
  gap: 1rem;
  display: grid;
  grid-template-columns: 60% 20% 20%;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #cacaca !important;
  background: linear-gradient(135deg, #2f305a, #1b1c3d);
  border-radius: 0.8rem 0.8rem 0 0;
}
@media (min-width: 500px) {
  .modal-form-header {
    padding: 1rem 2rem;
    gap: 1rem;
  }
}
.modal-form-header-auditoria {
  padding: 2rem;
  display: grid;
  grid-template-columns: 60% 20% 20%;
  gap: 2rem;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #cacaca !important;
  background: linear-gradient(135deg, #4b6584, #2c3e50);
  border-radius: 0.8rem 0.8rem 0 0;
}
.modal-form-header h1 {
  margin: 0;
  z-index: 2;
  font-size: 2rem !important;
}
@media (min-width: 500px) {
  .modal-form-header h1 {
    font-size: 3rem !important;
  }
}
.modal-form-header-icono {
  position: inherit;
  z-index: 1;
  font-size: 4rem;
  color: rgb(50.4715909091, 52.3409090909, 114.0284090909);
}
@media (min-width: 500px) {
  .modal-form-header-icono {
    font-size: 6rem;
  }
}
.modal-form-header-icono-compuesto {
  position: relative;
  align-self: center;
  display: inline-block;
  width: 2em; /* Ajusta el tamaño del contenedor */
  height: 2em;
}
.modal-form-header-icono-ficha {
  text-align: center;
  position: inherit;
  font-size: 8rem;
  color: rgb(50.4715909091, 52.3409090909, 114.0284090909);
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.modal-form-header-icono-ficha-secundario {
  position: absolute;
  bottom: 1em; /* Ajusta posición vertical */
  right: -1em; /* Ajusta posición horizontal */
  text-align: center;
  position: inherit;
  font-size: 5rem;
  color: rgb(50.4715909091, 52.3409090909, 114.0284090909);
  text-shadow: -1px -1px 0 #999999, 1px -1px 0 #999999, -1px 1px 0 #999999, 1px 1px 0 #999999, 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.modal-form-header-icono-documento {
  text-align: center;
  position: inherit;
  font-size: 6rem;
  color: rgb(50.4715909091, 52.3409090909, 114.0284090909);
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.modal-form-body {
  padding: 0.8rem;
  border-bottom: 1px solid #ddd;
  overflow-y: auto;
  max-height: 100%;
  flex-grow: 1;
  border-bottom: 1px solid #ddd;
  /* Scrollbar personalizada */
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #1e88e5 transparent; /* Firefox */
}
.modal-form-body::-webkit-scrollbar {
  width: 8px;
}
.modal-form-body::-webkit-scrollbar-track {
  background: transparent;
}
.modal-form-body::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.modal-form-body::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
@media (min-width: 500px) {
  .modal-form-body {
    padding: 1rem;
  }
}
.modal-form-body-filtros {
  position: relative;
  margin-top: 0.8rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.6rem 1rem 0.8rem 1rem;
}
.modal-form-body-filtros::before {
  position: absolute;
  top: -0.7rem;
  left: 3rem;
  background: #ebeaea;
  padding: 0 0.6rem;
  font-size: 1.2rem;
  font-weight: bold;
  font-style: italic;
  color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.modal-form-body-filtros-btn-toggle-filtros-show {
  left: 6%;
  max-width: fit-content;
  font-size: 1.2rem;
  font-weight: bold;
  font-style: italic;
  padding: 0.3rem 0.9rem;
  border: none;
  border-radius: 1rem;
  color: #1b1c3d !important;
  z-index: 6;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #c4c4c4;
  gap: 0.4rem;
  transition: all 0.2s ease;
}
.modal-form-body-filtros-btn-toggle-filtros-show i {
  color: #1b1c3d;
}
.modal-form-body-filtros-btn-toggle-filtros-show:hover {
  box-shadow: 0 2px 6px rgba(27, 28, 61, 0.15);
}
.modal-form-body-filtros-btn-toggle-filtros-show:active {
  transform: scale(0.97);
  color: #000000;
  box-shadow: 0 2px 6px rgba(27, 28, 61, 0.15);
}
.modal-form-body-documento {
  padding: 0.7rem;
  font-size: 1.1rem;
  color: #444;
}
@media (min-width: 500px) {
  .modal-form-body-documento {
    padding: 0.8rem;
    font-size: 1.3rem;
  }
}
.modal-form-body-documento-fila {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
  gap: 1rem;
  max-width: 100%;
  justify-content: space-between;
}
@media (min-width: 500px) {
  .modal-form-body-documento-fila {
    display: flex;
    flex-direction: row;
    margin-bottom: 0.5rem;
    gap: 1rem;
    max-width: 100%;
  }
}
.modal-form-body-documento-campo {
  display: flex;
  flex-direction: column;
  width: fit-content;
  justify-content: center;
  align-content: center;
}
.modal-form-body-documento-campo label {
  font-weight: 600;
  color: #666;
  margin-bottom: 2px;
}
.modal-form-body-documento-campo a,
.modal-form-body-documento-campo p {
  margin: 0;
  padding: 6px 10px;
  border-radius: 5px;
  width: fit-content;
  white-space: pre-line;
}
.modal-form-footer {
  padding: 0.8rem;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  position: sticky;
  bottom: 0;
  background-color: #cccccc;
  border-top: 1px solid #bdbdbd;
  z-index: 1;
}
.modal-form-footer-ficha {
  padding: 0.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  position: sticky;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 500px) {
  .modal-form-footer {
    padding: 1rem;
  }
}
.modal-form-btn-close {
  background-color: #979797;
  border-radius: 0.5rem;
  padding: 1rem;
  border: none;
  color: #ffffff;
  cursor: pointer;
}
.modal-form-btn-delete {
  background-color: #f44336;
  border-radius: 0.5rem;
  padding: 1rem;
  border: none;
  color: #ffffff;
  cursor: pointer;
}
.modal-form-btn-save {
  background-color: #1b1c3d;
  border-radius: 0.5rem;
  padding: 1rem;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal-form-btn-save:hover {
  background-color: #4b6584;
}
.modal-form-btn-add {
  background-color: #4caf50;
  border-radius: 0.5rem;
  padding: 1rem;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal-form-btn-add:hover {
  background-color: #1aa139;
}
.modal-form.show {
  display: block; /* Mostrar el modal */
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.modal-form-cab_acordeon {
  display: flex;
  background-color: #2c3e50;
  color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem 0.5rem 0 0;
  cursor: pointer;
  justify-content: space-between;
  font-size: 1.7rem;
}
.modal-form-map {
  height: 30rem;
  width: 100%;
  border: 1px solid #f44336;
  cursor: pointer;
}
.modal-form-select-disabled {
  background-color: #cccccc;
  color: #000000;
  pointer-events: none; /* Desactiva la interacción */
}

.btn-in-group {
  border-radius: 5px;
}

form {
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
}

.form-ficha {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow: hidden;
}

.modal-content {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.modal-form-content.active {
  transform: scale(1);
  opacity: 1;
}

.modal-form-content-lg.active {
  transform: scale(1);
  opacity: 1;
}

.modal-form-content-xlg.active {
  transform: scale(1);
  opacity: 1;
}

.filtros {
  flex-direction: column;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  display: block;
}
@media (min-width: 500px) {
  .filtros {
    flex-direction: row;
  }
}
.filtros-label {
  display: block;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.5);
}
.filtros-input {
  font-size: 1.2rem;
  padding: 0.8rem;
  border: 1px solid #bdbdbd;
  border-radius: 1rem 0 1rem 0;
}
.filtros-select {
  width: 100%; /* Hace que el select ocupe todo el ancho disponible */
  padding: 0.8rem; /* Agrega espacio dentro del select */
  font-size: 1.2rem; /* Tamaño de la fuente */
  border-radius: 1rem 0 1rem 0; /* Bordes redondeados */
  border: 1px solid #bdbdbd; /* Borde gris claro */
  background-color: #fff; /* Fondo blanco */
  color: #000000; /* Color del texto */
  appearance: none;
  -webkit-appearance: none; /* Para Safari */
  -moz-appearance: none; /* Para Firefox */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Sombra suave */
  transition: border-color 0.3s, box-shadow 0.3s; /* Transiciones suaves */
}
.filtros-select:focus {
  border-color: #1b1c3d; /* Cambia el color del borde al azul */
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.5); /* Sombra azul */
  outline: none; /* Elimina el contorno por defecto del navegador */
}
.filtros-select::-ms-expand {
  display: none; /* Elimina la flecha en IE */
}
.filtros-buscar {
  background-color: #000000;
  margin-left: auto;
  color: #ffffff;
  height: 3rem;
  width: auto;
  max-width: fit-content;
  padding: 1rem;
  border-radius: 0.5rem;
  border: none;
  margin-top: 2.5rem;
  cursor: pointer;
  font-size: 1.3rem;
  justify-self: end;
}

.filtros.mostrar {
  max-height: 500px;
  opacity: 1;
}

.btn-toggle-filtros {
  display: inline-flex;
  align-items: center;
  align-self: flex-end;
  gap: 0.5rem;
  background-color: #f6f6f6;
  margin-bottom: 1rem;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  padding: 0.7rem 1.4rem;
  font-size: 1.1rem;
  font-weight: 500;
  max-width: 10%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-toggle-filtros i {
  color: #1b1c3d;
  font-size: 1.3rem;
}
.btn-toggle-filtros:hover {
  background-color: #e9f0ff;
  border-color: #1b1c3d;
  box-shadow: 0 0 5px rgba(27, 28, 61, 0.3);
}
.btn-toggle-filtros:active {
  transform: scale(0.97);
}

.flex_row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 2rem;
}

.container-crear {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  width: 100%;
  margin-left: 1.2rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  position: relative;
}
.container-crear::before {
  content: "Acciones";
  position: absolute;
  top: -0.7rem;
  right: 1rem;
  background: #ebeaea;
  padding: 0 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  font-style: italic;
  color: rgba(0, 0, 0, 0.4);
}

.texto-auditoria {
  font-size: 1.5rem;
  text-align: center;
}

input[readonly],
textarea[readonly],
select[readonly] {
  pointer-events: none;
  background-color: #cccccc;
}

body {
  font-family: "Nunito", "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  font-size: 2rem;
  overflow: auto;
  background-color: #ebeaea;
}

.overflow-hidden {
  overflow: hidden;
}

p {
  color: #000000;
  line-height: 1.5;
}

.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #2267b6;
}

h1,
h2,
h3 {
  font-family: "Nunito", "Open Sans", sans-serif;
  font-weight: 900;
  margin: 2rem 0;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 4.6rem;
}

h3 {
  font-size: 6rem;
  text-align: center;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

body > section {
  padding: 10rem 0;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.position-fixed {
  position: fixed;
}

.margin-vertical {
  margin: 2rem auto;
}

[class$=-heading-w] {
  font-family: "Nunito", "Open Sans", sans-serif;
  font-weight: 900;
  margin: 2rem 0;
  color: #ffffff;
  margin: 6rem 0 3rem 0;
  text-align: center;
}

[class$=-heading-b] {
  font-family: "Nunito", "Open Sans", sans-serif;
  font-weight: 900;
  margin: 2rem 0;
  color: #000000;
  margin: 6rem 0 3rem 0;
  text-align: center;
}

.texto-eliminar {
  font-size: 2rem;
  font-weight: bold;
}

.checkboxes-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .checkboxes-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  align-self: flex-end;
}
@media (min-width: 500px) {
  .custom-checkbox {
    align-self: flex-start;
  }
}
.custom-checkbox input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.custom-checkbox span {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.6);
}
.custom-checkbox .custom-checkbox-label {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  border-radius: 50px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  z-index: 1;
  /* Estado cuando está activado */
}
.custom-checkbox .custom-checkbox-label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Estilo 3D */
  background: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.7), inset 2px 2px 5px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.2); /* Sombra externa */
}
input:checked + .custom-checkbox .custom-checkbox-label {
  background-color: #4caf50;
}
input:checked + .custom-checkbox .custom-checkbox-label::after {
  transform: translateX(20px);
  background: linear-gradient(to bottom, #f9f9f9 0%, #d8d8d8 100%);
  box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.7), inset 2px 2px 5px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.custom-checkbox input:checked + .custom-checkbox-label {
  background-color: #4caf50;
}
.custom-checkbox input:checked + .custom-checkbox-label::after {
  transform: translateX(25px);
}
.custom-checkbox .custom-checkbox-label:hover {
  background-color: #999;
}

select {
  width: 100%; /* Hace que el select ocupe todo el ancho disponible */
  padding: 0.8rem; /* Agrega espacio dentro del select */
  font-size: 1.5rem; /* Tamaño de la fuente */
  border-radius: 1rem 0 1rem 0; /* Bordes redondeados */
  border: 1px solid #bdbdbd; /* Borde gris claro */
  background-color: #fff; /* Fondo blanco */
  color: #000000; /* Color del texto */
  appearance: none;
  -webkit-appearance: none; /* Para Safari */
  -moz-appearance: none; /* Para Firefox */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Sombra suave */
  transition: border-color 0.3s, box-shadow 0.3s; /* Transiciones suaves */
}
select:focus {
  border-color: #1b1c3d; /* Cambia el color del borde al azul */
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.5); /* Sombra azul */
  outline: none; /* Elimina el contorno por defecto del navegador */
}
select::-ms-expand {
  display: none; /* Elimina la flecha en IE */
}

.select-option-documento {
  padding: 5px;
  font-size: 14px;
  background-color: #f9f9f9; /* Fondo de las opciones */
  color: #000000;
  transition: background-color 0.2s; /* Transición suave para el cambio de fondo */
}
.select-option-documento:hover {
  background-color: #1b1c3d; /* Fondo más claro cuando se pasa el cursor */
}
.select-documento {
  width: 100%; /* Hace que el select ocupe todo el ancho disponible */
  padding: 0.5rem; /* Agrega espacio dentro del select */
  font-size: 1.4rem; /* Tamaño de la fuente */
  border-radius: 1rem 0 1rem 0; /* Bordes redondeados */
  border: 1px solid #bdbdbd; /* Borde gris claro */
  background-color: #fff; /* Fondo blanco */
  color: #000000; /* Color del texto */
  appearance: none;
  -webkit-appearance: none; /* Para Safari */
  -moz-appearance: none; /* Para Firefox */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Sombra suave */
  transition: border-color 0.3s, box-shadow 0.3s; /* Transiciones suaves */
}
.select-documento:focus {
  border-color: #000000; /* Cambia el color del borde al azul */
  outline: none; /* Elimina el contorno por defecto del navegador */
}
.select-documento::-ms-expand {
  display: none; /* Elimina la flecha en IE */
}
.select-documento::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.2rem;
  color: #000000;
}

/* Estilo de los options */
option {
  padding: 10px;
  font-size: 16px;
  background-color: #f9f9f9; /* Fondo de las opciones */
  color: #000000;
  transition: background-color 0.2s; /* Transición suave para el cambio de fondo */
}
option:hover {
  background-color: #1b1c3d; /* Fondo más claro cuando se pasa el cursor */
}

.checkboxes-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .checkboxes-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}

.custom-checkbox-s {
  display: flex;
  margin-top: 1rem;
  margin-left: 1rem;
  align-items: center;
  gap: 1rem;
  flex: 1 1 auto;
  min-width: 150px;
}
.custom-checkbox-s span {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.7);
  flex: 1;
}
.custom-checkbox-s input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.custom-checkbox-s .custom-checkbox-s-label {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 15px;
  background-color: #ccc;
  border-radius: 50px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.custom-checkbox-s .custom-checkbox-s-label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  border-radius: 50%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.7), inset 2px 2px 5px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.custom-checkbox-s input:checked + .custom-checkbox-s-label {
  background-color: #4caf50;
}
.custom-checkbox-s input:checked + .custom-checkbox-s-label::after {
  transform: translateX(25px);
  background: linear-gradient(to bottom, #f9f9f9 0%, #d8d8d8 100%);
}

.marker-label {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.swal2-popup.sa-popup {
  border-top: 3px solid #b3b3b3;
  border-radius: 15px;
  z-index: 2147483647;
  font-size: 15px;
  font-family: "Segoe UI", sans-serif;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.swal2-container {
  z-index: 2147483647;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
  border: 1px solid #6b6b6b;
}

.swal2-popup.sa-popup-auditoria {
  border-top: 3px solid #b3b3b3;
  border-radius: 15px;
  z-index: 2147483647;
  font-size: 13px;
  font-family: "Segoe UI", sans-serif;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.swal2-title.sa-title {
  font-weight: bold;
  font-size: 25px;
  color: #212529;
}

.swal2-title.sa-title-auditoria {
  font-weight: bold;
  font-size: 20px;
  color: #212529;
}

.swal2-confirm.sa-confirm {
  background-color: #f44336 !important; /* rojo */
  color: white !important;
  border-radius: 5px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: bold;
}

.swal2-cancel.sa-cancel {
  background-color: #6c757d !important; /* gris */
  color: white !important;
  border-radius: 5px;
  font-size: 16px;
  padding: 8px 20px;
}

.swal2-popup select {
  width: 88% !important; /* Asegura que no se desborde */
  max-width: 88%; /* Ajusta este valor según lo que necesites */
  padding: 0.8rem;
  font-size: 1.5rem;
}

.btn-confirmar {
  background-color: #d33 !important;
  color: white !important;
}

.btn-cancelar {
  background-color: #aaa !important;
  color: white !important;
}

.pac-container {
  z-index: 2147483647 !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 1rem 0 1rem 0;
  padding: 0.8rem 1rem;
  font-size: 1.5rem;
  color: #000000 !important;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.select2-container--default .select2-selection--single:hover {
  border-color: rgb(163.5, 163.5, 163.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single.select2-selection--focus {
  border-color: #979797;
  box-shadow: 0 0 6px rgba(75, 101, 132, 0.5);
  outline: none;
}

.select2-documento {
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 1rem 0 1rem 0;
  padding: 0.5rem !important;
  font-size: 1.4rem;
  color: #000000;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.select2-documento:hover {
  border-color: rgb(163.5, 163.5, 163.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.select2-documento:focus, .select2-documento.select2-selection--focus {
  border-color: #979797;
  box-shadow: 0 0 6px rgba(75, 101, 132, 0.5);
  outline: none;
}

.select2-container--default .select2-selection__arrow {
  height: 100%;
  right: 1rem;
  width: 2rem;
}
.select2-container--default .select2-selection__arrow b {
  border-color: #000000 transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}

.select2-container--default .select2-selection__rendered {
  color: #000000 !important;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-left: 0.2rem;
  padding-right: 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
  color: black;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  margin-top: -1px;
  z-index: 1051;
  overflow: hidden;
}

.select2-results__option {
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  color: #000000;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.select2-results__option:hover, .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #4b6584;
  color: #fff;
}

.select2-search--dropdown .select2-search__field {
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
  border-radius: 0;
  border: 1px solid #bdbdbd;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field:focus {
  border: 1px solid #4b6584 !important;
  outline: none;
}

.sortable-chosen {
  background-color: #45c5d6 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s ease;
}

.sortable-ghost {
  background-color: #6dd9e7 !important;
  opacity: 1;
}

.tr-destacada {
  animation: resaltarFila 1s ease-in-out;
}

@keyframes resaltarFila {
  0% {
    background-color: #6dd9e7;
    transform: translateX(0);
  }
  50% {
    background-color: #aadfe6;
    transform: translateX(10px);
  }
  100% {
    background-color: transparent;
    transform: translateX(0);
  }
}
.icono-notificacion {
  position: relative;
  cursor: pointer;
}

.contador {
  position: absolute;
  top: -6px;
  right: -6px;
  background: red;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  padding: 2px 6px;
}

.panel-notificaciones {
  position: fixed;
  top: 8rem;
  width: 350px;
  height: 100%;
  background: white;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: right 0.3s ease;
  padding: 1rem;
  overflow-y: auto;
}

.titulos_notificaciones {
  font-size: 15px;
  color: #ffffff;
}

.panel-notificaciones.visible {
  right: 0;
}

.oculto {
  display: none;
}

.estado-sri {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
}

.estado-sri.pendiente {
  color: #e69500;
}

.estado-sri.autorizado {
  color: #0056b3;
}

.estado-sri.rechazado,
.estado-sri.no_autorizado {
  color: #c62828;
}

.anulado-icon {
  color: #e69500;
}

.badge-editando {
  background-color: #007bff;
  color: white;
  padding: 0.2rem 0.6rem;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  margin-right: 0.3rem;
}

.mapeo-bus {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.fila {
  display: flex;
  flex-direction: row;
  /* Cambiar a horizontal */
  gap: 10px;
  justify-content: center;
}

.asiento {
  width: 35px;
  height: 35px;
  border-radius: 5px 5px 0 0;
  border: 2px solid #000;
  cursor: pointer;
  background: #ddd;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.asiento.rojo {
  background: linear-gradient(to bottom, rgb(155, 155, 155), rgb(58, 58, 58));
}

.asiento.verde {
  background: linear-gradient(to bottom, #66ff66, #008000);
}

.btn-actualizar {
  margin-top: 10px;
  background: linear-gradient(to bottom, #66ccff, #3366ff);
  color: #fff;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-actualizar:hover {
  background: linear-gradient(to bottom, #3366ff, #003399);
}

.btn-continuar {
  margin-top: 10px;
  background: linear-gradient(to bottom, #66cc66, #339933);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-continuar:hover {
  background: linear-gradient(to bottom, #339933, #267326);
}

.SeatsSelection {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.bus-outline {
  border: 2px solid #000;
  border-radius: 10px;
  padding: 20px;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.bus-front {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 5px;
}

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

.SeatsSelection__seat {
  width: 50px;
  height: 50px;
  background-color: #ffcc00;
  border-radius: 10px 10px 3px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  margin: 5px;
  position: relative;
  transition: transform 0.2s ease-in-out;
}

/* Simulación de respaldo del asiento */
.SeatsSelection__seat__selected::before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #e6b800;
  position: absolute;
  bottom: -4px;
  left: 0;
  border-radius: 5px 5px 0 0;
}

.SeatsSelection__seat__hidden {
  box-shadow: none;
  pointer-events: none;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: 5px;
}

.SeatsSelection__seat__text {
  font-weight: bold;
  font-size: 14px;
}

.btn-confirmar {
  margin-top: 10px;
  background: linear-gradient(to bottom, #66cc66, #339933);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-confirmar:hover {
  background: linear-gradient(to bottom, #339933, #267326);
}

.input-con-boton {
  display: flex;
  align-items: center;
  width: 100%;
}

.input-con-boton input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex: 1;
}

.input-con-boton button {
  padding: 0.5rem;
  height: 100%;
  border: none;
  font-size: 14px;
  border-radius: 0 0 1rem 0;
  border-left: none;
  background-color: rgb(50.4715909091, 52.3409090909, 114.0284090909);
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
}

.input-con-boton-nuevo button {
  padding: 0.5rem;
  height: 100%;
  font-size: 11px;
  border: none;
  border-radius: 0 0 1rem 0;
  border-left: none;
  background-color: #4caf50;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
}

.input-con-boton button:hover {
  background-color: rgb(66.1193181818, 68.5681818182, 149.3806818182);
}

.input-con-boton-nuevo button:hover {
  background-color: rgb(109.9800796813, 192.0199203187, 113.2948207171);
}

@keyframes slideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animar-entrada {
  animation: slideFadeIn 0.3s ease-out forwards;
}

.documentos-contenedor {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  min-height: 44px;
}

.doc-chip {
  background-color: #e0f7fa;
  color: #2c3e50;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
  border: 1px solid #b2ebf2;
}

.doc-chip:hover {
  background-color: #b2ebf2;
}

.doc-chip-remove {
  background: none;
  border: none;
  color: #f44336;
  margin-left: 8px;
  cursor: pointer;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}

.doc-chip-remove:hover {
  color: #b71c1c;
}

.select-agregar-doc {
  padding: 2px 6px;
  font-size: 1.1rem;
  height: auto;
  line-height: 1.2;
  border-radius: 12px;
  border: 1px solid #ccc;
  color: #1aa139;
  background-color: #f9f9f9;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 180px;
  cursor: pointer;
}

.select-agregar-doc option {
  font-size: 1.1rem;
  padding: 2px 4px;
}

.select-agregar-doc:hover {
  background-color: #e0e0e0;
}

.form-agregar-doc {
  margin-left: 8px;
}

.text-capitalize {
  text-transform: capitalize;
  font-weight: bold;
}

.tooltip-content {
  position: absolute;
  display: none;
  position: fixed;
  min-width: 160px;
  background-color: rgb(229.5, 229.5, 229.5);
  border: 1px solid rgb(178.5, 178.5, 178.5);
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  padding: 6px 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  overflow: hidden;
}

.tooltip-content.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.tooltip-content a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.tooltip-content a:hover {
  background-color: white;
  color: black;
}
.tooltip-content a:last-child {
  border-bottom: none;
}

.tooltip-content a:hover {
  background-color: #999;
  color: white;
  border-radius: 6px;
}

.header {
  background-color: #000000;
  z-index: 999999999;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0.1rem 0.2rem 0.3rem #111111;
}
.header .contenido-header {
  padding: 2rem;
}
@media (min-width: 500px) {
  .header .contenido-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header .nosotros-btn,
.header .galeria-btn,
.header .titulo {
  visibility: hidden;
  position: fixed;
}
@media (min-width: 500px) {
  .header .nosotros-btn,
  .header .galeria-btn,
  .header .titulo {
    visibility: visible;
    position: inherit;
  }
}
.header h1 {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 500px) {
  .header h1 {
    text-align: left;
    margin: 0;
  }
}
.header .navegacion-pricipal {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
.header .navegacion-pricipal a {
  color: #ffffff;
  font-size: 2.4rem;
}
.header .navegacion-pricipal a:hover {
  color: #e6c32b;
}

.header-contenedor {
  width: 94%;
  max-width: 120rem;
  margin: 0 auto;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Fondo negro semitransparente */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #f3f3f3; /* Texto claro */
  text-align: center;
}

.loading-spinner i {
  font-size: 2.8em;
  color: #4cb8b3; /* Color corporativo */
  animation: spin 1s linear infinite;
  margin-bottom: 1em;
}

.loading-spinner span {
  font-size: 1.1em;
  font-weight: 400;
  color: #f0f0f0;
}

/* Spinner animation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.header-home {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: background-color 0.3s ease;
}
.header-home .contenido-header-home {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-home .contenido-header-home a {
  text-decoration: none;
}
.header-home .contenido-header-home .header-titulo-home {
  font-size: 3rem;
  color: #4cb8b3;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.1;
  transition: color 0.3s ease;
}
.header-home .contenido-header-home .header-titulo-home span {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  color: inherit;
  transform: rotate(-10deg);
  margin-top: -0.3rem;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.header-home .contenido-header-home .header-titulo-home:hover {
  color: #4cb8b3;
}
.header-home .contenido-header-home .header-titulo-home:hover span {
  animation: reir 0.4s ease-in-out forwards;
}
@keyframes reir {
  0% {
    transform: rotate(-10deg) translateY(0);
  }
  50% {
    transform: rotate(-15deg) translate(2px, -3px);
  }
  100% {
    transform: rotate(-10deg) translateY(0);
  }
}
.header-home .contenido-header-home .navegacion-pricipal-home {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.header-home .contenido-header-home .navegacion-pricipal-home a {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.header-home .contenido-header-home .navegacion-pricipal-home a.nosotros-btn:hover, .header-home .contenido-header-home .navegacion-pricipal-home a.galeria-btn:hover {
  background-color: #4cb8b3;
  color: #000;
}
.header-home .contenido-header-home .navegacion-pricipal-home a i {
  font-size: 3rem;
}
.header-home .contenido-header-home .navegacion-pricipal-home a i:hover {
  color: #25d366;
}
.header-home .contenido-header-home .navegacion-pricipal-home a.btn-principal {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  height: fit-content;
}
.header-home .contenido-header-home .navegacion-pricipal-home a.btn-principal:hover {
  background-color: #4cb8b3;
  color: #fff;
}

.footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #000000;
  padding: 1rem 5rem;
  bottom: 0;
  position: relative;
}
.footer h1 {
  color: #ffffff;
  font-size: 2.5rem;
}
.footer h1 span {
  font-size: 1.8rem;
}
.footer p {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.footer-links {
  font-size: 1.5rem;
}

.body-priv {
  padding: 10rem 8rem;
}
@media screen and (max-width: 768px) {
  .body-priv {
    padding: 10rem 2rem;
  }
}

.terminos-condiciones {
  padding: 1rem 8rem;
}
.terminos-condiciones p {
  font-size: 1.8rem;
}
.terminos-condiciones h4 {
  color: #1b1c3d;
  font-size: 2.2rem;
}
.terminos-condiciones li {
  font-size: 1.6rem;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .terminos-condiciones {
    padding: 1rem 1rem;
  }
}

#splash-screen {
  position: fixed;
  inset: 0;
  background-color: #4cb8b3;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
  transition: none;
  clip-path: circle(150% at 50% 50%);
}

.splash-content {
  text-align: center;
  position: relative;
  animation: fadeInUp 1.5s ease-out;
}

.splash-title {
  font-family: "Roboto Mono", monospace;
  font-size: 6rem;
  font-weight: 800;
  display: inline-flex;
  align-items: flex-end;
  position: relative;
}
.splash-title .text {
  width: 0ch;
  overflow: hidden;
  white-space: nowrap;
  background: #000000;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: typing 1.5s steps(6) 0.5s forwards;
}
.splash-title .cursor {
  display: inline-block;
  width: 2px;
  height: 60px;
  background-color: #000000;
  margin-left: 4px;
  animation: blink 0.7s steps(1) 2s 3;
}

@keyframes typing {
  to {
    width: 6ch;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.body-home {
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  background: #252525;
  color: #fff;
}

.hero {
  position: relative;
  top: 0;
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}

.mute-follow {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  font-size: 2.5rem;
  color: #000000;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.9), rgba(219, 219, 219, 0.7));
  padding: 1.2rem;
  border-radius: 50% 30% 50% 30%/30% 50% 30% 50%;
  display: none;
  z-index: 9999;
  transition: transform 0.05s linear;
}

@media (max-width: 767px) {
  .mute-follow {
    display: none !important;
  }
}
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 0.3;
}

.hero-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 3rem;
  transition: background 0.5s ease;
}

.hero-content {
  text-align: center;
  color: #4cb8b3;
  animation: zoomIn 1.5s ease-out forwards;
}

.hero-content h1 {
  font-size: 8.5rem;
  margin-bottom: 1rem;
}

.hero-content h2 {
  font-family: "Raleway", sans-serif;
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 6rem;
  font-weight: bold;
}
.hero-content h2:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 25%;
  width: 50%;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
}

.hero-content h2::after,
.hero-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 2px;
}

.hero-content h2::after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: -6px;
  width: 90%;
  height: 4px;
  background-color: #4cb8b3;
  border-radius: 2px;
}

.hero-content h2::before {
  content: "";
  position: absolute;
  left: 25%;
  bottom: -14px;
  width: 50%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
}

.hero-content p {
  font-size: 1.5rem;
  color: #fff;
}

/* Slider */
.slider-section {
  padding: 4rem;
  text-align: center;
  align-content: space-around;
  background: #cfcfcf;
  height: 80vh;
}

.slider-section h2 {
  color: #1b1b1b;
  margin-bottom: 2rem;
}

.slider {
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  padding: 1rem 0;
}

.slider-item {
  position: relative;
  width: 320px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.slider-item .slider-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.6rem;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  transition: background 0.3s ease;
}
.slider-item:hover .slider-title {
  background: rgba(76, 184, 179, 0.8);
  color: #000;
}
.slider-item:hover img {
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(76, 184, 179, 0.5);
}

/* News */
.news {
  padding: 4rem 2rem;
  background: #000;
}

.contenedor-titulo {
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
}

.news h2 {
  align-items: center;
  width: fit-content;
  color: #4cb8b3;
}

.news-grid {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.news-grid article {
  background: #1f1f1f;
  padding: 2rem 1.5rem;
  max-width: 320px;
  border-left: 4px solid #4cb8b3;
  border-radius: 14px;
  box-shadow: 0 0 20px rgba(76, 184, 179, 0.2);
  transform: translateY(20px);
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
}
.news-grid article:hover {
  transform: translateY(0);
  box-shadow: 0 8px 30px rgba(76, 184, 179, 0.5);
}
.news-grid article .icono-card {
  font-size: 4.5rem;
  margin-bottom: 1rem;
  color: #4cb8b3;
}
.news-grid article.visible {
  opacity: 1;
  transform: translateY(0);
}
.news-grid article .titulo-card {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}
.news-grid article p {
  font-size: 1.5rem;
  color: #ccc;
}

.news-grid article:nth-child(1) {
  transition-delay: 0s;
}

.news-grid article:nth-child(2) {
  transition-delay: 0.2s;
}

.news-grid article:nth-child(3) {
  transition-delay: 0.4s;
}

.news-grid article:nth-child(4) {
  transition-delay: 0.6s;
}

.news-grid article:nth-child(5) {
  transition-delay: 0.8s;
}

.news-grid article:nth-child(6) {
  transition-delay: 1s;
}

.titulo-card {
  font-size: 3.5rem;
}

.news-grid article:nth-child(1) {
  animation-delay: 0.3s;
}

.news-grid article:nth-child(2) {
  animation-delay: 0.5s;
}

.news-grid article:nth-child(3) {
  animation-delay: 0.7s;
}

/* Contact */
.contact {
  padding: 4rem 2rem;
  background: #111;
}

.contact h2 {
  color: #4cb8b3;
}

.contact form {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact input,
.contact textarea {
  padding: 1rem;
  border: none;
  border-radius: 6px;
  background: #222;
  color: #fff;
}

.contact button {
  padding: 1rem;
  background: #4cb8b3;
  color: #000;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact button:hover {
  background: #3ba29d;
}

.contact .footer {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.875rem;
  color: #888;
}

/* Animations */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slider-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.slider-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.slider-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.6rem;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  font-weight: 600;
}

.mision-vision {
  background: #111;
  padding: 5rem 2rem;
  color: #eee;
  text-align: center;
}
.mision-vision .contenedor-mv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}
.mision-vision .mv-item {
  background: #1f1f1f;
  border-left: 4px solid #4cb8b3;
  border-radius: 12px;
  padding: 2rem;
  max-width: 480px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mision-vision .mv-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(76, 184, 179, 0.5);
}
.mision-vision .mv-item .mv-icon {
  font-size: 3rem;
  color: #4cb8b3;
  margin-bottom: 1rem;
}
.mision-vision .mv-item .mv-title {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #fff;
}
.mision-vision .mv-item p {
  font-size: 2rem;
  color: #ccc;
  line-height: 1.6;
}

.producto-demo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 4rem 2rem;
}
@media (min-width: 992px) {
  .producto-demo {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.producto-demo .demo-descripcion {
  flex: 1;
  padding: 2rem;
  background: #1f1f1f;
  border-left: 4px solid #4cb8b3;
  border-radius: 14px;
  box-shadow: 0 0 20px rgba(76, 184, 179, 0.2);
}
.producto-demo .demo-descripcion h3 {
  font-size: 3rem;
  color: #4cb8b3;
  margin-bottom: 1rem;
}
.producto-demo .demo-descripcion h4 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #ccc;
  margin-bottom: 1.5rem;
}
.producto-demo .demo-descripcion p {
  font-size: 1.5rem;
  color: #b6b6b6;
  margin-bottom: 1.5rem;
}
.producto-demo .demo-descripcion .titulo-lista {
  display: block;
  margin: 2rem 0 1rem 0;
  font-size: 1.4rem;
  color: #4cb8b3;
  font-weight: bold;
}
.producto-demo .demo-descripcion .lista-iconos {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}
.producto-demo .demo-descripcion .lista-iconos li {
  font-size: 1.4rem;
  color: #ccc;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.producto-demo .demo-descripcion .lista-iconos li i {
  color: #4cb8b3;
  font-size: 1.6rem;
}
.producto-demo .linea-separadora {
  width: 100%;
  height: 2px;
  background: rgba(76, 184, 179, 0.4);
  margin: 2rem 0;
}
@media (min-width: 992px) {
  .producto-demo .linea-separadora {
    width: 2px;
    height: auto;
    flex-shrink: 0;
    margin: 0 2rem;
  }
}
.producto-demo .demo-video {
  flex: 1;
  max-width: 560px;
}
.producto-demo .demo-video video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(76, 184, 179, 0.3);
}

.nota-documentos {
  flex: 1;
  background: #121212;
  border-left: 4px solid #4cb8b3;
  border-radius: 14px;
  padding: 2rem;
  margin-top: 1rem;
  box-shadow: 0 0 15px rgba(76, 184, 179, 0.15);
}
.nota-documentos h4 {
  font-size: 1.6rem;
  color: #4cb8b3;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nota-documentos ul {
  padding-left: 0;
  list-style: none;
}
.nota-documentos ul li {
  font-size: 1.4rem;
  color: #ccc;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nota-documentos ul li i {
  color: #4cb8b3;
}
@media (min-width: 992px) {
  .nota-documentos {
    max-width: fit-content;
    margin-top: 5rem;
  }
}

.demo-video {
  flex: 1;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.demo-video .video-titulo {
  font-size: 1.4rem;
  color: #4cb8b3;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.demo-video .video-titulo:hover {
  color: #d8d8d8;
}
.demo-video video {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(76, 184, 179, 0.3);
}

.conector-svg {
  position: absolute;
  top: 50%;
  left: calc(33.33% - 50px);
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  border: 1px solid #25d366;
  background: transparent;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  justify-content: flex-end;
  float: right;
}
.btn-whatsapp i {
  font-size: 1.6rem;
  color: #25d366;
  transition: color 0.3s ease;
}
.btn-whatsapp:hover {
  background-color: #1ebc59;
  color: #fff;
}
.btn-whatsapp:hover i {
  color: #fff;
}

@media (max-width: 768px) {
  .btn-whatsapp {
    float: none;
    width: 100%;
    justify-content: center;
  }
}
.wa-contenedor {
  position: absolute;
  top: 1.5rem;
  z-index: 200;
}
.wa-contenedor #wa_principal {
  position: absolute;
  top: 5px;
  right: 0;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 201;
}
.wa-contenedor #wa_principal i {
  font-size: 3.2rem;
  transition: color 0.3s ease;
}
.wa-contenedor #wa_principal:hover i {
  color: #25d366;
}
.wa-contenedor .wa-tooltip {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 260px;
  height: fit-content;
  background: #fff;
  color: #000;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 1.2rem 1rem 1rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(10px, -10px) scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 200;
}
.wa-contenedor .wa-tooltip .wa-content {
  transform: translateY(60px);
  transition: transform 0.3s ease;
}
.wa-contenedor .wa-tooltip .wa-qr {
  width: 120px;
  height: 120px;
  margin: 0 auto 1rem;
  display: block;
}
.wa-contenedor .wa-tooltip strong {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 0.3rem;
  font-weight: bold;
}
.wa-contenedor .wa-tooltip p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 1rem;
}
.wa-contenedor .wa-tooltip .wa-desktop {
  font-size: 0.95rem;
  text-decoration: underline;
  color: #25d366 !important;
  font-weight: 600;
}
.wa-contenedor .wa-tooltip .wa-desktop:hover {
  color: #25d366;
}
@media (max-width: 768px) {
  .wa-contenedor .wa-tooltip {
    display: none;
  }
}
.wa-contenedor:hover .wa-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0) scale(1);
}
.wa-contenedor:hover .wa-tooltip .wa-content {
  transform: translateY(0);
}
.wa-contenedor:hover #wa_principal i {
  color: #25d366;
}
@media (max-width: 768px) {
  .wa-contenedor .wa-tooltip {
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
  }
  .wa-contenedor:hover .wa-tooltip {
    transform: translateX(-50%) translateY(0);
  }
}

.navegacion-pricipal-home {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-dark-mode * {
  color: #111;
}
.nav-dark-mode .btn-principal {
  background-color: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}
.nav-dark-mode .btn-principal:hover {
  background-color: #4cb8b3 !important;
}

.body-auth {
  margin: 0;
  padding: 0;
  height: 100vh;
  align-content: center;
  font-family: "DM Sans", sans-serif;
  background: #252525;
  color: #fff;
}

.formulario-password-contenedor {
  position: relative;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

.toggle-password:hover {
  color: var(--blue); /* o tu color de acento */
}

.formulario-password input {
  padding-right: 1rem; /* espacio para el ícono */
}

.auth {
  max-width: 400px;
  margin: 5rem auto;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.auth-heading-w {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
}

.acciones-login {
  margin: 3rem 0 1rem 0;
  display: flex;
  justify-content: center;
}

.acciones-enlace {
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.acciones-enlace:hover {
  color: #4cb8b3;
}

.animacion-formulario {
  animation: fadeUp 0.6s ease-out forwards;
  opacity: 0;
  transform: translateY(20px);
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.acciones-enlace {
  color: #aaa;
  position: relative;
}

.acciones-enlace::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #4cb8b3;
  transition: width 0.3s ease;
}

.acciones-enlace:hover::after {
  width: 100%;
}

.header-titulo-login {
  margin: 0;
  font-size: 3.5rem;
  color: #4cb8b3;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.1;
  transition: color 0.3s ease;
}
.header-titulo-login span {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: inherit;
  transform: rotate(-10deg);
  margin-top: -0.3rem;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.header-titulo-login:hover {
  color: #4cb8b3;
}
.header-titulo-login:hover span {
  animation: reir 0.4s ease-in-out forwards;
}
.header-titulo-login-back a {
  margin: 0;
  color: #979797;
  font-size: 2.5rem;
}
.header-titulo-login-back a:hover {
  color: #4cb8b3 !important;
}

.wa-login-contenedor {
  position: absolute;
  right: 8%;
  z-index: 200;
}
.wa-login-contenedor #wa_login {
  position: relative;
  background-color: #4cb8b3;
  color: #fff;
  font-size: 2rem;
  padding: 1rem 1.2rem;
  border-radius: 999px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  z-index: 201;
  user-select: none;
}
.wa-login-contenedor #wa_login:hover {
  background-color: rgb(62.2528, 156.9472, 152.5632);
  transform: translateY(-2px);
}
.wa-login-contenedor .wa-login-tooltip {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 350px;
  height: auto;
  background: #fff;
  color: #000;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  padding: 1.2rem 1rem 1rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 200;
  overflow: hidden;
}
.wa-login-contenedor .wa-login-tooltip .wa-login-content {
  transform: translateY(60px);
  transition: transform 0.3s ease;
}
.wa-login-contenedor .wa-login-tooltip .wa-login-content span {
  font-size: 1.5rem;
  font-weight: 500;
}
.wa-login-contenedor .wa-login-tooltip .wa-login-qr {
  width: 120px;
  height: 120px;
  margin: 1rem auto 1rem;
  display: block;
}
@media (max-width: 768px) {
  .wa-login-contenedor .wa-login-tooltip .wa-login-qr {
    display: none;
  }
}
.wa-login-contenedor .wa-login-tooltip p {
  font-size: 1.3rem;
  color: #555;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .wa-login-contenedor .wa-login-tooltip p {
    font-size: 0;
  }
}
.wa-login-contenedor .wa-login-tooltip .wa-login-desktop {
  font-size: 1.5rem;
  text-decoration: underline;
  font-weight: 600;
  color: #23bd5b;
}
.wa-login-contenedor .wa-login-tooltip .wa-login-desktop:hover {
  color: #25d366;
}
.wa-login-contenedor:hover .wa-login-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.wa-login-contenedor:hover .wa-login-tooltip .wa-login-content {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .wa-login-contenedor {
    right: 0;
  }
  .wa-login-contenedor .wa-login-tooltip {
    right: 0;
    transform: translateX(-50%) translateY(-10px);
  }
  .wa-login-contenedor:hover .wa-login-tooltip {
    transform: translateX(-50%) translateY(0);
  }
}

.formulario {
  display: flex;
  flex-direction: column;
}
.formulario-campo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0;
}
.formulario-label {
  display: block;
  font-size: 1.8rem;
  color: #ffffff;
}
.formulario-input {
  padding: 1rem;
  border-radius: 1.5rem 0 1.5rem 0;
  border: none;
  box-shadow: inset 2px -3px #b6b6b6;
}

.acciones {
  margin: 3rem 0 1rem 0;
  display: flex;
  justify-content: space-between;
}
.acciones-enlace {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 300;
}

.alerta {
  display: flex; /* Para alinear el contenido */
  align-items: center;
  padding: 0 1rem;
  margin: 0.8rem 0;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

/* Animación de aparición */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-cerrar-alerta {
  background: none;
  border: none;
  font-size: 4rem;
  color: #797979;
  cursor: pointer;
  transition: color 0.3s;
}
.btn-cerrar-alerta:hover {
  color: #333; /* Cambiar el color cuando el ratón pasa sobre el botón */
}

.mensaje {
  flex-grow: 1; /* Para que el mensaje ocupe el espacio disponible */
}

.alerta-icon {
  margin-right: 1rem; /* Espacio entre el icono y el mensaje */
  font-size: 2rem; /* Tamaño del icono */
}

.alerta-error {
  background-color: rgb(233.2619047619, 152.2380952381, 152.2380952381);
  border-left: 0.5rem solid #d32f2f;
  color: #d32f2f;
  animation: fadeIn 0.3s ease-out;
}

.alerta-link {
  font-size: 1.3rem;
  font-weight: 200;
}

.alerta-exito {
  background-color: rgb(181.0956175299, 222.9043824701, 182.7848605578);
  border-left: 0.5rem solid #4caf50;
  color: #4caf50;
  animation: fadeIn 0.3s ease-out;
}

.alerta-advertencia {
  background-color: hsl(48.7700534759, 78.9029535865%, 103.5294117647%);
  border-left: 0.5rem solid #e6c32b;
  color: #e6c32b;
  animation: fadeIn 0.3s ease-out;
}

.alerta-message {
  background-color: rgb(167.1513944223, 208.5378486056, 244.8486055777);
  border-left: 0.5rem solid #1e88e5;
  color: #1e88e5;
  animation: fadeIn 0.3s ease-out;
}

.dashboard {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #bdbdbd;
  justify-self: center;
  max-width: 100%;
  min-width: 100%;
  overflow-x: hidden;
}
.dashboard-search {
  margin: 35px 10px 0px;
  width: 90%;
  justify-self: center;
}
.dashboard-search input {
  width: 100%;
  padding: 0.45em;
  font-size: 0.6em;
  color: #eee;
  background-color: #2c2c2c; /* gris carbón */
  border: 1px solid #444;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s ease;
}
.dashboard-search input::placeholder {
  color: #888;
}
.dashboard-search input:focus {
  border-color: #4cb8b3; /* tu color corporativo */
  box-shadow: 0 0 0 2px rgba(76, 184, 179, 0.3);
}
.dashboard-search .search-wrapper {
  position: relative;
}
.dashboard-search .search-wrapper i {
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 0.6em;
  pointer-events: none;
}
.dashboard-search .search-wrapper input {
  padding-left: 2em; /* espacio para la lupa */
}
.dashboard-contenedor {
  background-color: #ebeaea;
  border-radius: 1rem;
  width: 100%;
  min-width: 100%;
  padding: 0.8rem;
  overflow: auto;
  margin: 1rem 0;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 500px) {
  .dashboard-contenedor {
    padding: 1rem;
  }
}
@media (min-width: 1200px) {
  .dashboard-contenedor {
    width: auto;
  }
}
.dashboard-contenedor-filtros {
  overflow: hidden;
}
.dashboard-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}
.dashboard-nav-icon {
  transition: transform 0.8s ease;
}
.dashboard-nav-icon:hover {
  transform: rotate(360deg);
}
.dashboard-header {
  background-color: #000000;
  padding: 0 2rem;
  position: fixed;
  width: 100%;
  height: fit-content;
  z-index: 9999;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) {
  .dashboard-header {
    height: 8rem;
  }
}
.dashboard-header-grid {
  display: flex;
  flex-direction: row;
  height: auto;
  min-width: 100%;
  justify-content: space-between;
  align-items: center;
}
.dashboard-header-titulo {
  color: #ffffff;
  text-align: left;
  font-size: 2rem !important;
}
@media (min-width: 500px) {
  .dashboard-header-titulo {
    margin: 1rem;
    font-size: 3.5rem !important;
  }
}
.dashboard-form {
  display: flex;
  justify-content: center;
}
.dashboard .nombre-header {
  font-size: 0 !important;
  color: #bdbdbd;
}
@media (min-width: 500px) {
  .dashboard .nombre-header {
    font-size: 2rem !important;
  }
}
.dashboard .nombre-header span {
  font-size: 0 !important;
  color: #bdbdbd;
}
@media (min-width: 500px) {
  .dashboard .nombre-header span {
    font-size: 1.7rem !important;
    font-weight: 600;
    color: rgba(189, 189, 189, 0.75);
    margin-left: 6px;
  }
}
.dashboard .reload-header {
  font-size: 1.5 !important;
  color: #bdbdbd;
}
@media (min-width: 500px) {
  .dashboard .reload-header {
    font-size: 2.5rem !important;
  }
}
.dashboard-grid {
  display: flex;
  width: 100%;
}
.dashboard-sidebar {
  position: fixed;
  margin-top: 6rem;
  background-color: rgb(25.5, 25.5, 25.5);
  height: 100%;
  left: -23rem;
  min-width: 22rem;
  max-width: 28vw;
  transition: all 0.3s ease;
  z-index: 999;
}
@media (min-width: 1200px) {
  .dashboard-sidebar {
    left: -28rem;
    margin-top: 7rem;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
  }
}
.dashboard-menu {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: 66vh;
  overflow: auto;
  border-bottom: 1px solid #999999;
}
.dashboard-menu::-webkit-scrollbar {
  width: 5px;
}
.dashboard-menu::-webkit-scrollbar-track {
  background: #d3d3d3;
}
.dashboard-menu::-webkit-scrollbar-thumb {
  background: #4cb8b3;
}
.dashboard-menu::-webkit-scrollbar-thumb:hover {
  background: rgb(59.356, 149.644, 145.464);
}
.dashboard-menu-texto {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 0.5rem;
}
.dashboard-menu-arrow {
  transform: rotate(90deg);
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: auto;
  transition: transform 0.3s ease;
}
.dashboard-enlace {
  color: #999999;
  padding: 1.2rem 1.8rem;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  gap: 0.5rem;
  align-items: end;
  overflow: hidden;
  transition: 300ms background-color ease-in-out, 300ms color ease-in-out, 300ms border-radius ease-in-out;
}
.dashboard-enlace:hover {
  background-color: rgb(63.75, 63.75, 63.75);
  color: #ffffff;
  border-radius: 1rem;
}
.dashboard-enlace-inside {
  margin-top: 1rem;
}
.dashboard-enlace-actual {
  background-color: rgb(63.75, 63.75, 63.75);
  border-left: 3px solid #4cb8b3;
  color: #4cb8b3 !important;
  border-radius: 1rem;
}
.dashboard-enlace-actual .dashboard-icono {
  color: #4cb8b3 !important;
}
.dashboard-enlace-actual .dashboard-icono-secundario {
  color: #4cb8b3 !important;
}
.dashboard-enlace-clic {
  cursor: pointer;
}
.dashboard-enlace-show {
  display: block;
  flex-direction: column;
  gap: 1rem;
  margin-left: auto;
  border-left: 1px solid #999999;
  width: 85%;
  height: 0;
  padding-left: 1.2rem;
  transition: height 0.3s ease;
  overflow-y: hidden;
}
.dashboard-enlace-titulo {
  font-family: "Nunito", sans-serif !important;
  font-weight: 700;
}
.dashboard-icono {
  font-size: 2rem;
}
.dashboard-icono-grupo {
  position: relative;
  display: inline-block;
}
.dashboard-icono-secundario {
  position: absolute;
  top: 10px;
  left: 10px;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.7);
  font-size: 1.5rem;
}
.dashboard-contenido {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: auto;
  padding: 3rem 1rem 3rem 1rem;
  margin-top: 6rem;
  background-color: #bdbdbd;
}
@media (min-width: 500px) {
  .dashboard-contenido {
    min-width: 100%;
  }
}
@media (min-width: 1200px) {
  .dashboard-contenido {
    min-width: 100%;
    margin-top: 5rem;
    padding: 4rem 5rem 4rem 5rem;
  }
}
.dashboard-contenedor-boton {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
@media (min-width: 300px) {
  .dashboard-contenedor-boton {
    flex-direction: column;
  }
}
.dashboard-notificaciones {
  position: fixed;
  margin-top: 7.5rem;
  background-color: #333333;
  height: 100%;
  right: -28rem;
  min-width: 28rem;
  max-width: 28vw;
  transition: all 0.3s ease;
  z-index: 999;
  box-shadow: -4px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) {
  .dashboard-notificaciones {
    right: -28rem;
    margin-top: 7rem;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
  }
}
.dashboard-notificaciones-titulo {
  color: #ffffff;
  padding-top: 0.5rem;
  text-align: center;
  font-size: 1.5rem !important;
  font-weight: bold;
}
@media (min-width: 500px) {
  .dashboard-notificaciones-titulo {
    margin: 1rem;
    font-size: 2.5rem !important;
  }
}
.dashboard-notificaciones-titulo-div {
  display: flex;
  justify-self: center;
  background-color: #ffffff;
  width: 90%;
  border-radius: 1px;
  height: 1px;
}
.dashboard-notificaciones-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2px;
}
.dashboard-notificaciones-title {
  font-size: 1.5rem;
  margin: 0.2px;
  font-weight: bold;
  color: #ffffff;
}
.dashboard-notificaciones-message {
  color: #dadada;
  font-size: 1.3rem;
}
.dashboard-notificaciones-message-container {
  min-height: 5rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.dashboard-notificaciones-contenedor {
  padding: 1.5rem;
  overflow: auto;
  overflow-x: hidden;
  max-width: 100%;
  max-height: 80%;
}
.dashboard-notificaciones-contenedor::-webkit-scrollbar {
  width: 5px;
}
.dashboard-notificaciones-contenedor::-webkit-scrollbar-track {
  background: #d3d3d3;
}
.dashboard-notificaciones-contenedor::-webkit-scrollbar-thumb {
  background: #4cb8b3;
}
.dashboard-notificaciones-contenedor::-webkit-scrollbar-thumb:hover {
  background: rgb(59.356, 149.644, 145.464);
}
.dashboard-notificaciones-card {
  padding: 0.5rem;
  margin-bottom: 1rem;
  background-color: rgb(25.5, 25.5, 25.5);
  border-radius: 6px;
  max-width: 245px;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.dashboard-notificaciones-card-error {
  border-left: 5px solid #d32f2f;
}
.dashboard-notificaciones-card-advertencia {
  border-left: 5px solid #e6c32b;
}
.dashboard-notificaciones-card-exito {
  border-left: 5px solid #4caf50;
}
.dashboard-notificaciones-card-actualizacion {
  border-left: 5px solid #1e88e5;
}
.dashboard-notificaciones-card-message {
  border-left: 5px solid #1e88e5;
}
.dashboard-notificaciones .notificacion-fecha {
  font-size: 1rem;
  color: #888;
}
.dashboard-notificaciones .notificacion-enlace {
  width: 100%;
  text-align: left;
  display: inherit;
  width: 100%;
  font-size: 1.2rem;
  color: #4370d1;
}
.dashboard-notificaciones .sin-notificaciones {
  color: #999;
  font-style: italic;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 20px;
}

.icon-check {
  display: inline-block;
  font-size: 13px;
  color: rgb(172, 172, 172);
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: color 0.2s ease;
}

.btn-marcar-leido {
  background-color: #333333;
  color: #a7a7a7;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  font-size: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-marcar-leido:hover {
  background-color: rgb(224, 224, 224);
}

.btn-marcar-leido:active {
  background-color: rgb(39, 39, 39);
}

.icon-check:hover {
  color: #333333;
}

@keyframes fadeSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(50px); /* desliza un poco */
  }
}
.fade-slide-out {
  animation: fadeSlideOut 0.4s ease forwards;
}

.rotate .dashboard-menu-arrow {
  transform: rotate(180deg);
  color: #4cb8b3;
}

.abierto {
  left: 0 !important;
}

.abierto_notificaciones {
  right: 0 !important;
}

.contenedor-boton {
  margin: 2rem;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  max-height: 100%;
  width: auto;
  display: flex;
}

.boton-menu {
  width: 6rem;
  height: 6rem;
  border: none;
  background-color: rgba(76, 184, 179, 0.6);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  bottom: 0;
  align-self: end;
}
.boton-menu:hover {
  background-color: #4cb8b3;
}
.boton-menu > div {
  background-color: #000000;
  height: 3px;
  width: 70%;
  position: relative;
  border-radius: 5px;
  transform-origin: left;
  align-self: center;
}
.boton-menu div:first-child {
  top: 0;
  left: 0;
  transform: rotate(0);
  transition: top 0.3s ease, left 0.3s ease, transform 0.4s ease, width 0.3s ease;
}
.boton-menu div:nth-child(2) {
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: top 0.3s ease, left 0.3s ease, transform 0.4s ease, width 0.3s ease;
}
.boton-menu div:last-child {
  top: 0;
  left: 0;
  transform: rotate(0);
  transition: top 0.3s ease, left 0.3s ease, transform 0.4s ease, width 0.3s ease;
}

.mostrando-menu {
  background-color: #4cb8b3;
}
.mostrando-menu div:first-child {
  top: 8.5px;
  left: -7.5px;
  transform: rotate(-45deg);
  width: 50%;
}
.mostrando-menu div:last-child {
  top: -8.5px;
  left: -7.5px;
  transform: rotate(45deg);
  width: 50%;
}

.badge {
  align-items: center; /* Centrado vertical */
  background: linear-gradient(to bottom, #8b8b8b, #585858); /* Degradado sutil */
  max-width: fit-content;
  font-weight: 600; /* Texto en negrita */
  font-size: 1.5rem; /* Tamaño del texto */
  padding: 1rem 2rem; /* Espaciado interno */
  border-radius: 1rem 0 1rem 0; /* Bordes redondeados */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* Sombra suave */
  gap: 8px; /* Espacio entre el icono y el texto */
  border-top: 1px solid #b6b6b6; /* Borde opcional */
}
.badge-sm {
  gap: 15px;
  font-weight: 600; /* Texto en negrita */
  font-size: 1.3rem;
  padding: 0.3rem 0.7rem;
  align-self: flex-end;
}
.badge-sm i {
  font-size: 12px; /* Tamaño del icono */
}
.badge i {
  font-size: 16px; /* Tamaño del icono */
}
.badge-normal {
  color: #ffffff; /* Color de texto */
}
.badge-advertencia {
  color: #cfaa06; /* Color de texto */
}
.badge-danger {
  color: #b80707; /* Color de texto */
}
.badge-div {
  display: inline-flex; /* Ajuste flexible para icono y texto */
  width: 100%; /* Ancho completo */
  padding: 0.5rem 0;
}

.badge-animated {
  animation: fadeInBadge 0.3s ease-out;
  opacity: 1;
}

@keyframes fadeInBadge {
  0% {
    opacity: 0;
    transform: translateY(-8px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.acordeon-contenido {
  border-left: 1px solid #2e2e2e;
  background-color: #bdbdbd;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
}
.acordeon-contenido-detalles {
  padding: 1rem 2rem;
  transition: all 0.3s ease;
}

.modulo-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #cacaca; /* Línea divisoria */
  padding: 1rem;
}
.modulo-nombre {
  font-weight: bold;
  margin-right: 10px;
  font-size: 20px;
}
.modulo-acciones {
  display: flex;
  margin-right: 10px;
  gap: 6rem;
  justify-content: flex-end;
  width: 100%;
  font-size: 16px;
  color: #8b8b8b;
}

/* Estilos para el contenedor de las notificaciones flotantes */
.notification-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999999;
  max-width: 300px;
}

.notification {
  background-color: #333;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.notification-title {
  font-size: 1.6rem;
  margin: 0.2px;
  font-weight: bold;
  color: #ffffff;
}
.notification-message {
  color: #dadada;
  font-size: 1.5rem;
}
.notification-message-container {
  min-height: 5rem;
  max-height: 7rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.notification-icon {
  font-size: 2rem;
}
.notification-icon-error {
  color: #d32f2f;
}
.notification-icon-message {
  color: #1e88e5;
}
.notification-icon-actualizacion {
  color: #1e88e5;
}
.notification-icon-exito {
  color: #4caf50;
}
.notification-icon-advertencia {
  color: #e6c32b;
}
.notification-div {
  height: 1px;
  width: 100%;
  max-width: 300px;
}
.notification-div-error {
  background-color: #d32f2f;
}
.notification-div-message {
  background-color: #1e88e5;
}
.notification-div-exito {
  background-color: #4caf50;
}
.notification-div-advertencia {
  background-color: #e6c32b;
}

@media (min-width: 500px) {
  .notification.show {
    opacity: 1;
    transform: translateX(0);
  }
}

.notification-bell {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  z-index: 999;
}

.notification-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 5px;
  font-size: 0.8rem;
}

#menuSearchResults a.resultado-busqueda {
  display: flex;
  align-items: center;
  padding: 0.5em 0.75em;
  border-radius: 4px;
  text-decoration: none;
  background-color: #2c2c2c; /* gris carbón */
  color: #eee;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
}

#menuSearchResults a.resultado-busqueda i {
  margin-right: 0.5em;
  color: #aaa;
  font-size: 0.9em;
  min-width: 1.2em;
  text-align: center;
}

#menuSearchResults a.resultado-busqueda:hover {
  background-color: #383838;
  border-left: 3px solid #4cb8b3; /* tu color corporativo */
  color: #fff;
}

#menuSearchResults a.resultado-busqueda:hover i {
  color: #4cb8b3;
}

#menuSearchResults a.resultado-busqueda .dashboard-icono {
  font-size: 1em;
}

/* Este NO cambia color */
#menuSearchResults a.resultado-busqueda .dashboard-icono-secundario {
  color: #ccc; /* o el color que tú quieras por defecto */
  font-size: 0.7em;
}

.dashboard-icono-compuesto {
  position: relative;
  display: inline-block;
  width: 1.5em; /* Tamaño del contenedor */
  height: 1.2em;
}

.dashboard-icono-compuesto .dashboard-icono {
  font-size: 1em;
  color: #ccc;
}

.dashboard-icono-compuesto .dashboard-icono-secundario {
  position: absolute;
  bottom: -0.1em; /* Ajusta según te guste */
  right: -0.3em; /* Ajusta según te guste */
  font-size: 0.7em;
  color: #ccc; /* Color del icono */
  /* Borde simulado */
  text-shadow: -1px -1px 0 #222, 1px -1px 0 #222, -1px 1px 0 #222, 1px 1px 0 #222;
}

.contenedor-icono {
  position: absolute;
  right: 0;
  bottom: 6%;
  width: 100%; /* ahora sí, 100% del .padre */
  display: flex;
  justify-content: end;
}
@media (min-width: 500px) {
  .contenedor-icono {
    bottom: 10%;
  }
}
.contenedor-icono-logo {
  margin: 2rem;
  color: #333333;
  width: 70px;
  height: 40px;
}
@media (min-width: 500px) {
  .contenedor-icono-logo {
    width: 90px;
  }
}

@keyframes vibrar {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.vibrar {
  animation: vibrar 0.5s ease;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table-head {
  background-color: #000000;
  border-radius: 1rem 1rem 0 0;
  color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 2;
}
.table-head-sub {
  background-color: #2267b6;
  border-radius: 1rem 1rem 0 0;
  color: #ffffff;
}
.table-th {
  padding: 1rem;
  border-left: 1px solid #bdbdbd;
  font-size: 1.5rem;
}
@media (min-width: 500px) {
  .table-th {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .table-th {
    font-size: 1.6rem;
  }
}
.table-th-sub {
  padding: 1rem;
  border-left: 1px solid #bdbdbd;
  font-size: 1.2rem;
}
@media (min-width: 500px) {
  .table-th-sub {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .table-th-sub {
    font-size: 1.3rem;
  }
}
.table-tr {
  background-color: #f7f7f7;
  transition: all 0.2s ease;
}
.table-tr:hover {
  background-color: #b6d0e9; /* Color sutil al hacer hover */
}
.table-tr_drag {
  cursor: grab;
}
.table-tr_drag:active {
  cursor: grabbing;
}
.table-tr-inactive {
  background-color: #e0e0e0; /* gris más oscuro que el fondo */
  color: #6d7081; /* texto gris más notorio */
  font-style: italic;
}
.table-tr-inactive:hover {
  background-color: #c0c0c0; /* gris más oscuro que el fondo */
  color: #646983;
}
.table-td, .table-td-acciones {
  padding: 0.8rem 0.8rem;
  border-bottom: 1px solid #bdbdbd;
  font-size: 1.4rem;
}
.table-td-acciones {
  padding: 0.5rem;
  vertical-align: middle;
}
.table-td-acciones-contenedor {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .table-td, .table-td-acciones {
    font-size: 1.5rem;
  }
}
.table-td-sub {
  padding: 1.2rem 1rem;
  border-bottom: 1px solid #bdbdbd;
  font-size: 1.2rem;
}
@media (min-width: 500px) {
  .table-td-sub {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .table-td-sub {
    font-size: 1.3rem;
  }
}
.table-td-sub-small {
  padding: 1.2rem 1rem;
  border-bottom: 1px solid #bdbdbd;
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
}
@media (min-width: 500px) {
  .table-td-sub-small {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .table-td-sub-small {
    font-size: 1.3rem;
  }
}
.table-td-documento {
  padding: 1.2rem 1rem;
  border-bottom: 1px solid #bdbdbd;
  font-size: 1.2rem;
}
@media (min-width: 500px) {
  .table-td-documento {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .table-td-documento {
    font-size: 1.4rem;
  }
}
.table-td-documento-totales, .table-td-documento-totales-final, .table-td-documento-totales-titulo {
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  font-style: italic;
}
@media (min-width: 500px) {
  .table-td-documento-totales, .table-td-documento-totales-final, .table-td-documento-totales-titulo {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .table-td-documento-totales, .table-td-documento-totales-final, .table-td-documento-totales-titulo {
    font-size: 1.4rem;
  }
}
.table-td-documento-totales-titulo {
  font-weight: bold;
}
.table-td-documento-totales-final {
  border-bottom: 1px solid #bdbdbd;
}
.table-accion {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
  padding: 0.9rem;
  border-radius: 0.2rem;
  cursor: pointer;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.table-accion-revisar {
  border: none;
  font-size: 1.3rem;
  background-color: #7e57c2;
  transition: background-color 0.3s ease, transform 0.1s ease;
}
.table-accion-revisar:hover {
  background-color: rgb(169.0938864629, 143.1222707424, 214.3777292576);
}
.table-accion-editar {
  border: none;
  background-color: #1e88e5;
  transition: background-color 0.3s ease, transform 0.1s ease;
  font-size: 1.3rem;
}
.table-accion-editar:hover {
  background-color: rgb(98.5756972112, 172.2689243028, 236.9243027888);
}
.table-accion-auditoria {
  border: none;
  background-color: #4b6584;
  transition: background-color 0.3s ease, transform 0.1s ease;
  font-size: 1.3rem;
}
.table-accion-auditoria:hover {
  background-color: rgb(110.5652173913, 139.0144927536, 172.9347826087);
}
.table-accion-auditoria-ficha {
  border: none;
  background-color: transparent;
  font-size: 1.3rem;
  color: #4b6584;
}
.table-accion-observaciones {
  border: none;
  background-color: #979797;
  transition: background-color 0.3s ease, transform 0.1s ease;
  font-size: 1.3rem;
}
.table-accion-observaciones:hover {
  background-color: rgb(189.25, 189.25, 189.25);
}
.table-accion-nuevo {
  border: none;
  background-color: #4caf50;
  transition: background-color 0.3s ease, transform 0.1s ease;
  font-size: 1.3rem;
}
.table-accion-nuevo:hover {
  background-color: rgb(127.7589641434, 199.7410358566, 130.6673306773);
}
.table-accion-eliminar {
  border: none;
  background-color: #f44336;
  font-size: 1.3rem;
  transition: background-color 0.3s ease, transform 0.1s ease;
}
.table-accion-eliminar:hover {
  background-color: rgb(245.3231132075, 89.6132075472, 78.1768867925);
}
.table-accion-bloqueado {
  border: none;
  background-color: #000000;
  font-size: 1.3rem;
  color: #ffffff;
}
.table-accion-bloqueado:hover {
  background-color: rgb(38.25, 38.25, 38.25);
}

.linea-editando {
  background-color: rgba(111, 157, 206, 0.6);
}
.linea-editando:hover {
  background-color: rgba(111, 157, 206, 0.9);
}

.paginacion {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 500px) {
  .paginacion {
    justify-content: flex-end;
  }
}
.paginacion-enlace {
  color: #6f9dce;
  font-size: 1.6rem;
}
.paginacion-enlace-texto {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #6f9dce;
}
.paginacion-enlace-texto:hover {
  background-color: #6f9dce;
  color: #ffffff;
}
.paginacion-enlace-numero {
  font-weight: bold;
  display: none;
}
@media (min-width: 500px) {
  .paginacion-enlace-numero {
    display: inline;
  }
}
.paginacion-enlace-actual {
  color: #2267b6;
  font-weight: bold;
  display: none;
}
@media (min-width: 500px) {
  .paginacion-enlace-actual {
    display: inline;
  }
}

/*# sourceMappingURL=app.css.map */
