.highlight-blue {
  color: #fff;
  background-color: #d86137;
  /*padding: 50px 0;*/
}

.header-blue {
  background: linear-gradient(135deg, #172a74, #21a9af);
  /*background-color: #184e8e;*/
  padding-bottom: 0px;
  /*font-family: 'Source Sans Pro', sans-serif;*/
}

.icon {
  color: #a00f13 !important;
}

html {
  scroll-behavior: smooth;
}

.nav-link {
  font-size: x-large;
}

.swal2-popup #swal2-content {
  text-align: initial;
}

.nav-link {
  font-size: medium;
}

.rounded {
  border-radius: 1.5rem !important;
}

.cor2 {
  color: #d86137!important;
}

.btn.consultar, .btn-primary, .swal2-confirm {
  background-color: #172a74!important;
  color: white;
  border: 2px solid #fff!important;
  border-radius: 6px;
  padding: 16px 32px!important;
}

