.elementor-28632 .elementor-element.elementor-element-0d2f722{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-28632 .elementor-element.elementor-element-0d2f722{--margin-top:050px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;}}@media(max-width:767px){.elementor-28632 .elementor-element.elementor-element-0d2f722{--margin-top:50px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;}}/* Start custom CSS *//* ===== FONDO DEGRADADO ===== */
html::before {
  content: '';
  position: absolute;  /* ← Cambia de 'fixed' a 'absolute' */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image:
    radial-gradient(ellipse 120% 120% at 5% 10%, rgba(1, 200, 227, 0.3) 0%, rgba(1, 200, 227, 0.15) 30%, transparent 60%),
    radial-gradient(ellipse 120% 120% at 95% 10%, rgba(61, 28, 135, 0.3) 0%, rgba(61, 28, 135, 0.15) 30%, transparent 60%);
  background-repeat: no-repeat;
  background-size: 100% 80vh;
  pointer-events: none;
  z-index: -1;
}/* End custom CSS */