.elementor-594 .elementor-element.elementor-element-19f2624{--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-594 .elementor-element.elementor-element-19f2624:not(.elementor-motion-effects-element-type-background), .elementor-594 .elementor-element.elementor-element-19f2624 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor2 );background-image:url("https://fabian.movileslapobla.cloud/wp-content/uploads/2025/11/ChatGPT-Image-13-nov-2025-08_04_02-p.m.png");background-position:center left;}.elementor-594 .elementor-element.elementor-element-4f5c3cf.elementor-element{--order:99999 /* order end hack */;}/* Start custom CSS for html, class: .elementor-element-4f5c3cf *//* CONTENEDOR HERO */
.bf-hero {
  background: #122135; /* Fondo principal */
  padding: 80px 30px;
  text-align: center;
  border-radius: 16px;
  color: #CAD8ED; /* Texto claro */
  max-width: 700px;
  margin: 40px auto;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.35);
}

/* TITULO */
.bf-hero h1 {
  font-size: 2.6rem;
  margin-bottom: 15px;
  color: #CAD8ED;
  font-weight: 700;
}

/* SUBTITULO */
.bf-subtitle {
  font-size: 1.15rem;
  margin-bottom: 35px;
  color: #CAD8ED; /* gris azulado */
}

/* BOTÓN CTA */
.bf-btn {
  display: inline-block;
  padding: 16px 36px;
  background-color: #00AAE4; /* Azul vibrante */
  color: white;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 18px rgba(29, 125, 234, 0.35);
}

/* HOVER */
.bf-btn:hover {
  background-color: #3BC7C4; /* Turquesa impacto */
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(59, 199, 196, 0.45);
}/* End custom CSS */