@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.main-title-phones {
  display: block;
  margin: 2rem auto;
  font-size: 20px;
  color: white;
  line-height: normal;
  width: 100%;
  max-width: 300px;
}

.main-title-phones-one {
  color: white;
  font-size: 32px;
  font-weight: bold;
}

.--main-title-mod {
  position: absolute;
  white-space: nowrap;
  font-size: 1.7rem;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.c-cel__slide {
  display: block;
  gap: 8px;
  max-width: 100%;
  margin-bottom: 8px !important;
}

.section-phones {
  width: 100%;
  max-width: 300px;
  margin-top: 1.6rem;
}

.section-phones__title {
  font-size: 1.4rem;
  text-align: center;
  color: var(--white);
  line-height: normal;
  margin-bottom: 2rem;
}

@media screen and (min-width:1200px) {
  .section-phones {
    max-width: 420px;
  }
}


.c-plan-cel {
  position: relative;
  display: grid !important;
  grid-template-columns: 40% 1fr;
  gap: 10px;
  border-radius: 12px;
  background: #fff;
  padding: 10px 10px;
  width: 100%;
  max-width: 400px;
  margin: 8px auto;
  text-align: left;
  cursor: pointer;
}

.c-plan-cel:hover {
  border: 1px solid #86888C;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.c-plan-cel p,
.c-plan-cel span {
  line-height: normal;
  font-style: normal;
}

.c-plan-cel__destaca {
  width: max-content;
  padding: 2px 10px;
  border-radius: 20px;
  justify-self: flex-start;
  position: relative;
  top: 5%;
  left: 8%;
  transform: translatey(-50%, -50%);
  color: var(--blue);
  background-color: #e1efff;
  font-size: 12px;
  font-weight: 600;
  min-width: 108px;
  -webkit-transform: translatey(-50%, -50%);
  -moz-transform: translatey(-50%, -50%);
  -ms-transform: translatey(-50%, -50%);
  -o-transform: translatey(-50%, -50%);
}

.c-plan-cel__imgs {
  /* grid-area: celimg; */
  position: relative;
  display: flex;
  justify-content: center;
  height: 150px;
  width: 100%;
  max-width: 122px;
}

.c-plan-cel__imgs img {
  object-fit: contain;
  transition: all 0.2s ease;
}

.c-plan-cel__imgs img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.4s ease;
}

.c-plan-cel-info-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.c-plan-cel__info {
  /* grid-area: celinfo; */
  justify-self: flex-start;
  text-align: left;
  width: 100%;
}

.box-ctas {
  /* grid-area: box-ctas; */
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-plan-cel__title {
  font-size: 14px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  color: #313235;
  grid-area: celtitle;
  width: 100%;
}

.c-plan-cel__marca {
  font-size: 14px;
  text-transform: uppercase;
  color: #737578;
  font-weight: 300;
  text-align: left;
  grid-area: celmarca;
}

.c-plan-cel__flex {
  display: flex;
  align-items: center;
  gap: 4px;
}

.c-plan-cel__price {
  color: #737578;
  text-decoration: line-through;
  text-align: left;
  font-size: 16px;
}

.c-plan-cel__dto {
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  background-color: #E63780;
  border-radius: 4px;
  font-weight: 200;
  min-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.free-shipping {
  padding: 4px 8px;
  font-size: 12px;
  color: #712B71;
  background-color: #F6ECF6;
  border-radius: 4px;
  font-weight: 600;
  min-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recommended {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #737578;
}

.recommended img {
  margin-bottom: 2px;
}

.c-plan-cel__txt {
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
  min-height: 18px;
}

.c-plan-cel__normalprice {
  color: #313235;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.c-plan-cel__send {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  margin-top: 8px;
}

.c-plan-cel__iconsend {
  display: block;
  background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/home/box-phone/icon/icon-send.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 16px;
}


.c-plan-cel .content_btns {
  width: 100%;
  grid-area: buttons;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-around;
}

.c-plan-cel .c-phone__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 40px;
  margin: 5px 0;
  font-size: 14px;
  height: 38px;
  width: 80%;
}

.c-plan-cel .c-phone__btn.border {
  border: 1px solid var(--darkBlue);
}

.c-plan-cel .c-phone__btn img {
  width: auto;
  height: 20px;
  margin-right: 10px;
}

.c-plan-cel .btn_call {
  border: 1px solid var(--blue);
  padding: 10px;
  border-radius: 50%;
}

.c-plan-cel .btn_call img {
  width: 24px;
  display: block;
}

.--normalMobile .c-plan-cel {
  grid-template-columns: 1fr;
  grid-template-areas:
    "celimg"
    "celinfo"
    "buttons";
  padding: 20px 23px 28px;
  place-content: flex-end;
}

.tags-phone {
  position: absolute;
  top: 37px;
  right: 2px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tag-phone-5g {
  content: url(/pages/persons/celulares-gama-media/box-phone/images/5G.svg);
  margin-top: 28px;
  width: 60px;
  display: block;
  z-index: 9;
}

.c-plan-cel .c-phone__stikers.ecorating {
  z-index: 1;
  position: absolute;
  padding: 4px;
  border-radius: 4px;
  width: 75px;
  line-height: normal;
  left: 0px;
  top: 72px;
}

.c-plan-cel .c-phone__stikers.ecorating>p {
  font-weight: bold;
  font-size: 2.6vw;
  text-align: center;
}

.c-plan-cel .c-phone__stikers.ecorating .content-eco {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 3.2vw;
  font-weight: bold;
}

.c-plan-cel .c-phone__stikers.ecorating .icon {
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/pages/persons/celulares-new/filter/assets/icon-ecorating.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-cel__slidecontrol {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 40px;
}

/* CONFIG ARROWs */
.c-cel__slidearrow {
  background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/home/box-phone/icon/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  color: transparent;
  font-size: 0;
}

.c-cel__slidearrow.--next {
  transform: scaleX(-1);
}

/* CONFIG DOTS */
.c-cel__slidecontrol .slick-dots {
  position: relative;
  bottom: auto;
}

.c-cel__slidecontrol .slick-dots li {
  width: 28px;
  height: 28px;
  margin: 0 2px !important;
}

.c-cel__slidecontrol .slick-dots li button {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.c-cel__slidecontrol .slick-dots li.slick-active button {
  animation: animate 10s ease-in 0.4s 1 alternate forwards;
  background: conic-gradient(var(--blue) var(--angle),
      var(--bg-lightGray) 0deg);
  color: var(--blue);
  font-weight: bold;
}

.c-cel__slidecontrol .slick-dots li button::before {
  content: " ";
  background-color: transparent;
  border-radius: 50%;
  height: 90%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: -1;
}

.c-cel__slidecontrol .slick-dots li.slick-active button::before {
  background-color: #ddedf5;
  opacity: 1;
}

.txt-apoyo {
  font-size: 14px;
  color: var(--blue);
}

.beneficios-desk {
  display: none;
}

.cta-compra {
  font-size: 14px;
  color: var(--blue);
}

@keyframes animate {
  to {
    --angle: 360deg;
  }
}

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

  .c-plan-cel .c-phone__stikers.ecorating>p {
    font-size: 13px;
  }

  .c-plan-cel .c-phone__stikers.ecorating .content-eco {
    font-size: 15px;
  }

  .c-plan-cel .c-phone__stikers.ecorating .icon {
    width: 15px;
    height: 15px;
  }
}

@media screen and (min-width: 768px) {
  .main-title-phones {
    font-size: 25px;
    margin: 0 0 1rem;
    max-width: 100%;
  }

  .section-phones__title {
    display: none;
  }

  .beneficios-desk {
    display: flex;
    gap: 10px;
    padding: 15px;
  }

  .c-plan-cel {
    display: flex !important;
    flex-direction: column;
    padding: 20px 15px;
    max-width: 200px;
    height: 350px;
    gap: 18px;
    height: 265px;
  }

  .c-plan-cel__info {
    justify-self: center;

  }

  .box-ctas {
    grid-area: initial;
  }

  .txt-apoyo {
    text-align: left;
  }

  .c-plan-cel__destaca {
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-size: clamp(13px, 0.8em, 14px);
  }

  .--hoverimgs:hover img:nth-child(1) {
    opacity: 0;
  }

  .--hoverimgs:hover img:nth-child(2) {
    opacity: 1;
  }

  .c-plan-cel__title {
    justify-self: center;
    font-weight: 600;
    text-align: left;
  }

  .c-plan-cel__flex {
    margin-bottom: 4px;
    justify-content: center;
    min-height: 23px;
  }



  .c-plan-cel__send {
    margin-top: 8px;
    font-size: clamp(11px, 1vw, 13px);
  }

  .button-compra {
    display: block !important;
  }

  .c-plan-cel__imgs {
    margin: 0 auto;
    max-width: max-content;
    height: 100%;
    min-height: 140px;
  }


  .tag-phone-5g {
    margin-top: 60px;
  }

  .c-plan-cel__imgs img {
    object-fit: contain;
  }
}

@media screen and (min-width: 1000px) {
  .c-cel__slide.active {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    column-gap: 8px;
  }

  .c-plan-cel__title {
    font-size: clamp(16px, 1.5vw, 18px);
  }
}

.cont-info-refush {
  display: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  grid-area: box-inf-refsh;
}

.cont-info-refush .inner-sect-refsh {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 1000px) {
  .cont-info-refush .inner-sect-refsh {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    flex-direction: row;
  }

  .cont-info-refush {
    align-items: center;
  }
}

.c-benefoffert__call {
  width: 100%;
}

.descuento-limit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #712B71;
  font-size: 15px;
  line-height: normal;
  background-color: #F6ECF6;
  border-radius: 4px;
  padding: 4px;
  font-weight: 700;
}

@media (max-width:768px) {
  .descuento-limit {
    font-size: 13px;
  }
}