.lt-accordion-content.toggleactive,
.lt__parent.lt__parent--active,
.lt__subparent.lt__subparent--active,
.toggle-container.toggleactive {
  display: block;
}

.lt__subtab-item.lt__subtab-item--active,
.lt__tab-item.lt__tab-item--active {
  border-bottom: 1px solid #019df4;
}

.stweb__banner-hero
  .banner-hero--progress
  .banner-hero__pagination
  .swiper-pagination,
[lt-accordion] > * > * {
  margin: 0;
}

.portlet-decorate .portlet-content {
  padding: 0 !important;
}

.dev-banner-container {
  height: 500px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.dev-banner__inner {
  width: 100%;
  max-width: 1280px;
  padding: 20px 25px;
  position: relative;
}

.dev-banner__fondo-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 580px) {
  .dev-banner-container {
    height: 500px;
  }
}

.toggle-container {
  transition: height 0.35s ease-in-out;
  overflow: hidden;
  display: none;
}

.lt-accordion-content {
  transition: height 0.34s ease-in-out;
  overflow: hidden;
  display: none;
}

.lt-accordion-title {
  cursor: pointer;
}

[lt-accordion] > li {
  list-style: none;
}

.lt-toggle-icon {
  width: 13px;
  height: 13px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23019bf2' viewBox='0 0 512 512'%3E%3Cpath d='M255.5 115.2a28 28 0 0 0-19.1 8.3L9.2 350.7a28.3 28.3 0 1 0 40 40l206.3-206.3 206.3 206.3a28.3 28.3 0 1 0 40-40L274.6 123.5c-5.3-5.3-12.2-8-19.1-8.3z'/%3E%3C/svg%3E");
  background-size: cover;
  transform: rotate(180deg);
  transition: 0.5s;
}

.link__toggleactive > .lt-toggle-icon,
.lt-accordion-title.accordion_link_active .lt-toggle-icon {
  transform: rotate(0);
}

.lt__subtabs,
.lt__tabs {
  display: flex;
  z-index: 2;
  position: relative;
  margin: unset;
  padding: 0;
  margin-bottom: 16px;
}

.lt__subtab-item,
.lt__tab-item {
  cursor: pointer;
  list-style: none;
  padding: 5px;
  display: flex;
  justify-content: center;
}

.lt__parent,
.lt__subparent {
  display: none;
  padding: 10px;
}

.ltpopup-wp {
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1000;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
}

.ltpopup-body {
  background: #d3d3d3;
  position: relative;
  z-index: 1100;
  display: block;
  margin: auto;
  width: 280px;
  height: 436px;
}

.ltpopup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px 20px;
  box-sizing: border-box;
}

.ltpopup-exit-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 2;
}

.ltpopup-close-img {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.ltpopup-wp.visible {
  opacity: 1;
  visibility: visible;
}

.ltpopup-wp.hide {
  visibility: hidden;
  opacity: 0;
  z-index: -2;
}

@media (min-width: 600px) {
  .ltpopup-body {
    width: 546px;
    height: 490px;
  }
}

.hunter__body {
  position: fixed;
  bottom: 60px;
  right: 0;
  background-color: #4d4d4d;
  padding: 16px;
  z-index: 2;
  width: 415px;
  height: 215px;
  border-radius: 16px 0 0 16px;
}

.hunter__close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  z-index: 2;
}

.hunter__inner img {
  width: auto;
  height: auto;
  max-height: 100%;
}

.hunter__inner {
  height: 100%;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 0;
}

.swiper-container {
  padding-bottom: 20px;
}

.lt-swiper-nav {
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}

.lt-button-next.lt-swiper-nav {
  position: absolute;
  right: 0;
}

.lt-button-prev.lt-swiper-nav {
  position: absolute;
  left: 0;
}

.lt-swiper-nav.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.ltfaqs__section {
  padding: 32px 16px;
  display: flex;
  justify-content: center;
}

.ltfaqs__section .ltfaqs__title {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  color: #50535a;
  margin-bottom: 36px;
}

.ltfaqs__section .ltfaqs__list {
  list-style: none;
  padding: 0;
}

.ltfaqs__section .ltfaqs__inner {
  width: 100%;
  max-width: 340px;
}

.ltfaqs__section .lt-accordion-title {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  position: relative;
}

.ltfaqs__section .ltfaqs__list > li {
  border-bottom: 1px solid #d3d4d3;
}

.ltfaqs__section .lt-accordion-number {
  border-radius: 100px;
  background: #d3d4d3;
  width: 32px;
  height: 32px;
  color: #50535a;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ltfaqs__section .lt-accordion-titlelabel {
  color: #50535a;
  font-size: 14px;
  font-weight: 400;
  line-height: 142%;
  max-width: 70%;
  margin-left: 10px;
  margin-bottom: 0;
}

.ltfaqs__section .lt-toggle-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.ltfaqs__section .lt-accordion-content {
  margin: 0 30px;
  font-size: 16px;
  color: #50535a;
}

.ltfaqs__section .accordion_link_active .lt-accordion-number {
  background: #019df4;
  color: #fff;
}

.ltfaqs__section .accordion_link_active .lt-accordion-titlelabel {
  font-weight: 700;
}

@media (min-width: 768px) {
  .ltfaqs__section .ltfaqs__inner {
    max-width: 700px;
  }

  .ltfaqs__section {
    padding: 32px;
  }

  .ltfaqs__section .ltfaqs__title {
    font-size: 38px;
    margin-bottom: 12px;
    padding: 24px 0;
  }

  .ltfaqs__section .lt-accordion-titlelabel {
    max-width: 80%;
    font-size: 18px;
  }
}

.ltfaqs__section .ltfaqs__viewmore {
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
  color: #019df4;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.ltfaqs__section .ltfaqs__viewmore:hover {
  color: #019df4;
}

.ltfaqs__section .ltfaqs__morebtn .ltfaqs__viewmore.minus,
.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.more,
[lt-toggle] .minus,
[lt-toggle].link__toggleactive .more {
  display: none;
}

.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.minus {
  display: block;
}

@media (min-width: 1280px) {
  .ltfaqs__section .ltfaqs__inner {
    max-width: 1024px;
  }

  .ltfaqs__section .lt-accordion-title {
    margin-top: 12px;
  }
}

[lt-toggle].link__toggleactive .minus {
  display: inline;
}

.Equipos-carousel__planpost2023 .Equipos-carousel__slider,
.ltpopup-info,
.stweb__banner-hero {
  position: relative;
}

.stweb__banner-hero .banner-hero--progress .banner-hero__pagination {
  position: relative;
  justify-content: center;
}

.stweb__banner-hero .banner-hero--progress .swiper-button-next,
.stweb__banner-hero .banner-hero--progress .swiper-button-prev {
  overflow: hidden;
  visibility: hidden;
}

.stweb__banner-hero .banner-hero--progress .swiper-button-next .svg--inline,
.stweb__banner-hero .banner-hero--progress .swiper-button-prev .svg--inline {
  font-size: 10px;
}

.stweb__banner-hero
  .banner-hero--progress
  .swiper-button-next
  .svg--inline
  path,
.stweb__banner-hero
  .banner-hero--progress
  .swiper-button-prev
  .svg--inline
  path {
  fill: #019df4;
}

.dev-banner-container,
.lt__subtab-item,
.lt__tab-item,
.stweb__banner-hero .banner-hero--progress .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
}

.stweb__banner-hero .banner-hero--progress .swiper-pagination-bullet {
  background-color: transparent;
  position: relative;
}

