@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@500;600;700&display=swap");


/* Fonts*/
/* Variables */
/* Body*/
/* color palette from <https://github.com/vuejs/theme> */
:root {
  --vt-c-white: #ffffff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;

  --vt-c-black: #181818;
  --vt-c-black-soft: #222222;
  --vt-c-black-mute: #282828;

  --vt-c-indigo: #2c3e50;

  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);

  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}

/* semantic color variables for this project */
:root {
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);

  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);

  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);

  --section-gap: 160px;
  --app-font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-background: var(--vt-c-black);
    --color-background-soft: var(--vt-c-black-soft);
    --color-background-mute: var(--vt-c-black-mute);

    --color-border: var(--vt-c-divider-dark-2);
    --color-border-hover: var(--vt-c-divider-dark-1);

    --color-heading: var(--vt-c-text-dark-1);
    --color-text: var(--vt-c-text-dark-2);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  position: relative;
}

body {
  min-height: 100vh;
  color: var(--color-text);
  background: var(--color-background);
  transition: color 0.5s, background-color 0.5s;
  line-height: 1.6;
  font-family: var(--app-font-family);
  font-size: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.plano_app{
  display: contents !important;
}
html, body {
  font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 700;
}

.title {
  font-size: 15px;
}

.title-Modal {
  font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 12px !important;
}

* {
  font-weight: 500;
}

#app {
  font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
}

.footerApp {
  background-color: #04101f !important;
  color: rgb(255, 255, 255);
}

/* Bootstrap */
/* Tabla */
.alert-table {
  position: relative;
  padding: 0.65rem 1.25rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.separador {
  border-right: 1px solid rgb(104, 104, 104);
  height: 100%;
  margin-right: 0px;
}

.vuetable > thead > tr > th {
  cursor: auto;
}

.vuetable-body > tr > td {
  /*vertical-align: baseline;¨*/
}

.vuetable-body > tr > td {
  font-size: 12px;
  text-align: center;
}

.md .alert-table {
  position: relative;
  padding: 0.65rem 1.25rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.md .vuetable > thead > tr > th {
  cursor: auto;
  border-bottom: 2px solid #dee2e6;
}
.md .vuetable-body > tr > td {
  font-size: 10px;
  text-align: center;
  color: rgba(26, 27, 26, 0.925);
  vertical-align: baseline;
}

div > .modal {
  overflow: auto;
}

.mostar {
  display: block;
}

.ocultar {
  display: none;
}

.visibilidad {
  display: none;
}

.mytable, #mytable {
  overflow-x: auto;
}

.fixTableHead {
  overflow-y: auto;
  height: 110%;
}

.fixTableHead thead th {
  position: sticky;
  top: 0;
  background-color: white;
}

.row-estado-inactivo {
  background-color: rgba(255, 0, 0, 0.26);
}

.verde {
  background-color: rgba(0, 151, 6, 0.1803921569) !important;
  border-color: #4caf50 !important;
}

.rojo {
  background-color: rgba(225, 15, 0, 0.1607843137) !important;
  border-color: #4caf50 !important;
}

.amarillo {
  background-color: rgba(214, 205, 124, 0.2) !important;
  border-color: #4caf50 !important;
}

.azul {
  background-color: rgba(188, 219, 243, 0.3215686275) !important;
  border-color: #0078d8 !important;
}

.celeste {
  background-color: rgba(130, 197, 248, 0.6235294118) !important;
  border-color: #309ef8 !important;
}

.inputTabla {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  line-height: 25px;
}

/* Login */
:root {
  --bg-dark: #09090b;
  --bg-card: #18181b;
  --border-color: #27272a;
  --border-focus: #3b82f6;
  --text-main: #f4f4f5;
  --text-muted: #a1a1aa;
  --primary: #2563eb;
  --primary-hover: #3b82f6;
  --primary-glow: rgba(59, 130, 246, 0.4);
  --error: #ef4444;
  --shadow-card: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
}

body {
  background-color: var(--bg-dark);
  margin: 0;
  font-family: "Inter", -apple-system, sans-serif;
  color: var(--text-main);
}

.auth-wrapper {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #09090b;
  /* Sleek Professional Corporate Background */
  background: radial-gradient(circle at top left, rgba(0, 191, 165, 0.08) 0%, transparent 40%), radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.08) 0%, transparent 40%);
  background-blend-mode: screen;
}

/* Nebula glowing background orbs for extra depth */
.auth-bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
}

.glow-1 {
  top: -10%;
  left: -10%;
  width: 60vw;
  height: 60vh;
  background: radial-gradient(circle, rgba(0, 191, 165, 0.1) 0%, transparent 70%);
}

.glow-2 {
  bottom: -10%;
  right: -10%;
  width: 50vw;
  height: 50vh;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
}

.auth-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1100px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
}

