.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-37627497 */.efecto-titulo {
  position: relative;
  color: #0863B5; /* azul principal */
  font-size: 70px; /* tamaño del texto principal */
  font-weight: bold;
  z-index: 1;
}

.efecto-titulo::before {
  content: attr(data-text);
  position: absolute;
  top: 6px;
  left: 6px;
  color: rgba(8, 99, 181, 0.1); /* sombra translúcida */
  z-index: -1;
  font-weight: bold;
  font-size: 100px;
}/* End custom CSS */