/* Variables de Diseño */
/* Definición de temas */
:root[data-theme="light"] {
  --bg-gradient: linear-gradient(135deg, #0f0f11 0%, #16161a 100%);
  --card-bg: rgba(26, 26, 30, 0.65);
  --border-color: rgba(0, 0, 0, 1);
  --text-primary: #111111;
  --text-secondary: #111111;
  --accent-color: #10b981; /* Verde WhatsApp sofisticado */
  --accent-hover: #059669;
  --excluir-color: #f56c6c; /* Verde WhatsApp sofisticado */
  --excluir-hover: #5e0404;
  --radius: 12px;
  --transition: all 0.4s ease-in-out;
  --col-border: #222222;
  --bg-status-badge: #14351d;
  --col-status-badge: #4ade80;
  --bg-card: #111111;
  --col-label: #aaaaaa;
  --col-h2: #000000;
  --bg-log-box: #f8f9fa;
  --col-log-box: #000000;
  --bg-textarea-msg-img: #ffffff;
  --bg-textarea-msg-img-focus: #f3f4f6;
  --bg-file-input-msg-img: #d4af37;
  --col-text-white: #000000;
  --col-link-description: #0a0a0a !important;

  /* clientes */
  --bg-dark: #e0e0e0;
  --bg-card: #f3e5ab;
  --bg-input: #ffffff;
  --col-input: #1a1a1a;

  --gold: #d4af37;
  --gold-hover: #aa841b;
  --gold-light: #0a0c10;
  --transition-smooth: 0.4s ease-in-out;
  --col-dark: #0a0a0a;
  --bor-color: #222222;

  /* Inicio */
  --bg-midnight-0: #f3e5ab;
  --bg-midnight: #f8f9fa;
  --accent-gold: #d4af37;
  --accent-blue: #004687;
  --text-light: #ffffff;
  --text-light-hover: #0a0c10;
}
:root[data-theme="dark"] {
  --bg-gradient: linear-gradient(135deg, #0f0f11 0%, #16161a 100%);
  --card-bg: rgba(26, 26, 30, 0.65);
  --border-color: rgba(255, 255, 255, 0.08);
  --text-primary: #f3f4f6;
  --text-secondary: #9ca3af;
  --accent-color: #10b981; /* Verde WhatsApp sofisticado */
  --accent-hover: #059669;
  --excluir-color: #f56c6c; /* Verde WhatsApp sofisticado */
  --excluir-hover: #5e0404;
  --radius: 12px;
  --transition: all 0.4s ease-in-out;
  --col-border: #222222;
  --bg-status-badge: #14351d;
  --col-status-badge: #4ade80;
  --bg-card: #111111;
  --col-label: #aaaaaa;
  --col-h2: #ffffff;
  --bg-log-box: #000;
  --col-log-box: #25d366;
  --bg-textarea-msg-img: rgba(255, 255, 255, 0.03);
  --bg-textarea-msg-img-focus: rgba(255, 255, 255, 0.05);
  --bg-file-input-msg-img: #f0f0f0;
  --col-text-white: #ffffff;
  --col-link-description: #8fa0ba !important;

  /* clientes */
  --bg-dark: #0a0a0a;
  --bg-card: #121212;
  --bg-input: #1a1a1a;
  --col-input: #ffffff;
  --gold: #d4af37;
  --gold-hover: #aa841b;
  --gold-light: #f3e5ab;
  --transition-smooth: 0.4s ease-in-out;
  --col-dark: #e0e0e0;
  --bor-color: transparent;

  /* Inicio */
  --bg-midnight-0: #101827;
  --bg-midnight: #0a0c10;
  --accent-gold: #d4af37;
  --accent-blue: #004687;
  --text-light: #f8f9fa;
  --text-light-hover: #f3e5ab;
}

/* body {
  background: var(--bg-dark);
  color: var(--col-dark);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 40px;
} */

/* Definición de colores globales */
:root {
  --sol-centro: #e0f7fa; /* Blanco cian brillante (núcleo) */
  --sol-medio: #00e5ff; /* Azul neón / Turquesa */
  --sol-borde: #2979ff; /* Azul profundo eléctrico */
  --sol-cara: #0d47a1; /* Azul marino oscuro para los rasgos */
  --sol-inset: #ffffff;
}
/* Estilos base para pantalla completa */
body,
html {
  margin: 0;
  padding: 0;
  max-width: 100dvw;
  max-height: 100dvh;
  min-width: 250px !important;
  background-color: #000;
  overflow-x: hidden;
  overflow-y: show;
  font-family: sans-serif;
}
/* Contenedor del espacio */
.space {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
  z-index: 0;
}
/* CSS para las estrellas */
.starspace {
  position: absolute;
  width: 2px;
  height: 2px;
  background: white;
  border-radius: 50%;
  opacity: 0.5;
  animation: twinkle var(--duration) infinite ease-in-out;
}
@keyframes twinkle {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
.contentspace {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  width: 90%;
  max-width: 25rem;
  margin: auto;
}
#logospace {
  width: 100%;
  max-width: 18.75rem; /* Los 300px originales */
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  /* Esto hará que el blanco se vuelva transparente */
  background: transparent;
  mix-blend-mode: multiply;
  /* El modo 'multiply' hace que el blanco se vuelva invisible sobre fondos oscuros */
  /* Esto vuelve la imagen a escala de grises y ajusta el brillo */
  /* Solo úsalo si quieres un estilo "fantasma" o muy específico */
  filter: brightness(1.1) contrast(1.2);
  /* Pero esto NO elimina el blanco, solo lo hace más brillante */
  /* Fuerza una geometría circular perfecta */
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
  /* Degradado radial concéntrico perfecto */
  background: radial-gradient(
    circle at center,
    var(--sol-centro) 10%,
    var(--sol-medio) 55%,
    var(--sol-borde) 100%
  );
  /* Resplandor exterior azul neón suavizado */
  box-shadow: 0 0 50px var(--sol-medio);
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Ojos redondos y alineados */
#logospace::before {
  content: "";
  position: absolute;
  top: 38%;
  width: 22px;
  height: 22px; /* Mismo ancho y alto para que sean círculos perfectos */
  background-color: var(--sol-cara);
  border-radius: 50%;
  box-shadow: 60px 0 0 var(--sol-cara);
  transform: translateX(-30px);
  animation: parpadeo 4s infinite;
}
/* Sonrisa */
#logospace::after {
  content: "";
  position: absolute;
  top: 52%;
  width: 45px;
  height: 22px;
  border-bottom: 5px solid var(--sol-cara);
  border-radius: 0 0 45px 45px;
}
@keyframes parpadeo {
  0%,
  90%,
  100% {
    transform: translateX(-30px) scaleY(1);
  }
  95% {
    transform: translateX(-30px) scaleY(0.1);
  }
}
.btnspace {
  display: block;
  width: 100%;
  padding: 18px;
  margin-bottom: 15px;
  background: transparent;
  border: 1px solid #00d2ff;
  color: white;
  text-decoration: none;
  border-radius: 12px;
  text-align: center;
  font-weight: bold;
  backdrop-filter: blur(10px);
  font-size: small;
  font-weight: 400;
}
.btnspace:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #00d2ff;
  font-weight: 900;
}

