/* Start custom CSS */.elementor-11 {
  position: -webkit-sticky; /* Compatibilidad con Safari */
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: white; /* Asegura un fondo blanco al hacer scroll */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* Sombra sutil al hacer scroll */
}/* End custom CSS */