.elementor-kit-532{--e-global-color-primary:#2B3C5D;--e-global-color-secondary:#40557D;--e-global-color-text:#1A2233;--e-global-color-accent:#F28C28;--e-global-color-163a5695:#1E2A43;--e-global-color-30350695:#4F5968;--e-global-color-2b5b1670:#C9D1DC;--e-global-color-23e5d99:#EEF2F6;--e-global-color-20858dd6:#FFF;--e-global-color-dd34012:#F8F8F8;--e-global-typography-primary-font-family:"Barlow Semi Condensed";--e-global-typography-primary-font-weight:800;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-secondary-font-family:"Barlow Semi Condensed";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-accent-font-family:"Barlow Semi Condensed";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;letter-spacing:-0.6px;}.elementor-kit-532 e-page-transition{background-color:#FFBC7D;}.elementor-kit-532 h1{font-family:"Barlow Semi Condensed", Sans-serif;font-size:36px;font-weight:800;text-transform:none;font-style:normal;text-decoration:none;letter-spacing:-0.6px;}.elementor-kit-532 h2{font-family:"Barlow Semi Condensed", Sans-serif;font-size:28px;font-weight:600;text-transform:none;font-style:normal;text-decoration:none;letter-spacing:-0.6px;}.elementor-kit-532 h3{font-family:"Barlow Semi Condensed", Sans-serif;font-size:22px;font-weight:600;text-transform:none;font-style:normal;text-decoration:none;letter-spacing:-0.6px;}.elementor-kit-532 h4{font-family:"Barlow Semi Condensed", Sans-serif;font-size:20px;font-weight:600;text-transform:none;font-style:normal;text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================================
   JUMITEC · Sistema global para FAQ + Tablas editoriales
   Publicar globalmente en el theme / child theme / CSS global
   ========================================================= */

/* =========================
   1) TOKENS GLOBALES
   ========================= */
:root {
  --jm-color-brand: var(--color-jumitec-primary, #0f766e);
  --jm-color-brand-strong: var(--color-jumitec-primary-strong, #115e59);

  --jm-color-surface: var(--color-jumitec-surface, #ffffff);
  --jm-color-surface-soft: var(--color-jumitec-surface-soft, #f8fafc);
  --jm-color-surface-accent: var(--color-jumitec-surface-accent, #eef4f7);

  --jm-color-border: var(--color-jumitec-border, #d7e0e6);
  --jm-color-border-strong: var(--color-jumitec-border-strong, #c2cfd8);

  --jm-color-text: var(--color-jumitec-text, #0f172a);
  --jm-color-text-muted: var(--color-jumitec-text-muted, #475569);

  --jm-color-shadow: var(--color-jumitec-shadow, rgba(15, 23, 42, 0.08));
  --jm-color-shadow-strong: var(--color-jumitec-shadow-strong, rgba(15, 23, 42, 0.14));

  --jm-font-family: var(--font-jumitec-primary, inherit);

  --jm-radius-sm: 0.75rem;
  --jm-radius-md: 1rem;
  --jm-radius-lg: 1.25rem;

  --jm-space-2xs: 0.25rem;
  --jm-space-xs: 0.5rem;
  --jm-space-sm: 0.75rem;
  --jm-space-md: 1rem;
  --jm-space-lg: 1.25rem;
  --jm-space-xl: 1.5rem;
  --jm-space-2xl: 2rem;

  --jm-shadow-card: 0 14px 34px -24px var(--jm-color-shadow);
  --jm-shadow-card-hover: 0 18px 40px -24px var(--jm-color-shadow-strong);

  --jm-transition: 0.25s ease;
}

/* =========================
   2) FAQ · ESTRUCTURA GLOBAL
   ========================= */
.jm-faq-section {
  font-family: var(--jm-font-family);
  color: var(--jm-color-text);
  background: var(--jm-color-surface);
  scroll-margin-top: 2rem;
}

.jm-faq-head {
  margin-bottom: var(--jm-space-lg);
}

.jm-faq-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.4rem, 1.1rem + 0.9vw, 2rem);
  line-height: 1.15;
  color: var(--jm-color-text);
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.jm-faq-intro {
  margin: 0;
  max-width: 72ch;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--jm-color-text-muted);
}

.faq-block {
  display: grid;
  gap: 0.9rem;
}

.faq-card {
  border: 1px solid var(--jm-color-border);
  border-radius: var(--jm-radius-md);
  background: var(--jm-color-surface);
  box-shadow: var(--jm-shadow-card);
  overflow: clip;
  transition:
    border-color var(--jm-transition),
    box-shadow var(--jm-transition),
    transform var(--jm-transition),
    background-color var(--jm-transition);
}

.faq-card:hover {
  border-color: color-mix(in srgb, var(--jm-color-brand) 26%, var(--jm-color-border));
  box-shadow: var(--jm-shadow-card-hover);
}

.faq-card[open] {
  border-color: color-mix(in srgb, var(--jm-color-brand) 34%, var(--jm-color-border));
  background:
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--jm-color-brand) 5%, var(--jm-color-surface)) 0%,
      var(--jm-color-surface) 100%
    );
}

.faq-card summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 1.1rem 3.5rem 1.1rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--jm-color-text);
  transition: color var(--jm-transition), background-color var(--jm-transition);
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card summary:hover {
  background: color-mix(in srgb, var(--jm-color-brand) 3%, var(--jm-color-surface));
}

.faq-card summary:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--jm-color-brand) 60%, white);
  outline-offset: -2px;
}

.faq-card summary::after,
.faq-card summary::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.15rem;
  width: 14px;
  height: 2px;
  background: var(--jm-color-brand-strong);
  border-radius: 999px;
  transform: translateY(-50%);
  transition: transform var(--jm-transition), opacity var(--jm-transition);
}

