.elementor-kit-1829{--e-global-color-primary:#1E2A44;--e-global-color-secondary:#4B5A78;--e-global-color-text:#1B1A1A;--e-global-color-accent:#8496B8;--e-global-color-d2cba0c:#F6F8FC;--e-global-color-f6ebeaa:#3F63FF;--e-global-color-1ade5de:#1F2F55;--e-global-color-a985311:#2F4FBC;--e-global-color-37de379:#259797;--e-global-color-b69050c:#496CB6;--e-global-color-66deb65:#82EFEF;--e-global-color-5fae1bf:#A3F3FF;--e-global-color-9233e1f:#CBD0D6;--e-global-color-f4578e1:#CEFFFC;--e-global-color-a495ee2:#FFFFFF;--e-global-color-c0cbdd2:#CEFFFC29;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Mallanna";--e-global-typography-accent-font-weight:700;--e-global-typography-81788d6-font-family:"Inter";--e-global-typography-81788d6-font-size:1.3em;--e-global-typography-81788d6-font-weight:500;--e-global-typography-81788d6-line-height:28px;--e-global-typography-1be3b1f-font-family:"JetBrains Mono";--e-global-typography-1be3b1f-font-size:1.3em;--e-global-typography-1be3b1f-font-weight:500;--e-global-typography-1be3b1f-line-height:28px;--e-global-typography-2971629-font-family:"Space Grotesk";--e-global-typography-2971629-font-size:1.3em;--e-global-typography-2971629-font-weight:500;--e-global-typography-2971629-line-height:28px;background-color:#DFDFDF;}.elementor-kit-1829 button,.elementor-kit-1829 input[type="button"],.elementor-kit-1829 input[type="submit"],.elementor-kit-1829 .elementor-button{font-family:"Plus Jakarta Sans", Sans-serif;color:var( --e-global-color-a985311 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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:867px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ── Global ── */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  position: relative !important;
  width: 100% !important;
}

/* ── Secciones y contenedores Elementor ── */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-widget-container,
.e-con,
.e-con-inner,
.elementor-top-section,
.elementor-inner-section {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* ── Títulos y texto ── */
h1, h2, h3, h4, p, span,
.insights-hero,
.insights-title,
.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3 {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  white-space: normal !important;
  max-width: 100% !important;
}


}

/* ── Tarjetas ── */
.system-step-card,
.insight-card,
.insight-real-card,
.s-card {
  min-width: 0 !important;
  word-break: break-word !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 1 !important;
}

/* ── Overlays y pseudoelementos que bloquean clicks ── */
canvas,
.elementor-background-overlay,
.elementor-section::before,
.elementor-section::after,
[class*="overlay"],
[class*="background"] {
  pointer-events: none !important;
}

/* ── SVG e imágenes ── */
svg, img {
  max-width: 100% !important;
  height: auto !important;
}

/* ── Quitar scrollbars ── */
::-webkit-scrollbar { display: none; }
* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .insights-title,
  .elementor-widget-heading h1,
  .elementor-widget-heading h2 {
    font-size: clamp(28px, 8vw, 48px) !important;
    line-height: 1.2 !important;
  }

  .insight-card,
  .system-step-card,
  .insight-real-card,
  .system-tagline,
  .s-card {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .insights-hero,
  [class*="hero"] {
    overflow: hidden !important;
  }

  .anim-spin,
  .anim-pulse,
  .anim-bounce {
    animation: none !important;
  }

  a, button, [onclick], input, select, textarea, label {
    touch-action: manipulation !important;
    cursor: pointer !important;
  }
}/* End custom CSS */