.elementor-kit-3{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-cba2812:#9DBBE5;--e-global-color-44cb5d8:#FA1F02;--e-global-color-ffc5000:#EFCE8C;--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;}.elementor-kit-3 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);}@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 */html { scroll-behavior: smooth; }
:target { scroll-margin-top: 120px; }
/* HERO: mejora legibilidad + glow sutil del texto */
.hx-hero h1{
  text-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.hx-hero p{
  text-shadow: 0 10px 26px rgba(0,0,0,.28);
}

/* Chips estilo premium */
.hx-hero .hx-chip{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 8px 12px;
  backdrop-filter: blur(8px);
}

/* Tarjeta derecha glass */
.hx-hero .hx-card{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
.hx-pill--link{
  text-decoration:none;
  color:inherit;
  display:inline-flex;
  align-items:center;
}
/* Asegura que los pills-enlace sean clicables */
.hx-zonas-pills{ position:relative; z-index:2; }
.hx-zonas-pills a.hx-pill{ pointer-events:auto; cursor:pointer; position:relative; z-index:3; }

/* Si tu .hx-pill tenía pointer-events:none, lo revertimos */
.hx-pill{ pointer-events:auto; }

/* Estilo para que el <a> se vea como pill normal */
.hx-zonas-pills a.hx-pill{
  text-decoration:none;
  color:inherit;
  display:inline-flex;
  align-items:center;
}
.hx-zonas::before,
.hx-zonas::after{ pointer-events:none; }/* End custom CSS */