#cotacoes-wrapper{display:flex;align-items:center;background:#fff;padding:0;gap:1rem;position:relative}.only-moedas{float:right}.cotacoes-col{min-width:0}.cotacoes-fixa{display:inline-flex;flex:0 0 auto;width:fit-content;white-space:nowrap;border-right:1px solid var(--gray-light);border-left:1px solid var(--gray-light);padding:7px 10px 7px 5px}.cotacoes-ativos{flex:1;min-width:0;overflow:hidden}.cotacoes-track{display:inline-block;white-space:nowrap;animation:marquee 80s linear infinite;padding:7px 10px}#cotacoes-wrapper span{padding:0 .5rem;font-size:.75rem}.cotacoes-fixa span,.cotacoes-ativos span{border-right:1px solid var(--gray-light)}#cotacoes-wrapper span:last-of-type,.cotacoes-ativos span:last-of-type{padding-right:0;border-right:0}.cotacoes-ativos:hover .cotacoes-track{animation-play-state:paused}.up{color:#008732}.up b,.down b{font-size:.6rem}.down b::before{display:inline-block;transition:transform 0.3s ease;transform:rotate(180deg)}.down{color:#B91C1C}.default{color:var(--preto-5)}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:800px){.cotacoes-fixa{justify-content:center;width:100%;position:initial!important;border-left:none}#cotacoes-wrapper{display:block}.only-moedas{float:none}#cotacoes-wrapper{border-top:1px solid var(--gray-light);border-bottom:1px solid var(--gray-light)}.cotacoes-track{animation:marquee 120s linear infinite}.cotacoes-ativos.show{border-top:1px solid var(--gray-light)}}.skeleton-box{display:inline-block;width:70px;height:12px;border-radius:4px;background:linear-gradient(90deg,#eee,#ddd,#eee);background-size:200px 100%;animation:loading 1.5s infinite;margin-right:10px}@keyframes loading{0%{background-position:-200px 0}100%{background-position:200px 0}}@media (max-width:1260px){.cotacoes-fixa{position:absolute;right:46px;top:-39px;padding-top:10px;border-right:none}.only-moedas .cotacoes-fixa{right:15px}.header__bottom .tradingview{position:absolute;top:40px;left:0;z-index:2;width:100%;background-color:#fff}.tradingview .cotacoes-ativos.show{display:block}.tradingview .cotacoes-ativos{display:none}#cotacoes-wrapper{border-top:1px solid var(--gray-light)}}