.tt-pp h1 {
	font-size: 25px;
	text-align: center;
}
.tt-pp h3 {
	font-size: 20px;
	margin: 40px 0 15px 0;
	line-height: 28px;
}

.tt-pp h3:first-child {
	margin-top: 20px;
}

.tt-pp p {
	font-size: 16px;
	color: #444;
	margin-bottom: 10px;
	text-align: justify;
}

.tt-pp ul {
	font-size: 16px;
	color: #444;
	margin: 0 0 20px 20px;
	list-style: lower-roman;
}

.tt-pp p a {
	color: var(--corVerde);
	font-weight: 600;
}

.btnCertificado {
	max-width: 350px;
	display: block;
	border: 1px solid var(--corPadraoBorda);
	padding: 15px;
	color: var(--corVerde2);
	font-weight: 800;
	text-align: center;
	margin: 40px auto 0 auto;
	transition: 0.5s;
}

.btnDesabilitado {
	cursor: no-drop;
	color: #555 !important;
	background: var(--corPadraoBorda);
}

.dateUpdateDoc {
	text-align: center;
	padding: 20px 40px;
	margin-bottom: 40px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 2rem;
}
