.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 .35s ease-in-out;
    overflow: hidden;
    display: none
}

.lt-accordion-content {
    transition: height .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: .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, .65);
    z-index: 1000;
    transition-timing-function: ease-in-out;
    transition-duration: .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: .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: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .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, .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: .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: .7;
    transition: .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: .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: .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: .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: .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: .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: .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, .02), 0 5px 22px rgba(11, 39, 57, .12);
    transition: .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;
    }
}