.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-color-244d517:#6EC1E4;--e-global-color-d4b2e8b:#CBCED0;--e-global-color-104f0bd:#76E5E9;--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-5 e-page-transition{background-color:#FFBC7D;}body{overflow-x:inherit !important;}.elementor a, .elementor a:link, .elementor a:focus, .elementor a:active, .elementor a:hover{text-decoration:inherit !important;}.elementor a:link, .elementor .smooth-hover a:link, {transition:inherit;}.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:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================================
   SPLIT TITLE AUTOMÁTICO (ELEMENTOR + FONDO NEGRO) — GLOBAL
   ========================================================= */

.split-title{
  position: relative;
  display: block;
  width: fit-content;
  margin: 60px auto;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(70px, 4.5vw, 56px);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.05;
  text-align: center;
  overflow: visible;
}

/* Base */
.split-title span{
  left: 0;
  top: 0;
  white-space: nowrap;
  color: #ffffff;
}

/* Mitad superior */
.split-title span:nth-child(1){
  position: relative;
  display: inline-block;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  animation: splitTop 5s ease-in-out infinite;
}

/* Mitad inferior */
.split-title span:nth-child(2){
  position: absolute;
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
  animation: splitBottom 5s ease-in-out infinite;
}

/* =========================================================
   FRANJA CENTRAL — FIX DEFINITIVO (GLOBAL)
   ========================================================= */

.split-title span:nth-child(3){
  position: absolute;
  top: 50%;
  left: 0;

  transform: translateY(-50%) scaleY(0);
  transform-origin: center;

  width: 100%;
  height: auto;

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 3;
  background: #348BBB;
  color: #111;

  font-size: .22em;        /* tamaño interior */
  line-height: 1;          /* evita que se salga */
  font-weight: 500;
  letter-spacing: .18em;   /* tracking controlado */

  padding: 4px 0;          /* franja fina */
  overflow: hidden;        /* nunca desborda */

  animation: splitBand 5s ease-in-out infinite;
}

/* ================= ANIMACIONES ================= */

@keyframes splitTop{
  0%,20%,100%{ transform: translateY(0); }
  30%,70%{ transform: translateY(-10px); }
}

@keyframes splitBottom{
  0%,20%,100%{ transform: translateY(0); }
  30%,70%{ transform: translateY(10px); }
}

@keyframes splitBand{
  0%,20%,100%{ transform: translateY(-50%) scaleY(0); }
  30%,70%{ transform: translateY(-50%) scaleY(1); }
}

/* =========================================================
   RESPONSIVE (MÓVIL) — GLOBAL
   ========================================================= */

@media (max-width: 468px){

  /* Franja siempre visible */
  .split-title span:nth-child(3){
    transform: translateY(-50%) scaleY(1);
    font-size: .18em;
    letter-spacing: .14em;
    padding: 3px 0;
  }

  /* Título en móvil */
  .split-title{
    font-size: 26px;
    margin: 40px auto;
  }
}/* End custom CSS */