.stweb__banner-hero
  .banner-hero--progress
  .swiper-pagination-bullet--svg-animation
  svg {
  position: absolute;
  z-index: -1;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.stweb__banner-hero
  .banner-hero--progress
  .swiper-pagination-bullet--svg-animation
  .svg__circle-inner {
  stroke: transparent;
  fill: transparent;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.stweb__banner-hero
  .banner-hero--progress
  .swiper-pagination-bullet-active
  .svg__circle-inner,
.stweb__banner-hero
  .banner-hero--progress
  .swiper-pagination-bullet-stop
  .svg__circle-inner {
  fill: rgba(1, 157, 244, 0.1);
}

.stweb__banner-hero .banner-hero--progress .swiper-pagination-bullet-active,
.stweb__banner-hero .banner-hero--progress .swiper-pagination-bullet-stop {
  opacity: 1;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  background-color: #e6f5fd;
}

.stweb__banner-hero
  .banner-hero--progress
  .swiper-pagination-bullet-active
  .svg__circle {
  display: none;
  stroke: #019df4;
  stroke-dasharray: 75;
  stroke-dashoffset: 0;
  -webkit-animation: 7s ease-in-out forwards progress;
  -moz-animation: 7s ease-in-out forwards progress;
  -ms-animation: progress 7s ease-in-out 1 forwards;
  animation: 7s ease-in-out forwards progress;
}

.stweb__banner-hero .banner-hero__pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
}

.stweb__banner-hero .banner-hero__pagination .swiper-button-next,
.stweb__banner-hero .banner-hero__pagination .swiper-button-prev {
  font-size: 14px;
  height: 24px;
  top: 0;
  margin-top: 0;
}

.stweb__banner-hero .banner-hero__pagination .swiper-button-next::after,
.stweb__banner-hero .banner-hero__pagination .swiper-button-prev::after,
.stweb__carousel-equipment .swiper-button-next::after,
.stweb__carousel-equipment .swiper-button-prev::after {
  content: inherit;
}

.stweb__banner-hero .banner-hero__pagination .swiper-button-next,
.stweb__banner-hero .banner-hero__pagination .swiper-button-prev,
.stweb__banner-hero .banner-hero__pagination .swiper-pagination {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
}

.stweb__banner-hero .banner-hero__pagination .swiper-pagination {
  color: #50535a;
  width: auto;
  max-width: 100%;
  font-size: 14px;
  margin: 0 16px;
}

.stweb__banner-hero
  .banner-hero__pagination
  .swiper-pagination
  .swiper-pagination-current {
  font-weight: 700;
}

.stweb__banner-hero
  .banner-hero--progress
  .swiper-pagination-bullet--svg-animation {
  border: 1px solid #ddd;
  width: 26px;
  height: 26px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  margin: 0 5px !important;
  text-align: center;
  color: #313235;
  font-family: Roboto;
}

.planadicional__alta,
.planadicional__internet,
.stweb__banner-hero .banner-hero--progress .swiper-pagination-bullet-active,
.stweb__banner-hero .banner-hero--progress .swiper-pagination-bullet-stop {
  color: #313235;
}

.stweb__banner-hero .swiper-pagination-bullet {
  opacity: 1;
}

.banner-movistar-total .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stefa-banner-hero__titulo {
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
  color: #313235;
  margin: 16px auto;
}

.stefa-banner-hero__subtitulo {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6b6c6f;
}

.banner-regala-mama-iphone__terminos {
  color: #0b2739 !important;
  text-decoration: underline !important;
}

.banner-fibra-tv {
  background: #fff;
  width: 100%;
  max-width: 1080px;
}

.banner-fibra-tv .badge {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin-bottom: 12px;
}

.banner-fibra-tv .description {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-bottom: 12px;
  max-width: 355px;
}

.banner-fibra-tv .terms {
  font-weight: 300;
  font-size: 10px;
  line-height: 32px;
  color: grey;
  margin-bottom: 0;
  display: none;
}

.banner-fibra-tv .stweb-btn {
  font-weight: 400;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  border: none;
  display: block;
}

.stefa-banner-hero picture img {
  border-radius: 16px;
}

span.stefa-banner-hero__badge {
  font-size: 14px;
  line-height: 20px;
  color: #019bef;
  padding: 4px;
  border-radius: 4px;
  background-color: #e6f5fd;
  font-weight: 500;
  text-align: center;
}

.stefa-banner-hero__terminos {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
  color: #6b6c6f;
  padding: 30px 0;
  margin-left: 4px;
}

.secciontabscelulares__navTabs--Tab
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  height: 8px;
  border-radius: 99px;
  background: #019bef;
  transition: all 0.3s ease;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-regala-mama-iphone__terminos,
  .banner-regala-mama__terminos {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-regala-mama-iphone__terminos,
  .banner-regala-mama__terminos {
    position: absolute;
    left: 26%;
    bottom: 30px;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 992px) and (max-width: 1199.9px) {
  .ads__mtotal .content__ads__mtotal__btn,
  .ads__prepago__btn,
  .ads__rappi--content-btn,
  .banner-descubre-fibra__terminos,
  .banner-descubre-fibra__text,
  .banner-regala-mama-iphone__celular,
  .banner-regala-mama-iphone__terminos,
  .banner-regala-mama-iphone__text,
  .banner-regala-mama__terminos {
    position: absolute;
    transform: translate(-50%, -50%);
  }

  .banner-regala-mama-iphone__terminos {
    left: 33%;
    bottom: 75px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .banner-fibra-tv {
    max-width: 900px;
  }

  .banner-fibra-tv .picture img {
    position: absolute;
    top: -50px;
    right: -30px;
  }
}

@media (min-width: 1199px) {
  .banner-fibra-tv {
    max-width: 1080px;
  }

  .banner-fibra-tv .picture img {
    position: absolute;
    right: 20px;
    top: -66px;
  }
}

@media (min-width: 1200px) {
  .stefa-banner-hero .banner-fibra-tv .picture img {
    top: -15px;
  }

  .banner-regala-mama-iphone__terminos {
    position: absolute;
    left: 0;
    bottom: -50px;
    transform: translate(260%, -200%);
  }
}

@media (min-width: 991px) {
  .banner-fibra-tv .stweb-btn {
    display: inline-block;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .stweb__banner-hero .banner-hero--progress .banner-hero__pagination {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: inherit;
    bottom: 30px;
  }

  .stweb__banner-hero .banner-hero--progress .swiper-button-next,
  .stweb__banner-hero .banner-hero--progress .swiper-button-prev {
    overflow: initial;
    visibility: visible;
  }

  .stweb__banner-hero
    .banner-hero--progress
    .swiper-pagination-bullet--svg-animation {
    margin: 0 !important;
  }

  .stweb__banner-hero .banner-hero__pagination {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
  }

  .stefa-banner-hero__titulo {
    margin: 0;
    max-width: 456px;
  }

  .banner-fibra-tv {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    height: 318px;
    margin: 32px 0 0;
    padding: 33px 0 0 50px;
  }

  .banner-fibra-tv .col-lg-7 {
    flex: 0 0 65%;
    max-width: 65%;
  }

  .banner-fibra-tv .col-lg-5 {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .banner-fibra-tv .picture {
    margin-bottom: 0;
  }

  .banner-fibra-tv .badge {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 41px;
  }

  .banner-fibra-tv .description {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 41px;
    color: #313235;
    max-width: 100%;
  }

  .banner-fibra-tv .terms {
    position: absolute;
    text-align: right;
    bottom: 7px;
    right: 31px;
    margin-bottom: 0;
    display: block;
  }

  .stefa-banner-hero .banner-fibra-tv .col-lg-7 {
    flex: 0 0 56%;
    max-width: 56%;
  }

  .stefa-banner-hero .banner-fibra-tv .col-lg-5 {
    flex: 0 0 44%;
    max-width: 44%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 272px;
  }

  .stefa-banner-hero .banner-fibra-tv .stweb-btn {
    margin: 0;
  }

  .stefa-banner-hero .banner-fibra-tv {
    padding: 33px 0 0 30px;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .banner-movistar-total .picture img {
    height: 328px;
  }

  .banner-movistar-total .banner-fibra-tv .stweb-btn {
    width: 143px;
    height: 48px;
    border-radius: 60px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 48px;
  }

  .banner-movistar-total .banner-regala-mama-iphone__terminos {
    bottom: -140px;
    right: 0;
    left: unset;
  }

  .banner-movistar-total .stefa-banner-hero__titulo {
    font-size: 24px;
    line-height: 32px;
    margin: 16px 24px;
    display: block !important;
  }
}

@media (max-width: 992px) and (min-width: 380px) {
  .banner-fibra-tv .stweb-btn {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 330px;
  }
}

@media (max-width: 992px) {
  .stweb__banner-hero .banner-hero--progress .banner-hero__pagination {
    margin-top: 17px;
  }

  .stweb__banner-hero .banner-hero__pagination {
    margin-top: 12px;
  }

  .banner-fibra-tv .col-12,
  .banner-fibra-tv .col-lg-5 {
    padding: 0 15px;
  }
}

.banner-fibra-tv .picture {
  display: block;
  margin-bottom: 24px;
}

.banner-fibra-tv .picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .banner-samsung.row > *,
  .stweb__banner-hero .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .stweb__banner-hero {
    padding-top: 40px;
  }

  .stweb__banner-hero .banner-hero__pagination .swiper-button-next,
  .stweb__banner-hero .banner-hero__pagination .swiper-button-prev {
    font-size: 18px;
  }

  .stweb__banner-hero .banner-hero__pagination .swiper-pagination {
    max-width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .stweb__banner-hero .banner-hero__pagination {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 600px) {
  .banner-movistar-total .picture img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .banner-regala-mama-iphone__terminos {
    position: absolute;
    left: 0;
    bottom: -140px;
    transform: translate(12%, -50%);
    z-index: 99999;
  }

  .banner-movistar-total .banner-regala-mama-iphone__terminos {
    bottom: -120px;
  }

  .stefa-banner-hero__titulo {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
    min-height: 64px;
  }

  .banner-movistar-total .stefa-banner-hero__titulo {
    font-size: 24px;
    line-height: 32px;
    display: block;
  }

  .banner-fibra-tv .stweb-btn {
    width: 100%;
    max-width: 350px;
    height: 42px;
    margin: 0 auto;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
  }

  .banner-movistar-total .banner-fibra-tv .picture {
    margin-bottom: 0 !important;
  }

  .stefa-banner-hero picture img {
    border-radius: 0;
  }
}

@media (max-width: 575.98px) {
  .banner-regala-mama-iphone__terminos,
  .banner-regala-mama__terminos {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, -50%);
  }
}

.lt-accordion__aqui,
.lt-accordion__titulos:hover {
  color: #019bef !important;
  text-decoration: inherit !important;
}

.lt-accordion__titulo {
  color: #313235 !important;
  font-weight: 400 !important;
}

.preguntas__separador {
  font-weight: 700;
  margin: 16px 0;
}

.seccionbeneficiosmovistar__img,
.seccionpromocionescelulares__img {
  width: auto;
  height: auto;
  border-radius: 16px;
}

.seccionbeneficiosmovistar {
  justify-content: center;
  text-align: center;
  column-gap: 3em;
  align-items: center;
  margin-top: 1.5em;
  padding-bottom: 1em;
}

.seccionbeneficiosmovistar__boxes.box2 {
  width: 630px;
}

.seccionbeneficiosmovistar__beneficiosTitulo.new1,
.secciontabscelulares__navTabs.lt__tab-item
  .secciontabscelulares__navTabs--mini.mini2,
.secciontabscelulares__navTabs.lt__tab-item
  .secciontabscelulares__navTabs--mini.mini3 {
  width: 100px;
}

.seccionbeneficiosmovistar__beneficios {
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  width: 680px;
  margin-bottom: 15px;
  font-weight: 400;
}

.seccionbeneficiosmovistar__cardpromos {
  flex-wrap: wrap;
  margin: 8px 0;
}

.seccionbeneficiosmovistar__cardpromos-Cards {
  width: 280px;
  column-gap: 14px;
  height: 72px;
  align-items: start;
  margin-bottom: 15px;
}

.seccionbeneficiosmovistar__beneficiosTitulo {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  width: 172px;
  text-align: left;
  font-weight: 400;
}

.seccionbeneficiosmovistar__botonofertas {
  width: 136px;
  height: 48px;
  background: #019bef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  border-radius: 60px;
  font-size: 18px;
  line-height: 24px;
}

.seccionbeneficiosmovistar__botonofertas:hover {
  color: #fff !important;
  text-decoration: inherit !important;
}

.stweb__op-posters {
  display: flex;
}

.stweb__op-posters .poster-card {
  position: relative;
  width: 20%;
  height: 639px;
  overflow: hidden;
  color: #fff;
  transition: 0.4s ease-out;
}

.stweb__op-posters .poster-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #0b2739;
  opacity: 0.7;
  transition: 0.4s ease-out;
}

.stweb__op-posters .poster-card:hover {
  width: 43.5%;
}

.stweb__op-posters .poster-card:hover::after {
  opacity: 0;
}

.stweb__op-posters .poster-card:hover .card__content {
  padding-top: 140px;
  background: linear-gradient(0deg, #000 -8.79%, rgba(0, 0, 0, 0) 95.66%);
}

.stweb__op-posters .poster-card:hover .card__content .stweb-btn {
  display: inline-block;
}

.stweb__op-posters .poster-card:hover .card__logo {
  left: 24px;
  transform: translate(0, 0);
  transition: 0.4s ease-out;
}

.stweb__op-posters .poster-card:hover .card__title {
  display: block;
  font-size: 32px;
  max-width: 289px;
}

.secciontabscelulares__botontienda--segunda,
.stweb__op-posters .poster-card:hover .card__arrow,
.stweb_hidden .hunter-whatsapp_close,
.stweb_hidden .hunter-whatsapp_left-info2 {
  display: none;
}

.stweb__op-posters .poster-card:hover .card__description {
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 18px;
  font-weight: 400 !important;
}

.stweb__op-posters .poster-card:hover ~ .poster-card {
  transition: 0.4s ease-out;
}

.stweb__op-posters .poster-card:hover ~ .poster-card .card__title {
  font-size: 24px;
}

.stweb__op-posters .poster-card .card__content {
  position: relative;
  height: 100%;
  z-index: 2;
  padding: 24px;
  transition: 0.4s ease-out;
}

.stweb__op-posters .poster-card .card__content .stweb-btn {
  display: none;
  background: #019df4;
}

@media (max-width: 991.98px) {
  .stweb__op-posters {
    display: block;
  }

  .stweb__op-posters .poster-card {
    width: 100%;
    height: 108px;
  }

  .stweb__op-posters .poster-card:hover {
    width: 100%;
    height: 330px;
  }

  .stweb__op-posters .poster-card:hover .card__logo {
    position: absolute;
    display: block;
    top: 22px;
    left: 24px;
    transform: translate(0, 0);
    transition: 0.4s ease-out;
  }

  .stweb__op-posters .poster-card .card__content {
    display: flex;
  }

  .stweb__op-posters .poster-card .card__body {
    flex: 1;
  }
}

.stweb__op-posters .poster-card .card__title {
  display: none;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
  transition: 0.4s ease-out;
}

.stweb__op-posters .poster-card .card__arrow {
  position: absolute;
  right: 24px;
  bottom: 50px;
}

.stweb__op-posters .poster-card .card__description {
  font-size: 0;
  line-height: 1.2;
  margin: 0;
}

.stweb__op-posters .poster-card .card__picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

@media (min-width: 992px) {
  .stweb__op-posters .poster-card:hover .card__content {
    padding-top: 370px;
  }

  .stweb__op-posters .poster-card:hover .card__title {
    font-size: 40px;
  }

  .stweb__op-posters .poster-card .card__content {
    padding-top: 532px;
  }

  .stweb__op-posters .poster-card .card__logo {
    position: absolute;
    display: block;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.4s ease-out;
  }

  .stweb__op-posters .poster-card .card__title {
    font-size: 24px;
  }
}

.atm-c2c-from-hv-embebido > form > div.hv_glosa_whatsapp_link a,
.atm-c2c-from-hv-embebido > form > div.hv_proteccion_datos_link a,
.stweb__5g-posters.stweb__op-posters {
  color: #019df4 !important;
  font-weight: 700 !important;
  margin-top: 1.5em;
}

.seccionpromocionescelulares__promociones {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  color: #313235;
  font-weight: 400;
}

.seccionpromocionescelulares__promociones--movistar {
  color: #6b6c6f;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}

.seccionpromocionescelulares__boxcard {
  justify-content: center;
  align-items: center;
  width: 1168px;
  height: 556px;
  margin: 0 auto;
  background: #f6f6f6;
  border-radius: 8px;
  column-gap: 44px;
}

.seccionpromocionescelulares__boxcard--cybers.cyber2 {
  width: 469px;
}

.seccionpromocionescelulares__cybertitulo {
  margin: 0;
  color: #019bef;
  font-size: 18px;
  line-height: 24px;
}

.seccionpromocionescelulares__cybertitulo--sub {
  font-size: 18px;
  line-height: 24px;
}

.seccionsobreplanes {
  background: #f6f6f6;
  padding-top: 32px;
  height: 695px;
  margin-top: 1em;
}

.seccionsobreplanes__titulo {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  color: #313235;
}

.seccionsobreplanes__slidersplanes {
  width: 1224px;
  margin: 0 auto;
}

.seccionsobreplanes__ItemsPlanes {
  width: 1112px;
  height: 556px;
  background: #ffff;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  column-gap: 3em;
}

.seccionbannerscelularesOferta__itemsCelularesOferta--imagen,
.seccionsobreplanes__ItemsPlanes--img {
  width: auto;
  height: auto;
  border-radius: 16px;
}

.seccionsobreplanes__ItemsPlanes--boxes.box2 {
  width: 424px;
}

.seccionsobreplanes__slidersplanes .swiper-button-next,
.seccionsobreplanes__slidersplanes .swiper-button-prev {
  background: #ffff;
  width: 40px;
  height: 40px;
  border-radius: 60px;
  outline: transparent;
  border: 1px solid #ddd;
  flex-direction: row;
}

.seccionsobreplanes__slidersplanes .swiper-button-next:after,
.seccionsobreplanes__slidersplanes .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 700;
  color: #313235;
}

.seccionsobreplanes__slidersplanes .swiper-pagination {
  bottom: -2em !important;
  margin-bottom: 3em;
  position: relative;
}

.seccionsobreplanes__slidersplanes .swiper-pagination-bullet {
  background: #949494;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.seccionsobreplanes__slidersplanes
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #019bef;
}

.seccionsobreplanes__ItemsPlanes--celulares {
  font-size: 28px;
  line-height: 32px;
  color: #019bef;
  font-weight: 400;
}

.seccionsobreplanes__ItemsPlanes--descripcion {
  font-size: 14px;
  line-height: 20px;
}

.secciontabscelulares {
  background-color: #f6f6f6;
  padding: 20px;
}

.secciontabscelulares__bodycontenido {
  justify-content: center;
  align-items: center;
}

.secciontabscelulares__celulares {
  font-size: 18px;
  line-height: 24px;
  color: #6b6c6f;
  margin-bottom: 25px;
}

.secciontabscelulares__mejores {
  font-size: 32px;
  line-height: 40px;
  color: #313235;
  font-weight: 400;
  margin-bottom: 16px;
  width: 380px;
}

.secciontabscelulares__mejores h1 {
  display: contents;
  font-size: 32px;
  line-height: 40px;
  color: #313235;
  font-weight: 400;
}

.secciontabscelulares__descubre {
  font-size: 24px;
  line-height: 28px;
  color: #313235;
}

.secciontabscelulares__bodycontenido--General {
  justify-content: center;
  margin-bottom: 1em;
}

.secciontabscelulares__bodycontenido--tabpanel {
  width: 808px;
  margin: 0 auto;
}

.secciontabscelulares__logosmarcas--iconos:hover {
  box-shadow: 0 7px 8px rgba(11, 39, 57, 0.02),
    0 5px 22px rgba(11, 39, 57, 0.12);
  transition: 0.25s ease-in-out;
}

.secciontabscelulares__navTabs.lt__tab-item {
  width: 262px;
  height: 100px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secciontabscelulares__navTabs.lt__tab-item.lt__tab-item--active {
  font-weight: 700;
  border-bottom: 4px solid #019df4;
  border-radius: 4px;
}

.secciontabscelulares__navTabs.lt__tab-item
  .secciontabscelulares__navTabs--mini {
  width: 151px;
  text-align: center;
  color: #313235;
}

.secciontabscelulares__picture--img {
  width: auto;
  height: auto;
}

.secciontabscelulares__equipmentItem {
  width: 255px;
  background: #ffff;
  margin: 0 auto;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}

.secciontabscelulares__picture {
  background: #f5f5f5;
  border-radius: 8px;
  width: 223px;
  height: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.secciontabscelulares__equipmentItem--contenido {
  text-align: left;
}

.secciontabscelulares__equipmentItem--honor {
  color: #737578;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.secciontabscelulares__equipmentItem--magic {
  font-size: 18px;
  line-height: 24px;
}

.secciontabscelulares__equipmentItem--numero {
  font-size: 24px;
  line-height: 28px;
}

.secciontabscelulares__equipmentItem--contado {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.secciontabscelulares__equipmentItem--content_btn {
  width: 223px;
  height: 32px;
  background: #019bef;
  border: transparent;
  border-radius: 60px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-top: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secciontabscelulares__equipmentItem--content_btn:hover {
  color: #fff !important;
  text-decoration: inherit !important;
}

.secciontabscelulares__equipmentItem--magic.new1 {
  margin-bottom: 39px;
}

.secciontabscelulares__equipmentItem--magic.new2,
.secciontabscelulares__equipmentItem--numero.new2 {
  margin-bottom: 10px;
}

.secciontabscelulares__equipmentItem--numero.new3 {
  margin: 0;
}

.secciontabscelulares__bodycontenido.box2 {
  gap: 14em;
  margin: 1em auto 0;
  border-top: 1px solid #eee;
  width: 1180px;
  padding-top: 1em;
}

.secciontabscelulares__logosmarcas--titulo {
  margin: 0;
  font-size: 28px;
  line-height: 32px;
  width: 391px;
}

.secciontabscelulares__logosmarcas.box2 {
  gap: 17px;
}

.secciontabscelulares__logosmarcas--iconos {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 8px;
}

.secciontabscelulares__bodycontenido--boxes.box1,
.secciontabscelulares__bodycontenido.box2 {
  position: relative;
  right: 2em;
}

.seccionbannerscelularesOferta__paginador {
  display: flex;
  align-items: center;
  justify-content: center;
}

.seccionbannerscelularesOferta__paginador .swiper-pagination {
  bottom: -15px;
  position: relative;
  margin-bottom: 0;
}

.seccionbannerscelularesOferta__paginador .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  opacity: 1;
  border: 1px solid #ddd;
  background: #fff !important;
  color: #313235;
  margin: 0 5px;
  outline: transparent !important;
}

.seccionbannerscelularesOferta__paginador .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e6f5fd !important;
  border: 2px solid #019bef;
  font-weight: 700;
}

.seccionbannerscelularesOferta__paginador .swiper-button-next,
.seccionbannerscelularesOferta__paginador .swiper-button-prev {
  position: relative;
  left: unset !important;
  right: unset !important;
  bottom: unset;
  top: 0;
  margin-top: 0;
}

.seccionbannerscelularesOferta__paginador .swiper-button-next:after,
.seccionbannerscelularesOferta__paginador .swiper-button-prev:after {
  color: #313235;
  font-size: 18px;
  font-weight: 700;
}

.seccionbannerscelularesOferta__itemsCelularesOferta {
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 2em;
}

.seccionbannerscelularesOferta__itemsCelularesOferta--descripcion {
  width: 496px;
}

.seccionbannerscelularesOferta__itemsCelularesOferta--span {
  width: 127px;
  height: 28px;
  color: #019bef;
  background: #e6f5fd;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 4px;
  margin-bottom: 10px;
}

.seccionbannerscelularesOferta__itemsCelularesOferta-titulo {
  font-size: 32px;
  line-height: 40px;
  color: #313235;
  margin-bottom: 10px;
}

.seccionbannerscelularesOferta__itemsCelularesOferta--migra {
  font-size: 16px;
  line-height: 24px;
  color: #6b6c6f;
  width: 474px;
}

.seccionbannerscelularesOferta__itemsCelularesOferta--botonloquiero {
  background: #019bef;
  width: 200px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 60px;
  font-size: 18px;
  line-height: 24px;
  margin-top: 2em;
  gap: 5px;
  border: transparent;
}

.seccionbannerscelularesOferta__itemsCelularesOferta--botonloquiero:hover {
  color: #fff !important;
  text-decoration: inherit !important;
}

.seccionbannerscelularesOferta__itemsCelularesOferta--titulo-celeste {
  color: #019bef;
}

.seccionbannerscelularesOferta__itemsCelularesOferta--recibelo {
  font-size: 18px;
  line-height: 24px;
}

.seccionbannerscelularesOferta__itemsCelularesOferta--terminos {
  margin-top: -38px;
  color: #fff;
  position: absolute;
  right: 0;
  left: 54em;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.seccionbannerscelularesOferta__itemsCelularesOferta--terminos.term1 {
  margin-top: -37px;
  color: #000;
  left: 8em;
}

.seccionbannerscelularesOferta__itemsCelularesOferta--terminos.term1:hover {
  color: #000 !important;
}

.seccionbannerscelularesOferta__itemsCelularesOferta--terminos:hover {
  color: #fff !important;
}

.seccionbannerscelularesOferta__itemsCelularesOferta-titulo.new1 {
  margin-bottom: 25px;
}

.seccionbannerscelularesOferta__sliders {
  padding: 0 80px;
}

.seccionbeneficiosmovistar__botonofertas {
  transform: translateY(32px);
}

.stefa_celulares_smartphone_section {
  height: auto;
  padding-top: 24px;
  padding-right: 15px;
  padding-bottom: 24px;
  padding-left: 15px;
  background: #f6f6f6;
  margin-top: 2em;
}

.stefa_celulares_smartphone_section .title_general {
  width: 330px;
  height: 32px;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  color: #313235;
  margin-bottom: 0px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.stefa_celulares_smartphone_section .stefa_item_celulares_smartphone {
  width: 322px;
  height: auto;
  gap: 24px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  padding-top: 2em;
}

.stefa_celulares_smartphone_section
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  height: 8px;
  border-radius: 99px;
  background: #019bef;
  transition: all 0.3s ease;
}

@media (min-width: 1280px) {
  .stefa_celulares_smartphone_section .title_general {
    width: 1224px !important;
    height: 48px !important;
    font-size: 40px !important;
    line-height: 48px !important;
  }

  .stefa_celulares_smartphone_section .stefa_item_celulares_smartphone {
    width: 384px !important;
  }

  .stefa_celulares_smartphone_section
    .stefa_item_celulares_smartphone
    .stefa_title {
    width: 384px !important;
    height: 64px !important;
    font-size: 28px !important;
  }

  .stefa_celulares_smartphone_section
    .stefa_item_celulares_smartphone
    .stefa_custom_flexboxParagraph
    .stefa_desciption {
    width: 384px !important;
    padding: 0 16px !important;
    font-size: 16px !important;
  }

  .stefa_celulares_smartphone_section
    .stefa_item_celulares_smartphone
    .stefa_custom_flexboxParagraph {
    width: 384px !important;
  }

  .stefa_celulares_smartphone_section
    .stefa_item_celulares_smartphone
    .stefa_custom_flexboxParagraph
    .stefa_desciption {
    width: 384px !important;
    padding-right: 16px !important;
    font-size: 16px !important;
  }

  .stefa_celulares_smartphone_section
    .stefa_item_celulares_smartphone
    .stefa_flexgrid_title {
    display: inline-block !important;
    width: 384px !important;
    padding-right: 8px !important;
  }
}

.stefa_celulares_smartphone_section
  .stefa_item_celulares_smartphone
  .stefa_flexgrid_title {
  display: inline-block;
}

.stefa_celulares_smartphone_section
  .stefa_item_celulares_smartphone
  .stefa_title#font_custom_title {
  display: inline;
  font-size: 28px;
}

.stefa_celulares_smartphone_section .stefa_item_celulares_smartphone p {
  display: inline;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  color: #019bef;
}

.stefa_celulares_smartphone_section
  .stefa_item_celulares_smartphone
  .stefa_title {
  width: 322px;
  height: 64px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0px;
  color: #019bef;
}

.stefa_celulares_smartphone_section
  .stefa_item_celulares_smartphone
  .stefa_custom_flexboxParagraph {
  width: 322px;
  height: auto;
  gap: 24px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}

.stefa_celulares_smartphone_section
  .stefa_item_celulares_smartphone
  .stefa_custom_flexboxParagraph
  .stefa_desciption {
  width: 322px;
  height: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
  color: #6b6c6f;
}

.stefa_celulares_smartphone_section
  .stefa_item_celulares_smartphone
  .stefa_custom_flexboxParagraph
  .stefa_desciption
  h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
  display: contents;
  color: #6b6c6f;
}

@media (max-width: 799px) {
  .seccionbeneficiosmovistar__botonofertas {
    transform: translateY(16px);
  }

  .seccionbeneficiosmovistar {
    flex-direction: column;
  }

  .seccionbeneficiosmovistar__img {
    display: none;
  }

  .seccionbeneficiosmovistar__beneficios {
    font-size: 28px;
    line-height: 32px;
    width: 330px;
    margin: 0 auto;
    text-align: center;
  }

  .seccionbeneficiosmovistar__boxes.box2 {
    width: 100%;
    margin: 0 auto;
  }

  .seccionbeneficiosmovistar__botonofertas {
    height: 32px;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
  }

  .seccionbeneficiosmovistar__cardpromos-Cards {
    flex-direction: column;
    justify-content: start;
    text-align: center;
    width: 140px;
    height: auto;
    align-items: center;
    gap: 8px;
  }

  .seccionbeneficiosmovistar__beneficiosTitulo.new1 {
    width: 129px;
  }

  .seccionbeneficiosmovistar__cardpromos {
    margin: 25px 0;
    justify-content: center;
    gap: 25px;
  }

  .seccionbeneficiosmovistar__beneficiosTitulo {
    text-align: center;
    width: 130px;
  }

  .swiper-container {
    padding-bottom: 60px;
  }

  .seccionpromocionescelulares__promociones {
    font-size: 28px;
    line-height: 32px;
    width: 330px;
    margin: 0 auto;
  }

  .seccionpromocionescelulares__promociones--movistar {
    font-size: 16px;
    line-height: 24px;
    width: 330px;
    margin: 15px auto 2em;
  }

  .seccionpromocionescelulares__boxcard {
    width: 330px;
    border-radius: 16px;
    border: 1px solid #ddd;
    flex-direction: column;
    column-gap: 0;
  }

  .seccionpromocionescelulares__boxcard--cybers.cyber2 {
    width: 282px;
    margin-top: 18px;
  }

  .seccionpromocionescelulares__cybertitulo,
  .seccionpromocionescelulares__cybertitulo--sub {
    font-size: 15px;
    line-height: 20px;
  }

  .seccionsobreplanes {
    height: auto;
    padding-top: 24px;
  }

  .seccionsobreplanes__titulo {
    width: 330px;
    margin: 0 auto 1em;
    font-size: 28px;
    line-height: 32px;
  }

  .seccionsobreplanes__slidersplanes {
    width: 330px;
    margin: 0 auto;
  }

  .seccionsobreplanes__ItemsPlanes {
    margin: 0;
    gap: 18px;
    width: 330px;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 16px;
    flex-direction: column;
    padding: 24px 0;
  }

  .seccionsobreplanes__slidersplanes .swiper-button-next,
  .seccionsobreplanes__slidersplanes .swiper-button-prev {
    display: none;
  }

  .seccionsobreplanes__ItemsPlanes--boxes.box2 {
    width: 282px;
  }

  .seccionsobreplanes__ItemsPlanes--celulares {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .secciontabscelulares__bodycontenido {
    flex-direction: column;
    text-align: center;
  }

  .secciontabscelulares__bodycontenido--boxes.box1,
  .secciontabscelulares__bodycontenido.box2 {
    position: relative;
    right: 0;
  }

  .secciontabscelulares__botontienda--segunda {
    display: flex;
    width: 136px;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    top: 0;
  }

  .secciontabscelulares__equipmentItem--magic.new1 {
    margin-bottom: 21px;
  }

  .secciontabscelulares__bodycontenido--boxes {
    width: 326px;
    margin: 0 auto;
    padding: 0;
  }

  .secciontabscelulares__equipmentItem--numero {
    font-size: 16px;
    line-height: 24px;
  }

  .secciontabscelulares__equipmentItem--contado {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
  }

  .secciontabscelulares__equipmentItem--honor {
    font-size: 12px;
    line-height: 16px;
  }

  .secciontabscelulares__equipmentItem--magic {
    font-size: 14px;
    line-height: 20px;
  }

  .secciontabscelulares__celulares {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 14px;
  }

  .secciontabscelulares__descubre,
  .secciontabscelulares__mejores {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 8px;
  }

  .secciontabscelulares__mejores h1 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .secciontabscelulares__mejores {
    font-weight: 400;
    width: auto;
  }

  .iconllamada,
  .secciontabscelulares__botontienda {
    display: none;
  }

  .secciontabscelulares__bodycontenido--tabpanel {
    width: auto;
  }

  .seccionbannerscelularesOferta__sliders,
  .secciontabscelulares__navTabs--Contenido {
    padding: 0;
  }

  .secciontabscelulares__bodycontenido--General {
    gap: 9px;
  }

  .secciontabscelulares__navTabs.lt__tab-item {
    width: 120px;
    height: 82px;
    font-size: 16px;
  }

  .secciontabscelulares__logosmarcas--titulo {
    font-size: 22px;
    line-height: 24px;
    width: 328px;
  }

  .secciontabscelulares__bodycontenido.box2 {
    gap: 1em;
    margin: 2em auto 0;
    padding-top: 1em;
    border-top: 1px solid #d3d4d3;
    width: 328px;
  }

  .secciontabscelulares__navTabs--Contenido .swiper-pagination {
    bottom: -12px !important;
    margin-bottom: 1em;
    position: relative;
  }

  .secciontabscelulares__logosmarcas.box2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .secciontabscelulares__logosmarcas--iconos {
    width: 98px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .secciontabscelulares {
    padding: 20px 0 3em;
  }

  .secciontabscelulares__logosmarcas--iconos.icon1 {
    width: 156px;
    height: 60px;
  }

  .secciontabscelulares__equipmentItem {
    width: 177px;
    padding: 12px;
    border: 1px solid #ddd;
  }

  .secciontabscelulares__picture {
    width: 153px;
    height: 180px;
  }

  .secciontabscelulares__equipmentItem--content_btn {
    width: 153px;
  }

  .seccionbannerscelularesOferta__itemsCelularesOferta--imagen {
    border-radius: 0;
    width: 100%;
  }

  .seccionbannerscelularesOferta__itemsCelularesOferta {
    gap: 12px;
    flex-direction: column-reverse;
  }

  .seccionbannerscelularesOferta__formularioCelularesOferta--itempicture,
  .seccionbannerscelularesOferta__itemsCelularesOferta--descripcion--other {
    width: 100%;
    height: 100%;
  }

  .seccionbannerscelularesOferta__itemsCelularesOferta--terminos {
    right: 0;
    left: 26vh;
    margin: -32px auto 0;
    font-size: 12px;
  }

  .seccionbannerscelularesOferta__itemsCelularesOferta--terminos.term1 {
    margin-top: -19px;
    left: 0;
    right: 0;
    transform: translateX(-108px);
  }

  .seccionbannerscelularesOferta__itemsCelularesOferta--descripcion {
    width: 328px;
  }

  .seccionbannerscelularesOferta__itemsCelularesOferta--botonloquiero {
    width: 328px;
    margin-top: 1em;
  }

  .seccionbannerscelularesOferta__itemsCelularesOferta--migra {
    font-size: 14px;
    line-height: 20px;
    width: 320px;
  }

  .seccionbannerscelularesOferta__itemsCelularesOferta-titulo {
    font-size: 22px;
    line-height: 24px;
  }

  .seccionbannerscelularesOferta {
    margin-bottom: -3em;
  }

  .seccionbannerscelularesOferta__paginador .swiper-pagination-bullet {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

.seccionbannerscelularesOferta__formularioCelularesOferta--Cambiarenueva.new1 {
  margin-top: 1em;
}

@media (min-width: 1081px) {
  .stefa-display-block {
    display: block;
  }
}

@media (min-width: 800px) and (max-width: 1270px) {
  .seccionbannerscelularesOferta__itemsCelularesOferta {
    flex-direction: column-reverse;
  }

  .seccionbannerscelularesOferta__itemsCelularesOferta--descripcion {
    width: 568px;
  }
}

.seccionpromocionescelulares {
  padding-top: 1.5em;
}

.secciontabscelulares__mdays-img {
  width: auto;
  height: auto;
  position: absolute;
  top: 49%;
  left: 10px;
}

.secciontabscelulares__picture {
  position: relative;
}

.seccionbannerscelularesOferta__itemsCelularesOferta--terminos.tyc {
  bottom: 50px;
  font-size: 12px;
  transform: translateX(3%);
  color: #ffffff;
}

.seccionbannerscelularesOferta__itemsCelularesOferta--terminos.tyc:hover {
  color: #ffffff !important;
}

@media (max-width: 600px) {
  .seccionbannerscelularesOferta__itemsCelularesOferta--terminos.tyc {
    margin-top: -16px;
    bottom: inherit;
    transform: translateX(-26%);
    font-size: 12px;
  }
}

.seccionbannerscelularesOferta {
  padding-top: 25px;
}

.seccionbannerscelularesOferta__itemsCelularesOferta {
  height: 318px;
}

.seccionbannerscelularesOferta__itemsCelularesOferta--terminos.term2.tyc {
  transform: translateX(25%);
}

.seccionbannerscelularesOferta__itemsCelularesOferta {
  margin-bottom: 2em;
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 600px) {
  .seccionbannerscelularesOferta__itemsCelularesOferta {
    height: auto;
  }

  .seccionbannerscelularesOferta {
    padding-top: 0px;
  }

  .seccionbannerscelularesOferta__itemsCelularesOferta--terminos.term2.tyc {
    transform: translateX(14%);
    bottom: 166px;
  }
}

@media (max-width: 600px) {
  [tab-id="tab2"] .secciontabscelulares__equipmentItem--magic.new2 {
    max-width: 130px;
  }

  [tab-id="tab2"] .secciontabscelulares__equipmentItem--magic {
    min-height: 40px;
  }
}

/* Banner Kennos - Hero section */

/*Banner Kenos*/

.stefa_banner_kenos_general .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Eliminar el padding top*/
.stefa_container_banner_kenos.stefa_landing_tablet_kenos {
  margin-top: 0 !important;
}

.stefa_container_banner_kenos {
  height: auto;
  width: 100%;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding-bottom: 72px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #d3d4d3;
  margin-bottom: 0;
}

.stefa_container_banner_kenos.stefa_landing_bgimg_kenos
  .stefa_container_items_banner_kenos
  .title_banner,
.stefa_container_banner_kenos.stefa_landing_bgimg_kenos
  .stefa_container_items_banner_kenos
  .description_banner {
  color: #ffffff;
}

.stefa_container_banner_kenos.stefa_landing_bgimg_kenos .stefa_link_btn_kenos {
  color: #ffffff !important;
}

.stefa_container_banner_kenos.stefa_landing_bgimg_kenos
  .stefa_link_btn_kenos:hover {
  color: #ffffff !important;
}

.stefa_container_banner_kenos .stefa_picture_bg_kenos {
  width: 100%;
  height: 100%;
  display: flex;
}

.stefa_container_banner_kenos.stefa_landing_bgimg_kenos
  .stefa_container_items_banner_kenos {
  position: relative;
  justify-content: end !important;
  margin-top: 200px;
  z-index: 2;
}

.stefa_container_banner_kenos.stefa_landing_bgimg_kenos {
  min-height: 450px;
  padding-bottom: 0px;
  overflow-x: hidden;
}

.stefa_container_banner_kenos.stefa_landing_bgimg_kenos
  .stefa_picture_bg_kenos {
  z-index: 1;
  position: absolute;
  max-width: inherit;
}

.stefa_container_banner_kenos .stefa_picture_bg_kenos .stefa_image_banner_kenos,
.stefa_container_banner_kenos.stefa_landing_bgimg_kenos
  .stefa_picture_bg_kenos
  .stefa_image_banner_kenos {
  width: 100%;
  height: 100%;
  max-width: 600px;
  min-height: 200px;
  object-fit: cover;
  object-position: center;
}

.swiper-default-pagination {
  display: none !important;
}

.stefa_container_banner_kenos.stefa_landing_bgimg_kenos
  .stefa_picture_bg_kenos
  .stefa_image_banner_kenos {
  position: absolute;
  top: 0;
  min-height: max-content;
}

.stefa_container_banner_kenos .stefa_container_items_banner_kenos {
  width: 360px;
  height: auto;
  gap: 16px;
  padding: 16px;
  display: flex;
  align-items: baseline;
  justify-content: start;
  flex-direction: column;
}

.stefa_container_banner_kenos .stefa_container_items_banner_kenos .tag_label {
  width: auto;
  height: 24px;
  border-radius: 4px;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 1px;
  padding-left: 4px;
  background: #e6f5fd;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #019bef;
}

.stefa_container_banner_kenos
  .stefa_container_items_banner_kenos
  .title_banner {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  width: auto;
  height: auto;
  color: #313235;
  margin: 0;
}

.stefa_container_banner_kenos
  .stefa_container_items_banner_kenos
  .description_banner {
  width: auto;
  height: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6b6c6f;
  margin-bottom: 0px;
}

.stefa_container_banner_kenos .stefa_container_items_banner_kenos .tyc_enlace {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  color: #6b6c6f;
  width: auto;
  height: 16px;
  cursor: pointer;
}

.stefa_container_banner_kenos
  .stefa_container_items_banner_kenos
  .stefa_primary_btn_kenos {
  width: 328px;
  height: 48px;
  border-radius: 60px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 11px;
  padding-left: 16px;
  background: #019bef;
  color: #ffffff !important;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  cursor: pointer;
}

/* 🔹 Estilo base para los bullets */
.stefa_banner_kenos_general .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #dddddd;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #313235;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  z-index: 2;
  /* bullet siempre por delante */
}

/* 🔹 Bullet activo */
.stefa_banner_kenos_general
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #e6f5fd;
  border: 2px solid #019bef;
}

.stefa_banner_kenos_general.general_animation
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #e6f5fd;
  border: 2px solid transparent;
}

/* 🔹 Loader circular en el borde (solo borde, detrás del bullet) */
.stefa_banner_kenos_general
  .swiper-animation-pagination
  .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -4px;
  width: 32px;
  /* 30px + 4px (2px por cada lado) */
  height: 32px;
  border-radius: 50%;
  background: conic-gradient(#019bef var(--progress, 0%), transparent 0%);
  mask-image: radial-gradient(circle at center, transparent 13px, black 14px);
  /* hace hueco interior */
  -webkit-mask-image: radial-gradient(
    circle at center,
    transparent 13px,
    black 14px
  );
  z-index: 1;
  /* detrás del bullet */
  pointer-events: none;
}

/* 🔹 Eliminar el círculo blanco interior */
.stefa_banner_kenos_general
  .swiper-animation-pagination
  .swiper-pagination-bullet-active::after {
  display: none;
}

/* 🔹 Evita el outline al enfocar los bullets */
:focus {
  outline: none !important;
}

.stefa_banner_kenos_general .swiper-button-next,
.stefa_banner_kenos_general .swiper-button-prev {
  position: relative;
  width: 20px;
  height: 20px;
  left: 50%;
  display: none;
}

.stefa_banner_kenos_general .swiper-button-prev {
  transform: translate(-775%, -45px);
}

.stefa_banner_kenos_general .swiper-button-next {
  transform: translate(715%, -45px);
}

.stefa_banner_kenos_general
  .swiper-pagination.dots-solo.swiper-pagination-clickable.swiper-pagination-bullets {
  transform: translate(-50%, -40px);
  width: auto;
  height: 40px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.stefa_banner_kenos_general .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #313235;
}

.stefa_banner_kenos_general .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #313235;
}

.stefa_banner_kenos_general .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.stefa_banner_kenos_general .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  outline: none !important;
}

.stefa_primary_btn_kenos:hover {
  background-color: rgba(0, 142, 221, 1) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.stefa_container_banner_kenos.stefa_landing_bgimg_kenos
  .stefa_picture_bg_kenos
  .stefa_image_banner_kenos {
  border-radius: 0px;
}

.stefa_banner_kenos_general.general_animation
  .swiper-slide.swiper-slide-duplicate {
  display: none !important;
}

.stefa_banner_kenos_general
  .swiper-button-prev.lt-button-prev.stefa_8_item_count {
  transform: translate(-975%, -45px);
}

.stefa_banner_kenos_general
  .swiper-button-next.lt-button-next.stefa_8_item_count {
  transform: translate(915%, -45px);
}

.stefa_banner_kenos_general
  .swiper-button-prev.lt-button-prev.stefa_7_item_count {
  transform: translate(-875%, -45px);
}

.stefa_banner_kenos_general
  .swiper-button-next.lt-button-next.stefa_7_item_count {
  transform: translate(815%, -45px);
}

.stefa_banner_kenos_general
  .swiper-button-prev.lt-button-prev.stefa_5_item_count {
  transform: translate(-675%, -45px);
}

.stefa_banner_kenos_general
  .swiper-button-next.lt-button-next.stefa_5_item_count {
  transform: translate(615%, -45px);
}

.stefa_banner_kenos_general
  .swiper-button-prev.lt-button-prev.stefa_4_item_count {
  transform: translate(-575%, -45px);
}

.stefa_banner_kenos_general
  .swiper-button-next.lt-button-next.stefa_4_item_count {
  transform: translate(515%, -45px);
}

.stefa_banner_kenos_general
  .swiper-button-prev.lt-button-prev.stefa_3_item_count {
  transform: translate(-475%, -45px);
}

.stefa_banner_kenos_general
  .swiper-button-next.lt-button-next.stefa_3_item_count {
  transform: translate(415%, -45px);
}

.stefa_banner_kenos_general
  .swiper-button-prev.lt-button-prev.stefa_2_item_count {
  transform: translate(-375%, -45px);
}

.stefa_banner_kenos_general
  .swiper-button-next.lt-button-next.stefa_2_item_count {
  transform: translate(315%, -45px);
}

.stefa_banner_kenos_general
  .swiper-button-prev.lt-button-prev.stefa_1_item_count {
  display: none !important;
}

.stefa_banner_kenos_general
  .swiper-button-next.lt-button-next.stefa_1_item_count {
  display: none !important;
}

@media (min-width: 800px) {
  .stefa_container_banner_kenos.stefa_landing_bgimg_kenos
    .stefa_container_items_banner_kenos {
    margin-top: 2em;
    width: 656px;
    gap: 32px;
  }

  .stefa_container_banner_kenos.stefa_landing_bgimg_kenos,
  .stefa_container_banner_kenos.stefa_landing_bgimg_kenos
    .stefa_picture_bg_kenos
    .stefa_image_banner_kenos {
    max-width: 800px;
  }

  .stefa_container_banner_kenos.stefa_landing_bgimg_kenos
    .stefa_container_items_banner_kenos
    .stefa_d_flex_items {
    flex-direction: row-reverse;
  }

  .stefa_container_banner_kenos.stefa_landing_bgimg_kenos {
    min-height: 320px;
  }

  .stefa_container_banner_kenos .stefa_picture_bg_kenos {
    justify-content: center;
  }

  .stefa_container_banner_kenos.stefa_landing_tablet_kenos {
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    padding-top: 20px;
    padding-right: 32px;
    padding-left: 32px;
    gap: 10px;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .stefa_container_banner_kenos.stefa_landing_tablet_kenos
    .stefa_picture_bg_kenos
    .stefa_image_banner_kenos {
    max-width: 707px;
    min-height: 262px !important;
    width: 707px;
    height: 262px !important;
    border-radius: 16px;
  }

  .stefa_container_banner_kenos.stefa_landing_tablet_kenos
    .stefa_container_items_banner_kenos {
    width: 658px;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    gap: 10px;
    border-right-width: 1px;
    border-left-width: 1px;
  }

  .stefa_container_banner_kenos.stefa_landing_tablet_kenos
    .stefa_container_items_banner_kenos
    .stefa_primary_btn_kenos {
    min-width: 180px;
    max-width: max-content;
  }
}

@media (min-width: 1280px) {
  .stefa_container_banner_kenos.stefa_landing_bgimg_kenos
    .stefa_container_items_banner_kenos {
    min-width: 1224px;
    margin-top: 0em;
  }

  .stefa_container_banner_kenos.stefa_landing_bgimg_kenos {
    max-width: 1224px;
  }

  .stefa_container_banner_kenos.stefa_landing_bgimg_kenos
    .stefa_picture_bg_kenos
    .stefa_image_banner_kenos {
    max-width: 1224px;
    transform: translateX(0px);
  }

  .stefa_container_banner_kenos,
  .stefa_container_banner_kenos.stefa_landing_tablet_kenos {
    max-width: 1192px;
    max-height: 356px;
    padding-right: 32px;
    display: flex;
    flex-direction: row-reverse;
    /* margin-top: 1em; */
    min-height: max-content;
  }

  .stefa_container_banner_kenos
    .stefa_picture_bg_kenos
    .stefa_image_banner_kenos {
    max-width: 704px;
    min-height: 291px !important;
    width: 704px;
    height: 291px !important;
    border-radius: 16px;
    transform: translateX(32px);
  }

  .stefa_container_banner_kenos .stefa_container_items_banner_kenos {
    min-width: 496px;
    width: 496px !important;
    padding-left: 72px !important;
    gap: 16px !important;
    justify-content: start;
    padding-top: 2.5em !important;
  }

  .stefa_container_banner_kenos .stefa_picture_bg_kenos {
    transform: translateX(32px);
  }

  .stefa_container_banner_kenos
    .stefa_container_items_banner_kenos
    .title_banner {
    font-size: 40px;
    line-height: 48px;
  }

  .stefa_container_banner_kenos
    .stefa_container_items_banner_kenos
    .description_banner {
    font-size: 18px;
  }

  .stefa_container_banner_kenos
    .stefa_container_items_banner_kenos
    .tyc_enlace {
    line-height: 20px;
    transform: translate(999px, 110px);
    height: 0;
  }

  .stefa_container_banner_kenos
    .stefa_container_items_banner_kenos
    .stefa_primary_btn_kenos {
    width: 180px;
    max-width: max-content;
    font-size: 18px;
  }

  .stefa_banner_kenos_general
    .swiper-pagination.dots-solo.swiper-pagination-clickable.swiper-pagination-bullets {
    transform: translate(-18%, -35px);
  }

  .stefa_banner_kenos_general .swiper-button-prev {
    transform: translate(-360%, -40px);
  }

  .stefa_banner_kenos_general .swiper-button-next {
    transform: translate(1160%, -40px);
  }

  .stefa_container_banner_kenos.stefa_landing_tablet_kenos .stefa_d_flex_items,
  .stefa_container_banner_kenos.stefa_landing_bgimg_kenos .stefa_d_flex_items {
    flex-direction: row-reverse !important;
    margin-top: 16px;
    gap: 32px !important;
  }

  .stefa_link_btn_kenos {
    font-size: 16px;
    line-height: 24px;
  }
}

.stefa_container_banner_kenos.stefa_landing_tablet_kenos {
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  margin-top: 0;
}

.stefa_container_banner_kenos.stefa_landing_tablet_kenos
  .stefa_image_banner_kenos {
  min-height: 180px;
}

.stefa_container_banner_kenos.stefa_landing_tablet_kenos .stefa_d_flex_items,
.stefa_container_banner_kenos.stefa_landing_bgimg_kenos .stefa_d_flex_items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}

.stefa_link_btn_kenos {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  width: auto;
  height: 20px;
  color: #019bef !important;
  cursor: pointer;
}

.stefa_container_banner_kenos.stefa_landing_tablet_kenos
  .stefa_container_items_banner_kenos
  .tyc_enlace {
  transform: translate(1075px, 145px);
}

/* Section blue  */

.dev-banner-container {
  height: 500px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.dev-banner__inner {
  width: 100%;
  max-width: 1280px;
  padding: 20px 25px;
  position: relative;
}
.dev-banner__fondo-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 580px) {
  .dev-banner-container {
    height: 500px;
  }
}
.toggle-container {
  transition: height 0.35s ease-in-out;
  overflow: hidden;
  display: none;
}
.toggle-container.toggleactive {
  display: block;
}
.lt-accordion-content {
  transition: height 0.34s ease-in-out;
  overflow: hidden;
  display: none;
}
.lt-accordion-content.toggleactive {
  display: block;
}
.lt-accordion-title {
  cursor: pointer;
}
[lt-accordion] > li {
  list-style: none;
}
[lt-accordion] > * > * {
  margin: 0;
}
.lt-toggle-icon {
  width: 13px;
  height: 13px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23019bf2' viewBox='0 0 512 512'%3E%3Cpath d='M255.5 115.2a28 28 0 0 0-19.1 8.3L9.2 350.7a28.3 28.3 0 1 0 40 40l206.3-206.3 206.3 206.3a28.3 28.3 0 1 0 40-40L274.6 123.5c-5.3-5.3-12.2-8-19.1-8.3z'/%3E%3C/svg%3E");
  background-size: cover;
  transform: rotate(180deg);
  transition: all 0.5s;
}
.link__toggleactive > .lt-toggle-icon {
  transform: rotate(0deg);
}
.lt__tabs {
  display: flex;
  z-index: 2;
  position: relative;
  margin: unset;
  padding: 0;
  margin-bottom: 16px;
}
.lt__tab-item {
  cursor: pointer;
  list-style: none;
  padding: 5px;
  display: flex;
  justify-content: center;
}
.lt__parent {
  display: none;
  padding: 10px;
}
.lt__parent.lt__parent--active {
  display: block;
}
.lt__tab-item.lt__tab-item--active {
  border-bottom: 1px solid #019df4;
}
.lt__subtabs {
  display: flex;
  z-index: 2;
  position: relative;
  margin: unset;
  padding: 0;
  margin-bottom: 16px;
}
.lt__subtab-item {
  cursor: pointer;
  list-style: none;
  padding: 5px;
  display: flex;
  justify-content: center;
}
.lt__subparent {
  display: none;
  padding: 10px;
}
.lt__subparent.lt__subparent--active {
  display: block;
}
.lt__subtab-item.lt__subtab-item--active {
  border-bottom: 1px solid #019df4;
}
.ltpopup-wp {
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1000;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
}
.ltpopup-body {
  background: #d3d3d3;
  position: relative;
  z-index: 1100;
  display: block;
  margin: auto;
  width: 280px;
  height: 436px;
}
.ltpopup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px 20px;
  box-sizing: border-box;
}
.ltpopup-exit-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 2;
}
.ltpopup-close-img {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.ltpopup-wp.visible {
  opacity: 1;
  visibility: visible;
}
.ltpopup-wp.hide {
  visibility: hidden;
  opacity: 0;
  z-index: -2;
}
.ltpopup-info {
  position: relative;
}
@media (min-width: 600px) {
  .ltpopup-body {
    width: 546px;
    height: 490px;
  }
}
.hunter__body {
  position: fixed;
  bottom: 60px;
  right: 0;
  background-color: #4d4d4d;
  padding: 16px;
  z-index: 2;
  width: 415px;
  height: 215px;
  border-radius: 16px 0 0 16px;
}
.hunter__close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  z-index: 2;
}
.hunter__inner img {
  width: auto;
  height: auto;
  max-height: 100%;
}
.hunter__inner {
  height: 100%;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 0;
}
.swiper-container {
  padding-bottom: 20px;
}
.lt-swiper-nav {
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.lt-button-next.lt-swiper-nav {
  position: absolute;
  right: 0;
}
.lt-button-prev.lt-swiper-nav {
  position: absolute;
  left: 0;
}
.lt-swiper-nav.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.lt-accordion-title.accordion_link_active .lt-toggle-icon {
  transform: rotate(0deg);
}
.ltfaqs__section {
  padding: 32px 16px;
  display: flex;
  justify-content: center;
}
.ltfaqs__section .ltfaqs__title {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  color: #50535a;
  margin-bottom: 36px;
}
.ltfaqs__section .ltfaqs__list {
  list-style: none;
  padding: 0;
}
.ltfaqs__section .ltfaqs__inner {
  width: 100%;
  max-width: 340px;
}
.ltfaqs__section .lt-accordion-title {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.ltfaqs__section .ltfaqs__list > li {
  border-bottom: 1px solid #d3d4d3;
}
.ltfaqs__section .lt-accordion-number {
  border-radius: 100px;
  background: #d3d4d3;
  width: 32px;
  height: 32px;
  color: #50535a;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ltfaqs__section .lt-accordion-titlelabel {
  color: #50535a;
  font-size: 14px;
  font-weight: 400;
  line-height: 142%;
  max-width: 70%;
  margin-left: 10px;
  margin-bottom: 0;
}
.ltfaqs__section .lt-toggle-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.ltfaqs__section .lt-accordion-content {
  margin: 0 30px 0;
  font-size: 16px;
  color: #50535a;
}
.ltfaqs__section .accordion_link_active .lt-accordion-number {
  background: #019df4;
  color: #fff;
}
.ltfaqs__section .accordion_link_active .lt-accordion-titlelabel {
  font-weight: 700;
}
@media (min-width: 768px) {
  .ltfaqs__section .ltfaqs__inner {
    max-width: 700px;
  }
  .ltfaqs__section {
    padding: 32px;
  }
  .ltfaqs__section .ltfaqs__title {
    font-size: 38px;
    margin-bottom: 12px;
    padding: 24px 0;
  }
  .ltfaqs__section .lt-accordion-titlelabel {
    max-width: 80%;
    font-size: 18px;
  }
}
.ltfaqs__section .ltfaqs__viewmore {
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
  color: #019df4;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.ltfaqs__section .ltfaqs__viewmore:hover {
  color: #019df4;
}
.ltfaqs__section .ltfaqs__morebtn .ltfaqs__viewmore.minus {
  display: none;
}
.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.minus {
  display: block;
}
.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.more {
  display: none;
}
#stefa_h3--section3--custom {
  height: 40px;
}
@media (min-width: 1280px) {
  .stefa_display_custom--container {
    display: none;
  }
  #stefa-structure-desktop__layout {
    display: block !important;
  }
  .ltfaqs__section .ltfaqs__inner {
    max-width: 1024px;
  }
  .ltfaqs__section .lt-accordion-title {
    margin-top: 12px;
  }
}
[lt-toggle] .minus {
  display: none;
}
[lt-toggle].link__toggleactive .minus {
  display: inline;
}
[lt-toggle].link__toggleactive .more {
  display: none;
}
.caracteristicas-iphone16 {
  padding: 32px 0;
  display: none;
  background: rgba(11, 39, 57, 1);
}
.caracteristicas-iphone16.active {
  display: block;
}
.caracteristicas-iphone16__azul {
  background-color: #0b2739;
}
.caracteristicas-iphone16__azul .caracteristicas-iphone16__item__descripcion,
.caracteristicas-iphone16__azul .caracteristicas-iphone16__subtitulo {
  color: #fff;
}
.caracteristicas-iphone16__title {
  font-size: 40px;
  line-height: 48px !important;
  font-weight: 300 !important;
  width: 315px;
  margin: 0 auto 12px !important;
  text-align: center;
}
#stefa-structure-desktop__layout {
  display: none;
}
.caracteristicas-iphone16__subtitulo,
.colores-disponibles-iphone16__subtitulo,
.descubre-tabs-iphone16__subtitulo {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: 24px !important;
  font-weight: 300 !important;
  width: 328px;
  margin: 0 auto 28px !important;
  text-align: center;
}
.reserva-tu-iphone16__subtitulo b,
.reserva-tu-iphone16__titulo b {
  font-weight: 700;
}
.caracteristicas-iphone16__title-azul {
  color: rgba(255, 255, 255, 1);
}
.caracteristicas-iphone16__title-celeste {
  color: #019df4;
}
.caracteristicas-iphone16__title-blanco {
  color: #fff;
}
.caracteristicas-iphone16__list {
  width: 328px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}
.caracteristicas-iphone16__item {
  border-radius: 16px;
  border: 1px solid #d3d4d3;
  margin-bottom: 28px;
  padding: 1em;
}
.caracteristicas-iphone16__item__logo {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.caracteristicas-iphone16__item__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.caracteristicas-iphone16__item__logo2 {
  height: 250px;
}
.caracteristicas-iphone16__item__logo3 {
  height: 212px;
}
.colores-disponibles-iphone16__item__titulo br,
.reserva-tu-iphone16__titulo br {
  display: none;
}
.caracteristicas-iphone16__item__logo4 {
  height: 282px;
}
.banner-iphone16-titanio_logo img,
.banner-iphone16-titanio_right img,
.banner-iphone16-titanio_titulo img,
.colores-disponibles-iphone16__item__equipo img,
.reserva-tu-iphone16__item__equipo img {
  width: auto;
  height: auto;
}
.caracteristicas-iphone16__item__titulo {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 6px !important;
}
.caracteristicas-iphone16__item__titulo-celeste {
  color: rgba(255, 255, 255, 1);
}
.caracteristicas-iphone16__item__titulo-azul {
  color: #0b2739;
}
.caracteristicas-iphone16__item__titulo-blanco {
  color: #fff;
}
.caracteristicas-iphone16__item__descripcion {
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  font-weight: 300;
  margin-bottom: 0 !important;
}
.colores-disponibles-iphone16,
.reserva-tu-iphone16 {
  padding: 32px 0;
}
.colores-disponibles-iphone16__titulo,
.descubre-tabs-iphone16__titulo,
.reserva-tu-iphone16__titulo {
  font-size: 32px;
  line-height: 40px !important;
  font-weight: 300 !important;
  width: 328px;
  margin: 0;
  text-align: center;
  color: #0b2739;
}
.reserva-tu-iphone16__subtitulo {
  font-size: 16px;
  color: #0b2739;
  line-height: 24px !important;
  font-weight: 300 !important;
  width: 328px;
  margin: 0 auto 12px !important;
  text-align: center;
}
.reserva-tu-iphone16__info {
  font-size: 14px;
  color: #0b2739;
  line-height: 20px !important;
  font-weight: 400 !important;
  width: 328px;
  margin: 0 auto -45px !important;
  text-align: center;
}
.reserva-tu-iphone16__item {
  border-radius: 16px;
  border: 1px solid #d3d4d3;
  width: 250px;
  margin: 0 auto;
}
.reserva-tu-iphone16__item__equipo {
  width: 100%;
  height: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reserva-tu-iphone16__item__info {
  border-top: 1px solid #d3d4d3;
  padding: 24px 24px 32px;
}
.reserva-tu-iphone16__item__titulo {
  color: #019df4;
  font-size: 14px;
  line-height: 20px !important;
  font-weight: 700;
  text-align: center;
  width: 196px;
  margin: 0 auto 8px !important;
}
.reserva-tu-iphone16__item__enlace-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reserva-tu-iphone16__item__enlace {
  font-size: 14px;
  line-height: 20px;
  color: #fff !important;
  font-weight: 700;
  padding: 6px 24px;
  background-color: #019df4;
  border-radius: 200px;
}
.colores-disponibles-iphone16__titulo b {
  font-weight: 700;
}
.colores-disponibles-iphone16__item {
  border-radius: 16px;
  border: 1px solid #d3d4d3;
  width: 328px;
  margin: 0 auto 28px;
}
.tabl2 {
  display: flex;
  justify-content: space-evenly;
}
@media (min-width: 800px) {
  .stefa_iPhone16-section2__custom {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    color: rgba(11, 39, 57, 1);
    width: 736px;
    height: 52px;
  }
  .stefa_btn_magenta--loquiero {
    transform: translate(245px, 25px);
  }
  #swiper--custom__container__layout {
    width: 620px !important;
  }
  #stefa_iphone16_section4__tableSection1 {
    flex-direction: row !important;
    gap: 30px;
  }
  #stefa_parrillas-View--custom {
    position: absolute;
    transform: translate(0, 180px);
    width: 620px;
    z-index: -1;
  }
  .stefa_iphone16_section4__tableView {
    width: 620px;
  }
  .stefa_iphone16_section4__section {
    height: 604px !important;
  }
  .stefa_iphone16_section4__items {
    padding: 32px 0;
  }
  .stefa_iphone16_section4__items h2 {
    width: 736px;
    height: 40px;
  }
  .stefa_iphone16_section4__items p {
    width: 736px;
    height: 20px;
  }
  #swiper-custom--container {
    overflow: hidden;
    max-width: 660px;
    margin: 0 auto;
    position: relative;
    height: 870px;
  }
  .caracteristicas-iphone16 {
    padding: 22px 0;
  }
  .caracteristicas-iphone16__azul .caracteristicas-iphone16__item__logo {
    height: 207px;
  }
  .caracteristicas-iphone16__azul .caracteristicas-iphone16__item__titulo {
    min-height: auto;
  }
  .caracteristicas-iphone16__azul
    .caracteristicas-iphone16__item__titulo--left {
    min-height: 131px;
  }
  .caracteristicas-iphone16 .caracteristicas-iphone16__title {
    font-size: 32px !important;
    line-height: 40px !important;
    width: 709px;
  }
  .caracteristicas-iphone16__subtitulo {
    width: 709px;
    margin: 0 auto 32px !important;
    font-size: 16px;
    line-height: 20px !important;
    text-align: center;
  }
  .caracteristicas-iphone16__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 328px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .caracteristicas-iphone16__item {
    margin: 0 40px;
    width: 328px;
    padding: 20px;
  }
  .caracteristicas-iphone16__item-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8px;
  }
  .caracteristicas-iphone16__item-bottom
    .caracteristicas-iphone16__item__titulo {
    min-height: auto;
  }
  .caracteristicas-iphone16__item-bottom .caracteristicas-iphone16__item__logo {
    min-width: 225px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .caracteristicas-iphone16__item-bottom
    .caracteristicas-iphone16__item__logo
    img {
    height: 134px;
  }
  .caracteristicas-iphone16__item__logo,
  .caracteristicas-iphone16__item__logo2 {
    height: auto;
  }
  .caracteristicas-iphone16__item__logo3 {
    height: 98px !important;
  }
  .caracteristicas-iphone16__item__logo3 img {
    width: 150px;
    display: block;
    margin: 0 auto;
  }
  .caracteristicas-iphone16__item__logo4 {
    height: 400px !important;
  }
  .caracteristicas-iphone16__item__logo4 img {
    height: 300px !important;
  }
  .caracteristicas-iphone16__item__titulo {
    min-height: 136px;
  }
  .colores-disponibles-iphone16,
  .reserva-tu-iphone16 {
    padding: 64px 0;
  }
  .colores-disponibles-iphone16__titulo,
  .reserva-tu-iphone16__titulo {
    font-size: 40px;
    line-height: 48px !important;
    width: auto;
  }
  .reserva-tu-iphone16__subtitulo {
    font-size: 20px;
    line-height: 28px !important;
    width: 730px;
    font-weight: 400 !important;
  }
  .reserva-tu-iphone16__info {
    font-size: 16px;
    line-height: 24px !important;
    width: 730px;
    margin: 0 auto -60px !important;
  }
  .colores-disponibles-iphone16__subtitulo {
    font-size: 20px;
    line-height: 28px !important;
    width: 730px;
    font-weight: 400 !important;
    margin: 0 auto 32px !important;
  }
  .colores-disponibles-iphone16__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 537px;
    margin-bottom: 0;
  }
}
@media (min-width: 1100px) {
  .colores-disponibles-iphone16__list {
    display: flex;
    justify-content: space-between;
    width: 1110px;
    margin: 0 auto;
  }
}
.colores-disponibles-iphone16__item__equipo {
  width: 100%;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.colores-disponibles-iphone16__item--equipos {
  width: 328px;
}
.colores-disponibles-iphone16__item--equipos .swiper-container {
  overflow-x: hidden;
}
.colores-disponibles-iphone16__item__info {
  border-top: 1px solid #d3d4d3;
  padding: 32px;
}
.colores-disponibles-iphone16__item__titulo {
  color: #019df4;
  font-size: 24px;
  line-height: 32px !important;
  font-weight: 700;
  text-align: center;
  width: 196px;
  margin: 0 auto 18px !important;
}
.banner-iphone16-titanio_enlace-content,
.colores-disponibles-iphone16__item__enlace-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.colores-disponibles-iphone16__item__enlace {
  font-size: 16px;
  line-height: 24px;
  color: #fff !important;
  font-weight: 700;
  padding: 8px 32px;
  background-color: #019df4;
  border-radius: 200px;
}
.banner-iphone16-titanio {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.banner-iphone16-titanio_fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-iphone16-titanio_fondo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-iphone16-titanio_body {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 330px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding-top: 25px;
}
.banner-iphone16-titanio_titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 25px;
}
.banner-iphone16-titanio_subtitulo {
  line-height: 32px !important;
  color: #fff;
  margin-bottom: 0 !important;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
}
.banner-iphone16-titanio_subtitulo_2 {
  color: var(--Blanco-Secundario, #fff);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Telefonica;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin-top: -20px;
}
.banner-iphone16-titanio_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 18px;
}
.banner-iphone16-titanio_enlace {
  font-size: 16px;
  line-height: 24px;
  color: #fff !important;
  background-color: #019df4;
  border-radius: 200px;
  font-weight: 700;
  padding: 8px 32px;
}
.banner-iphone16-titanio_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
  margin-left: -40px;
  margin-right: -20px;
}
.descubre-tabs-iphone16 {
  padding: 32px 0 0;
  background: rgba(11, 39, 57, 1);
}
.descubre-tabs-iphone16__titulo b {
  font-weight: 700;
}
.descubre-tabs-iphone16__titulo br,
.reserva-tu-iphone16__list__equipos .swiper-pagination {
  display: none;
}
.descubre-tabs-iphone16__subtitulo b {
  font-weight: 700;
}
.descubre-tabs-iphone16__botones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.descubre-tabs-iphone16__boton {
  width: 244px;
  height: 44px;
  border-radius: 150px;
  border: 1px solid #019df4;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #019df4;
  margin: 0 6px;
  cursor: pointer;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.descubre-tabs-iphone16__boton.active,
.descubre-tabs-iphone16__boton:hover {
  font-weight: 400;
  background-color: #019df4;
  color: #fff;
}
.descubre-tabs-iphone16__boton:focus,
.descubre-tabs-iphone16__boton:focus-visible {
  outline: 0;
}
.reserva-tu-iphone16__list__content {
  width: 330px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .reserva-tu-iphone16__list__content {
    width: 550px;
  }
}
@media (min-width: 800px) {
  .colores-disponibles-iphone16__item--equipos {
    width: 261px;
  }
  .colores-disponibles-iphone16__item__equipo {
    width: 261px;
    height: 304px;
  }
  .colores-disponibles-iphone16__item__info {
    border-top: 0;
    border-left: 1px solid #d3d4d3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 20px;
  }
  .colores-disponibles-iphone16__item__titulo br {
    display: block;
  }
  .banner-iphone16-titanio_body {
    width: 750px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .banner-iphone16-titanio_titulo {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .about-iphone16 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .about-iphone16__title {
    width: 736px !important;
  }
  .about-iphone16__modelos ul {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .about-iphone16 .about-iphone16__content,
  .about-iphone16
    .about-iphone16__content
    .about-iphone16__modelos
    .about-iphone16__modelos--description {
    max-width: 830px !important;
  }
  .about-iphone16__modelos {
    align-items: center;
  }
  .banner-iphone16-titanio_subtitulo {
    font-size: 24px;
    line-height: 32px !important;
  }
  .banner-iphone16-titanio_logo {
    margin-bottom: 28px;
  }
  .banner-iphone16-titanio_right {
    margin-top: 61px;
    margin-left: 0;
  }
  .descubre-tabs-iphone16 {
    padding: 20px 0 12px;
    margin-bottom: -1px;
  }
  .descubre-tabs-iphone16__botones {
    flex-direction: row !important;
  }
  .descubre-tabs-iphone16__titulo {
    font-size: 40px;
    line-height: 48px !important;
    width: 760px;
  }
  .descubre-tabs-iphone16__subtitulo {
    font-size: 20px;
    line-height: 28px !important;
    width: 730px;
    font-weight: 400 !important;
  }
  .descubre-tabs-iphone16__boton:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .descubre-tabs-iphone16__boton:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .descubre-tabs-iphone16__boton {
    margin: 0;
    width: 200px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .reserva-tu-iphone16__list__content {
    width: 780px;
  }
  #swiper-width__custom {
    max-width: 328px !important;
  }
}
#swiper-width__custom {
  max-width: inherit;
}
.boton1_section4--white,
.boton1_section4--blue,
.boton2_section4--white,
.boton2_section4--blue {
  display: none;
}
.boton1_section4--white.active,
.boton1_section4--blue.active,
.boton2_section4--white.active,
.boton2_section4--blue.active {
  display: block !important;
}
@media (min-width: 1280px) {
  .stefa_iPhone16-section2__custom {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    width: 740px;
    height: 87px;
  }
  .stefa_iPhone16-section4__tab2--custom {
    transform: translate(103px, 165px) !important;
  }
  .stefa_btn_magenta--loquiero {
    width: 204px !important;
    height: 56px !important;
    padding: 16px 64px 16px 64px !important;
    gap: 16px !important;
    border-radius: 60px !important;
    font-size: 18px !important;
    line-height: 24px !important;
    transform: translate(200px, 15px) !important;
  }
  #swiper--custom__container__layout {
    width: 996px !important;
    transform: translate(-206px, 25px);
  }
  #stefa_iphone16_section4__tablesection_item {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    width: 294px;
    height: 56px;
    padding: 16px 26px 16px 26px;
    gap: 10px;
    border-radius: 8px;
  }
  .stefa_iphone16_section4__items h2 {
    font-size: 40px;
    line-height: 48px;
    width: 740px;
    height: 48px;
  }
  .stefa_iphone16_section4__items p {
    width: 740px !important;
    height: 50px !important;
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .caracteristicas-iphone16__item__right {
    align-items: start !important;
  }
  .caracteristicas-iphone16__list.caracteristicas-iphone16__list-top
    .caracteristicas-iphone16__item {
    width: 553px;
  }
  .caracteristicas-iphone16__azul .caracteristicas-iphone16__item__logo {
    height: 330px;
    width: 465px;
  }
  .caracteristicas-iphone16__azul
    .caracteristicas-iphone16__item__titulo--left {
    min-height: 42px;
  }
  .caracteristicas-iphone16__list {
    width: 1090px;
  }
  .caracteristicas-iphone16__item {
    margin: 0 0 32px;
  }
  .caracteristicas-iphone16__item-bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 32px;
  }
  .caracteristicas-iphone16__item-bottom .caracteristicas-iphone16__item__logo {
    height: 134px;
    margin-right: 0;
  }
  .caracteristicas-iphone16__item__logo3 {
    height: 212px !important;
    width: 100% !important;
  }
  .caracteristicas-iphone16__item__logo3 img {
    width: 321px;
  }
  .caracteristicas-iphone16__item__logo4 {
    min-width: 445px !important;
    height: auto !important;
    margin-right: 20px !important;
  }
  .caracteristicas-iphone16__item__logo4 img {
    height: 468px !important;
  }
  .caracteristicas-iphone16__item__titulo {
    min-height: 72px;
  }
  .banner-iphone16-titanio_body,
  .reserva-tu-iphone16__list__content {
    width: 1100px;
  }
  .stefa-iphone16--item_carrousel_equipos-layout h2 {
    width: 740px;
    height: 48px;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
  }
  .about-iphone16 .about-iphone16__content .about-iphone16__title {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  .stefa-iphone16--item_carrousel_equipos-layout p {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    height: 25px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
    transform: translateY(44px);
  }
  .banner-iphone16-titanio_titulo {
    padding-left: 63px;
  }
  .banner-iphone16-titanio_left {
    margin-left: -30px;
  }
  .banner-iphone16-titanio_right {
    margin-top: 38px;
  }
}
.faqs-accordion .container .toggler-header .btn {
  padding-left: 40px !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.faqs-accordion .container .header:nth-child(2n):before {
  position: absolute;
  display: flex;
  background-color: #d3d4d3;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  top: 50%;
  translate: 0 -51%;
  font-size: 16px;
  color: #242628;
  font-weight: 700;
}
.faqs-accordion .container .header:nth-child(2):before {
  content: "1";
}
.faqs-accordion .container .header:nth-child(4):before {
  content: "2";
}
.faqs-accordion .container .header:nth-child(6):before {
  content: "3";
}
.faqs-accordion .container .header:nth-child(8):before {
  content: "4";
}
.faqs-accordion .container .header:nth-child(10):before {
  content: "5";
}
.faqs-accordion .container .header:nth-child(12):before {
  content: "6";
}
.faqs-accordion .container .header:nth-child(14):before {
  content: "7";
}
.faqs-accordion .container .header:nth-child(16):before {
  content: "8";
}
.faqs-accordion .container .header:nth-child(18):before {
  content: "9";
}
.faqs-accordion .container .header:nth-child(20):before {
  content: "10";
}
.faqs-accordion .container .toggler-header-expanded:before {
  color: #fff !important;
  background-color: #019df4 !important;
}
.swiper-pagination__colores-disponibles {
  position: relative;
}
.swiper-pagination__colores-disponibles h3 {
  width: 27px;
  height: 27px;
  margin: 0 9px;
  position: relative;
  opacity: 1;
  border: 2px solid #fff;
  background-color: #dfc9ca;
  font-size: 0;
  line-height: 0;
}
.swiper-pagination__colores-disponibles h3:nth-child(2) {
  background-color: #e5dfc4;
}
.swiper-pagination__colores-disponibles h3:nth-child(3) {
  background-color: #ccd4c6;
}
.swiper-pagination__colores-disponibles h3:nth-child(4) {
  background-color: #cfd5d9;
}
.swiper-pagination__colores-disponibles h3:nth-child(5) {
  background-color: #36393b;
}
.swiper-pagination__colores-disponibles h3::before {
  content: "Rosa";
  position: absolute;
  bottom: -14px;
  left: -5px;
  width: calc(100% + 10px);
  font-size: 8px;
  line-height: 8px;
  color: #d3d4d3;
}
.swiper-pagination__colores-disponibles h3:nth-child(2)::before {
  content: "Amarillo";
}
.swiper-pagination__colores-disponibles h3:nth-child(3)::before {
  content: "Verde";
}
.swiper-pagination__colores-disponibles h3:nth-child(4)::before {
  content: "Azul";
}
.swiper-pagination__colores-disponibles h3:nth-child(5)::before {
  content: "Negro";
}
.swiper-pagination__colores-disponibles .swiper-pagination-bullet-active {
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #0b2739;
}
.swiper-pagination-bullet {
  background: #ffff !important;
}
.modelos-iphone16 .swiper-pagination-bullet {
  background: var(
    --swiper-pagination-color,
    var(--swiper-theme-color)
  ) !important;
}
.swiper-pagination__colores-disponibles2 h3 {
  background-color: #827f7d;
}
.swiper-pagination__colores-disponibles2 h3:nth-child(2) {
  background-color: #334351;
}
.swiper-pagination__colores-disponibles2 h3:nth-child(3) {
  background-color: #ddd;
}
.swiper-pagination__colores-disponibles2 h3:nth-child(4) {
  background-color: #1b1b1b;
}
.swiper-pagination__colores-disponibles2 h3::before {
  content: "Titanio natural";
  bottom: -22px;
}
.swiper-pagination__colores-disponibles2 h3:nth-child(2)::before {
  content: "Titanio azul";
}
.swiper-pagination__colores-disponibles2 h3:nth-child(3)::before {
  content: "Titanio blanco";
}
.swiper-pagination__colores-disponibles2 h3:nth-child(4)::before {
  content: "Titanio negro";
}
.swiper-pagination__colores-disponibles
  .swiper-pagination-bullet-active:before {
  color: #50535a;
}
.colores-disponibles-iphone16__item--botones {
  margin-bottom: 42px;
}
.portlet-preguntas-frecuentes {
  background-color: #f6f6f6;
}
.portlet-preguntas-frecuentes .container {
  padding: 0 10px !important;
}
.reserva-tu-iphone16__list__equipos .swiper-container {
  padding-bottom: 30px;
}
@media (max-width: 600px) {
  .reserva-tu-iphone16__list__equipos .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .stefa_iPhone16-section2__custom {
    width: 327px !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
@media (min-width: 992px) {
  .stweb-mobile-template {
    padding: 15px 0 !important;
  }
}
@media (min-width: 768px) {
  .caracteristicas-iphone16__item.iphone--azul {
    width: 100%;
  }
}
.stefa_iPhone16-section2__custom {
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  color: rgba(11, 39, 57, 1);
  width: 735px;
  height: auto;
}
.modelos-iphone16__item--media p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: rgba(134, 136, 140, 1);
  max-width: 152px;
}
.modelos-iphone16__item--media {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.descubre-tabs-iphone16__botones {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.boton1_apple_custom_wehite.active,
.boton1_apple_custom_blue.active,
.boton2_apple_custom_wehite.active,
.boton2_apple_custom_blue.active {
  display: block !important;
}
.boton1_apple_custom_wehite,
.boton1_apple_custom_blue,
.boton2_apple_custom_wehite,
.boton2_apple_custom_blue {
  display: none;
}
.about-iphone16__title {
  width: 328px;
  height: 120px;
  font-size: 32px !important;
  font-weight: 300;
  line-height: 40px !important;
  text-align: center;
}
.about-iphone16__modelos--title {
  width: 328px;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 28px !important;
  text-align: left;
  color: rgba(80, 83, 90, 1);
}
.about-iphone16__modelos--description {
  font-size: 16px !important;
  font-weight: 300;
  line-height: 24px !important;
  text-align: left;
}
.about-iphone16__modelos--title {
  height: 25px;
}
.stefa--list-iphone16-conocesmas {
  list-style: disc;
  margin-left: 2em;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
}
.about-iphone16__modelos-item--img {
  padding: 1em 0;
}
.stefa-iphone16--item_carrousel_equipos-layout {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 360px) {
  .stefa_iphone16_section4__section {
    height: 680px;
    padding: 55px 16px 32px 16px;
  }
}
@media (min-width: 800px) {
  .stefa_iphone16_section4__section {
    height: 680px;
    padding: 32px 16px 32px 16px;
  }
}
@media (min-width: 1028px) {
  .stefa_iphone16_section4__section {
    height: 680px;
    padding: 32px 16px 32px 16px;
  }
}
.stefa-iphone16--item_carrousel__sectionFull {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.stefa_iphone16_section4__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: translateY(-35px);
}
.stefa_iphone16_section4__items h2 {
  width: 328px;
  height: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.stefa_iphone16_section4__items p {
  width: 328px;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.lt__tab-item--active {
  color: rgba(1, 157, 244, 1) !important;
  background-color: rgba(255, 255, 255, 1) !important;
}
.lt__tab-item {
  width: 244px;
  height: 44px;
  padding: 12px 33px 12px 33px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background: transparent;
  justify-content: center;
  gap: 5px;
  margin: 6px 0;
  align-items: center;
}
.stefa-iphone16--item_carrousel_equipos-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
  height: 257px;
  gap: 12px;
  margin: 0 12px;
  transform: translateY(35px);
}
.stefa-iphone16--item_carrousel_equipos-layout p {
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
  height: 25px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
  transform: translate(0, -125px);
  position: absolute;
}
.stefa_btn_magenta--loquiero {
  width: 132px;
  height: 40px;
  padding: 8px 32px 8px 32px;
  gap: 8px;
  border-radius: 60px;
  background: rgba(230, 55, 128, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  position: absolute;
  display: flex;
}
.stefa_btn_magenta--loquiero:hover {
  background-color: #922859;
  color: #fff;
}
.stefa_iphone16_section4__bg_pimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#swiper--custom__container__layout {
  width: 328px;
  height: 290px;
}
#stefa_iphone16_section4__tableSection1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stefa_btn_magenta--loquiero {
  transform: translate(95px, 60px);
}
.reserva-tu-iphone16__movistartitulo {
  text-align: center;
  margin: 0 auto;
  width: 640px;
  margin-bottom: 8px;
}
.reserva-tu-iphone16__disponible {
  font-size: 40px;
  line-height: 48px;
  color: #0b2739;
  margin: 0;
  text-align: center;
  font-weight: 300;
  display: flex;
}
.reserva-tu-iphone16__adquiere {
  margin: 0;
  font-size: 20px;
  line-height: 25px;
  color: #0b2739;
  text-align: center;
}
.reserva-tu-iphone16__span {
  margin: 0 6px;
}
@media (max-width: 600px) {
  .reserva-tu-iphone16__titulo {
    width: auto;
  }
  .reserva-tu-iphone16__disponible {
    font-size: 32px;
    line-height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .reserva-tu-iphone16__span {
    margin: 0 auto;
  }
  .reserva-tu-iphone16__movistartitulo {
    width: 340px;
  }
  .reserva-tu-iphone16__adquiere {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1270px) {
  .stefa_iPhone16-section2__custom {
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 32px !important;
  }
  .reserva-tu-iphone16__movistartitulo {
    margin-bottom: 5px;
  }
  .reserva-tu-iphone16__adquiere {
    font-size: 16px;
    line-height: 20px;
  }
}

/* Eelementos de diseño */

.banner-iphone16 {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.banner-iphone16 .banner-iphone16_fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-iphone16 .banner-iphone16_fondo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-iphone16 .banner-iphone16_body {
  position: absolute;
  max-width: 328px;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 0;
}
.banner-iphone16 .banner-iphone16_body .banner-iphone16_body--content {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner-iphone16
  .banner-iphone16_body
  .banner-iphone16_body--content
  .banner-iphone16_body--logo {
  width: 184px;
  height: 37px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 20px;
}
@media (min-width: 800px) {
  .banner-iphone16
    .banner-iphone16_body
    .banner-iphone16_body--content
    .banner-iphone16_body--logo {
    display: none;
  }
}
.banner-iphone16
  .banner-iphone16_body
  .banner-iphone16_body--content
  .banner-iphone16_body--brand {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 60px;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  width: 100px;
}
@media (min-width: 800px) {
  .banner-iphone16
    .banner-iphone16_body
    .banner-iphone16_body--content
    .banner-iphone16_body--brand {
    color: #0b2739;
    font-size: 24px;
    line-height: 32px;
    top: unset;
    bottom: 80px;
    width: 140px;
  }
}
@media (min-width: 1280px) {
  .banner-iphone16
    .banner-iphone16_body
    .banner-iphone16_body--content
    .banner-iphone16_body--brand {
    font-size: 24px;
    line-height: 32px;
    width: 140px;
    bottom: 70px;
  }
}
.banner-iphone16
  .banner-iphone16_body
  .banner-iphone16_body--content
  .banner-iphone16_body--cta {
  font-weight: 700;
  line-height: 20px;
  font-size: 14px;
  padding: 6px 24px;
  text-decoration: none;
  width: 152px;
  min-height: 32px;
  border-radius: 60px;
  text-align: center;
  background-color: #e63780;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.banner-iphone16
  .banner-iphone16_body
  .banner-iphone16_body--content
  .banner-iphone16_body--cta:hover {
  background-color: #922859;
}
@media (min-width: 800px) {
  .banner-iphone16
    .banner-iphone16_body
    .banner-iphone16_body--content
    .banner-iphone16_body--cta {
    padding: 8px 32px;
    width: 182px;
    min-height: 40px;
    font-size: 16px;
    line-height: 24px;
    bottom: 32px;
  }
}
@media (min-width: 1280px) {
  .banner-iphone16
    .banner-iphone16_body
    .banner-iphone16_body--content
    .banner-iphone16_body--cta {
    bottom: 24px;
  }
}
.reserva-tu-iphone16 {
  background-color: #fff;
  margin-bottom: -60px;
}
.reserva-tu-iphone16 .reserva-tu-iphone16__form {
  max-width: 328px;
  margin: auto;
  margin-top: 32px;
}
.reserva-tu-iphone16
  .reserva-tu-iphone16__form
  .reserva-tu-iphone16__form--card {
  min-height: 592px;
  position: relative;
}
.reserva-tu-iphone16
  .reserva-tu-iphone16__form
  .reserva-tu-iphone16__form--card
  .reserva-tu-iphone16__form--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 9;
  left: 0;
  top: 0;
}
.reserva-tu-iphone16
  .reserva-tu-iphone16__form
  .reserva-tu-iphone16__form--card
  .reserva-tu-iphone16__form--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: absolute;
  z-index: 9;
  max-width: 285px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  top: 6px !important;
}
@media (min-width: 800px) {
  .reserva-tu-iphone16
    .reserva-tu-iphone16__form
    .reserva-tu-iphone16__form--card
    .reserva-tu-iphone16__form--wrap {
    top: 8px;
    left: 25px;
    right: unset;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .reserva-tu-iphone16
    .reserva-tu-iphone16__form
    .reserva-tu-iphone16__form--card
    .reserva-tu-iphone16__form--wrap {
    max-width: 374px;
    gap: 10px;
    top: 35px !important;
    left: 96px;
  }
}
.reserva-tu-iphone16
  .reserva-tu-iphone16__form
  .reserva-tu-iphone16__form--card
  .reserva-tu-iphone16__form--wrap
  .reserva-tu-iphone16__form--title {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
@media (min-width: 1280px) {
  .reserva-tu-iphone16
    .reserva-tu-iphone16__form
    .reserva-tu-iphone16__form--card
    .reserva-tu-iphone16__form--wrap
    .reserva-tu-iphone16__form--title {
    font-size: 20px;
    line-height: 28px;
  }
}
.reserva-tu-iphone16
  .reserva-tu-iphone16__form
  .reserva-tu-iphone16__form--card
  .reserva-tu-iphone16__form--wrap
  .reserva-tu-iphone16__form--group {
  height: auto;
  width: 100%;
  position: relative;
}
@media (min-width: 1280px) {
  .reserva-tu-iphone16
    .reserva-tu-iphone16__form
    .reserva-tu-iphone16__form--card
    .reserva-tu-iphone16__form--wrap
    .reserva-tu-iphone16__form--group {
    height: auto;
  }
}
.reserva-tu-iphone16
  .reserva-tu-iphone16__form
  .reserva-tu-iphone16__form--card
  .reserva-tu-iphone16__form--wrap
  .reserva-tu-iphone16__form--group
  .reserva-tu-iphone16__form--terminos {
  position: absolute;
  right: 0;
  bottom: 12px;
  text-decoration: underline;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  font-weight: 300;
  width: 120px;
  z-index: 9;
}
@media (min-width: 800px) {
  .reserva-tu-iphone16
    .reserva-tu-iphone16__form
    .reserva-tu-iphone16__form--card {
    min-height: 304px;
  }
}
@media (min-width: 1280px) {
  .reserva-tu-iphone16
    .reserva-tu-iphone16__form
    .reserva-tu-iphone16__form--card {
    min-height: 378px;
  }
}
@media (min-width: 800px) {
  .reserva-tu-iphone16 .reserva-tu-iphone16__form {
    max-width: 640px;
  }
}
@media (min-width: 1280px) {
  .reserva-tu-iphone16 .reserva-tu-iphone16__form {
    max-width: 1044px;
  }
}
.modelos-iphone16 {
  padding: 32px 16px 32px 16px;
  background-color: #fff;
}
.modelos-iphone16 .modelos-iphone16__content {
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.modelos-iphone16 .modelos-iphone16__content .modelos-iphone16__title {
  font-size: 32px;
  line-height: 40px;
  max-width: 328px;
  margin: 0;
  text-align: center;
  color: #0b2739;
  font-weight: 300;
}
@media (min-width: 800px) {
  .modelos-iphone16 .modelos-iphone16__content .modelos-iphone16__title {
    max-width: 610px;
  }
}
@media (min-width: 1280px) {
  .modelos-iphone16 .modelos-iphone16__content .modelos-iphone16__title {
    max-width: 740px;
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 800px) {
  .modelos-iphone16 .modelos-iphone16__content {
    max-width: 610px;
    gap: 32px;
  }
}
@media (min-width: 1280px) {
  .modelos-iphone16 .modelos-iphone16__content {
    max-width: 1090px;
  }
}
.modelos-iphone16 .modelos-iphone16__carousel {
  width: 100%;
  position: relative;
  max-width: 360px;
  padding-bottom: 64px;
  box-sizing: border-box;
}
.modelos-iphone16
  .modelos-iphone16__carousel
  .modelos-iphone16__item
  .modelos-iphone16__item--content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #b6b7b7;
  border-radius: 16px;
}
.modelos-iphone16
  .modelos-iphone16__carousel
  .modelos-iphone16__item
  .modelos-iphone16__item--content
  .modelos-iphone16__item--media {
  padding: 32px 24px;
}
.modelos-iphone16
  .modelos-iphone16__carousel
  .modelos-iphone16__item
  .modelos-iphone16__item--content
  .modelos-iphone16__item--media
  img {
  max-width: 188px;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}
.modelos-iphone16
  .modelos-iphone16__carousel
  .modelos-iphone16__item
  .modelos-iphone16__item--content
  .modelos-iphone16__item--cta {
  width: 100%;
  border-top: 1px solid #b6b7b7;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.modelos-iphone16
  .modelos-iphone16__carousel
  .modelos-iphone16__item
  .modelos-iphone16__item--content
  .modelos-iphone16__item--cta
  h3 {
  font-size: 14px;
  line-height: 20px;
  color: #019df4;
  margin: 0;
  font-weight: 700;
}
.modelos-iphone16
  .modelos-iphone16__carousel
  .modelos-iphone16__item
  .modelos-iphone16__item--content
  .modelos-iphone16__item--cta
  .seo-c2c-iphone16 {
  width: 110px;
  background-color: #019df4;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 24px;
  border-radius: 60px;
}
@media (min-width: 800px) {
  .modelos-iphone16 .modelos-iphone16__carousel {
    max-width: 610px;
  }
}
@media (min-width: 1280px) {
  .modelos-iphone16 .modelos-iphone16__carousel {
    padding-bottom: 0;
    max-width: 1090px;
  }
}
.modelos-iphone16 .modelos-iphone16__carousel.swiper-container {
  overflow-x: hidden;
}
@media (min-width: 800px) {
  .modelos-iphone16 {
    padding: 32px 16px 32px 16px;
  }
}
@media (min-width: 1280px) {
  .modelos-iphone16 {
    padding: 64px 0;
  }
}
.descubre-tabs-iphone16__botones {
  gap: 12px;
}
.descubre-tabs-iphone16__botones .descubre-tabs-iphone16__boton {
  border-radius: 8px !important;
  display: flex;
  gap: 8px;
}
.descubre-tabs-iphone16__botones .descubre-tabs-iphone16__boton.active path,
.descubre-tabs-iphone16__botones .descubre-tabs-iphone16__boton:hover path {
  fill: #fff;
}
@media (min-width: 800px) {
  .caracteristicas-iphone16 .caracteristicas-iphone16__titulo {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}
@media (min-width: 800px) {
  .caracteristicas-iphone16
    .caracteristicas-iphone16__item
    .caracteristicas-iphone16__item__logo.caracteristicas-iphone16__item-bottom__logo
    img {
    width: 200px;
  }
}
@media (min-width: 1280px) {
  .caracteristicas-iphone16
    .caracteristicas-iphone16__item
    .caracteristicas-iphone16__item__logo.caracteristicas-iphone16__item-bottom__logo
    img {
    width: auto;
  }
}
.caracteristicas-iphone16
  .caracteristicas-iphone16__item
  .caracteristicas-iphone16__item__logo2 {
  height: auto !important;
}
.caracteristicas-iphone16
  .caracteristicas-iphone16__item
  .caracteristicas-iphone16__item__logo3
  img {
  width: 100% !important;
  height: auto !important;
}
@media (min-width: 800px) {
  .caracteristicas-iphone16
    .caracteristicas-iphone16__item
    .caracteristicas-iphone16__item__logo3 {
    width: 264px;
    height: 200px !important;
  }
}
@media (min-width: 1280px) {
  .caracteristicas-iphone16
    .caracteristicas-iphone16__item
    .caracteristicas-iphone16__item__logo3 {
    height: auto !important;
  }
}
.caracteristicas-iphone16
  .caracteristicas-iphone16__item
  .caracteristicas-iphone16__item__logo4 {
  height: auto;
}
@media (min-width: 800px) {
  .caracteristicas-iphone16
    .caracteristicas-iphone16__item
    .caracteristicas-iphone16__item__logo4.caracteristicas-iphone16__item__PRO
    img {
    width: 225px;
    height: auto !important;
  }
}
@media (min-width: 1280px) {
  .caracteristicas-iphone16
    .caracteristicas-iphone16__item
    .caracteristicas-iphone16__item__logo4.caracteristicas-iphone16__item__PRO
    img {
    width: 445px;
    height: 221px;
  }
}
.caracteristicas-iphone16
  .caracteristicas-iphone16__item
  .caracteristicas-iphone16__item__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.caracteristicas-iphone16
  .caracteristicas-iphone16__item
  .caracteristicas-iphone16__item__right
  .caracteristicas-iphone16__item__titulo {
  min-height: inherit;
}
.caracteristicas-iphone16
  .caracteristicas-iphone16__item
  .caracteristicas-iphone16__item__right
  h3 {
  margin: 0;
  font-weight: 300;
  font-size: 28px !important;
  line-height: 32px !important;
}
.caracteristicas-iphone16
  .caracteristicas-iphone16__item
  .caracteristicas-iphone16__item__right
  .caracteristicas-iphone16__item__descripcion {
  margin: 0;
}
.about-iphone16 {
  padding: 32px 16px;
  background-color: #f6f6f6;
}
.about-iphone16 .about-iphone16__content {
  max-width: 328px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.about-iphone16 .about-iphone16__content .about-iphone16__title {
  font-weight: 300;
  color: #0b2739;
  font-size: 32px;
  line-height: 40px;
  max-width: 294px;
  text-align: center;
  margin: 0;
}
@media (min-width: 800px) {
  .about-iphone16 .about-iphone16__content .about-iphone16__title {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .about-iphone16 .about-iphone16__content .about-iphone16__title {
    font-size: 40px;
    line-height: 48px;
    margin-top: 64px !important;
  }
}
.about-iphone16 .about-iphone16__content .about-iphone16__apertura {
  width: 100%;
  height: 594px;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
}
.about-iphone16
  .about-iphone16__content
  .about-iphone16__apertura
  .about-iphone16__apertura--img {
  width: 328px;
  height: 232px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (min-width: 800px) {
  .about-iphone16
    .about-iphone16__content
    .about-iphone16__apertura
    .about-iphone16__apertura--img {
    width: 326px;
    height: 282px;
    right: 0;
    left: unset;
    border-bottom-left-radius: 0;
    border-top-right-radius: 12px;
  }
}
@media (min-width: 1280px) {
  .about-iphone16
    .about-iphone16__content
    .about-iphone16__apertura
    .about-iphone16__apertura--img {
    width: 327px;
    height: 315px;
  }
}
.about-iphone16
  .about-iphone16__content
  .about-iphone16__apertura
  .about-iphone16__apertura--wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  max-width: 260px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 30px;
}
.about-iphone16
  .about-iphone16__content
  .about-iphone16__apertura
  .about-iphone16__apertura--wrap
  .about-iphone16__apertura--title {
  color: #50535a;
  font-weight: 700;
  text-align: left;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  width: 100%;
}
@media (min-width: 1280px) {
  .about-iphone16
    .about-iphone16__content
    .about-iphone16__apertura
    .about-iphone16__apertura--wrap
    .about-iphone16__apertura--title {
    font-size: 24px;
  }
}
.about-iphone16
  .about-iphone16__content
  .about-iphone16__apertura
  .about-iphone16__apertura--wrap
  .about-iphone16__apertura--description {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 300;
  color: #50535a;
  text-align: left;
}
@media (min-width: 1280px) {
  .about-iphone16
    .about-iphone16__content
    .about-iphone16__apertura
    .about-iphone16__apertura--wrap
    .about-iphone16__apertura--description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 800px) {
  .about-iphone16
    .about-iphone16__content
    .about-iphone16__apertura
    .about-iphone16__apertura--wrap {
    top: 20px;
    left: 29px;
    right: unset;
    margin: 0;
    max-width: 326px;
  }
}
@media (min-width: 1280px) {
  .about-iphone16
    .about-iphone16__content
    .about-iphone16__apertura
    .about-iphone16__apertura--wrap {
    top: 29px;
    left: 45px;
    right: unset;
    margin: 0;
    max-width: 419px;
  }
}
@media (min-width: 800px) {
  .about-iphone16 .about-iphone16__content .about-iphone16__apertura {
    height: 282px;
  }
}
@media (min-width: 1280px) {
  .about-iphone16 .about-iphone16__content .about-iphone16__apertura {
    height: 315px;
  }
}
.about-iphone16 .about-iphone16__content .about-iphone16__modelos {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
}
.about-iphone16
  .about-iphone16__content
  .about-iphone16__modelos
  .about-iphone16__modelos--title {
  margin: 0;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  width: 100%;
  font-weight: 700;
  color: #50535a;
}
@media (min-width: 1280px) {
  .about-iphone16
    .about-iphone16__content
    .about-iphone16__modelos
    .about-iphone16__modelos--title {
    font-size: 24px;
  }
}
.about-iphone16
  .about-iphone16__content
  .about-iphone16__modelos
  .about-iphone16__modelos--description {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  width: 100%;
  font-weight: 300;
  color: #50535a;
}
@media (min-width: 800px) {
  .about-iphone16
    .about-iphone16__content
    .about-iphone16__modelos
    .about-iphone16__modelos--description {
    max-width: 693px;
  }
}
@media (min-width: 1280px) {
  .about-iphone16
    .about-iphone16__content
    .about-iphone16__modelos
    .about-iphone16__modelos--description {
    max-width: 724px;
  }
}
.about-iphone16
  .about-iphone16__content
  .about-iphone16__modelos
  .about-iphone16__modelos--carousel {
  overflow-x: hidden;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 64px;
  position: relative;
}
.about-iphone16
  .about-iphone16__content
  .about-iphone16__modelos
  .about-iphone16__modelos--carousel
  .about-iphone16__modelos-item {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  height: 387px;
  position: relative;
}
.about-iphone16
  .about-iphone16__content
  .about-iphone16__modelos
  .about-iphone16__modelos--carousel
  .about-iphone16__modelos-item
  .about-iphone16__modelos-item--img {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (min-width: 1280px) {
  .about-iphone16
    .about-iphone16__content
    .about-iphone16__modelos
    .about-iphone16__modelos--carousel
    .about-iphone16__modelos-item
    .about-iphone16__modelos-item--img {
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
.about-iphone16
  .about-iphone16__content
  .about-iphone16__modelos
  .about-iphone16__modelos--carousel
  .about-iphone16__modelos-item
  .about-iphone16__modelos-item--wrap {
  display: flex;
  align-items: center;
  height: 218px;
  position: absolute;
  font-weight: 300;
  left: 0;
  right: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 285px;
  top: 0;
}
.about-iphone16
  .about-iphone16__content
  .about-iphone16__modelos
  .about-iphone16__modelos--carousel
  .about-iphone16__modelos-item
  .about-iphone16__modelos-item--wrap
  .about-iphone16__modelos-item--text {
  font-size: 16px;
  line-height: 24px;
  color: #50535a;
  margin: 0;
}
@media (min-width: 1280px) {
  .about-iphone16
    .about-iphone16__content
    .about-iphone16__modelos
    .about-iphone16__modelos--carousel
    .about-iphone16__modelos-item
    .about-iphone16__modelos-item--wrap {
    left: unset;
    right: 23px;
    max-width: 462px;
    height: 169px;
  }
}
@media (min-width: 1280px) {
  .about-iphone16
    .about-iphone16__content
    .about-iphone16__modelos
    .about-iphone16__modelos--carousel
    .about-iphone16__modelos-item.slider-reverse
    .about-iphone16__modelos-item--wrap {
    right: unset;
    left: 23px;
  }
}
@media (min-width: 1280px) {
  .about-iphone16
    .about-iphone16__content
    .about-iphone16__modelos
    .about-iphone16__modelos--carousel
    .about-iphone16__modelos-item.slider-reverse
    .about-iphone16__modelos-item--img {
    left: unset;
    right: 0;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1280px) {
  .about-iphone16
    .about-iphone16__content
    .about-iphone16__modelos
    .about-iphone16__modelos--carousel
    .about-iphone16__modelos-item {
    height: 169px;
  }
}
@media (min-width: 800px) {
  .about-iphone16
    .about-iphone16__content
    .about-iphone16__modelos
    .about-iphone16__modelos--carousel {
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .about-iphone16
    .about-iphone16__content
    .about-iphone16__modelos
    .about-iphone16__modelos--carousel {
    padding-bottom: 64px;
  }
}
@media (min-width: 800px) {
  .about-iphone16 .about-iphone16__content .about-iphone16__modelos {
    gap: 8px;
  }
}
@media (min-width: 1280px) {
  .about-iphone16 .about-iphone16__content .about-iphone16__modelos {
    gap: 8px;
  }
}
@media (min-width: 800px) {
  .about-iphone16
    .about-iphone16__content
    .about-iphone16__modelos.about-iphone16__especificaciones
    .about-iphone16__modelos--carousel {
    padding-bottom: 64px;
  }
}
@media (min-width: 800px) {
  .about-iphone16 .about-iphone16__content {
    max-width: 693px;
  }
}
@media (min-width: 1280px) {
  .about-iphone16 .about-iphone16__content {
    max-width: 836px;
  }
}
@media (min-width: 800px) {
  .about-iphone16 {
    padding: 32px 16px;
  }
}
@media (min-width: 1280px) {
  .about-iphone16 {
    padding: 0;
  }
}
#atm-c2c-hv_bannerhero_from_embebido_iphone_16-frm-button_2 {
  padding: 6px 12px !important;
  font-size: 14px !important;
  width: 110px !important;
}
@media (max-width: 600px) {
  .reserva-tu-iphone16 {
    margin-bottom: -25px;
  }
}

@media (min-width: 1280px) {
    .caracteristicas-iphone16__item-bottom .caracteristicas-iphone16__item__logo {
        height: auto;
        margin-right: 200px;
        margin-top: 40px;
    }
    .caracteristicas-iphone16__item-bottom{
      align-items: flex-start;
    }
}
