/* V22.41 — seta funcional do carrossel Nossos Locutores */
.v208-neon .hosts{position:relative}
.v208-neon .hosts-row .host:nth-child(n+10){display:none}
.v208-neon .hosts-next{
 position:absolute;z-index:4;right:6px;top:calc(50% + 18px);
 transform:translateY(-50%);display:grid;place-items:center;
 width:38px;height:38px;padding:0;border:1px solid #34485a;border-radius:50%;
 background:#1a2732;color:#fff;font-size:29px;line-height:1;cursor:pointer;
 box-shadow:0 5px 16px #0008;transition:background .18s ease,transform .18s ease;
}
.v208-neon .hosts-next:hover{background:#263b4d;transform:translateY(-50%) scale(1.06)}
.v208-neon .host{transition:opacity .14s ease,transform .14s ease}
.v208-neon .host.is-leaving{opacity:0;transform:translateX(-8px)}
@media(min-width:761px) and (max-width:1050px){.v208-neon .hosts-row .host:nth-child(n+7){display:none}}
@media(max-width:760px){.v208-neon .hosts-next{right:4px;width:34px;height:34px;font-size:25px}}
@media(max-width:480px){.v208-neon .hosts-row .host:nth-child(n+5){display:none}}
