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

.faixa-header {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #f5f5f5;
    background: white;
}

p.bem-vindo {
    font-size: 13px;
    color: grey;
}

.log-cad-faixa {
    display: flex;
    gap: 3px;
    font-size: 13px;
    color: grey;
}

.log-cad-faixa a {
    color: var(--cor-1);
    font-weight: bold;
}

.info-faixa {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: grey;
}

.log-cad-faixa a:hover{
    opacity: 0.8;
}

.logo {
    max-height: 70px;
}

.menu-desktop .form_header_busca{
    margin: 0;
}

.menu-desktop .top-login .form_header_busca .input-group {
    background: transparent !important;
    border: 1px solid #cdcdcd !important;
    border-bottom: none;
    border-radius: 20px !important;
    padding: 0px 0px 0px 12px;
}

.btn-busca{
    margin-right: 6px;
}

.lista-header-topicos a {
    display: flex !important;
    align-items: center;
    gap: 5px;
}

.lista-header-topicos a span {
    font-weight: bold;
}

header {
    background: white;
}

body{
    background-color: white !important;
}

#tarja-slide ul li{
    background-color: transparent;
    margin-bottom: 0px;
}

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

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

.titulo-vitrine h2{
    font-weight: bold;
    text-transform: uppercase;
}