body {
  background-color: #f4f4f4;
}
section.documentos h2 {
  color: #1b4e8b;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 34px;
  margin-bottom: 0;
}

section.documentos span {
  color: #4d4e4f;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0;
}

section.documentos h3 {
  color: #1b4e8b;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 1px;
}

section.documentos .caixa {
  border-right: 1px solid #eee;
  box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
  border: none;
  color: #ddd;
  font-size: 20px;
  /* float: left; */
  width: 65px;
  background-color: #fff;
  height: 60px;
  padding: 10px;
  
}


section.documentos .mensagem {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
  height: 60px;
  /* margin: 10px 0; */
  text-decoration: none;
  border: none;
  
}

section.documentos .mensagem strong {
  color: #1b4e8b;
  font-size: 1rem;
}

section.documentos .mensagem label {
  display: block;
  float: none;
  color: #484848;
  font-size: 12px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

@media (max-width: 992px) {
  section.documentos span {
    font-size: 1rem;
  }
  section.documentos .mensagem strong {
    font-size: 0.9rem;
  }
  section.documentos .mensagem label {
    font-size: 10px;
  }
}

@media (max-width: 767.98px) {
  section.documentos h2 {
    font-size: 1.5rem;
  }
  section.documentos .mensagem label {
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  section.documentos span {
    font-size: 0.8rem;
  }
  section.documentos .mensagem label {
    font-size: 10px;
  }
}
