@charset "utf-8";
/* CSS Document */

@media (max-width: 991px) {
  .form-select {font-size: 20px}
  .page-title-large h1 {font-size: 36px; text-shadow: 1px 1px 3px #666}
}
.page-title-large h1 {font-size: 45px; text-shadow: 1px 1px 3px #666}
.azul1 {
  background-color: #0F3354;
  color: #D9DFE9;
  font-weight: bold;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-size: 18px
}
.azul2 {
  background-color: #D9DFE9;
  color: #576F9B;
  font-weight: bold;
  padding: 5px 13px;
  margin-bottom: 20px;
  font-size: 18px
}
.branco {
  background-color: #fff;
  color: #576F9B;
  font-weight: bold;
  padding: 5px 13px;
  margin-bottom: 20px;
  font-size: 18px
}
.laranja {
  background-color: #FFBF00;
  color: #000;
  font-weight: bold;
  padding: 5px 13px;
  margin-bottom: 20px;
  font-size: 18px
}
footer a {
  font-size: 14px;
  line-height: 14px
}
footer ul li {
  margin-bottom: 0px
}
.interactive-banners-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px
}