/*/ AJUSTES TEMA SAMÁ /*/
.menu.superior>.nivel-um>li>a>strong {
    font-size: 14px;
}
.modal-modalNewsletter #modalNewsletter .componente .interno {
    background: #072956;
}
.menu.superior>ul.nivel-um>li>a>strong .icone-menu img {
    height: 26px;
    filter: invert(1);
}
.menu.superior .nivel-um>li.categoria-todas .icone-menu img {
    filter: none;
}
.listagem-item .buy-whatsapp-list a {
    font-size: 13px;
}
#barraNewsletter {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    background: #f9f9f9;
}
#barraNewsletter .componente input[type=text] {
    background: #f1f1f1;
}
#barraNewsletter .componente .titulo, #barraNewsletter .componente.newsletter.borda-principal p.texto-newsletter.newsletter-cadastro {
    color: #515960;
}
#barraNewsletter .componente .botao{
    background: #072956;
}
html #rodape .caixa-facebook {
    display: initial !important;
}
.box-header-info__message-clamp a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
     gap: 5px;
}
.box-header-full span.icone-place svg {
    width: 20px;
    height: 20px;
    fill: #072956 !important;
    display: flex;
}
.pagina-pagina div#corpo .secao-principal .caixa-sombreada {
    box-shadow: none !important;
}
.pagina-pagina div#corpo .secao-principal .caixa-sombreada h1.titulo.cor-secundaria {
    border-bottom: 0;
}
#rodape i.icon-tiktok svg {
    width: 20px;
    height: 22px !important;
    margin-top: 4px;
}

/* novo rodapé contatos */
.a-block {
    display: flex;
    flex-direction: column;
}

.a-block:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #90909032;
}

.a-block .contato-titulo {
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 3px;
    font-weight: 500;
	  color: #201f1f;
}

.a-block a {
    margin-top: 5px;
    display: flex;
    align-items: center;
	color: #201f1f;
}

.a-block a .a-block-icon {
    margin-right: 10px;
}

.a-block.cw a .a-block-icon i {
    color: #26c281 !important;
}

.a-block a .a-block-icon i {
    width: 18px;
    height: 18px;
	  font-size: 18px;
    display: flex;
}

.a-block .a-block-cont {
    display: flex;
    flex-direction: column;
}

.a-block .a-block-cont strong {
    line-height: 16px;
    line-break: anywhere;
    font-size: 15px;
}

.a-block .a-block-cont span {
    font-size: 12px;
}

.a-block .a-block-cont span:empty {
    display: none
}

.a-block.ha .a-block-cont strong {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400
}

.a-block.ha .a-block-cont strong:empty {
    display: none
}

.a-block.ha a {
    cursor: default;
}


 /*/ ONLY DESKTOP /*/
@media (min-width: 768px){
    #rodape .institucional .lista-redes {
        text-align: center;
    }
    .menu.superior.menu-show {
        border-bottom: none;
    }
    .banner-tarja {
        color: #fff;
        padding: 0px 0 0px 0;
        border-bottom: 1px solid #90909038;
        border-top: 1px solid #90909021;
    }
    .banner-tarja__item {
        position: relative;
    }
    
    .banner-tarja__content .banner-tarja__item:not(:last-child):after {
        content: "";
        border-right: 1px solid #e7e7e7;
        position: absolute;
        top: 0;
        right: -20%;
        height: 40px;
    }
}