/* Ajuste de identidade: título tipográfico e gramado sem a marca aplicada. */
.hero {
  background-image: linear-gradient(120deg, #112c20cc, #073d2bdb), url('gramado-hero.png');
}

.brand-title {
  margin: 0;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 25px !important;
  font-weight: 700;
  line-height: .76;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.footer-title {
  color: #fff;
  font: 700 26px/.8 'Barlow Condensed', sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .brand-title { font-size: 21px !important; }
}
