.buy-hero {
  min-height: 735px;
  background: url("assets/como-comprar/img/como-hero-bg.png") center/cover no-repeat;
}

.buy-hero-inner {
}

.buy-hero-title {
  margin: 0;
  max-width: 450px;
  font-family: Rustica, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 50px;
  line-height: 56.32px;
  font-weight: 300;
  color: var(--color-text);
}

.buy-hero-title strong {
  font-weight: 500;
}

.buy {
  padding: 84px 0 0;
}

.buy-inner {
  max-width: 1240px;
}

.buy-title {
  margin: 0 0 35px;
  text-align: center;
  font-size: 50px;
  line-height: 56.32px;
  font-weight: 300;
  color: var(--color-yellow);
}

.buy-title strong {
  font-weight: 500;
}

.buy-steps {
  display: none;
}

.buy-step-text h3 {
  margin: 0;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-text);
}

.buy-step-text p {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text);
}

.buy-mcmv {
  position: relative;
  margin-top: 84px;
  background: var(--color-text);
  color: #fff;
  padding: 100px 0 430px;
  overflow: hidden;
}

.buy-mcmv::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 499px;
  height: 550px;
  background: url("assets/como-comprar/img/como-mcmv-bg.png") center/cover no-repeat;
  pointer-events: none;
}

.buy-mcmv-inner {
  position: relative;
  max-width: 706px;
  margin: 0 auto;
  text-align: center;
}

.buy-mcmv-title {
  margin: 0;
  font-size: 50px;
  line-height: 56.32px;
  font-weight: 300;
  color: var(--color-yellow);
}

.buy-mcmv-title strong {
  font-weight: 500;
}

.buy-mcmv-subtitle {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.buy-mcmv-illustration {
  margin-top: 50px;
  border-radius: 25px;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 39px 108px 53px 112px;
}

.buy-mcmv-illustration img {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .buy-hero {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 260px;
    padding-bottom: 180px;
  }
}

@media (max-width: 720px) {
  .buy {
    overflow-x: clip;
  }

  .buy-hero {
    min-height: 540px;
  }

  .buy-hero-inner {
    width: auto;
  }

  .buy-hero-title {
    font-size: 34px;
    line-height: 40px;
    width: auto;
  }

  .buy-title {
    font-size: 34px;
    line-height: 40px;
  }

  .buy-step-text p {
    margin-top: 10px;
  }


  .buy-mcmv {
    padding: 70px 0 360px;
  }

  .buy-mcmv::before {
    top: 420px;
  }

  .buy-mcmv-title {
    font-size: 34px;
    line-height: 40px;
  }
}
