h1, h2, h3, h4, h5, h6 {
  font-weight: 300!important;
  letter-spacing: 1px;
  font-family: 'Montserrat'!important;
}

.azul-escuro {
  color: rgb(20,42,115);
}

header.masthead .overlay {
  position: absolute;
  background-color: rgba(33,37,41,0);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: .3;
}

header.masthead {
  height: 30vh;
  position: relative;
  background-color: rgba(52,58,64,0);
  background-size: cover;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.margin-titulo {
  margin-top: 12vh;
}

@media (max-width: 767.98px) {
  .margin-titulo {
    margin-top: 2vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 350!important;
  letter-spacing: 1px;
  font-family: 'Montserrat'!important;
}

