html {
  -webkit-print-color-adjust: exact;
}

body {
  margin-top: 0px;
  margin-left: 0px;
}

.pdf-container{
  margin: 2px;
}

.pdf-fisrt-page{
  margin-top: 30vh;
}

.pdf-titulo-pm{
  font-size: 64px;
  font-family: "Roboto", sans-serif;
}

.pdf-img {
  display: block;
  margin: 0 auto;
  object-fit: cover;
  order: 1;

  max-width: 300px;
  max-height: 300px;
  min-height: 300px;
  min-width: 300px;
  width: auto;
  height: auto;
}

.pdf-center {
  text-align: center;
}

.pdf-card {
  background-color: #28a745;
  color: #fff;
  border-radius: 7px;
  padding-left: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: "Roboto", sans-serif;
}

.pdf-card-titulo {
  font: bold 14px "Calibri";
  color: #001a0b;
  width: 96%;
  background-color: #ffffff2b;
  text-align: center;
  border-radius: 5px;
  margin-left: 10px;
  justify-content: center;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pdf-card-text {
  font: bold 24px "Calibri";
  color: #fff;
  width: auto;
  margin-left: 10px;
}

.pdf-grid-center {
  display: grid;
  justify-content: center;
  align-content: center;
}

.pdf-titulo {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  width: 100%;
  background-color: #e0e0e0;
}

.pdf-info {
  border-bottom: inset;
  border-color: #28a745;
  border-bottom-width: 1px;
  margin-top: 30px;
}

.pdf-titulo-linha {
  font-size: 11px;
  margin-bottom: 4;
  color: #00652d;
  font-family: "Roboto", sans-serif;
}

.pdf-desc-linha {
  margin: 0;
  font-size: 11px;
  text-align: justify;
  font-family: "Roboto", sans-serif;
}

.pdf-ass {
  margin-top: 65vh;
}

.pdf-sub-titulo {
  font: bold 12px "Calibri";
  color: #004b0b;
  padding-top: 20px;
  text-align: center;
  padding-bottom: 10px;
}

.gg-shape-circle {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 3px solid;
  border-radius: 100px;
}
