.cierre {
  width: 100%;
  padding: 96px 40px;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(180deg, #3c0303, #8b1b19);
  color: #ffffff;
}

.cierre::before {
  content: "SW";
  position: absolute;
  right: -40px;
  bottom: -120px;
  color: rgba(255, 255, 255, 0.035);
  font-family: "PT Serif", Georgia, serif;
  font-size: 420px;
  font-weight: 700;
  line-height: 420px;
}

.cierre-content {
  width: 100%;
  max-width: 1280px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  gap: 52px;
}

.cierre-textos {
  width: 100%;
  max-width: 780px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.cierre h2 {
  margin-top: 10px;
  color: #ffffff;
  font-family: "PT Serif", Georgia, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -1.2px;
}

.cierre-intro {
  margin-top: 22px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
}

.cierre-textos p:not(.cierre-label):not(.cierre-intro):not(.cierre-boton) {
  margin-top: 26px;
  color: #f0ebe8;
  font-size: 18px;
  line-height: 24px;
}

.cierre-boton {
  width: fit-content;
  margin-top: 26px;
  padding: 19px 23px;
  background-color: #ac120f;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

@media (max-width: 980px) {
  .cierre {
    padding: 86px 28px;
  }

  .cierre h2 {
    font-size: 44px;
    line-height: 46px;
    letter-spacing: -0.6px;
  }
}

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

  .cierre::before {
    right: -64px;
    bottom: -70px;
    font-size: 250px;
    line-height: 250px;
  }

  .cierre-label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
  }

  .cierre h2 {
    font-size: 34px;
    line-height: 37px;
  }

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

  .cierre-textos p:not(.cierre-label):not(.cierre-intro):not(.cierre-boton),
  .cierre-boton {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 1180px) {
  .cierre {
    padding: 88px 32px;
  }

  .cierre h2 {
    font-size: 50px;
    line-height: 54px;
  }
}

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

  .cierre h2 {
    font-size: 40px;
    line-height: 42px;
  }
}

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

  .cierre h2 {
    font-size: 32px;
    line-height: 35px;
  }
}
