#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: 110px !important;
}

header{padding: 40px 0px;}

.faixa-header {
    padding: 0px;
    padding-top: 10px;
}

p.text-faixa {
    font-size: 12px;
}

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

.btn-simple a{
    color: white;
}

.categ-box-area a {
    color: var(--cor-1) !important;
}

.badge{
    top: -4px;
    right: -15px;
    padding: 4px 5px !important;
}

@media (max-width: 992px) {
    .mobile-header {
        display: flex;
        border-bottom: 1px solid var(--cor-1);
    }
}

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

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

.footer-newsletter button {
    font-weight: bold;
    background: var(--cor-1);
    color: white;
    transition: 0.3s;
    width: 100%;
}

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

.footer-links span {
    color: black;
}

.footer-section{
    color: black !important;
}

.footer-links a{
    color: black;
}

.footer-social a {
    color: black;
}

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

@media (max-width: 430px){
form#newsletterForm{flex-direction: column;}
}

.align-center{
    z-index: 1;
}

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