.section-spotify {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-spotify h1 {
  color: #0b2739;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}

.section-spotify p {
  color: #0b2739;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: normal;
  width: 100%;
  padding: 0 20px;
}

.section-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px 20px;
}

.section-box .card-price-info {
  width: 100%;
  box-shadow: 0px 4px 20px 7px rgb(0 0 0 / 25%);
  padding: 30px;
  border-radius: 25px;
}

.section-box .card-price-info .list-beneficios {
  margin-top: 10px;
  background-color: #f8f9fb;
  width: 100%;
  padding: 15px;
  border-radius: 25px;
}

.section-box .card-price-info .list-beneficios .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: #0b2739;
  font-size: 13px;
}

.section-box .card-price-info .list-beneficios .item img {
  width: 100%;
  max-width: 10px;
}

.section-box .card-price-info .box-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.section-box .card-price-info .box-price .price {
  color: #0b2739;
  font-size: 52px;
  font-weight: 700;
  line-height: normal;
}

.section-box .card-price-info .box-price .vigencia {
  color: #0b2739;
  font-size: 13px;
  font-weight: 400;
}

.section-box .card-price-info .item2 {
  color: #50535a;
  font-size: 13px;
  font-weight: 400;
}

.section-box .card-price-info a {
  background-color: #066fcb;
  font-size: 17px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  min-height: 46px;
  width: 100%;
  margin-top: 20px;
}

.info-buttom p {
  display: none;
}

.section-pasos {
  width: 100%;
  padding: 0 20px;
  max-width: 1210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.section-pasos h2 {
  color: #0b2739;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.container-pasos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

.container-pasos .pasos {
  border-radius: 25px;
  box-shadow: 0px 4px 10px 4px rgb(0 0 0 / 10%);
}

.container-pasos .pasos img {
  width: 100%;
  border-radius: 25px 25px 0 0;
}

.container-pasos .pasos .content {
  padding: 15px;
}

.container-pasos .pasos .content .title {
  color: #0a2739;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
}

.container-pasos .pasos .content .description {
  color: #313235;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  margin-top: 10px;
}

.subtitulo-pasos {
  margin: 0 0 50px 0;
  font-size: 20px;
}

.final-description {
  max-width: 90%;
  text-align: center;
  margin: 40px auto;
  font-size: 20px;
  color: #0b2739;
}

.final-description p {
  margin-bottom: 20px;
}

.vinculo-final {
  text-decoration: underline;
  color: #019df4;
  font-size: 20px;
}

@media (min-width: 768px) {
  .section-spotify h1 {
    max-width: 100%;
  }

  .section-spotify p {
    max-width: 710px;
  }

  .card-price-info {
    max-width: 483px;
    padding: 25px;
  }

  .content-desk {
    display: flex;
    flex-direction: row-reverse;
  }

  .section-box .card-price-info .box-price {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
  }

  .list-beneficios {
    margin-top: -25px !important;
    background-color: #fff !important;
    padding-right: 0 !important;
  }

  .info-buttom {
    display: grid;
    grid-template-columns: 38% 57%;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
  }

  .info-buttom p {
    color: #7b7b7b;
    font-size: 10px;
    display: block;
  }

  .item2 {
    display: none;
  }

  .container-pasos {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 31% 31% 31%;
  }

  .section-pasos h2 {
    font-size: 32px;
    max-width: 100%;
  }

  .final-description {
    max-width: 100%;
    margin: 30px auto;
  }

  .final-description p {
    margin-bottom: 0px;
  }
}

.spotify-premium {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #EEEEEE;
}

/* Títulos principales */
.spotify-premium h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* Subtítulo */
.spotify-premium .subtitulo {
  font-size: 20px;
  color: #50535A;
  margin-bottom: 40px;
  line-height: 1.5;
}

/* ======== BLOQUE DE BENEFICIOS ======== */

.beneficios {
  max-width: 700px;
  margin: 0 auto;
}

.beneficios ul {
  list-style: none;
  background: #F8F9FA;
  border-radius: 12px;
  padding: 30px 40px;
  text-align: left;
}

.beneficios li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #50535A;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.beneficios li:last-child {
  margin-bottom: 0;
}

.sp-bullet {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.sp-bullet img {
  width: 20px;
  height: 20px;
}

.beneficios li div {
  flex: 1;
}

.spotify-premium h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 12px;
}

.spotify-premium .descripcion {
  font-size: 16px;
  color: #50535A;
  line-height: 1.6;
  max-width: 790px;
  margin: 0 auto;
}