#tarja-slide ul{display: flex !important; justify-content: center !important;align-items: center !important; flex-wrap: wrap !important; list-style-type: none !important;}

header {
    background: var(--cor-2);
}

.btn-atendimento-header {
    border: 1px solid var(--cor-1) !important;
    background-color: var(--cor-1) !important;
}

.badge{
    background-color: white !important;
    color: var(--cor-1) !important;
}

.botao-blog a{
    font-size: 14px;
}

.botao-blog img.iconeHeader{
    width: 22px;
}

.navbar-nav>li>a{
    text-transform: uppercase;
    font-size: 14px;
}

.menu-item-root:hover > a.menu-link-root .menu-text {
    color: var(--cor-3) !important;
}

.menu-desktop .nav > li.mega-dropdown > .mega-dropdown-menu{
    width: 100% !important;
}

.row-departamentos {
    width: 100% !important;
}

.dept-title-l1 {
    color: var(--cor-1);
    text-transform: uppercase;
}

body{
    background-color: white !important;
}

.antes-footer-logo {
    background: var(--cor-2);
}

.antes-footer {
    background: var(--cor-2);
}

.footer-1-2{
    padding-top: 140px;
}

.footer-1-2 h4 {
    color: var(--cor-1);
    font-weight: bold;
    font-size: 16px;
}

footer ul>li>a:hover{
    color: var(--cor-1);
}

.footer-social-links:hover {
    background: white !important;
}

.footer-social-links:hover i {
    color: #1dad1d !important;
}

.footer-social-links i{
    font-size: 26px;
}

@media (max-width: 992px) {
    .icone-sacola {
        stroke: var(--cor-1);
    }
}

@media (max-width: 992px) {
    .icone-burguer-mobile {
        fill: var(--cor-1);
    }
}

@media (max-width: 992px) {
    .navbar-nav>li>a {
        background-color: transparent;
    }
}