.hero {
  position: relative;
}

.hero-form {
  box-sizing: border-box;
}

.hero-text p, .hero-form h1 {
  text-transform: uppercase;
}

.hero {
  display: flex;
  flex-wrap: wrap;
}

.hero {
  justify-content: flex-end;
}

.hero-text p, .hero-form h1 {
  font-family: "Recoleta", sans-serif;
}

.hero {
  padding-left: 6.5%;
  padding-right: 6.5%;
}
@media screen and (max-width: 1921px) {
  .hero {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }
}
@media screen and (max-width: 960px) {
  .hero {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.hero-form h1 {
  font-size: 2.5em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-form h1 {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero-form h1 {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 450px) {
  .hero-form h1 {
    font-size: 2.1em;
  }
}

.hero-text p {
  font-size: 1.8em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-text p {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero-text p {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 450px) {
  .hero-text p {
    font-size: 1.4em;
  }
}

.hero-form p {
  font-size: 1em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-form p {
    font-size: 1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero-form p {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 450px) {
  .hero-form p {
    font-size: 0.9em;
  }
}

.hero-text p, .hero-form h1 {
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 0.8em;
}

.hero-form p {
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

.hero {
  height: 1050px;
}

.webp .hero {
  background-image: url("/app/images/contact/hero.webp");
}

.no-webp .hero {
  background-image: url("/app/images/contact/hero.jpg");
}

.hero-text {
  width: 50%;
  color: #faf7f2;
}
.hero-text p {
  margin-bottom: 1.5em;
  color: #faf7f2;
  text-transform: lowercase;
}

.hero-form {
  width: 50%;
  padding: 6% 5%;
  margin-bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.9);
}
.hero-form h1 {
  color: #faf7f2;
}
.hero-form p {
  margin-bottom: 1.5em;
  color: #5f8575;
}

@media screen and (max-width: 760px) {
  .hero {
    height: auto;
  }
  .hero-text {
    width: 100%;
    margin-top: 250px;
    margin-left: 0;
  }
  .hero-form {
    width: 100%;
    margin-top: 0px;
    margin-left: 0;
    margin-bottom: 150px;
  }
}