.container {
  max-width: 100dvw !important;
  margin: 0 auto;
}
header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  /* border-bottom: 1px solid var(--col-border);
  padding-bottom: 20px;
  margin-bottom: 30px; */
}
h1 {
  color: var(--gold);
  margin: 0;
  font-weight: 400;
  letter-spacing: 1px;
}

.table-dark-user {
  background: var(--bg-table-dark-user);
  color: var(--col-table-dark-user);
}
.table-hover-user {
  background: var(--bg-table-hover-user);
  color: var(--col-table-hover-user);
}
.text-white-black {
  color: var(--col-text-white) !important;
}
.text-muted-title {
  color: var(--col-text-white) !important;
}
.status-badge {
  background: var(--bg-status-badge);
  color: var(--col-status-badge);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #22c55e40;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.card {
  background: var(--bg-card);
  border: 1px solid var(--col-border);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
h2 {
  color: var(--col-h2);
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  border-left: 3px solid var(--gold);
  padding-left: 10px;
}
.form-group {
  margin-bottom: 15px;
}
label {
  display: block;
  font-size: 13px;
  color: var(--col-label);
  margin-bottom: 5px;
}
input,
textarea {
  width: auto !important;
  padding: 10px;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 6px;
  color: #fff;
  box-sizing: border-box;
}
input:focus,
textarea:focus {
  border-color: var(--gold);
  outline: none;
}
button {
  width: 100%;
  background: var(--gold);
  color: #000;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
button:hover {
  background: #f1c40f;
  transform: translateY(-1px);
}
.btn-send {
  background: #25d366;
  color: #fff;
  font-size: 16px;
}
.btn-send:hover {
  background: #20ba5a;
}
.client-item {
  background: #161616;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--col-border);
}
.client-info {
  font-size: 14px;
}
.client-info strong {
  color: #fff;
}
.client-info span {
  color: #888;
  font-size: 12px;
  margin-left: 10px;
}
#log-box {
  background: var(--bg-log-box);
  color: var(--col-log-box);
  border: 1px solid #333;
  font-family: monospace;
  padding: 15px;
  height: 120px;
  overflow-y: auto;
  font-size: 12px;
  border-radius: 6px;
  margin-top: 20px;
}

/* *************************** */
/* estilos de Mensaje & Imagen */
.card-container-msg-img {
  background: var(--card-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 40px;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.subtitle-msg-img {
  color: var(--text-secondary);
  font-size: 0.875rem;
  margin-bottom: 30px;
}
.form-group-msg-img {
  margin-bottom: 24px;
}
.label-msg-img {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.textarea-msg-img {
  width: 100%;
  background: var(--bg-textarea-msg-img);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 14px;
  color: var(--text-primary);
  font-size: 0.95rem;
  resize: none;
  transition: var(--transition);
}
.textarea-msg-img:focus {
  outline: none;
  border-color: var(--accent-color);
  background: var(--bg-textarea-msg-img-focus);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
}
/* Área de carga de archivos */
.file-drop-area-msg-img {
  position: relative;
  display: flex;
  align-items: center;
  width: auto !important;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px dashed var(--border-color);
  border-radius: 8px;
  transition: var(--transition);
  cursor: pointer;
}
.file-drop-area-msg-img:hover {
  border-color: var(--accent-color);
  background: rgba(255, 255, 255, 0.04);
}
.fake-btn-msg-img {
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--bor-color);
  border-radius: 6px;
  padding: 8px 14px;
  margin-right: 12px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: var(--transition);
}
.file-msg-img {
  font-size: 0.85rem;
  color: var(--text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-input-msg-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: var(--bg-file-input-msg-img);
  color: var(--text-primary);
  cursor: pointer;
}
/* Vista previa de Imagen */
#previewContainer-msg-img {
  margin-top: 16px;
  width: 100%;
  height: 240px; /* Altura firme y controlada para el diseño */
  background-color: rgba(
    0,
    0,
    0,
    0.3
  ); /* Fondo oscuro para destacar la imagen */
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
  /* Centrado absoluto multi-propósito sin usar flex/grid */
  display: block;
  position: relative;
  text-align: center;
}
#imagePreview-msg-img {
  width: 100%;
  height: 100%;
  display: block;
  /* CONTROL CLAVE: 'contain' mantiene la proporción real centrada sin recortar.
       Si prefiero que llene todo el recuadro recortando los bordes, cambia a 'cover' */
  object-fit: contain;
  object-position: center;
  /* Animación suave de aparición al cargar la imagen (0.4s) */
  animation: fadeInPreview-msg-img 0.4s ease-in-out forwards;
}
/* Animación sutil de entrada para la fidelidad visual */
@keyframes fadeInPreview-msg-img {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Botón de Acción */
.btn-primary-msg-img {
  width: 100%;
  background: var(--accent-color);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-primary-msg-img:hover {
  background: var(--accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
}
.btn-primary-msg-img:active {
  transform: translateY(0);
}
.btn-secundary-msg-img {
  width: 100%;
  background: var(--excluir-color);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-secundary-msg-img:hover {
  background: var(--excluir-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
}
.btn-secundary-msg-img:active {
  transform: translateY(0);
}
.hidden-msg-img {
  display: none !important;
}
.show-msg-img {
  display: block !important;
}

/* *************************** */

/* clientes */

.bg-main {
  background-color: var(--bg-dark);
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
}
.btn-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.cliente-habilitado-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
.cliente-habilitado-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
/* Tarjetas y Contenedores */
.card-custom {
  background-color: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

/* Modales Premium */
.card-modal {
  background-color: var(--bg-card) !important;
  border: 1px solid var(--gold) !important;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.15);
  border-radius: 14px;
}

.card-modal-danger {
  background-color: var(--bg-card) !important;
  border: 1px solid #dc3545 !important;
  box-shadow: 0 0 25px rgba(220, 53, 69, 0.15);
  border-radius: 14px;
}

/* Inputs de Formularios */
.input-custom {
  background-color: var(--bg-input) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: var(--col-input) !important ;
  transition: var(--transition-smooth);
}
.input-custom:focus {
  border-color: var(--gold) !important;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.2) !important;
}

/* Botones Premium */
.btn-close-border-white {
  border: 1px solid white !important;
}
.btn-gold {
  background-color: var(--gold) !important;
  color: #000000 !important;
  font-weight: 600;
  border: none;
  transition: var(--transition-smooth);
}
.btn-gold:hover {
  background-color: var(--gold-hover) !important;
  transform: scale(1.03);
}

.btn-outline-gold {
  width: auto !important;
  height: auto !important;
  color: var(--gold);
  border: 1px solid var(--gold);
  transition: var(--transition-smooth);
}
.btn-outline-resize {
  width: auto !important;
  height: auto !important;
}
.btn-outline-danger {
  width: auto !important;
  height: auto !important;
}
.btn-outline-gold:hover {
  background-color: var(--gold);
  color: #000;
}

.text-gold-light {
  color: var(--gold-light);
}

/* Animaciones de renderizado */
.fade-in-row {
  animation: fadeInRow var(--transition-smooth);
}

@keyframes fadeInRow {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* clientes */

/* *************************** */

/* *************************** */

/* inicio */

.main-body {
  background: radial-gradient(
    circle at 50% 20%,
    var(--bg-midnight-0) 0%,
    var(--bg-midnight) 70%
  );
  color: var(--text-light);
  font-family: "Plus Jakarta Sans", sans-serif;
  min-height: 100vh;
  overflow-x: show;
  padding: 0.5rem 0;
  border-radius: 10px;
}

/* Contenedor Principal con efecto cinematográfico sutil */
.main-container {
  max-width: 100dvw !important;
  width: 100%;
  padding: 0.5rem;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  animation: fadeInicio 1s ease-out;
}

/* Cabecera / Animación del Logo */
.brand-header {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 1rem;
}

.brand-logo {
  max-width: 100% !important;
  width: 30rem !important;
  max-height: 13rem !important;
  height: 100% !important;
  filter: drop-shadow(0 8px 24px rgba(0, 70, 135, 0.3));
  transition: var(--transition-smooth);
  margin-left: auto;
  margin-right: auto;
}

.brand-logo:hover {
  transform: scale(1.03);
  filter: drop-shadow(0 12px 32px rgba(212, 175, 55, 0.4));
}

.tagline {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  color: #8fa0ba;
  text-transform: uppercase;
  margin-top: 1rem;
}

.links-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Estilo de los Botones (Glassmorphism Avanzado) */
.link-card {
  max-width: 100% !important;
  width: 30rem !important;
  max-height: 13rem !important;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.15rem 1.5rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--text-light);
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
}

/* Estados de Interacción (Hover y Profundidad) */
.link-card:hover {
  transform: translateY(-4px) scale(1.01);
  background: rgba(255, 255, 255, 0.07);
  color: var(--text-light-hover);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

/* Colores e Identidades de los Íconos */
.icon-wrapper {
  width: 45px;
  height: 45px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-right: 1.25rem;
  transition: var(--transition-smooth);
}

/* Variaciones de Color de Botones basadas en las imágenes provistas */
.btn-catalogo {
  background: linear-gradient(
    to top,
    #000000 0%,
    #003366 5%,
    #66a3ff 100%
  ) !important;
  color: #ffffff !important;
}
.btn-catalogo .icon-wrapper {
  background: linear-gradient(135deg, #004687, #0072ce);
}
.btn-catalogo:hover {
  border-color: rgba(0, 114, 206, 0.5);
}
.btn-canal {
  background: linear-gradient(
    to top,
    #000000 0%,
    #f1031f 5%,
    #fa4e5f 100%
  ) !important;
  color: #ffffff !important;
}
.btn-canal .icon-wrapper {
  background: linear-gradient(135deg, #f83649, #f5021f);
}
.btn-canal:hover {
  border-color: rgba(220, 53, 69, 0.5);
}
.btn-whatsapp {
  background: linear-gradient(
    to top,
    #000000 0%,
    #02a358 5%,
    #72b897 100%
  ) !important;
  color: #ffffff !important;
}
.btn-whatsapp .icon-wrapper {
  background: linear-gradient(135deg, #198754, #146c43);
}
.btn-whatsapp:hover {
  border-color: rgba(25, 135, 84, 0.5);
}
.btn-conocenos {
  background: linear-gradient(
    to top,
    #000000 0%,
    #350194 5%,
    #7b64a7 100%
  ) !important;
  color: #ffffff !important;
}
.btn-conocenos .icon-wrapper {
  background: linear-gradient(135deg, #6f42c1, #59359a);
}
.btn-conocenos:hover {
  border-color: rgba(111, 66, 193, 0.5);
}

.link-text {
  flex-grow: 1;
  text-align: left;
}

.link-title {
  border-left: 1px solid #ffffff;
  padding-left: 20px;
  font-weight: 900;
  font-size: xx-large;
  color: var(--text-light) !important;
  /* margin-bottom: 0.1rem; */
  display: block;
}

.link-description {
  border-left: 1px solid #ffffff;
  padding-left: 20px;
  font-weight: 900;
  font-size: small;
  color: var(--text-light) !important;
  display: block;
}

.arrow-right {
  opacity: 0.4;
  transition: var(--transition-smooth);
  font-size: 0.9rem;
}

.link-card:hover .arrow-right {
  opacity: 1;
  transform: translateX(5px);
}

/* Animación de entrada de la página */
@keyframes fadeInicio {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ----------------------------------------------- */
/* ----------------------------------------------------------------- */
/* Large <= 1200px */
@media screen and (max-width: 1200px) {
}
/* Medium <= 992px */
@media screen and (max-width: 992px) {
}
/* Small <= 768px */
@media screen and (max-width: 768px) {
}
/* Extra Small <= 576px */
@media screen and (max-width: 576px) {
  .main-container {
    padding: 0.25rem;
  }
  .brand-header {
    margin-bottom: 0.7rem;
  }
  .link-card {
    padding: 1rem 1.3rem;
    margin-bottom: 0.7rem;
  }
  .link-title {
    font-size: xx-large;
  }
}
/* Extra Small <= 320px */
@media screen and (max-width: 320px) {
  .link-card {
    padding: 0.8rem 1.1rem;
    margin-bottom: 0.7rem;
  }
  .link-title {
    font-size: x-large;
  }
}

/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */

/* inicio */

/* *************************** */

/* Estilos para el botón conmutador (opcional) */
.theme-switch-wrapper {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
