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

.futuro-background {
  position: absolute;
  inset: 0;
}

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

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

.futuro-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.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: 980px;
  margin-bottom: 24px;
  color: #ffffff;
  font-family: "PT Serif", Georgia, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -1.2px;
}

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

.futuro-quote {
  max-width: 920px;
  margin: 34px 0;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.4px;
  padding-left: 18px;
  border-left: 4px solid #c49953;
}

.futuro-cta {
  min-height: 43px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  background: #ac120f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.futuro-cta:hover {
  transform: translateY(-2px);
  background: #8b1b19;
}

@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: 560px) {
  .futuro {
    padding: 56px 18px;
  }
  .futuro-title {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -0.4px;
  }
  .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;
  }
}
