/* Franja de noticias reducida 30% respecto al diseño original. */
.registry-news{height:44px;margin-bottom:17px}.registry-news img{width:213px;height:44px}.registry-news>div{position:relative;overflow:hidden}.registry-news small{position:relative;z-index:2;align-self:stretch;display:flex;align-items:center;flex:0 0 auto;padding:0 12px;background:#fff;font-size:12px}.registry-news span{display:block;min-width:max-content;padding:0 0 0 100%;font-size:18px;line-height:42px;animation:news-ticker 18s linear infinite;will-change:transform}.registry-news:hover span{animation-play-state:paused}@keyframes news-ticker{from{transform:translateX(0)}to{transform:translateX(-100%)}}@media(prefers-reduced-motion:reduce){.registry-news span{padding-left:25px;animation:none}}@media(max-width:700px){.registry-news{height:39px}.registry-news img{width:180px;height:39px}}
