.document-view {
    font-family: 'Segoe UI', sans-serif;
    color: #1f1f1f;
    padding: 2rem;
    border-radius: 8px;
    max-width: 1200px;
    margin: 0.5rem auto;
}
h2.subtitle {
  font-size: 12px;
}
h2.subtitle::before {
  content: '';
  display: inline-block;
  background: #28E7C5;
  width: 6px;
  height: 20px;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.document-datas {
  display: flex;
  justify-content: space-between;
}

.field--name-field-data-emissao,
.field--name-field-data-vencimento,
.field--name-field-documento-conforme {
  display: flex;
  font-size: 12px;
}
.page-title-nr-10 .view-arquivos-recentes,
.path-nr-10 .view-termografia {
   background: #fff; padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 200, 180, 0.15);
    margin-bottom: 2rem;
}