#barraNewsletter .componente .titulo {
    font-size: 24px;
    display: table;
    float: left;
    font-weight: 700;
    color: #165048;
    margin-bottom: -5px; 
}   

.listagem .titulo-categoria {
    border: 0;
    text-align: center;
    padding: 0;
    margin-top: 75px !important;
    margin-bottom: 25px !important;
}   

.banners-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 75px;
    padding: 0;
    gap: 25px;
    box-sizing: border-box;
}

.titulo-categoria, .titulo-categoria strong {
    font-size: 24px;
    border: 0;
    text-align: center;
    font-weight: 700;
    color: #757575;
    line-height: 1;
}

.feed-instagram .feed-instagram-titulo>div>span {
    font-size: 24px;
    border: 0;
    text-align: center;
    font-weight: 700;
    color: #757575;
    line-height: 1;
}

.coluna>div, #corpo .conteiner>div {
    margin-bottom: 0px;
}

.quem-somos-na-vitrine.quem-somos-na-vitrine-bloco-full .quem-somos-na-vitrine-wrapper {
    padding: 100px 200px;
}

.st-menu-personalizado-categorias {
    background: #2dc0ac;
    border-top-color: #2dc0ac;
}

.st-menu-personalizado-categorias {
    width: 225px;
    box-sizing: border-box;
    gap: 40px;
    padding: 15px 0 15px 0 !important;
    max-height: 280px;
    overflow: unset;
    overflow-y: auto;
    direction: rtl;
    height: 500px;
    overflow-x: hidden;
    border-top: 1px solid #227c70;
    border-bottom-right-radius: var(--arredondamentoDiversos);
    border-bottom-left-radius: var(--arredondamentoDiversos);
}

.menu.lateral .titulo {
    font-size: 16px !important;
    color: #2ec1ac;
}

.listagem-item .bandeira-promocao {
    background: #ff7700 !important;
    color: var(--corTextoTagDesconto) !important;
}

#barraNewsletter, #barraNewsletter .show-hide, #barraNewsletter .componente, #barraNewsletter.posicao-rodape .conteiner {
    background-color: #2fc2ac;
}

.secao-banners .conteiner {
    padding:0;
    max-width:100%;
    margin-top:0;
    border:none;   
}


.atributos ul li a {
    box-shadow: none;
    border: 1px solid #00c6a7;
    background-color: #00c6a7;
    transition: all .3s;
    margin: 0;
    border-radius: 25px;
    padding: 0;
    overflow: hidden;
}

.atributo-comum a span {
    padding: 0 10px;
    min-width: 10px;
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
}

a, a:hover, a:focus, .cor-principal, .menu a:hover, .atributo-comum a:hover span, .atributo-comum .active a span {
    color: #237c70;
}