.elementor-86 .elementor-element.elementor-element-eca2c4e{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-86 .elementor-element.elementor-element-eca2c4e{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-bc423a1 *//* Punto luminoso que recorre las líneas de división */
#cross-dot {
  position: absolute;   /* en lugar de fixed */
  top: 50%;
  left: 0%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle,
              rgba(255,255,255,0.95) 0,
              rgba(255,255,255,0.4) 40%,
              rgba(255,255,255,0) 70%);
  box-shadow: 0 0 16px rgba(255,255,255,0.9);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 45;
  transform: translate(-50%, -50%);
  animation: crossWalk 10s linear infinite;
}

/* Ruta del puntito: recorre toda la cruz y vuelve al inicio */
@keyframes crossWalk {
  0%   { left: 0%;   top: 50%; }  /* centro-izquierda */
  12.5%{ left: 50%;  top: 50%; }  /* centro */
  25%  { left: 50%;  top: 0%;  }  /* centro-arriba */
  37.5%{ left: 50%;  top: 50%; }  /* centro */
  50%  { left: 100%; top: 50%; }  /* centro-derecha */
  62.5%{ left: 50%;  top: 50%; }  /* centro */
  75%  { left: 50%;  top: 100%; } /* centro-abajo */
  87.5%{ left: 50%;  top: 50%; }  /* centro */
  100% { left: 0%;   top: 50%; }  /* vuelve a centro-izquierda */
}/* End custom CSS */