#rodape .institucional .span4 p {
    width: 70%;
    word-break: break-word;
}

#rodape div.contato li:first-child,
.carrinho-checkout #cabecalho .atendimento li:nth-child(2),
.dropHelp .container-conteudo-drop-help li:first-child,
#modalContato table tr:nth-child(3)
{
    display: none;
}

.top-header a[href]:not([href=""]):not([href="#"]):not([href=" "])::after{
	   content: 'Saiba mais';
    color: var(--cor_texto_pre_cabecalho);
    position: relative;
    width: 100px;
    height: 40px;
    font-size: 12px;
    border-radius: 6px;
    border: 0.2px solid var(--cor_texto_pre_cabecalho);
    padding: 4px 8px;
    margin-left: 20px;
}