.section-mas-que-canciones {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 20px;
  gap: 25px;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  background-color: #f5f5f5;
}

.section-mas-que-canciones .title {
  font-size: 26px;
  font-weight: normal;
  line-height: 32px;
  color: #313235;
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin-bottom: 30px;
}

.section-mas-que-canciones .mas-que-canciones {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}

.section-mas-que-canciones .mas-que-canciones .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}

.section-mas-que-canciones .mas-que-canciones .item .title-item {
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
  color: #0b2739;
}

.section-mas-que-canciones .mas-que-canciones .item .description-item {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: #0b2739;
  width: 100%;
  max-width: 300px;
}

@media (min-width: 768px) {
  .section-mas-que-canciones .title {
    font-size: 33px;
    line-height: 38px;
    max-width: 100%;
  }

  .section-mas-que-canciones .mas-que-canciones {
    flex-direction: row;
    width: 100%;
    max-width: 1240px;
    gap: 60px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .section-mas-que-canciones .mas-que-canciones .item .description-item {
    max-width: 240px;
  }
}

.section-como-disfrutar {
  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;
  color: #fff;
}

.section-como-disfrutar .inner-sect {
  padding: 30px 20px;
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  justify-content: center;
}

.section-como-disfrutar .box-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-como-disfrutar .box-text .title-disfrutar {
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  width: 100%;
  max-width: 250px;
  font-weight: normal;
}

.section-como-disfrutar .selector {
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.section-como-disfrutar .selector.active .description b {
  color: #039df4;
}

.section-como-disfrutar .selector .description {
  display: none;
}

.section-como-disfrutar .selector .description span {
  padding: 10px;
  font-size: 16px;
  line-height: normal;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}

.section-como-disfrutar .selector.active .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0;
}

.section-como-disfrutar .selector-numbers .number {
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  background-color: transparent;
  transition: background-color 0.3s ease;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 25px;
  border: 3px solid #fff;
}

.section-como-disfrutar .selector-numbers .number.active {
  background-color: #039df4;
  border: none;
}

.section-como-disfrutar .selector-numbers {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  margin: 30px auto;
}

.section-como-disfrutar .box-selector-items {
  width: 100%;
}

.section-como-disfrutar .slider-disfruta .item-disfruta {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-como-disfrutar .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #039df4;
}

.section-como-disfrutar .slick-dots li button:before {
  font-size: 11px;
  color: #fff;
}

@media (min-width: 768px) {
  .section-como-disfrutar .inner-sect {
    grid-template-columns: 60% 40%;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
  }

  .section-como-disfrutar .box-text .title-disfrutar {
    font-size: 33px;
    line-height: 38px;
    max-width: 100%;
    text-align: left;
    margin-left: 40px;
    margin-bottom: 30px;
  }

  .section-como-disfrutar .box-selector-items {
    display: grid;
    grid-template-columns: 15% 85%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-como-disfrutar .selector-numbers {
    grid-template-columns: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    grid-template-rows: 33% 33% 33%;
    margin: 0;
    margin-top: 5px;
    gap: 15px;
  }

  .section-como-disfrutar .selector .description {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-como-disfrutar .selector.active .description {
    align-items: flex-start;
    text-align: left;
  }

  .section-como-disfrutar .selector .description span {
    margin-left: 0;
    text-align: left;
    padding: 0;
    max-width: 390px;
    margin-bottom: 0;
  }

  .section-como-disfrutar .content-text-selector {
    display: grid;
    grid-template-rows: 33% 33% 33%;
    gap: 15px;
  }

  .section-como-disfrutar .box-text {
    margin-top: -30px;
  }
}

.video-section {
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  max-width: max-content;
}

.video-section h2 {
  font-weight: normal !important;
  color: #313235;
  font-size: 18px;
  text-align: center;
  padding: 24px 0 14px 0;
}

.video-section ul {
  list-style-position: inside;
  padding-left: 2.5em;
  margin: 0;
  font-size: 14px;
  line-height: normal;
  color: #50535a;
}

.more-text {
  padding: 10px 2.5em;
  font-size: 14px;
  color: #50535a;
}

.video-section video {
  width: 100%;
  height: auto;
  max-width: 341px;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .video-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6rem;
    padding: 50px 0;
  }

  .video-section h2 {
    font-size: 2rem;
  }

  .video-section ul {
    font-size: 20px;
    padding-left: 2%;
    line-height: 1.5;
  }

  .more-text {
    padding: 20px 0.5em;
    font-size: 18px;
  }

  .video-section video {
    width: 100%;
    max-width: 532px;
    height: auto;
  }
}

.section-descarga-la-app {
  width: 100%;
  position: relative;
}

.section-descarga-la-app picture {
  width: 100%;
  position: relative;
}

.section-descarga-la-app picture img {
  width: 100%;
}

.section-descarga-la-app .btn-mobile-app {
  background-color: #039df4;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  width: 100%;
  max-width: 176px;
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translate(-50%, -50%);
}

.section-descarga-la-app .box-btns {
  display: none;
}

@media (min-width: 768px) {
  .section-descarga-la-app .btn-mobile-app {
    display: none;
  }

  .section-descarga-la-app .box-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: absolute;
    left: 45.7%;
    top: 78%;
    transform: translate(-50%, -50%);
    max-width: 269px;
  }
}
