.tamanhoBodyPdf {
  min-height: calc(100vh - 76px) !important;
}
.tamanhoIframePdf {
  height: calc(100vh - 86px) !important;
}
.pdf-preview {
  min-width: calc(70vh) !important;
  padding: 0px !important;
}
.pdf-preview iframe {
  min-width: calc(50vh) !important;
  height: calc(-30vh);
}
