@charset "utf-8";

.container_textos {
	margin-top: 2em;
	font-size: 1.1em;
}

.panel_textos {
	font-size: 0.5em;
}

.subtitulo {
	margin-top: 1.5em;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 1em;
}

.primeiro_subtitulo {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 1em;
}

.secao {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1.3em;
	margin-bottom: 0.5em;
}

.textos {
	text-align: justify;
}

.textos p {
	margin-top: 0.5em;
}

.lista {
	margin-left: 2em;
	margin-top: 0.5em;
}

.sublinhado {
	text-decoration: underline;
}

.mais {
	margin-top: 2.5em;
}