.auth-info-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  z-index: 1;
}
.auth-info-section .brand-panel {
  background: linear-gradient(135deg, rgba(0, 191, 165, 0.12) 0%, rgba(24, 24, 27, 0.6) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 191, 165, 0.2);
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 20px 40px -10px rgba(0, 191, 165, 0.1);
  width: 100%;
  max-width: 500px;
}
.auth-info-section .info-content {
  max-width: 500px;
}
.auth-info-section .info-title {
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
  margin-top: 0;
  background: linear-gradient(135deg, #ffffff 40%, #a1a1aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.auth-info-section .auth-legend {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
  max-width: 100%;
  text-align: left;
  font-style: normal;
  border-left: 3px solid rgba(0, 191, 165, 0.5);
  padding-left: 20px;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  user-select: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.logo-container:hover {
  transform: scale(1.02);
}

.logo-icon {
  color: #00bfa5;
  margin-right: 12px;
  filter: drop-shadow(0 0 8px rgba(0, 191, 165, 0.4));
  width: 28px;
  height: 28px;
}

.logo-gk {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  background: linear-gradient(135deg, #1de9b6, #00897b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
}

.logo-nexora {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #f5f5f5;
  letter-spacing: 2px;
  margin-left: 6px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.auth-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.auth-card {
  width: 100%;
  max-width: 500px;
  background-color: rgba(24, 24, 27, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 36px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.auth-header {
  text-align: left; /* Align header text to left for a modern SaaS look */
}

.auth-title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: var(--text-main);
}

.auth-subtitle {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.field-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.label-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.field-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
}

.forgot-link {
  font-size: 13px;
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.forgot-link:hover {
  color: var(--primary-hover);
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon {
  position: absolute;
  left: 14px;
  color: #52525b;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.input-icon svg {
  width: 18px;
  height: 18px;
}

.field-input {
  width: 100%;
  background-color: #09090b;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 12px 14px 12px 42px;
  color: var(--text-main);
  font-size: 15px;
  font-family: inherit;
  transition: all 0.2s ease;
}
.field-input::placeholder {
  color: #52525b;
}
.field-input:focus {
  outline: none;
  border-color: var(--border-focus);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.field-input.is-invalid {
  border-color: var(--error);
}
.field-input.is-invalid:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}
.field-input {
  /* Chrome Autofill Fix */
}
.field-input:-webkit-autofill, .field-input:-webkit-autofill:hover, .field-input:-webkit-autofill:focus, .field-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #09090b inset !important;
  -webkit-text-fill-color: var(--text-main) !important;
  transition: background-color 5000s ease-in-out 0s;
}

.password-toggle {
  position: absolute;
  right: 14px;
  background: none;
  border: none;
  color: #52525b;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.password-toggle:hover {
  color: var(--text-muted);
}
.password-toggle svg {
  width: 18px;
  height: 18px;
}

.error-message {
  font-size: 13px;
  color: var(--error);
  margin-top: 4px;
}

.field-options {
  margin-top: 4px;
  margin-bottom: 8px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background-color: #09090b;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
.custom-checkbox:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.custom-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.checkbox-label {
  font-size: 14px;
  color: var(--text-muted);
}

.submit-btn {
  background-color: var(--primary);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
}
.submit-btn:hover {
  background-color: var(--primary-hover);
  box-shadow: 0 4px 12px var(--primary-glow);
}
.submit-btn:active {
  transform: translateY(1px);
}
.submit-btn.is-loading {
  pointer-events: none;
  background-color: var(--primary-hover);
}
.submit-btn.is-loading .btn-text {
  display: none;
}
.submit-btn.is-loading .btn-loader {
  display: block;
}

.btn-loader {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.auth-footer {
  text-align: center;
  margin-top: 0;
}
.auth-footer p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}

.animated-gk-code {
  font-weight: 700;
  background: linear-gradient(45deg, #3b82f6, #8b5cf6, #ec4899, #3b82f6);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: colorShift 5s ease infinite;
  display: inline-block;
}

@keyframes colorShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Media Queries */
@media (max-width: 992px) {
  .auth-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 24px;
    min-height: auto;
    margin: 40px 0;
  }
  .auth-info-section {
    padding: 0 16px;
    align-items: center;
    text-align: center;
  }
  .auth-info-section .brand-logo {
    justify-content: center;
    margin-bottom: 20px;
  }
  .auth-info-section .info-title {
    font-size: 32px;
    text-align: center;
  }
  .auth-info-section .auth-legend {
    text-align: center;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 20px;
  }
  .auth-card {
    padding: 40px 24px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .auth-card {
    padding: 32px 20px;
    border-radius: 16px;
  }
}
/* ==========================================================================
   GK NEXORA — Landing Page
   ========================================================================== */
.landing-page {
  --teal: #00bfa5;
  --teal-light: #1de9b6;
  --teal-dark: #00897b;
  --bg-soft: #0f0f12;
  --ok: #22c55e;
  --warn: #f59e0b;
  --muted-pill: #52525b;
  position: relative;
  background-color: var(--bg-dark);
  color: var(--text-main);
  overflow-x: hidden;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
}
.landing-page * {
  box-sizing: border-box;
}
.landing-page a {
  text-decoration: none;
  color: inherit;
}
.landing-page .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.landing-page .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal-light);
  background: rgba(0, 191, 165, 0.1);
  border: 1px solid rgba(0, 191, 165, 0.25);
  padding: 6px 14px;
  border-radius: 999px;
}
.landing-page h1, .landing-page h2, .landing-page h3, .landing-page h4 {
  font-family: "Outfit", sans-serif;
  margin: 0;
}
.landing-page .gradient-text {
  background: linear-gradient(135deg, var(--teal-light), var(--teal-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-page {
  /* ---------------- Background FX ---------------- */
}
.landing-page .bg-glow {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 15% 10%, rgba(0, 191, 165, 0.1) 0%, transparent 35%), radial-gradient(circle at 85% 0%, rgba(37, 99, 235, 0.12) 0%, transparent 40%), radial-gradient(circle at 50% 100%, rgba(139, 92, 246, 0.07) 0%, transparent 45%);
}
.landing-page .grid-overlay {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 30%, transparent 75%);
}
.landing-page section {
  position: relative;
  z-index: 1;
}
.landing-page {
  /* ---------------- Navbar ---------------- */
}
.landing-page .landing-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(9, 9, 11, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-color);
}
.landing-page .landing-nav .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 16px;
}
.landing-page .landing-nav .nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.landing-page .landing-nav .nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  transition: color 0.2s ease;
}
.landing-page .landing-nav .nav-links a:hover {
  color: var(--text-main);
}
.landing-page .landing-nav .nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.landing-page .landing-nav .nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-main);
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}
.landing-page .brand {
  display: flex;
  align-items: center;
  gap: 10px;
  user-select: none;
}
.landing-page .brand .brand-icon {
  font-size: 26px;
  color: var(--teal);
  filter: drop-shadow(0 0 8px rgba(0, 191, 165, 0.4));
}
.landing-page .brand .brand-gk {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  background: linear-gradient(135deg, var(--teal-light), var(--teal-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
}
.landing-page .brand .brand-nexora {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  color: var(--text-main);
  letter-spacing: 2px;
}
.landing-page {
  /* ---------------- Buttons ---------------- */
}
.landing-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  font-family: inherit;
}
.landing-page .btn-primary {
  background: var(--primary);
  color: #fff;
}
.landing-page .btn-primary:hover {
  background: var(--primary-hover);
  box-shadow: 0 4px 16px var(--primary-glow);
  transform: translateY(-1px);
}
.landing-page .btn-teal {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--teal-light), var(--teal-dark));
  color: #04241f;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 0 0 1px rgba(0, 191, 165, 0.35), 0 8px 20px -8px rgba(0, 191, 165, 0.55);
}
.landing-page .btn-teal::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 35%;
  height: 100%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
  pointer-events: none;
}
.landing-page .btn-teal:hover {
  box-shadow: 0 0 0 1px rgba(0, 191, 165, 0.5), 0 10px 26px -6px rgba(0, 191, 165, 0.55);
  transform: translateY(-1px);
}
.landing-page .btn-teal:hover::before {
  left: 130%;
}
.landing-page .btn-teal:active {
  transform: translateY(0);
}
.landing-page .btn-ghost {
  /* Estructura del botón (Añadido) */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.25rem; /* Relleno para que tenga forma de botón */
  border: 1px solid var(--border-color); /* FUNDAMENTAL: Define el borde para que se vea */
  border-radius: 8px; /* Bordes ligeramente redondeados (ajústalo al diseño de tu web) */
  /* Colores (Tu código original) */
  background: rgba(255, 255, 255, 0.636);
  color: var(--text-main);
  /* Tipografía y cursor (Añadido) */
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  /* Animación suave para el hover (Añadido) */
  transition: all 0.3s ease;
}
.landing-page .btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.29);
  /* Opcional: un ligero brillo en el texto o sombra al pasar el ratón */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.288);
}
.landing-page .btn-lg {
  padding: 15px 28px;
  font-size: 15px;
  border-radius: 12px;
}
.landing-page {
  /* ---------------- Hero ---------------- */
}
.landing-page .hero {
  padding: 88px 0 40px;
}
.landing-page .hero .hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
  text-align: center;
}
.landing-page .hero .hero-copy {
  max-width: 720px;
  margin: 0 auto;
}
.landing-page .hero .eyebrow {
  margin-bottom: 24px;
}
.landing-page .hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.landing-page .hero .hero-subtitle {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .hero .hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.landing-page .hero .hero-tags {
  margin-top: 40px;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
}
.landing-page .hero .hero-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
}
.landing-page .hero .hero-tag i {
  color: var(--teal);
  font-size: 16px;
}
.landing-page {
  /* ---------------- Browser Mockup ---------------- */
}
.landing-page .browser-frame {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.6);
}
.landing-page .browser-frame .browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #141417;
  border-bottom: 1px solid var(--border-color);
}
.landing-page .browser-frame .browser-bar .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3a3a3f;
}
.landing-page .browser-frame .browser-bar .dot:nth-child(1) {
  background: #ff5f56;
}
.landing-page .browser-frame .browser-bar .dot:nth-child(2) {
  background: #ffbd2e;
}
.landing-page .browser-frame .browser-bar .dot:nth-child(3) {
  background: #27c93f;
}
.landing-page .browser-frame .browser-bar .url-pill {
  margin-left: 12px;
  background: #0c0c0e;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 11px;
  color: var(--text-muted);
  flex: 1;
  max-width: 260px;
}
.landing-page .browser-frame .browser-body {
  padding: 0;
  background: #f4f5f7;
}
.landing-page .hero-visual {
  max-width: 880px;
  margin: 0 auto;
  transform: perspective(1400px) rotateX(4deg);
}
.landing-page {
  /* ---------------- Mock: Publications table ---------------- */
}
.landing-page .mock-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: #eef0f3;
  border-bottom: 1px solid #dfe2e7;
}
.landing-page .mock-toolbar .mock-title {
  font-weight: 700;
  color: #1f2430;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.landing-page .mock-toolbar .mock-btn {
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 6px;
  background: var(--teal);
  color: #fff;
}
.landing-page .mock-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.landing-page .mock-table thead td {
  background: #232838;
  color: #cfd3dc;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 16px;
  letter-spacing: 0.04em;
}
.landing-page .mock-table tbody tr {
  background: #1a1f2c;
  border-bottom: 1px solid #262c3d;
}
.landing-page .mock-table tbody tr:nth-child(even) {
  background: #161b26;
}
.landing-page .mock-table tbody td {
  padding: 12px 16px;
  color: #e6e8ee;
  white-space: nowrap;
}
.landing-page .mock-table .thumb {
  width: 34px;
  height: 26px;
  border-radius: 4px;
  background: linear-gradient(135deg, #2c3550, #1a2036);
  display: inline-block;
}
.landing-page .mock-table .pill {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
}
.landing-page .mock-table .pill-ok {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
}
.landing-page .mock-table .pill-warn {
  background: rgba(245, 158, 11, 0.18);
  color: #fbbf24;
}
.landing-page .mock-table .pill-muted {
  background: rgba(161, 161, 170, 0.18);
  color: #d4d4d8;
}
.landing-page .mock-table .pill-teal {
  background: rgba(0, 191, 165, 0.18);
  color: #2dd4bf;
}
.landing-page {
  /* ---------------- Sections generic ---------------- */
}
.landing-page .section {
  padding: 96px 0;
  border-top: 1px solid var(--border-color);
}
.landing-page .section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
}
.landing-page .section-head .eyebrow {
  margin-bottom: 18px;
}
.landing-page .section-head h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.landing-page .section-head p {
  margin-top: 16px;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.7;
}
.landing-page {
  /* ---------------- Feature cards ---------------- */
}
.landing-page .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.landing-page .feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 28px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.landing-page .feature-card:hover {
  border-color: rgba(0, 191, 165, 0.35);
  transform: translateY(-3px);
}
.landing-page .feature-card .feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 191, 165, 0.16), rgba(37, 99, 235, 0.12));
  border: 1px solid rgba(0, 191, 165, 0.25);
  margin-bottom: 18px;
  font-size: 20px;
  color: var(--teal-light);
}
.landing-page .feature-card h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
.landing-page .feature-card p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}
.landing-page {
  /* ---------------- Rubros ---------------- */
}
.landing-page .rubros-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.landing-page .rubro-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.25s ease;
}
.landing-page .rubro-card:hover {
  border-color: rgba(59, 130, 246, 0.4);
  background: #1c1c20;
}
.landing-page .rubro-card i {
  font-size: 30px;
  color: var(--primary-hover);
  margin-bottom: 14px;
  display: inline-block;
}
.landing-page .rubro-card h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}
.landing-page .rubro-card span {
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.5;
}
.landing-page {
  /* ---------------- Showcase (alternating) ---------------- */
}
.landing-page .showcase-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.landing-page .showcase-row + .showcase-row {
  margin-top: 100px;
}
.landing-page .showcase-row.reverse .showcase-copy {
  order: 2;
}
.landing-page .showcase-row.reverse .showcase-visual {
  order: 1;
}
.landing-page .showcase-copy .tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--teal-light);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
.landing-page .showcase-copy h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.3;
}
.landing-page .showcase-copy p {
  color: var(--text-muted);
  font-size: 15.5px;
  line-height: 1.75;
  margin-bottom: 20px;
}
.landing-page .showcase-copy ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.landing-page .showcase-copy li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  color: var(--text-main);
}
.landing-page .showcase-copy li i {
  color: var(--ok);
  font-size: 16px;
  margin-top: 2px;
}
.landing-page .showcase-visual .browser-frame {
  transform: none;
}
.landing-page {
  /* Mock: social networks cards */
}
.landing-page .mock-social {
  padding: 20px;
  background: #10131c;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.landing-page .mock-social .social-card {
  border-radius: 10px;
  padding: 14px;
  font-size: 10px;
  color: #e6e8ee;
}
.landing-page .mock-social .social-card .social-name {
  font-size: 13px;
  font-weight: 700;
  margin: 8px 0 4px;
}
.landing-page .mock-social .social-card .social-status {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  margin-top: 8px;
}
.landing-page .mock-social .fb {
  background: linear-gradient(160deg, #1877f2, #0e4fa3);
}
.landing-page .mock-social .ig {
  background: linear-gradient(160deg, #f77737, #c2185b);
}
.landing-page .mock-social .li {
  background: linear-gradient(160deg, #0a66c2, #073e77);
}
.landing-page .mock-social .status-on {
  background: rgba(255, 255, 255, 0.18);
}
.landing-page {
  /* Mock: calendar */
}
.landing-page .mock-calendar {
  padding: 18px;
  background: #ffffff;
}
.landing-page .mock-calendar .cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  color: #1f2430;
  margin-bottom: 12px;
}
.landing-page .mock-calendar .cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.landing-page .mock-calendar .cal-cell {
  aspect-ratio: 1/0.8;
  border-radius: 6px;
  background: #f4f5f7;
  font-size: 9px;
  color: #9199a8;
  padding: 4px;
}
.landing-page .mock-calendar .cal-event {
  background: var(--warn);
  color: #1f2430;
}
.landing-page .mock-calendar .cal-highlight {
  background: rgba(0, 191, 165, 0.18);
  color: #0f766e;
  font-weight: 700;
}
.landing-page {
  /* Mock: operation modal */
}
.landing-page .mock-operation {
  padding: 20px;
  background: #10131c;
}
.landing-page .mock-operation .op-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}
.landing-page .mock-operation .op-field {
  background: #171c28;
  border: 1px solid #262c3d;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 9.5px;
}
.landing-page .mock-operation .op-field label {
  display: block;
  color: #6b7280;
  font-size: 8.5px;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 0.03em;
}
.landing-page .mock-operation .op-field span {
  color: #e6e8ee;
  font-weight: 600;
}
.landing-page .mock-operation .op-payment {
  margin-top: 14px;
  background: #171c28;
  border: 1px solid #262c3d;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing-page .mock-operation .op-payment span:first-child {
  font-size: 10.5px;
  color: #e6e8ee;
  font-weight: 600;
}
.landing-page .mock-operation .op-payment span:last-child {
  color: var(--ok);
  font-weight: 700;
  font-size: 12px;
}
.landing-page {
  /* ---------------- CTA final ---------------- */
}
.landing-page .cta-final .cta-card {
  position: relative;
  background: linear-gradient(135deg, rgba(0, 191, 165, 0.14), rgba(37, 99, 235, 0.1));
  border: 1px solid rgba(0, 191, 165, 0.25);
  border-radius: 24px;
  padding: 72px 40px;
  text-align: center;
  overflow: hidden;
}
.landing-page .cta-final .cta-card h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 16px;
}
.landing-page .cta-final .cta-card p {
  color: var(--text-muted);
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto 30px;
}
.landing-page .cta-final .cta-card .cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.landing-page .cta-final .cta-card .cta-note {
  margin-top: 18px;
  font-size: 12.5px;
  color: var(--text-muted);
}
.landing-page {
  /* ---------------- Footer ---------------- */
}
.landing-page .landing-footer {
  border-top: 1px solid var(--border-color);
  padding: 56px 0 28px;
}
.landing-page .landing-footer .footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
.landing-page .landing-footer .footer-brand p {
  margin-top: 14px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
  max-width: 320px;
}
.landing-page .landing-footer .footer-col h5 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  margin-bottom: 16px;
  font-weight: 600;
}
.landing-page .landing-footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.landing-page .landing-footer .footer-col a {
  font-size: 14px;
  color: var(--text-main);
  opacity: 0.85;
  transition: opacity 0.2s ease;
}
.landing-page .landing-footer .footer-col a:hover {
  opacity: 1;
  color: var(--teal-light);
}
.landing-page .landing-footer .footer-bottom {
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: var(--text-muted);
}
.landing-page .landing-footer .footer-gk {
  font-weight: 700;
  background: linear-gradient(45deg, #3b82f6, #8b5cf6, #ec4899, #3b82f6);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gkShift 5s ease infinite;
}
@keyframes gkShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.landing-page {
  /* ---------------- Responsive ---------------- */
}
@media (max-width: 1024px) {
  .landing-page .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .landing-page .rubros-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .landing-page .showcase-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .landing-page .showcase-row.reverse .showcase-copy {
    order: 1;
  }
  .landing-page .showcase-row.reverse .showcase-visual {
    order: 2;
  }
  .landing-page .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .landing-page .footer-brand {
    grid-column: 1/-1;
  }
}
@media (max-width: 768px) {
  .landing-page .landing-nav .nav-links {
    display: none;
  }
  .landing-page .landing-nav .nav-links.is-open {
    display: flex;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: rgba(9, 9, 11, 0.97);
    border-bottom: 1px solid var(--border-color);
    padding: 8px 24px 16px;
  }
  .landing-page .landing-nav .nav-links.is-open a {
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
  }
  .landing-page .landing-nav .nav-links.is-open a:last-child {
    border-bottom: none;
  }
  .landing-page .landing-nav .nav-toggle {
    display: flex;
  }
  .landing-page .landing-nav .nav-actions {
    gap: 8px;
  }
  .landing-page .landing-nav .btn {
    padding: 9px 14px;
    font-size: 13px;
  }
  .landing-page .hero {
    padding: 56px 0 24px;
  }
  .landing-page .features-grid {
    grid-template-columns: 1fr;
  }
  .landing-page .rubros-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .landing-page .section {
    padding: 64px 0;
  }
  .landing-page .cta-final .cta-card {
    padding: 48px 24px;
  }
  .landing-page .footer-top {
    grid-template-columns: 1fr;
  }
  .landing-page .hero-visual {
    transform: none;
  }
  .landing-page .mock-social {
    grid-template-columns: 1fr;
  }
  .landing-page .op-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .landing-page .landing-nav .brand-nexora {
    display: none;
  }
  .landing-page .landing-nav .nav-actions {
    gap: 6px;
  }
  .landing-page .landing-nav .nav-actions .btn i {
    display: none;
  }
  .landing-page .landing-nav .btn {
    padding: 8px 12px;
    font-size: 12px;
  }
  .landing-page .landing-nav .nav-toggle {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
}

.v-treeview-node__root > button {
  color: white !important;
}

.v-treeview-node__root > .v-treeview-node__content > .v-treeview-node__prepend > i {
  color: white !important;
}

.v-treeview-node__root > .v-treeview-node__content > .v-treeview-node__label {
  color: white !important;
}

.v-list-item__subtitle {
  color: white !important;
}

header {
  background-color: #36344d !important;
}

.menu {
  background: linear-gradient(180deg, rgba(9, 32, 63, 0.87) 77%, rgba(47, 0, 255, 0.075)) !important;
}

.v-expansion-panel-title {
  font-size: 12px;
}

.vappbar {
  background-color: rgba(9, 32, 63, 0.6509803922) !important;
}

.fondobody {
  background-repeat: round;
  min-height: 750px;
}

.btnmenu:hover {
  background-color: rgba(50, 50, 255, 0);
  cursor: pointer;
}

.btnmenu > button {
  font-size: 12px;
}

.v-expansion-panel-text__wrapper {
  text-align: start;
  padding: 8px 19px 16px;
}

.btnHeader {
  background-color: rgba(18, 96, 25, 0.7411764706);
  color: #fff;
}

.btnHeader:hover {
  background-color: rgba(18, 96, 24, 0.4117647059);
  color: #fff;
}

.btnDelegate {
  background-color: rgba(18, 96, 25, 0.7411764706) !important;
  color: #ffffff !important;
  left: 0px;
  top: 0px !important;
  font-size: 10px;
}

.btnDelegate:hover {
  background-color: rgba(18, 96, 24, 0.4117647059) !important;
}

.btnDelegatetitulo {
  background-color: #673de6 !important;
  color: #ffffff !important;
  left: 0px;
  top: 0px !important;
}

.btnDelegatetitulo:hover {
  background-color: rgba(103, 61, 230, 0.7607843137) !important;
}

.btnDelegateDelete {
  background-color: #e63d3d !important;
  color: #ffffff !important;
  left: 0px;
  top: 0px !important;
  font-size: 10px;
}

.btnDelegateDelete:hover {
  background-color: rgba(230, 61, 61, 0.7607843137) !important;
}

.form-control-fecha {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2823529412);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.1475rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-fecha > .v-input {
  width: 100% !important;
  display: inline;
}

.form-control-fecha:hover {
  border-color: #673de6;
}

.form-control-fecha > label {
  color: #673de6 !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2823529412);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.1475rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.GKTabla {
  margin: 0px !important;
  font-family: Arial, Helvetica, sans-serif;
}

.GKTabla > thead > tr > th {
  font-size: 14px !important;
  color: #06040c;
}

.GKTabla > thead > tr > th:hover {
  color: #673de6;
}

.GKTabla > tbody > tr > td {
  font-size: 12px !important;
}

.GKTabla > tbody > tr:hover td {
  color: #ffffff;
}

.divTabla {
  border-left: 1px solid rgba(90, 90, 90, 0.562);
}

.dropdown {
  font-size: 12px;
  font-family: "";
  width: 10%;
  text-align: center;
}

.dropdown:hover {
  border-bottom: 1px solid #673de6;
}

#dropdownMenu2 {
  font-size: 12px;
}

/* Personalizados */
.modal-all {
  max-width: 100%;
  height: 100%;
  margin: auto !important;
}

.title-Modal {
  background-color: #09203f !important;
  text-align: start;
  color: #ffffff !important;
}

.modalCardClass {
  box-shadow: 0px 0px 10px #09203f !important;
}

.labelAutorizacion > div > div > div > div > div > input {
  color: #171a25 !important;
  font-size: 20px !important;
}

.v-card__actions {
  background-color: #09203f;
}

.v-card__actions > button > span {
  color: #ffffff !important;
}

.v-card-text {
  background-color: #09203f;
  color: #ffffff;
}

/* Global sleek scrollbar styles for webkit browsers */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(121, 121, 121, 0.3);
  border-radius: 20px;
  border: 1px solid transparent;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(121, 121, 121, 0.5);
}

