div {
  break-inside: avoid;
}
body {
  font-family: "Trebuchet MS","Arial",sans-serif;
  font-size: 10pt;
  margin: 0px;
}
header {
  display: none;
}
#filter_icon {
  display: none;
}
#filter_options {
  display: none;
}
.index {
  display: none;
}
#footer {
  display: none;
}
section {
  width: 100%;
  margin: 0px auto;
  position: relative;
  padding: 30 10px;
}
.div_section {
    width: 100%;
}
.title {
  width: 100%;
  font-size: 2.2em;
  text-align: center;
  margin: 0 0 2em 0;
}
.header_info .header_suporte {
  width: 100%;
  display: flex;
}
table {
  border-collapse: collapse;
  width: 100%;
  break-inside: avoid;
}
table th {
  padding: 0 1em;
  text-align: center;
  background-color: transparent;
}
table td {
  text-align: justify;
  padding: 0 1em;
}
table.border_none td {
  border: none;
}
table.main_info_table td {
  padding: .5em 1em;
}
table.tit_table td {
  padding: .5em 1em;
}
table td.right {
  text-align: right;
}
table td.left {
  text-align: left;
}
.b_title {
  font-size: 1.1em;
}
tr {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.desc {
  width: 60%;
}
.crit {
  width: 20%;
  text-align: center;
}
.conf {
  width: 20%;
  text-align: center;
}
.first {
  width: 50%;
  text-align: left;
}
.second {
  width: 50%;
  text-align: right;
}
.actions {
  display: none;
}
.info_analise {
  display: flex;
  flex-wrap: wrap;
}
.info_analise .title {
  width: 100%;
  text-align: center;
}
.info_analise .subtitle {
  width: 100%;
  text-align: center;
}
.info_analise .info {
  width: 100%;
}
.data {
  text-align: left;
}
.perc {
  text-align: left;
}
.apresentacao p {
  text-align: justify;
}
.consid {
  margin-top: 3em;
}
.categoria {
  background-color: #ddd;
  padding: 10px;
}
.tr_bottom {
  border-bottom: 1px solid #000;
  border-top: none;
}
.tr_top {
  border-top: 1px solid #000;
  border-bottom: none;
}
.b_desc {
  font-size: 1.1em;
}
.fulltd {
  text-align: justify;
}
b {
  font-size: 1.05em;
}
button {
  display: none;
}
i {
  display: none;
}