/* RESET */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}

/* FONDO ANIMADO */
#vanta-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: -10;
}

/* HERO */
.hero {
  min-height: 100vh;
  padding-top: 100px;
}

.hero-logo {
  width: 280px;
}

/* FILTROS */
.filters button {
  margin: 3px;
}

.filters .active {
  background: #000;
  color: #fff;
}

/* FOOTER */
.footer {
  border-top: 1px solid #ddd;
  background: #fff;
}

#titulo{
    color: #B3141D;
    font-size: 30px !important;
}

#titulo2{
    color: #B3141D;
    font-size: 96px !important;
    text-decoration: underline;
}

#titulo3{
    font-size: 24px !important;
}