/********FONTSIZE */
/*******FONTWEIGHT**** */
/*********COLORS********** */
/********RADIUS******** */
/********FONTSIZE */
/*******FONTWEIGHT**** */
/*********COLORS********** */
/********RADIUS******** */
/*********BLUE BUTTON******* */
/*********WHITE BUTTON******* */
.documents-page {
  background-color: #F2F9F9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.documents-container > h3 {
  color: white;
}

.documents-page-title {
  background-color: #1a6eae;
  padding-top: 40px;
  padding-bottom: 0px;
}

.button-show-menu-container-document {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 10px;
}

.title-document {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 40px;
  text-align: center;
  color: white;
}

.link-document {
  font-size: 16px;
  line-height: 25px;
  text-decoration-line: underline;
}

.link-document:visited {
  color: #005EA5;
}

.list-document {
  list-style-type: none;
}/*# sourceMappingURL=documents.css.map */