html{scroll-behavior:smooth}.aviso-construccion-contenedor{overflow:hidden;white-space:nowrap;display:flex;width:100%;background:#000000;padding:6px 0;line-height:1;align-items:center}.aviso-construccion-contenido{display:inline-block;display:flex;flex-shrink:0;align-items:center;animation:marquesinaConstruccion 25s linear infinite}.aviso-construccion-contenido span{font-size:13px;font-weight:700;color:#ffffff;text-transform:uppercase;padding:0 15px;font-family:inherit;display:inline-block}@keyframes marquesinaConstruccion{0%{transform:translateX(0%)}100%{transform:translateX(-100%)}}.aviso-construccion-contenedor:hover .aviso-construccion-contenido{animation-play-state:paused}