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