body{
    overflow-x: hidden
}
.section-banner-escaleras .banner-oferta {
  background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/entretenimiento/arena-music/images/background-mobile.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.section-banner-escaleras .banner-arena-music img {
  width: 100%;
}
.section-banner-escaleras .inner-section {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 100%;
  height: 100%;
}

.section-banner-escaleras .inner-section .box-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  flex-direction: column;
  padding: 0 20px;
}

.section-banner-escaleras .inner-section .box-text .logo img {
  max-width: 64px;
}

.section-banner-escaleras .inner-section .box-text .title {
  font-size: 26px;
  line-height: 38px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.section-banner-escaleras .inner-section .box-text .subtitle {
  font-size: 16px;
  line-height: normal;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.section-banner-escaleras .inner-section .content-escaleras {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 0 40px;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 40px;
}

.section-banner-escaleras .inner-section .content-escaleras .card-escalera {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 30px;
  border: 2px solid #039df4;
  border-radius: 16px;
  background-color: #0d2738e5;
  width: 100%;
  color: #fff;
}

.section-banner-escaleras
  .inner-section
  .content-escaleras
  .card-escalera
  .card-title {
  font-size: 20px;
  line-height: normal;
  color: #039df4;
  font-weight: 700;
}

.section-banner-escaleras
  .inner-section
  .content-escaleras
  .card-escalera
  .description-card
  ul {
  font-size: 12px;
  line-height: normal;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
  margin-left: 15px;
}

.section-banner-escaleras
  .inner-section
  .content-escaleras
  .card-escalera
  .card-price {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 15px;
  margin-top: 10px;
}

.section-banner-escaleras
  .inner-section
  .content-escaleras
  .card-escalera
  .card-price
  .price {
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
}

.section-banner-escaleras
  .inner-section
  .content-escaleras
  .card-escalera
  .card-price
  .iva {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 8px;
}

.section-banner-escaleras
  .inner-section
  .content-escaleras
  .card-escalera
  .card-price
  .month {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}

.section-banner-escaleras
  .inner-section
  .content-escaleras
  .card-escalera
  .button-card {
  width: 100%;
  background-color: #039df4;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  border-radius: 50px;
  margin-top: 15px;
}

.card-green {
  border: 2px solid #60b22f !important;
}

.tx-green {
  color: #60b22f !important;
}

@media (min-width: 768px) {
  .section-banner-escaleras .banner-oferta {
    background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/entretenimiento/arena-music/images/background-desk.webp);
    height: 480px;
  }
  .section-banner-escaleras .banner-arena-music img {
    height: 480px;
  }
  .section-banner-escaleras .inner-section {
    grid-template-columns: 40% 60%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .section-banner-escaleras .inner-section .box-text {
    align-items: flex-start;
    text-align: left;
  }

  .section-banner-escaleras .inner-section .box-text img {
    width: 100%;
    max-width: 168px;
  }

  .section-banner-escaleras .inner-section .box-text .subtitle {
    text-align: left;
  }

  .section-banner-escaleras .inner-section .box-text .logo img {
    width: 100%;
    max-width: 168px;
  }

  .section-banner-escaleras .inner-section .content-escaleras {
    flex-direction: row;
  }

  .section-banner-escaleras .inner-section .box-text .title {
    font-size: 38px;
  }

  .section-banner-escaleras .inner-section .box-text .subtitle {
    font-size: 20px;
    line-height: 24px;
    max-width: 350px;
  }

  .section-banner-escaleras .inner-section .content-escaleras .card-escalera {
    min-height: 306px;
  }
}
