/* Estilos para animación de path followers */
.path-follower {
  offset-path: inherit;
  offset-rotate: auto;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes path-follow {
  0% { offset-distance: 0%; }
  100% { offset-distance: 100%; }
}