body {
	width: 794px !important;
}

img.brand {
	width: 100%;
}

h1 {
	text-align: center;
	font-size: 18pt;
	font-weight: 700;
	white-space: nowrap;
	margin-bottom: 20px;
	width: 100%;
}

h2 {
	text-align: center;
	font-size: 14pt;
	font-weight: 400;
	white-space: nowrap;
	margin-bottom: 30px;
	width: 100%;
}

table.cert {
	margin-bottom: 10px;
}

table.cert td {
	cursor: default !important;
	padding: 15px 20px !important;
	border: 1px solid #080807;
	border-color: #efefef !important;
}

tr p.center {
	text-align: center !important;
}

tr p {
	font-family: Poppins;
	font-size: 12pt;
	font-weight: 300;
	margin-bottom: 0px;
	width: auto;
	cursor: default !important;
	white-space: wrap !important;
	color: #080807;
}

tr p b {
	font-size: 12pt;
	font-weight: 600;
	color: #080807;
	cursor: default !important;
	margin-right: 5px;
}

table.grid tr td {
	width: calc(100% / 3); !important;
	text-align: center;
	vertical-align: middle;
}

table.grid tr td p {
	text-align: center;
}

p.dec {
	line-height: 180% !important;
	margin-bottom: 20px;
}

p.dec:last-child {
	margin-bottom: 0px !important;
}

div.sign {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 50px;
	padding: 20px 70px 20px 40px;
	border: 1px solid #00000005;
	background: #fafafa;
	border-radius: 40px;
}

div.sign img {
	width: 150px;
}

div.sign hr {
	width: 100%;
}

div.sign p.name {
	font-size: 12pt;
	font-weight: 500;
	margin-bottom: 0px;
	text-transform: uppercase;
	width: 100%;
}

div.sign p.function {
	font-size: 11pt;
	font-weight: 300;
	margin-bottom: 0px;
	width: 100%;
}

@media print {

	.container {
		width: 100% !important;
		max-width: 100% !important;
	}

	.print-sign {
		width: 50% !important;
	}

}

@media print {
  table {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  tr {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  thead {
    display: table-header-group; /* mantém cabeçalho em todas as páginas */
  }

  tfoot {
    display: table-footer-group; /* mantém rodapé, se houver */
  }
}

.evidence__row {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 15px;
	flex-wrap: wrap;
	width: 100% !important;
}

.evidence__row img {
	width: calc((100% / 7) - 15px);
}

.evidence__row .evidence__item {
	width: calc((100% / 7) - 15px);
	padding-bottom: calc((100% / 7) - 15px);
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 20px;
}