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

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

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

.cierre-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)
  );
}

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

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

.cierre-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: 0;
}

.cierre-text {
  max-width: 790px;
  margin-bottom: 18px;
  color: #eaeaea;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 2%;
}

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

.cierre-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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