@CHARSET "UTF-8";

#rootTermos {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contentTelaPadrao {
	margin-top: 20px;
}

.titulo {
	display: block;
	color: #1e1f42;
	margin-top: 15px;
	font-weight: bold;
	font-size: 30px !important;
	margin-left: 25px;
}

.panelGridTexto {
	display: block;
	color: #404040;
	font-size: 15px;
	text-align: justify !important;
	margin-right: 5px;
	margin-left: 5px;
}