.futuro {
  position: relative;
  min-height: auto;
  padding: 136px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(rgb(60, 3, 3), rgb(139, 27, 25));
  color: #ffffff;
}

.futuro-background {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: flex-end;
}

.futuro-background img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.futuro-background::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(25, 4, 2, 0.93),
    rgba(25, 4, 2, 0.72),
    rgba(25, 4, 2, 0.38)
  );
}

.futuro-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 880px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.futuro-step {
  margin-bottom: 20px;
  color: #ffd47b;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.futuro-title {
  max-width: 900px;
  margin-bottom: 24px;
  color: #ffffff;
  font-family: "PT Serif", Georgia, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0;
}

.futuro-text {
  max-width: 790px;
  margin-bottom: 18px;
  color: #eaeaea;
  font-size: 20px;
  line-height: 24px;
}

.futuro-quote {
  max-width: 760px;
  margin-top: 34px;
  padding-left: 18px;
  border-left: 4px solid #c49953;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
}

@media (max-width: 1180px) {
  .futuro {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .futuro-title {
    font-size: 50px;
    line-height: 51px;
  }

  .futuro-step {
    font-size: 19px;
    line-height: 25px;
  }
}

@media (max-width: 760px) {
  .futuro {
    padding: 78px 20px;
  }

  .futuro-title {
    font-size: 42px;
    line-height: 44px;
  }

  .futuro-text {
    font-size: 18px;
    line-height: 25px;
  }

  .futuro-quote {
    font-size: 22px;
    line-height: 29px;
  }
}

@media (max-width: 560px) {
  .futuro {
    padding: 68px 18px;
  }

  .futuro-title {
    font-size: 34px;
    line-height: 37px;
    letter-spacing: 0;
  }

  .futuro-step {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 2px;
  }

  .futuro-text {
    font-size: 16px;
    line-height: 23px;
  }

  .futuro-quote {
    font-size: 20px;
    line-height: 25px;
  }
}
