@keyframes cinta-deslizar{0%{transform:translate(0)}to{transform:translate(-50%)}}.cinta-pista{gap:1rem;width:max-content;animation:60s linear infinite cinta-deslizar;display:flex}.cinta-pista:hover{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.cinta-pista{animation:none}}
