.elementor-kit-6{--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;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* --- Estilo general para texto con gradiente --- */
.parar,
.respirar,
.volverati {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

/* ---- PARAR → Gradiente verde + Bold ---- */
.parar {
    background-image: linear-gradient(
        135deg,
        rgb(3, 129, 73),
        rgb(27, 152, 95)
    );
    font-weight: 700;
}

/* ---- RESPIRAR → Gradiente rosa + Bold ---- */
.respirar {
    background-image: linear-gradient(
        135deg,
        rgb(197, 22, 95),
        rgb(209, 71, 129)
    );
    font-weight: 700;
}

/* ---- VOLVER A TI → Gradiente verde → rosa + italic ---- */
.volverati {
    background-image: linear-gradient(
        135deg,
        rgb(3, 129, 73),
        rgb(197, 22, 95)
    );
    font-style: italic;
}

/* ---------- BOTÓN: EFECTO BRILLO (con ID) ---------- */
#btn-brillo {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 0;
}

/* Capa de brillo */
#btn-brillo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.75) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: translateX(-150%) skewX(-20deg);
  transition: transform .6s cubic-bezier(.22,.9,.32,1);
  mix-blend-mode: screen;
}

/* Efecto al pasar el ratón */
#btn-brillo:hover::before {
  transform: translateX(260%) skewX(-20deg);
}

/* Vuelta rápida cuando se sale del hover */
#btn-brillo:not(:hover)::before {
  transition: transform .45s cubic-bezier(.4,0,.2,1);
}/* End custom CSS */