/*
 * Estilos genéricos
 */

.certificate h1 {
	font-size: 26pt !important;
	text-align: center;
	display: block;
	margin: 40px 0 20px 0;
	font-family: serif !important;
}

.certificate h2 {
	font-size: 16pt !important;
	text-align: center;
	display: block;
	margin: 8px;
	font-family: serif !important;
}

.certificate p {
	font-family: serif !important;
	line-height: 2;
	font-size: 9pt !important;
}

.certificate > p:first-of-type {
	margin-top: 50px;
	text-align: justify;
}

#signatures {
	display: flex;
	justify-content: space-between;
	page-break-after: always;
}

/*
 * Estilos do Certificado de Qualificações
 */

.certificate .date {
	display: block;
	width: 100%;
	text-align: right;
	margin: 50px 0;
}

.certificate .sig_box {
	width: 47.5%;
	text-align: center;
}

.certificate .sig_box .small {
	font-size: 7pt !important;
}

.certificate .sig_box p {
	display: block;
	line-height: 3;
}

.certificate .underline {
	border-bottom: 1px solid #b0b0b0;
}

.certificate table {
	width: 100%;
}

.certificate tbody {
	border: 0;
}

.certificate td {
	font-family: serif !important;
	line-height: 2;
	font-size: 9pt !important;
}

.certificate .grades_group {
	padding-top: 20px;
}