/* Firefox scrollbar support */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(121, 121, 121, 0.3) transparent;
}

/* Specific scrollable containers */
.divscroll, .divscrollJuan, .contenedor-main {
  overflow: auto;
  box-sizing: border-box;
  scrollbar-width: thin;
}

/* Light background scrollbars for tables / white card areas */
.divscrollJuan::-webkit-scrollbar-thumb,
.divscroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.18);
}

.divscrollJuan::-webkit-scrollbar-thumb:hover,
.divscroll::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

.divscrollJuan {
  background-color: #ffffff !important;
}

.btnPdf {
  color: #000 !important;
  caret-color: #000 !important;
  background-color: rgb(255, 255, 255);
}

.btnExel {
  color: #000 !important;
  caret-color: #000 !important;
  background-color: rgb(255, 255, 255);
}

.borderClasGK {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(17, 116, 172, 0.568627451);
}

.tamañoLogoencabezado {
  width: 10px;
}

.form-control {
  display: block !important;
  width: 100% !important;
  padding: 0.1rem 0.1rem !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  color: #040b13 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid rgba(0, 0, 0, 0.527) !important;
  border-radius: 0.1475rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.btn:hover {
  color: black !important;
}

.btn {
  display: inline-block !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  text-align: center !important;
  text-decoration: none !important;
  /* vertical-align: middle !important; */
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  border: 1px solid transparent !important;
  padding: 0.1rem 0.1rem !important;
  font-size: 1.01rem !important;
  border-radius: 0.25rem !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

#form-buscar {
  margin: 0px !important;
  width: 99% !important;
}

.mb-3 {
  margin-bottom: 0px !important;
}

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

/* Modificamos el hr para que tenga un margin de 0.2rem*/
hr {
  margin: 0.2rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

/* Aqui agregamos el tamaño de los bordes de las columnas de los row*/
.v-col-xxl,
.v-col-xxl-auto,
.v-col-xxl-12,
.v-col-xxl-11,
.v-col-xxl-10,
.v-col-xxl-9,
.v-col-xxl-8,
.v-col-xxl-7,
.v-col-xxl-6,
.v-col-xxl-5,
.v-col-xxl-4,
.v-col-xxl-3,
.v-col-xxl-2,
.v-col-xxl-1,
.v-col-xl,
.v-col-xl-auto,
.v-col-xl-12,
.v-col-xl-11,
.v-col-xl-10,
.v-col-xl-9,
.v-col-xl-8,
.v-col-xl-7,
.v-col-xl-6,
.v-col-xl-5,
.v-col-xl-4,
.v-col-xl-3,
.v-col-xl-2,
.v-col-xl-1,
.v-col-lg,
.v-col-lg-auto,
.v-col-lg-12,
.v-col-lg-11,
.v-col-lg-10,
.v-col-lg-9,
.v-col-lg-8,
.v-col-lg-7,
.v-col-lg-6,
.v-col-lg-5,
.v-col-lg-4,
.v-col-lg-3,
.v-col-lg-2,
.v-col-lg-1,
.v-col-md,
.v-col-md-auto,
.v-col-md-12,
.v-col-md-11,
.v-col-md-10,
.v-col-md-9,
.v-col-md-8,
.v-col-md-7,
.v-col-md-6,
.v-col-md-5,
.v-col-md-4,
.v-col-md-3,
.v-col-md-2,
.v-col-md-1,
.v-col-sm,
.v-col-sm-auto,
.v-col-sm-12,
.v-col-sm-11,
.v-col-sm-10,
.v-col-sm-9,
.v-col-sm-8,
.v-col-sm-7,
.v-col-sm-6,
.v-col-sm-5,
.v-col-sm-4,
.v-col-sm-3,
.v-col-sm-2,
.v-col-sm-1,
.v-col,
.v-col-auto,
.v-col-12,
.v-col-11,
.v-col-10,
.v-col-9,
.v-col-8,
.v-col-7,
.v-col-6,
.v-col-5,
.v-col-4,
.v-col-3,
.v-col-2,
.v-col-1 {
  width: 100% !important;
  padding: 9px !important;
}

hr {
  color: rgba(255, 255, 255, 0);
}

/* Botones */
.btnHeaderdelete {
  background-color: rgba(255, 255, 255, 0.8941176471) !important;
  border: 1px solid rgba(8, 1, 1, 0.8705882353) !important;
  color: rgba(8, 1, 1, 0.8705882353);
}
.btnHeaderdelete .v-btn--variant-elevated, .btnHeaderdelete .v-btn--variant-flat {
  background-color: rgba(191, 24, 24, 0.4156862745) !important;
  border: 1px solid rgba(63, 9, 9, 0.4156862745) !important;
  color: #fff;
}

.btnHeaderdelete:hover {
  background-color: rgba(185, 25, 25, 0.6196078431) !important;
  border: 1px solid rgba(185, 25, 25, 0.6196078431) !important;
  color: white;
}
.btnHeaderdelete:hover .v-btn--variant-elevated, .btnHeaderdelete:hover .v-btn--variant-flat {
  background-color: rgba(191, 24, 24, 0.4156862745) !important;
  border: 1px solid rgba(63, 9, 9, 0.4156862745) !important;
  color: #fff;
}

.btnHeader {
  background-color: rgba(24, 97, 191, 0.4156862745) !important;
  border: 1px solid rgba(9, 32, 63, 0.4156862745) !important;
  font-weight: 900 !important;
  color: #fff;
}
.btnHeader span {
  font-weight: 900 !important;
}

.btnHeader:hover {
  background-color: #55708b !important;
  border: 1px solid rgba(18, 37, 96, 0.4117647059);
  color: #ffffff !important;
}

/* Fin Botones */
/* Filtro */
.filtro {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
}
.filtro button {
  background-color: #093663 !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  border: 1px solid #000000 !important;
  border-radius: 5px !important;
}
.filtro input, .filtro select {
  background-color: rgba(68, 68, 68, 0) !important;
  color: #000000 !important;
  font-weight: 900 !important;
  border: 1px solid #232323 !important;
  border-radius: 5px !important;
  padding: 0.1rem 0.1rem !important;
}
.filtro input::placeholder, .filtro select::placeholder {
  color: #4f4f4f; /* Cambia este color al que quieras */
}

/* Fin Filtro*/
/* Paginado de Tabla */
.pagination {
  justify-content: center !important;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.pagination .page-item .page-link {
  background-color: rgba(1, 15, 28, 0);
  color: #023371;
  font-weight: 900;
}
.pagination .page-item:hover .page-link {
  background-color: #010f1c !important;
  color: #ffffff !important;
}

/* Tabla */
.tablaJuanClass {
  background-color: #002a61 !important;
  color: rgb(0, 0, 0) !important;
  height: auto !important; /* Allow table to fit its content instead of stretching awkwardly */
  border-radius: 5px !important;
}

.divscrollJuan {
  overflow: auto;
  box-sizing: border-box;
  padding: 0 0rem;
  background-color: #ffffff !important;
}

.GKTabla {
  height: auto !important; /* Allow table to fit its content */
  width: 99.7%;
}
.GKTabla thead th {
  position: sticky !important;
  top: 0 !important;
  z-index: 10 !important;
  padding: 0.5rem 0.5rem !important;
  background-color: #46525e !important;
  color: #ffffff !important;
  border-bottom: 1px solid #2c2d2e !important;
}
.GKTabla thead:nth-last-child(2) {
  border-right: 1px solid black;
}
.GKTabla tr td:nth-last-child(2) {
  border-right: 1px solid rgb(63, 63, 63);
}

.table-striped > tbody > tr:nth-of-type(odd) {
  color: rgb(1, 1, 1) !important;
}

.table > :not(caption) > * > * {
  padding: 0rem 0.5rem !important;
  background-color: rgba(87, 118, 149, 0.8705882353);
  color: #fff;
  border-bottom-width: 1px !important;
}

.totalPagina {
  background-color: #e4e4e4 !important;
  border-top: 1px solid rgba(93, 93, 93, 0.562) !important;
  color: #000000;
}
.totalPagina button {
  color: #000000 !important;
  font-weight: 500 !important;
}

/* Fin Tabla */
/* Menu */
.menuClass {
  border-radius: 5px !important;
}

.menu-container {
  background-color: rgba(33, 2, 72, 0.0352941176) !important; /* blanco limpio */
  padding: 10px 20px; /* más aire */
  position: relative;
  width: 100%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important; /* sombra sutil elegante */
  border-bottom: 0px solid #e0e0e0; /* línea separadora */
  display: flex;
  align-items: center;
  z-index: 10;
}

.menu-container > div {
  justify-content: start !important;
  margin-left: 0%;
}

.menu-btn {
  height: 40px !important;
  background-color: #010f1c !important;
  color: #ffffff !important; /* negro más fuerte */
  font-weight: 900 !important; /* texto bien grueso */
  text-transform: uppercase !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
  margin: 0 6px !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease-in-out !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu-btn:hover {
  background-color: #010f1c !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
  color: #ffffff;
}

/* Elementos del menú */
.menu-item {
  padding: 10px 20px;
  color: #f4f4f4;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.25s ease-in-out;
  cursor: pointer;
}

.menu-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.menu-dropdown {
  background-color: #1e1e2f;
  border-radius: 10px;
  padding: 8px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  min-width: 200px;
  z-index: 1000;
}

/* Fin Elementos del menú */
/* Fin Menu */
/* Ícono */
.icon {
  color: #006eff !important;
  font-size: 20px;
}

/* Fin Ícono */
/* Detalle del menú */
.detalle {
  color: #010218 !important;
  font-size: 14px !important;
}

.v-list-item {
  color: #010218 !important;
  font-size: 14px !important;
  font-weight: 700;
  transition: color 0.3s ease-in-out;
}

.v-list-item:hover {
  color: #ffffff !important; /* color azul al hacer hover */
  background-color: #09155c !important;
}

/* Fin Detalle del menú */
/* Fondo ContenedorIndex */
.modalCardClass {
  background-color: rgba(24, 97, 191, 0.4156862745) !important;
}

.v-toolbar__content {
  height: 50px !important;
}

.fondobody {
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.7333333333);
}

/* Fin Fondo ContenedorIndex */
/* barra de modal CRUD */
.toolbar-gk .v-toolbar__content {
  height: 51px !important;
  color: #fff;
  background-color: rgba(24, 97, 191, 0.4156862745) !important;
}

.v-tabs {
  color: #fff !important;
  background-color: #09203f !important;
}

.v-card-text {
  background-color: #e0e0e0 !important;
  color: #000000;
}

/* Fin Barra modal Crud */
/* Estilo Modales */
.title-Modal {
  background-color: #f5f5f5 !important;
  font-size: 15px !important;
}

.title-Modal > div > .v-btn--icon {
  font-size: 25px;
  color: rgba(30, 30, 30, 0.7843137255);
  font-weight: 100 !important; /* más fino */
}

.modalCardClass > .title-Modal {
  text-align: start;
  color: rgba(30, 30, 30, 0.7843137255) !important;
  box-shadow: 0px 0px 10px #000000 !important;
}

.v-card {
  background-color: #e8e8e8 !important;
  color: white !important;
}

.v-card-actions {
  background-color: rgba(255, 255, 255, 0.8470588235) !important;
  color: white !important;
}

/* Fin Estilo Modales */
/* boton delegados */
.btnCrud {
  background-color: rgba(10, 39, 78, 0.9215686275) !important;
  color: #ffffff !important;
  left: 0;
  top: 0 !important;
}

.btnDelegate {
  background-color: #ffffff !important;
  border: 1px solid rgba(8, 1, 1, 0.8705882353) !important;
  color: rgba(8, 1, 1, 0.8705882353) !important;
  font-weight: 900 !important;
}

.btnDelegate:hover {
  background-color: #3de640 !important;
  border: 1px solid #3de640;
  color: #ffffff !important;
}

.btnDelegatetitulo {
  background-color: #673de6 !important;
  color: #ffffff !important;
  left: 0px;
  top: 0px !important;
}

.btnDelegatetitulo:hover {
  background-color: rgba(103, 61, 230, 0.7607843137) !important;
}

.btnDelegateDelete {
  background-color: #e63d3d !important;
  color: #ffffff !important;
  left: 0px;
  top: 0px !important;
  font-size: 10px;
}

.btnDelegateDelete:hover {
  background-color: rgba(230, 61, 61, 0.7607843137) !important;
}

/* Fin boton delegados */
/* Boton limpiar */
.btnlimpiar {
  color: #673de6 !important;
}

/* Fin Boton Limpiar */
/* Barra titulo */
.vappbar {
  background-color: rgba(225, 227, 229, 0.8196078431) !important;
  height: 50px;
}

.v-main {
  --v-layout-top:38px !important;
}

/* Footer App */
.footerApp {
  background-color: #04101f !important;
  color: rgb(255, 255, 255);
}

/* Load */
.load {
  background-color: rgba(14, 34, 61, 0.9490196078) !important;
  color: white !important;
}

.progress {
  color: #ffffff;
}