﻿@media (max-width: 767px) {
    .brands > li > a {
        background-color: transparent !important;
    }
}


.ao-vivo{
    color: #ff0000;
}

.anuncio{
    margin-top: 10px;
}

.agora-mobile,
.detalhes-mobile,
.ticker-accordion-header-titulo {
    display: none;
}

@media (max-width: 481px) {    
    .ticker-accordion-header-titulo {
        color: var(--botao) !important;
        display: inline-block !important;
    }

    .agora-mobile {
        display: flex;
        flex-direction: column;
        padding: 10px;
        padding-left: 20px;
        background-color: var(--botao);
        color: #fff;
        width: 100%;
    }

    .agora-mobile-titulo{
        font-size: 15px;
        font-weight: 700;
    }

    .detalhes-mobile{
        display: flex;
        justify-content: center;
    }

    a.mais-detlhes {
        color: #f6f5fa;
    }

    .detalhes-mobile a.collapsed:before {
        content: "+ Mais detalhes";
    }
}
.banner-aovivo {
    position: relative;
    width: 100%;
}

.banner-aovivo-palco {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-aovivo-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease-in-out;
}

.banner-aovivo-item.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.banner-aovivo-item img {
    width: 100%;
    height: auto;
    display: block;
}

.banner-aovivo-controles {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.banner-aovivo-ponto {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 4px;
    border: none;
    border-radius: 50%;
    background: #c4c8cf;
    opacity: .7;
    cursor: pointer;
    transition: background .3s ease, transform .3s ease;
}

.banner-aovivo-ponto:hover {
    opacity: 1;
}

.banner-aovivo-ponto.is-active {
    background: var(--botao, #7576ef);
    opacity: 1;
    transform: scale(1.3);
}

@media (prefers-reduced-motion: reduce) {
    .banner-aovivo-item {
        transition: none;
    }
}
