.elementor-830 .elementor-element.elementor-element-039c758{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-830 .elementor-element.elementor-element-18bb5ee{width:100%;max-width:100%;margin:60px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-830 .elementor-element.elementor-element-18bb5ee .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:48px;font-weight:700;text-transform:none;font-style:normal;text-decoration:none;line-height:1em;letter-spacing:0px;color:#000000;}.elementor-830 .elementor-element.elementor-element-529933f{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-830 .elementor-element.elementor-element-18bb5ee .elementor-heading-title{font-size:56px;}}@media(min-width:768px){.elementor-830 .elementor-element.elementor-element-039c758{--width:70%;}}@media(max-width:767px){.elementor-830 .elementor-element.elementor-element-18bb5ee{text-align:center;}.elementor-830 .elementor-element.elementor-element-18bb5ee .elementor-heading-title{font-size:33px;}.elementor-830 .elementor-element.elementor-element-529933f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for heading, class: .elementor-element-18bb5ee *//* TITULO */
.elementor-830 .elementor-element.elementor-element-18bb5ee .elementor-heading-title {
  position: relative;
  display: inline-block;
  animation: floatTitle 5s ease-in-out infinite,
             blueGlow 4s ease-in-out infinite;
}

/* SUBRAYADO AZUL */
.elementor-830 .elementor-element.elementor-element-18bb5ee .elementor-heading-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    #3aa7ff,
    transparent
  );
  transform: translateX(-50%);
  animation: underlineGlow 3.8s ease-in-out infinite;
}

/* FLOTACIÓN */
@keyframes floatTitle {
  0% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
  100% { transform: translateY(0); }
}


  }
}

/* ANIMACIÓN SUBRAYADO */
@keyframes underlineGlow {
  0% { width: 0; opacity: 0.3; }
  50% { width: 70%; opacity: 1; }
  100% { width: 0; opacity: 0.3; }
}/* End custom CSS */