@font-face {
  font-family: 'Harabara';
  src: url('../font/harabara.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.parallax {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.parallax-background {
  object-fit: cover;
  object-position: center 35%;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

/* Ajuste específico para mobile */
@media (max-width: 768px) {
  .parallax-background {
    object-position: center center;
    height: 100%;
  }
}

.parallax-background {
  display: none;
  filter: brightness(70%);
}

.parallax-background, .parallax-placeholder {
  filter: brightness(70%);
}

.parallax-placeholder {
  position: absolute;
  z-index: -200;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.parallax-content {
  min-height: 70vh;
  color: white;
  padding: 2em 1rem;
}

.parallax-content p {
  font-size: 1.5em;
  text-align: center;
}

.parallax-content .btn {
  width: 100px;
  /*margin: auto;*/
}

.parallax-content h1 {
  font-family: arial black;
  font-size: 80px;
  color: white;
  margin: 0px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.parallax-content h1 {
  font-family: 'Harabara', 'Roboto Condensed', sans-serif;
}