.top-bar {
	height: 36px;
  background: var(--pre_cabecalho);
  text-align: center;
}

.top-bar a {
	height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 36px;
  color: var(--cor_texto_pre_cabecalho);
}

.top-bar a: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;
}

/*  */