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

.logo {
    max-height: 80px !important;
}

.btn-simple{
    background: var(--cor-1) !important;
    transition: background-color 0.3s ease;
}

.btn-simple:hover{
    background: var(--cor-2) !important;
}


.btn-simple a{
    color: white;
}

.btn-simple a:hover{
    color: white;
}

.categ-box-area a {
    color: black;
}

.faixa-redes svg {
    fill: white;
}

p.text-faixa {
    color: white;
    font-size: 13px;
}

.faixa-header {
    padding: 5px;
    height: 32px;
    background: var(--cor-2);
}

.badge{
    top: -6px;
    right: -15px;
}

.navbar-nav>li>a::after{
    display: none;
}

.menu-link-root .caret-indicator{
    display: none;
}

body{
    background-color: white !important;
}

#tarja-slide ul li{
    background-color: transparent;
}

#tarja-slide .first-line{
    font-size: 14px;
    color: var(--cor-1);
}

#tarja-slide .second-line{
    font-size: 11px;
}

.svg-fill-onda {
    fill: var(--cor-1);
    fill-opacity: 1;
}

.footer-newsletter h4{
    color: var(--cor-2);
}

.footer-newsletter button{
    background: var(--cor-1);
    color: white;
}

.footer-newsletter button:hover {
    background: var(--cor-2);
    color: white !important;
}

.footer-links p{
    color: var(--cor-1);
}

.footer-links a {
    color: #000;
}

.footer-section.container.footer-links {
    color: black;
}

.footer-social a {
    color: #000;
}

.footer-social a:hover {
    color: var(--cor-2);
}

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

form#newsletterForm {
    display: flex;
    justify-content: center;
}