.cabecalho-topo {
	color: var(--cor-branco);
	display: none;
}

.cabecalho-topo p {
	font-size: 1.3rem;
	margin: 8px 0;
}

.cabecalho-topo hr {
	border: 0;
	border-top: 1px solid var(--cor-complementar1);
	margin-top: 0;
}

@media (min-width: 998px) {
	.cabecalho-topo {
		display: block;
	}
}