.section-container_movistarApp {
  padding: 2rem 16px;
}

.container_movistarApp {
  position: relative;
  width: 100%;
}

.whats_tvApp {
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
}

.whats_tvApp-title,
.canalesInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 5px;
  color: #50535a;
  line-height: 22px;
}

.canalesInfo {
  width: 100%;
  max-width: 232px;
}

.whats_tvApp-title .titleApp,
.canalesInfo_title {
  font-size: 18px;
  font-weight: 300;
}

.whats_tvApp-title .contentApp {
  font-size: 14px;
  padding: 10px 0;
}

.canalesInfo_subtitle {
  font-size: 18px;
}

.whats_tvApp img {
  width: 90%;
}

.canales {
  width: 100%;
}

.canales_container {
  padding: 20px 0px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.canalesInfo a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 317px;
  height: 36px;
  color: #019df4;
  border: 1px solid #019df4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.canalesInfo a img {
  width: 26px;
}

.iconsChannels {
  display: none;
  max-width: 320px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.iconsChannels img {
  width: 65px;
}

.canalesInfo_terminos {
  font-size: 8px;
  color: #50535a;
  text-align: center;
  width: 90%;
  max-width: 339px;
}

.media_Store {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 0px 5px;
  margin: 25px auto;
}

.media_Store .downloadApp {
  background: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/hogar/internet-hogar/movistar-tv-app/bg_desk.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  max-width: 343px;
  display: grid;
  grid-template-columns: 15% 82%;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 20px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.downloadApp .downloadApp_info {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.downloadApp .downloadApps_container {
  display: flex;
  gap: 2%;
}

.downloadApp .downloadApp_info img {
  width: 38px;
}

.downloadApp .downloadApp_store {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.downloadApp .downloadApp_store p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: normal;
}

.downloadApp .downloadApp_store a {
  width: 32%;
  max-width: 109px;
}

.info_video {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.info_video iframe {
  width: 90%;
  max-width: 343px;
  margin: 0 auto;
  border-radius: 18px;
}

.slider-mob-logs {
  display: block;
}

.cta-contanier.desk {
  display: none;
}

.cta-contanier.mob {
  margin: 20px auto 12px;
  width: 70%;
}

.cta-contanier {
  margin: 30px auto 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #50535a;
}

.cta-contanier p {
  font-size: 18px;
}

.cta-contanier a {
  width: 175px;
  height: 40px;
  font-size: 16px;
  border-radius: 60px;
  background-color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}

.slider-container {
  display: block;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {

  .container_movistarApp {
    display: grid;
    column-gap: 10px;
    justify-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    max-width: 1290px;
    margin: 0 auto;
    width: 90%;
  }

  .whats_tvApp {
    padding: 10px 0px;
    width: 100%;
    max-width: 570px;
    grid-area: 1 / 1 / 2 / 2;
    gap: 14px;
  }

  .whats_tvApp-title {
    margin: 0 auto 0 7px;
    max-width: 521px;
    gap: 30px;
    align-items: flex-start;
    text-align: left;
  }

  .canalesInfo {
    width: 100%;
    max-width: 582px;
    flex-direction: row;
    gap: 12px;
  }

  .whats_tvApp-title .titleApp {
    font-size: 28px;
  }

  .canalesInfo_title {
    font-size: 24px;
  }

  .whats_tvApp-title .contentApp {
    font-size: 20px;
    padding: inherit;
    line-height: 30px;
  }

  .canalesInfo_subtitle {
    font-size: 24px;
    max-width: 433px;
    padding: inherit;
  }

  .whats_tvApp img {
    width: 100%;
    max-width: 486px;
  }


  .canales {
    padding: 50px 0 30px;
    max-width: 2880px;
    grid-area: 2 / 1 / 3 / 3;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .canales_container {
    padding: 0 50px 20px;
    justify-content: space-around;
    max-width: 1440px;
    margin: 0 auto;
  }

  .iconsChannels {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    max-width: 1063px;
  }

  .iconsChannels img {
    width: 75px;
  }

  .canalesInfo_terminos {
    font-size: 14px;
    width: 100%;
    max-width: 1066px;
    text-align: center;
  }

  .media_Store {
    padding: 0 0 40px;
    margin: 0 auto;
    justify-content: flex-start;
    grid-area: 3 / 1 / 4 / 3;
    gap: 25px;
  }

  .media_Store .downloadApp {
    max-width: 529px;
    display: grid;
    grid-template-columns: 16% 81%;
    background: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/hogar/internet-hogar/movistar-tv-app/DESCARGA_DESK.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .downloadApp .downloadApps_container {
    gap: 12px;
  }

  .downloadApp .downloadApp_info {
    justify-content: center;
    gap: 30px;
  }

  .downloadApp .downloadApp_info img {
    width: 57px;
  }

  .downloadApp .downloadApp_info p {
    font-size: 35px;
    width: 274px;
  }

  .downloadApp .downloadApp_store a {
    max-width: 120px;
  }

  .downloadApp .downloadApp_store p {
    font-size: 18px;
  }

  .info_video {
    grid-area: 1 / 2 / 2 / 3;
    max-width: 529px;
  }

  .info_video iframe {
    width: 100%;
    max-width: 529px;
    height: 298px;
  }

  .slider-mob-logs {
    display: none;
  }

  .cta-contanier.mob {
    display: none;
  }

  .cta-contanier.desk {
    width: 540px;
    margin: 7px auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .cta-contanier p {
    font-size: 20px;
  }

  .slider-container {
    display: none;
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
  }

}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: calc(100% / 3.5);
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.dots-container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background-color: #019df4;
}