.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#0B0F14;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#00D1FF;font-weight:600;color:#0B0F14;box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.5) inset;border-style:solid;border-radius:9px 9px 9px 9px;padding:14px 24px 14px 24px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:159px;max-width:159px;}@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;}.site-header .site-branding .site-logo img{width:79px;max-width:79px;}}/* Start custom CSS *//* ===========================
   Neón global (izq / der) 
   =========================== */

/* Asegura stacking context y que el glow no se corte */
.neoi,
.neod {
  position: relative;
  isolation: isolate;        /* crea un stacking context propio y evita sorpresas de z-index */
  overflow: visible;         /* deja ver el halo fuera del contenedor */
  z-index: 0;                /* el contenedor queda por encima del pseudo con z-index:0 en ::before */
}

/* Neon izquierda (.neoi) */
.neoi::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  bottom: -40px;
  left: -40px;
  background:
    radial-gradient(60% 70% at 28% 32%, rgba(94,234,212,0.30), rgba(94,234,212,0) 60%),
    radial-gradient(55% 65% at 68% 72%, rgba(255,209,102,0.18), rgba(255,209,102,0) 60%);
  filter: blur(28px);
  border-radius: 24px;
  pointer-events: none;
  z-index: 0;                /* por detrás del contenido del contenedor */
}

/* Neon derecha (.neod) */
.neod::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  bottom: -40px;
  left: -40px;
  background:
    radial-gradient(70% 80% at 78% 78%, rgba(94,234,212,0.32), rgba(94,234,212,0) 60%),
    radial-gradient(60% 70% at 42% 42%, rgba(255,209,102,0.22), rgba(255,209,102,0) 60%);
  filter: blur(26px);
  border-radius: 24px;
  pointer-events: none;
  z-index: 0;                /* por detrás del contenido del contenedor */
}


.elementor-widget-button.cta .elementor-button,
.elementor-button.cta{
  position: relative;
  overflow: visible;
  border-radius: 9999px !important;
  z-index: 1;

  /* Forzar colores de marca */
  background-color: #00D1FF !important;   /* turquesa */
  color: #0B0F14 !important;              /* texto oscuro */
  font-weight: 600 !important;
  padding: 14px 24px !important;
}/* End custom CSS */