.plans-tv__container {
  width: 100%;
  max-width: 1200px;
  height: fit-content;
  padding: 30px 0;
  margin: 0 auto;
  cursor: default;
}

.plans-tv__box-ctn {
  width: 100%;
  max-width: 250px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
  /* box-shadow: 7px 9px 11px -2px rgba(0, 0, 0, 0.43); */
  border: 1px solid #eaeaea;
}

.section-plans-tv__title,
.section-plans-tv__descrip {
  color: #0A2739;
  text-align: center;
  margin: 0;
  padding: 0 15px;
}

.section-plans-tv__title {
  font-size: 25px;
  font-weight: bold;
}

.section-plans-tv__descrip {
  font-size: 22px;
}

.plans-tv__box-title {
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  background: #019df4;
  padding: 5px;
}

.plans-tv__box-image {
  height: 127px;
  background: #002839;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plans-tv__box-image.hbo img{
  width: 108px;
}

.plans-tv__container .slick-list {
  padding-bottom: 10px;
}

.section-plans-tv__descrip br {
  display: none;
}

.plans-tv__box-body {
  color: #1c2b3c;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  min-height: 189px;
}

.plans-tv__box-descrip {
  width: 160px;
  height: 19px;
  font-size: 11px;
  background: #1c2b3c;
  padding: 1px 0;
  margin: 5px auto;
  border-radius: 16px;
  text-align: center;
  color: #fff;
  /* position: absolute;
    top: -11px;
    left: 0;
    right: 0; */
}

.plans-tv__box-descrip-green {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3px;
  width: 160px;
  height: 19px;
  font-size: 11px;
  font-weight: 600;
  color: #3C7521;
  border: 1px solid #3C7521;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  margin: 5px auto;
}

.plans-tv__box-descrip-green .bg-green {
  background-color: #d3fcc8 !important;
  width: 95px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 20px 20px 0px;
  -webkit-border-radius: 0px 20px 20px 0px;
}

.bx-info-plns {
  width: 100%;
}

.plans-tv__box-descrip-green.alone .bg-green {
  width: inherit;
  border-radius: 20px;
}

.plans-tv__box-price {
  min-height: 67px;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  border-top: 1.5px solid #efefef;
  border-bottom: 1.5px solid #efefef;
  padding: 20px 10px;
  margin-bottom: 8px;
  /*margin-bottom: 12px;*/
}

.plans-tv__box-priceHBO {
  min-height: 67px;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  margin-top: 5px;
  /*margin-bottom: 12px;*/
}

.plans-tv__box-price2 {
  font-size: 40px;
  line-height: 32px;
  padding: 10px 0;
  color: #313235;
  font-weight: 400;
  padding-bottom: 10px;
}

.cambios-price {
  background-color: #E1EFFF;
  border-radius: 8px;
  width: 100%;
  max-width: 85%;
  margin: 5px auto;
  min-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  color: #313235;
  text-decoration: underline;
  gap: 5px;
}

.plans-tv__box-price span.little {
  color: #0b2739;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  display: block;
}

.plans-tv__box-price span.little.line-through {
  text-decoration: line-through;
}

.plans-tv__box-link {
  width: 90%;
  max-width: 170px;
  font-size: 15px;
  font-weight: 400;
  background: #019df4;
  padding: 8px;
  border-radius: 50px;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
}

/*Carrusel*/
.plans-tv__container {
  position: relative;
}

.plans-tv__container .slick-arrow {
  width: 21px;
  height: 35px;
  background: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/hogar/television/planes/icon-arrow.png) center/70% no-repeat;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.plans-tv__container .slick-arrow.slick-prev {
  left: 10px;
  transform: scaleX(-1);
}

.plans-tv__container .slick-arrow.slick-next {
  right: 10px;
  transform: scaleX(1);
}

.plans-tv__container .slick-arrow::before {
  display: none;
}

.plans-tv__container .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: default;
}

.plans-tv__container .slick-dots {
  bottom: 10px !important;
}

.section-plans-tv {
  background-color: #f5f5f5;
  padding: 30px 0;
}

.space-top {
  margin-top: 27px;
}

.banner-modal__iframe {
  width: 100%;
}

.plans-tv__box.recomended .plans-tv__box-ctn {
  border: solid 2px #019DF4;
  position: relative;
  border-radius: 0 0 8px 8px;
}

.plans-tv__box .id-callback.callback-sencillo {
  width: 100%;
  margin: 0 auto;
  max-width: 85%;
}

.recomended-et {
  background-color: #019DF4;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px 7px 0 0;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;


}

.section-plans-tv__descrip.small {
  font-size: 14px;
  margin-top: 20px;
  color: #0A2739;
}

.ofert-text {
  color: #313235;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  padding-top: 10px;
}

.back-pink {
  background-color: #E63780 !important;
}

.back-blue {
  background-color: #019DF4 !important;
}

.descrp-blue {
  color: #019df4;
  text-decoration: underline;
}

.ofert-text.padding-top{
  padding-top: 43px;
}

.banner-modal__iframe.padding-space{
  padding: 9px 0 0;
}

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

  .section-plans-tv__title {
    font-size: 38px;
  }

  .section-plans-tv__title br {
    display: none;
  }

  .section-plans-tv__descrip {
    font-size: 18px;
  }

  .section-plans-tv__descrip.small {
    font-size: 18px;
    margin-top: 10px;
  }

  .plan-month {
    font-size: 14px;
    line-height: 24px;
    color: #86888C;
    text-align: center;
  }

  .space-top {
    margin-top: 27px;
  }

  .section-plans-tv__descrip br {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .plans-tv__container {
    width: 95%;
  }

  .plans-tv__container .slick-arrow.slick-prev {
    left: -15px;
  }

  .plans-tv__container .slick-arrow.slick-next {
    right: -15px;
  }
}

/*Web Scrapping*/
.valor-numerico {
  display: inline-block;
}

.promo-box {
  width: 100%;
  padding: 5px 0;
  background-color: #F28D15;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container {
  position: relative;
  display: inline-block;
}

.small-image {
  width: 13px;
  height: 13px;
}

.tooltip {
  visibility: hidden;
  width: 120px;
  background-color: #FFFFFF;
  color: #707070;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  text-align: left;
  border-radius: 5px;
  padding: 7px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  /* Posiciona el tooltip encima de la imagen */
  left: 50%;
  margin-left: -65px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}

.image-container:hover .tooltip {
  visibility: visible;
  opacity: 1;
}