.faq-card summary::before {
  transform: translateY(-50%) rotate(90deg);
}

.faq-card[open] summary::before {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg) scaleX(0.2);
}

.faq-card[open] summary {
  color: var(--jm-color-brand-strong);
}

.faq-a {
  padding: 0 1rem 1rem;
  border-top: 1px solid color-mix(in srgb, var(--jm-color-brand) 10%, var(--jm-color-border));
}

.faq-a > *:first-child {
  margin-top: 0.9rem;
}

.faq-a p,
.faq-a ul,
.faq-a ol {
  margin: 0.9rem 0 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--jm-color-text-muted);
}

.faq-a li + li {
  margin-top: 0.35rem;
}

.faq-a strong {
  color: var(--jm-color-text);
  font-weight: 700;
}

.faq-a a {
  color: var(--jm-color-brand-strong);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.14em;
}

/* =========================
   3) TABLAS · SISTEMA GLOBAL
   ========================= */

.jm-table-wrap {
  margin: 1rem 0 1.25rem;
  border: 1px solid var(--jm-color-border);
  border-radius: var(--jm-radius-md);
  background: var(--jm-color-surface);
  box-shadow: var(--jm-shadow-card);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.jm-table-wrap:focus-within {
  border-color: color-mix(in srgb, var(--jm-color-brand) 28%, var(--jm-color-border));
  box-shadow: var(--jm-shadow-card-hover);
}

.jm-table {
  width: 100%;
  min-width: 640px;
  border-collapse: separate;
  border-spacing: 0;
  font-family: var(--jm-font-family);
  color: var(--jm-color-text);
  background: var(--jm-color-surface);
}

.jm-table caption {
  caption-side: top;
  text-align: left;
  padding: 1rem 1rem 0.75rem;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--jm-color-text);
  background: var(--jm-color-surface);
}

.jm-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 0.95rem 1rem;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  color: var(--jm-color-text);
  background: var(--jm-color-surface-accent);
  border-bottom: 1px solid var(--jm-color-border-strong);
  white-space: nowrap;
}

.jm-table tbody th,
.jm-table tbody td {
  padding: 0.9rem 1rem;
  font-size: 0.96rem;
  line-height: 1.6;
  vertical-align: top;
  border-bottom: 1px solid var(--jm-color-border);
  background: var(--jm-color-surface);
}

.jm-table tbody th {
  font-weight: 700;
  color: var(--jm-color-text);
}

.jm-table tbody td {
  color: var(--jm-color-text-muted);
}

.jm-table tbody tr:nth-child(even) th,
.jm-table tbody tr:nth-child(even) td {
  background: color-mix(in srgb, var(--jm-color-surface-soft) 75%, white);
}

.jm-table tbody tr:hover th,
.jm-table tbody tr:hover td {
  background: color-mix(in srgb, var(--jm-color-brand) 3%, var(--jm-color-surface));
}

.jm-table tbody tr:last-child th,
.jm-table tbody tr:last-child td {
  border-bottom: 0;
}

/* Tabla técnica de 2 columnas */
.jm-table--specs tbody th {
  width: 34%;
  min-width: 220px;
}

/* Tabla comparativa */
.jm-table--compare thead th:first-child {
  min-width: 220px;
}

.jm-table--compare tbody th {
  background: color-mix(in srgb, var(--jm-color-surface-accent) 48%, white);
}

/* Variante compacta */
.jm-table--compact thead th,
.jm-table--compact tbody th,
.jm-table--compact tbody td {
  padding: 0.72rem 0.85rem;
  font-size: 0.93rem;
}

/* Scrollbar */
.jm-table-wrap::-webkit-scrollbar {
  height: 10px;
}

.jm-table-wrap::-webkit-scrollbar-track {
  background: var(--jm-color-surface-soft);
  border-radius: 999px;
}

.jm-table-wrap::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--jm-color-brand) 30%, var(--jm-color-border));
  border-radius: 999px;
}

/* =========================
   4) AYUDAS DE CONTEXTO
   ========================= */

.jm-table-note,
.jm-faq-note {
  margin: 0.75rem 0 0;
  font-size: 0.93rem;
  line-height: 1.6;
  color: var(--jm-color-text-muted);
}

.jm-table-note strong,
.jm-faq-note strong {
  color: var(--jm-color-text);
}

/* =========================
   5) MOBILE-FIRST
   ========================= */
@media (max-width: 767px) {
  .jm-faq-title {
    font-size: 1.45rem;
  }

  .jm-faq-intro {
    font-size: 0.97rem;
    line-height: 1.65;
  }

  .faq-card summary {
    padding: 1rem 3.15rem 1rem 0.95rem;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .faq-a {
    padding: 0 0.95rem 0.95rem;
  }

  .faq-a p,
  .faq-a ul,
  .faq-a ol {
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .jm-table-wrap {
    margin: 0.9rem 0 1.1rem;
    border-radius: 0.95rem;
  }

  .jm-table {
    min-width: 560px;
  }

  .jm-table caption {
    padding: 0.9rem 0.9rem 0.7rem;
    font-size: 0.94rem;
  }

  .jm-table thead th {
    padding: 0.82rem 0.85rem;
    font-size: 0.9rem;
  }

  .jm-table tbody th,
  .jm-table tbody td {
    padding: 0.8rem 0.85rem;
    font-size: 0.93rem;
    line-height: 1.58;
  }

  .jm-table--specs tbody th {
    min-width: 190px;
  }
}

/* =========================
   6) MODO OSCURO OPCIONAL
   ========================= */
@media (prefers-color-scheme: dark) {
  .jm-faq-section,
  .jm-table-wrap,
  .jm-table {
    color-scheme: light;
  }
}/* End custom CSS */