@media only screen and (min-width: 1170px) {
    /*TOPO DO SITE*/
    .box-busca {
        /* border: none !important; */
    }

    .other-box {
        background-color: #ffffff !important;
        border: 1px solid #b8b8b8;
    }
}

@media (max-width: 768px) {
    header .colunas-topo li.li-menu ul li a {
        border: 1px solid #ffffff !important;
    }

    .header-topo-site .menu-topo .grupo-medio.border-atendimento {
        border-right: 1px solid rgba(0, 0, 0, 0.78) !important;
    }

    .header-topo-site .menu-topo .grupo-medio:first-child {
        border-left: 1px solid rgba(0, 0, 0, 0.78) !important;
    }
    .input-pesquisar {
        /* border-radius: 1rem !important; */
        /* border: none !important; */
    }

    .header-topo-site .input-group-addon .btn-submit #btn-pesquisar {
        color: #FFFFFF;
        background-color: #000000;
        border: 1px solid #ffffff;
        border-radius: 1rem;
    }

    .header-topo-site .box-login-menu-topo {
        background-color: #FFFFFF;
    }
}

header {
    border-top: none !important;
}

.header-topo-site,
.header-topo-site .menu-topo li,
.header-topo-site .menu-topo li:hover,
.header-topo-site .menu-topo a,
.header-topo-site .menu-topo a:hover,
.header-topo-site .menu-topo .grupo-colunas,
.header-topo-site .menu-topo .grupo-medio,
header .colunas-topo li.li-menu ul,
.header-topo-site .box-busca,
header a.ativo-menu
{
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

.header-topo-site .menu-topo .grupo-colunas a:hover,
.header-topo-site .menu-topo .grupo-medio a:hover
{
    background-color: rgb(255, 255, 255) !important;
}

.header-topo-site .menu-topo .grupo-medio.border-atendimento {
    border-right: 1px solid #FFFFFF !important;
}

.header-topo-site .menu-topo .grupo-medio:first-child {
    border-left: 1px solid #FFFFFF !important;
}

.other-box .btn-criar-cadastro,
.other-box .btn-entrar{
    color: #FFFFFF;
}

.header-topo-site a {
    font-family: 'VinilaVariable', OpenSansRegular, sans-serif !important;
    font-weight: 400;
    font-size: 15px !important;
}

.header-topo-site .input-group-addon.btn-submit, .header-topo-site #pesquisa-input {
    background-color: #ffffff;
}

.header-topo-site .box-busca .input-group {
    /* border: 1px solid #b8b8b8; */
    border-radius: 1rem;
}

.header-topo-site .input-group-addon.btn-submit i {
    color: rgba(0, 0, 0, 0.78) !important;
}

.header-topo-site #pesquisa-input {
    font-weight: 400;
    font-size: 13px !important;
    color: rgba(0, 0, 0, 0.78) !important;
}

.header-topo-site #pesquisa-input::placeholder {
    color: rgba(0, 0, 0, 0.78) !important;
}

.header-topo-site #pesquisa-input:focus {
    outline: none !important;
    box-shadow: none !important;
}

body .header-topo-site i {
    color: #000000 !important;
}

header .colunas-topo li.li-menu {
    border: none !important;
}

header .colunas-topo li.li-pesquisa {
    border: none !important;
}

/*footer*/
html body #footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1A1A1A;
    text-align: start;
    position: initial;
    border: none;
    padding: 4rem 12rem 2rem 12rem;
}

.footer-rb-conteiner {
    background-color: #1A1A1A;
}

.footer-rb-conteiner .box-informativo, .footer-rb-conteiner .box-menu-rb-footer {
    max-width: 1170px !important;
}

.logo-container-rb-footer {
    margin-bottom: 50px;
}

.logo-rb-footer {
    width: 9rem;
    height: auto;
}

.btn-faleconosco-rb-footer {
    display: inline-flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background-color: #FFF;
    color: #000;
    font-family: 'VinilaVariable', OpenSansRegular, sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 630;
    line-height: 100%; /* 16px */
    border: none;
}

.menu-title-rb-footer {
    color: #FFF;
    font-family: "EditorialNew", OpenSansRegular, sans-serif !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}

.menu-rb-footer li {
    margin-bottom: 8px;
}

.menu-rb-footer li a {
    font-family: 'VinilaVariable', OpenSansRegular, sans-serif !important;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.menu-rb-footer li a:hover {
    text-decoration: none;
    color: #FFF;
}

.card-brands-container {
    display: flex;
    padding: 75px 0;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.sub-title-mobile {
    font-size: 30px;
}

.footer-mobile {
    display: none !important;
}


/* Estilos para tablets */
@media screen and (max-width: 959px) {
    .footer-desktop {
        display: none !important;
    }

    .footer-mobile {
        display: block !important;
    }

    .footer-accordion {
        background-color: #1A1A1A;
        color: #fff;
        border: none;
        outline: none;
        width: 100%;
        text-align: left;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
        padding: 15px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-accordion::after {
        content: '\25BC'; /* seta para baixo */
        font-size: 14px;
        transition: transform 0.3s;
    }

    .footer-accordion.active::after {
        transform: rotate(180deg);
    }

    #footer .panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        background-color: #1A1A1A;
        border: none;
    }

    .menu-rb-footer {
        background-color: #1A1A1A;
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    .menu-rb-footer li a {
        color: #ccc;
        text-decoration: none;
        display: block;
        padding: 8px 0;
        font-size: 15px;
    }

    .menu-rb-footer li a:hover {
        color: #fff;
    }

    .card-brands-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 40px;
        padding: 50px 0 50px 0;
    }

    html body footer#footer {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        background-color: #1A1A1A;
        text-align: start;
        position: initial;
        border: none;
        padding: 3rem 1rem 2rem 1rem !important;
        width: auto !important;
    }
}


/*DEFAULT*/
html body .d-flex {
    display: flex !important;
}

html body .justify-content-center {
    justify-content: center !important;
}

html body .justify-content-between {
    justify-content: space-between !important;
}

html body .align-items-center {
    align-items: center !important;
}

html body .flex-column {
    flex-direction: column !important;
}

html body .mb-0 {
    margin-bottom: 0 !important;
}