.roboto-family {
    font-family: Roboto, serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100
}

.container .row,
.container-full .row,
.container-full .row-fluid {
    margin-left: 0;
    margin-right: 0
}

.stweb-btn {
    display: inline-block;
    padding: 12px 10px;
    font-weight: 700;
    border: 0 solid;
    border-radius: .375rem;
    line-height: 1;
    color: #019df4;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: .15s;
    background: inherit
}

@media(max-width:767.98px) {
    .stweb-btn {
        font-size: 14px;
        padding-top: 9px;
        padding-bottom: 9px
    }
}

.son-2,
.stefa-notificacion-content {
    background-color: #fff;
    position: absolute
}

.stweb__blog-articles .blog-articles__footer .link:focus,
.stweb__shortcut .shortcut__content .link:focus {
    outline: 0
}

.stefa-notificacion-content.active,
.stefa-notificaion-home,
.stefa-overlay-notificacion.active,
.stweb__ads .ads__disney,
.stweb__ads .ads__mtv {
    display: block
}

.stefa-notificaion-home .stefa-notificacion-nav {
    position: relative;
    font-size: 20px;
    color: #313235;
    text-decoration: none;
    transition: .3s;
    cursor: pointer
}

.stefa-notificaion-home .stefa-notificacion-nav .notificacion--icon {
    width: 16px
}

.stefa-notificaion-home .stefa-notificacion-nav .notificacion--total {
    display: block;
    position: absolute;
    background: #ff374a;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    top: -5px;
    right: 0;
    padding: 1px 5px;
    opacity: 1
}

.stefa-notificacion-content {
    display: none;
    width: 310px;
    top: 64px;
    right: 0;
    z-index: 21;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 4px rgba(11, 39, 57, .15), 0 5px 12px rgba(11, 39, 57, .02), 0 8px 10px rgba(11, 39, 57, .14);
    overflow: hidden
}

.notifications-wrapper--mobile .stefa-notificacion-content.active {
    z-index: -999
}

.stefa-notificacion-title {
    padding: 10px 20px;
    background: #fff;
    border-bottom: 1px solid #ededed
}

.notificacion_home {
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

.son-2 {
    top: 0;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #313235;
    font-size: 12px;
    cursor: pointer;
    border: 0
}

.va123-x {
    width: 16px;
    height: 14px
}

.stefa-notificacion-content .stefa-notificacion-title .notificacion--title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #d3d4d3;
    margin: 0
}

.stefa-notificacion-list {
    background: #fff;
    border-radius: 0 0 8px 8px;
    height: 325px;
    overflow: hidden;
    overflow-y: scroll
}

.stefa-notificacion-list .stefa-notificacion-list-item {
    border-bottom: .3px solid #ededed;
    padding: 12px 20px;
    display: flex;
    justify-items: center;
    align-items: center
}

.stefa-notificacion-list-item .notificacion--container-image .img--list-item {
    height: 45px;
    width: 45px;
    max-width: 45px;
    margin-right: 14px
}

.stefa-notificacion-list-item .stefa-notificacion-item-text .notificacion--list-title {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #44464b;
    margin: 0
}

.stefa-notificacion-list-item .stefa-notificacion-item-text .notificacion--list-subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #44464b;
    margin-bottom: 4px
}

.stefa-notificacion-list-item .stefa-notificacion-item-text .notificacion--list-link {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #019df4;
    text-decoration: underline
}

.stefa-notificacion-list-item .stefa-notificacion-item-text .notificacion--list-link:hover {
    text-decoration: underline
}

.stefa-overlay-notificacion {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 20
}

@media (min-width:360px) {
    .stefa-notificacion-content {
        width: 327px
    }
}

@media (min-width:1024px) {
    .stefa-notificacion-content {
        width: 410px
    }

    .stefa-notificacion-list .stefa-notificacion-list-item {
        padding: 15px 20px
    }

    .stefa-notificacion-list {
        height: auto;
        max-height: 338px;
        overflow-y: auto
    }

    .stefa-notificacion-list-item .notificacion--container-image .img--list-item {
        height: 82px;
        width: 82px;
        max-width: 82px
    }

    .stefa-notificacion-list-item .stefa-notificacion-item-text .notificacion--list-subtitle {
        margin-bottom: 7px
    }
}

@-webkit-keyframes progress {
    0% {
        stroke-dashoffset: 75;
        opacity: 1
    }

    95% {
        stroke-dashoffset: 0;
        opacity: 1
    }

    100% {
        opacity: 0;
        stroke-dashoffset: 0
    }
}

@-moz-keyframes progress {
    0% {
        stroke-dashoffset: 75;
        opacity: 1
    }

    95% {
        stroke-dashoffset: 0;
        opacity: 1
    }

    100% {
        opacity: 0;
        stroke-dashoffset: 0
    }
}

@-o-keyframes progress {
    0% {
        stroke-dashoffset: 75;
        opacity: 1
    }

    95% {
        stroke-dashoffset: 0;
        opacity: 1
    }

    100% {
        opacity: 0;
        stroke-dashoffset: 0
    }
}

@keyframes progress {
    0% {
        stroke-dashoffset: 75;
        opacity: 1
    }

    95% {
        stroke-dashoffset: 0;
        opacity: 1
    }

    100% {
        opacity: 0;
        stroke-dashoffset: 0
    }
}

.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 .banner-hero__pagination .swiper-pagination {
    margin: 0
}

.stweb__banner-hero .banner-hero--progress .swiper-button-next,
.stweb__banner-hero .banner-hero--progress .swiper-button-prev {
    overflow: hidden;
    visibility: hidden
}

@media (min-width:992px) {
    .stefa-notificaion-home .stefa-notificacion-nav {
        width: auto;
        padding: 0 .5rem
    }

    .stweb__banner-hero .banner-hero--progress .banner-hero__pagination {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -10px;
        top: inherit;
        margin-bottom: 2em;
    }

    .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-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 {
    border: 1px solid #ddd
}

.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
}

.banner-fibra-tv {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}



@media (max-width:992px) {
    .stweb__banner-hero .banner-hero--progress .banner-hero__pagination {
        margin-top: 32px
    }

    .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
}



@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
    }
}

.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
}

@media (min-width:991px) {
    .banner-fibra-tv .stweb-btn {
        display: inline-block;
        width: auto;
        max-width: 100%
    }
}



@media (max-width:767.98px) {

    .banner-samsung.row>*,
    .stweb__banner-hero .container {
        padding-left: 0;
        padding-right: 0
    }

    .banner-samsung.row {
        margin-right: 0;
        margin-left: 0
    }
}

.banner-samsung .picture {
    display: block;
    width: 100%;
    text-align: right
}

.banner-samsung .badge {
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #313235;
    margin: 0 0 5px
}

.banner-samsung .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #0b2739;
    margin: 0 0 10px;
    max-width: 328px
}

.banner-samsung .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: #50535a;
    margin-bottom: 16px;
    max-width: 280px
}

.stweb__shortcuts {
    margin: 16px 0 24px
}

.stweb__shortcut {
    position: relative;
    width: 100%;
    height: 80px;
    border: 1px solid #d3d4d3;
    background: #fff;
    border-radius: 8px;
    padding: 8px 3px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.stweb__ads .ads__mtotal,
.stweb__ads .ads__porta,
.stweb__ads .ads__rappi {
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

@media (min-width:1199px) {
    .stweb__shortcut {
        padding: 0 17px;
        flex-wrap: nowrap;
        height: 64px
    }
}

@media (max-width:1200px) and (min-width:768px) {
    .stweb__shortcut {
        flex-wrap: nowrap;
        height: 64px;
        padding: 0 10px
    }
}

.stweb__shortcut .shortcut__icon {
    width: 100%;
    line-height: 16px;
    text-align: center
}

.stweb__ads .subtitle,
.stweb__ads .title {
    display: block;
    font-weight: 300;
    line-height: 1.2
}

.stweb__shortcut .shortcut__icon .icon {
    width: 24px;
    height: 24px;
    fill: #019df4
}

.stweb__ads .ads__disney img,
.stweb__ads .ads__mtv img,
.stweb__shortcut .shortcut__content {
    width: 100%
}

.stweb__shortcut .shortcut__content .link {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    color: #6b6c6f;
    text-align: center;
    display: block;
    margin: 0
}

.stweb__shortcut .shortcut__content .link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.stweb__shortcut:hover {
    border-color: #019df4;
    transition: border-color .25s ease-in-out
}

.stweb__modal.--shortcut .modal__content {
    max-width: 328px;
    padding: 44px 20px 30px
}

.stweb__modal.--shortcut .modal__content .title {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #019df4;
    text-align: center;
    margin: 0 0 20px
}

.stweb__modal.--shortcut .modal__content .stweb__shortcut {
    flex-wrap: nowrap;
    height: 48px;
    padding: 0 14px
}

@media (min-width:768px) {
    .stweb__banner-hero {
        padding-top: 25px
    }

    .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
    }

    .banner-samsung .title {
        font-size: 40px;
        max-width: 360px
    }

    .banner-samsung .description {
        font-size: 20px;
        max-width: 325px
    }

    .stweb__shortcuts {
        margin: 24px 0 40px
    }

    .stweb__shortcut .shortcut__icon {
        padding-right: 8px;
        width: auto
    }

    .stweb__shortcut .shortcut__content {
        width: auto
    }

    .stweb__shortcut .shortcut__content .link {
        font-size: 14px;
        line-height: 20px;
        text-align: left
    }

    .stweb__modal.--shortcut .modal__content {
        padding: 69px 75px 60px;
        max-width: 880px
    }

    .stweb__modal.--shortcut .modal__content .title {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 24px
    }

    .stweb__modal.--shortcut .modal__content .stweb__shortcut {
        padding: 0 17px;
        height: 64px
    }
}

.stweb__modal.--shortcut .modal__content .stweb__shortcut .shortcut__content,
.stweb__modal.--shortcut .modal__content .stweb__shortcut .shortcut__icon {
    width: auto
}

.stweb__modal.--shortcut .modal__content .stweb__shortcut .shortcut__icon {
    padding-right: 8px
}

.stweb__modal.--shortcut .modal__content .stweb__shortcut .shortcut__content .link {
    text-align: left
}

.stweb__modal.--shortcut .modal__content .close__button {
    right: 17px;
    top: 17px;
    width: 16px;
    font-size: 16px;
    line-height: 16px;
    fill: #0b2739
}

.stweb__modal.--shortcut .modal__content .stweb-btn {
    margin-top: 24px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 24px;
    border-width: 1px
}

.stweb-card-section {
    padding: 10px 0 24px;
    background: #f6f6f6
}

.stweb-card-section .stweb-card {
    margin-left: auto;
    margin-right: auto
}

.stweb-help-section,
.stweb__ads,
.stweb__proceeds {
    padding: 32px 0 40px
}

.stweb__ads .title {
    font-size: 24px;
    text-align: center;
    color: #313235;
    margin: 0 auto
}

.stweb__ads .subtitle {
    font-size: 18px;
    text-align: center;
    color: #313235;
    margin: 32px auto 16px;
    max-width: 250px
}

.stweb__ads .ads__rappi {
    display: flex;
    align-items: center;
    margin-bottom: 18px
}

.stweb__ads .ads__rappi .row {
    width: 100%;
    z-index: 1
}

.stweb__ads .ads__rappi .rappi__col-left {
    position: inherit
}

.stweb__ads .ads__rappi .rappi__box-1 {
    padding-left: 15px
}

.stweb__ads .ads__rappi .rappi__box-1 .box-1__badge {
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #313235;
    margin: 0 0 5px
}

.stweb__ads .ads__rappi .rappi__box-1 .box-1__title {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    color: #0b2739;
    margin: 0 0 16px
}

@media (min-width:992px) {
    .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
    }

    .banner-fibra-tv {
        border-radius: 8px;
        height: 318px;
    }

    .banner-fibra-tv .col-lg-7 {
        flex: 0 0 61%;
        max-width: 61%
    }

    .banner-fibra-tv .col-lg-5 {
        flex: 0 0 39%;
        max-width: 39%
    }

    .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
    }

    .stweb-card-section {
        padding: 40px 0 60px
    }

    .stweb__ads .title {
        font-size: 40px;
        margin-bottom: 52px;
        max-width: 840px
    }

    .stweb__ads .subtitle {
        font-size: 28px;
        max-width: 840px;
        margin-bottom: 24px
    }

    .stweb__ads .ads__rappi {
        height: 287px;
        margin-bottom: 0
    }

    .stweb__ads .ads__rappi .rappi__box-1 {
        padding-left: 24px
    }

    .stweb__ads .ads__rappi .rappi__box-1 .box-1__badge {
        font-size: 10px
    }

    .stweb__ads .ads__rappi .rappi__box-1 .box-1__title {
        font-size: 24px;
        margin-bottom: 24px
    }
}

.stweb__ads .ads__rappi .rappi__box-1 .box-1__btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.stweb__ads .ads__rappi .rappi__box-2 {
    padding-right: 15px
}

.stweb__ads .ads__rappi .rappi__box-2 .box-2__text {
    font-size: 12px;
    text-align: center;
    color: #313235;
    line-height: 1.2;
    margin: 0
}

.stweb__ads .ads__rappi .rappi__box-2 .box-2__text .text__shadow {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #019df4;
    text-shadow: 2px 1px 0 #0b2739;
    text-transform: uppercase
}

.stweb__ads .ads__rappi .rappi__box-2 .sticker_1 {
    display: block;
    margin: 8px auto 0
}

.stweb__ads .ads__rappi .rappi__box-2 .sticker_1>img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.stweb__ads .ads__rappi .rappi__box-2 .sticker_2 {
    display: block;
    margin: 12px auto 0
}

.stweb__ads .ads__rappi .rappi__box-2 .sticker_2>img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.stweb__ads .ads__rappi>.rappi__picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0
}

.stweb__ads .ads__rappi>.rappi__picture img {
    position: relative;
    width: 100%;
    height: 100%;
    object-position: top center;
    object-fit: cover
}

@media (max-width:991.98px) {
    .banner-samsung .picture {
        margin-bottom: 16px
    }

    .stweb__ads .title {
        padding-left: 15px;
        padding-right: 15px
    }

    .stweb__ads .ads__rappi .rappi__box-1 .box-1__title {
        max-width: 168px
    }

    .stweb__ads .ads__p-xs-2 {
        margin-left: -9px;
        margin-right: -9px
    }

    .stweb__ads .ads__p-xs-2>[class^=col-] {
        padding-left: 9px;
        padding-right: 9px
    }
}

.stweb__ads .ads__mtotal {
    background-color: #062e46;
    margin-bottom: 18px
}

.stweb__ads .ads__mtotal .row {
    width: 100%;
    align-items: center;
    height: 77px;
    z-index: 1
}

.stweb__ads .ads__mtotal .mtotal__col-left,
.stweb__ads .ads__mtotal .mtotal__col-rigth {
    position: inherit;
    z-index: 1
}

.stweb__ads .ads__mtotal .mtotal__box-1 {
    padding-left: 15px
}

.stweb__ads .ads__mtotal .mtotal__box-1 .box-1__title {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    margin: 0
}

.stweb__ads .ads__mtotal .mtotal__box-1 .box-1__title a {
    color: #fff;
    text-decoration: none
}

.stweb__ads .ads__mtotal .mtotal__box-1 .box-1__title a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.stweb__ads .ads__mtotal .mtotal__box-1 .box-1__title .text__big {
    display: block;
    font-size: 24px;
    font-weight: 700
}

.stweb__ads .ads__mtotal .mtotal__box-2 .box-2__list {
    margin: 0;
    list-style: none;
    text-align: center
}

.stweb__ads .ads__mtotal .mtotal__box-2 .box-2__list .item {
    display: inline-block;
    color: #fff;
    font-size: 8px;
    line-height: 1.2;
    text-align: center;
    margin: 0 3px
}

.stweb__ads .ads__mtotal .mtotal__box-2 .box-2__list .item .box-2__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    margin: 0 auto 5px
}

.stweb__ads .ads__mtotal .mtotal__box-2 .box-2__list .item .box-2__icon img {
    max-height: 100%;
    max-width: 100%
}

.stweb__ads .ads__mtotal>.mtotal__picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0
}

.stweb__ads .ads__mtotal>.mtotal__picture img {
    position: relative;
    width: 100%;
    height: 100%;
    object-position: top left;
    object-fit: contain
}

.stweb__ads .ads__porta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #0b2739;
    text-decoration: none;
    margin-bottom: 18px
}

.stweb__ads .ads__porta .porta__box {
    position: initial;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 9px;
    width: 100%
}

.stweb__ads .ads__porta .porta__box .box__info {
    position: initial;
    width: 100%;
    flex: 0 0 62%;
    max-width: 62%
}

.stweb__ads .ads__porta .porta__box .box__info .box__badge {
    display: block;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 5px
}

.stweb__ads .ads__porta .porta__box .box__info .box__text {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 4px;
    text-decoration: none
}

.stweb__ads .ads__porta .porta__box .box__info .box__text::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.stweb__ads .ads__porta .porta__box .box__info .box__logo {
    display: block
}

.stweb__ads .ads__porta .porta__box .box__info .box__logo img {
    display: block;
    max-width: 100%;
    margin: 0
}

.stweb__ads .ads__porta .porta__box .box__promo {
    position: relative;
    width: 100%;
    flex: 0 0 38%;
    max-width: 38%
}

.stweb__ads .ads__porta .porta__box .box__promo .promo__card {
    display: block;
    width: 100%;
    max-width: 109px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin-left: auto
}

.stweb__ads .ads__porta .porta__box .box__promo .promo__card .promo__text {
    display: block;
    font-size: 8px;
    line-height: 1;
    margin: 0;
    color: #fff;
    text-align: center
}

.stweb__ads .ads__porta .porta__box .box__promo .promo__card .promo__logo {
    display: block
}

.stweb__ads .ads__porta .porta__box .box__promo .promo__card .promo__logo>img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.stweb__ads .ads__porta .porta__box .box__promo .promo__card .promo__card-header {
    padding: 5px 8px;
    border-bottom: 1px solid #fff
}

.stweb__ads .ads__porta .porta__box .box__promo .promo__card .promo__card-header .promo__logo {
    margin-top: 1px
}

.stweb__ads .ads__porta .porta__box .box__promo .promo__card .promo__card-footer {
    padding: 5px 8px
}

.stweb__ads .ads__porta .porta__box .box__promo .promo__card .promo__card-footer .promo__logo {
    margin-bottom: 3px
}

.stweb__ads .ads__porta>.porta__picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0
}

.stweb__ads .ads__porta>.porta__picture img {
    position: relative;
    width: 100%;
    height: 100%;
    object-position: top center;
    object-fit: cover
}

.stweb__ads .ads__hbo-max {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 97px;
    margin-bottom: 18px
}

.stweb__ads .ads__hbo-max .hbo-max__box {
    z-index: 1
}

.lt-accordion-content.toggleactive,
.lt__parent.lt__parent--active,
.lt__subparent.lt__subparent--active,
.stweb__ads .ads__hbo-max .hbo-max__box .box__logo,
.toggle-container.toggleactive {
    display: block
}

.stweb__ads .ads__free-fire,
.stweb__ads .ads__prepago {
    display: flex;
    height: 97px;
    border-radius: 8px;
    position: relative;
    text-decoration: none;
    overflow: hidden
}

.stweb__ads .ads__hbo-max .hbo-max__box .box__logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.stweb__ads .ads__hbo-max .hbo-max__box .box__title {
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    margin: 0;
    color: #313235;
    display: block;
    text-decoration: none
}

.stweb__ads .ads__hbo-max .hbo-max__box .box__title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.stweb__ads .ads__hbo-max>.hbo-max__picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0
}

.stweb__ads .ads__hbo-max>.hbo-max__picture img {
    position: relative;
    width: 100%;
    height: 100%;
    object-position: top center;
    object-fit: cover
}

.stweb__ads .ads__free-fire {
    justify-content: center;
    align-items: center;
    background-color: #eff0f6
}

.stweb__ads .ads__free-fire .free-fire__box {
    text-align: center
}

.stweb__ads .ads__free-fire .free-fire__box .box__recarga {
    display: block;
    margin-bottom: 3px
}

.stweb__ads .ads__free-fire .free-fire__box .box__recarga img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.stweb__ads .ads__free-fire .free-fire__box .box__logo {
    display: block;
    margin: 4px 0
}

.stweb__ads .ads__free-fire .free-fire__box .box__logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.stweb__ads .ads__free-fire .free-fire__box .box__text {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    margin: 0;
    color: #313235;
    text-decoration: none
}

.stweb__ads .ads__free-fire .free-fire__box a.box__text::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.stweb__ads .ads__prepago {
    justify-content: flex-start;
    align-items: center;
    background-color: #0b2739
}

.stweb__ads .ads__prepago .prepago__box {
    position: initial;
    padding-left: 12px;
    z-index: 1;
    max-width: 126px
}

.stweb__ads .ads__prepago .prepago__box .box__badge {
    display: block;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 4px
}

.stweb__ads .ads__prepago .prepago__box .box__text {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 10px;
    text-decoration: none
}

.stweb__ads .ads__prepago .prepago__box .box__text:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.stweb__ads .ads__prepago>.prepago__picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0
}

.stweb__ads .ads__prepago>.prepago__picture img {
    position: relative;
    width: 100%;
    height: 100%;
    object-position: bottom right;
    object-fit: contain
}

.stweb__equipment {
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(11, 39, 57, .05);
    border-radius: 8px;
    padding: 24px 0
}

.stweb__equipment .equipment__picture .picture {
    width: 100%;
    max-width: 230px;
    margin-bottom: 16px
}

.stweb__equipment .equipment__content {
    padding: 0 15px
}

.stweb__equipment .equipment__content .badge {
    background: #e6f5fd;
    border-radius: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #0b2739;
    padding: 4px 8px;
    margin-bottom: 8px;
    display: inline-block;
    border: 0
}

.stweb__equipment .equipment__content .title {
    margin-bottom: 8px;
    min-height: 58px
}

.stweb__equipment .equipment__content .title .link {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #313235;
    text-decoration: none
}

.stweb__equipment .equipment__content .title .link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.stweb__equipment .equipment__content .content .text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #50535a;
    display: block
}

.stweb__equipment .equipment__content .content .price {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #313235
}

.stweb__equipment .equipment__content .content .price--dscto {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ff374a
}

.stweb__better-phones {
    padding: 40px 0 20px;
    background: #f6f6f6
}

.banner-planes-contenido__llamame__form,
.banner-portabilidad-test-contenido__form,
.mobile-break,
.stweb__better-phones .better-phones__content {
    display: none
}

.stweb__better-phones .better-phones__content .badge {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase
}

.stweb__better-phones .better-phones__content .title {
    font-style: normal;
    font-weight: 300;
    font-size: 38px;
    line-height: 46px;
    color: #0b2739;
    margin-bottom: 24px
}

.stweb__cell-brands {
    padding-top: 16px;
    margin-bottom: 20px;
    border-top: 1px solid #d3d4d3
}

.stweb__cell-brands .title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #313235;
    text-align: center
}

.stweb__cell-brands .brand {
    width: 100%;
    height: 60px;
    background: #fff;
    border: 1.07143px solid #f5f5f5;
    border-radius: 8.57143px
}

.stweb__cell-brands .brand .link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.stweb__cell-brands .brand .picture {
    display: block;
    max-width: 50px !important;
    width: 100%;
    margin: auto
}

.stweb__cell-brands .brand:hover {
    box-shadow: 0 7px 8px rgba(11, 39, 57, .02), 0 5px 22px rgba(11, 39, 57, .12);
    transition: .25s ease-in-out
}

.stweb__proceeds .title {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #313235;
    margin-bottom: 24px
}

.stweb__proceeds .list__proceed {
    align-items: center;
    justify-content: center
}

.stweb__proceeds .item__proceed {
    padding-top: 8px;
    padding-bottom: 8px
}

.stweb__proceeds .proceed {
    width: 100%;
    height: 70px;
    background: #fff;
    border: 1px solid #d3d4d3;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center
}

.stweb__proceeds .proceed .link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.stweb__proceeds .proceed .picture {
    max-width: 100%;
    width: auto
}

.stweb__proceeds .proceed:hover {
    box-shadow: inherit
}

.stweb__proceeds .app__movistar {
    width: 100%;
    max-width: 350px;
    position: relative
}

@media (max-width:1199px) {
    .stweb__proceeds .app__movistar {
        margin-top: 10px
    }
}

@media (max-width:768px) {
    .stweb__equipment {
        max-width: 230px
    }

    .stweb__banner-hero .banner-hero__pagination {
        padding-left: 15px;
        padding-right: 15px
    }

    .stweb__proceeds .list__proceed {
        margin-left: -8px;
        margin-right: -8px
    }

    .stweb__proceeds .item__proceed {
        padding-left: 8px;
        padding-right: 8px
    }

    .stweb__proceeds .app__movistar {
        margin-top: 14px
    }
}

.stweb__proceeds .app__movistar .icon {
    width: 35px;
    height: 35px;
    background: #019df4;
    text-align: center;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3px;
    left: 0
}

.stweb__proceeds .app__movistar .icon .svg--inline {
    font-size: 25px;
    fill: #fff
}

.stweb__proceeds .app__movistar .title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #313235;
    text-align: left;
    padding-left: 48px;
    margin-bottom: 8px
}

.stweb__proceeds .app__movistar .text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #313235;
    padding-left: 48px;
    margin-bottom: 16px
}

.stweb-help-section .title,
.stweb__blog-articles .blog-articles__head .title {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2;
    text-align: center
}

.stweb__proceeds .app__movistar .application {
    display: flex;
    padding-left: 0;
    margin: 0 -12.5px
}

.stweb__proceeds .app__movistar .application .link {
    padding: 0 12.5px;
    display: block
}

.stweb-help-section .title {
    color: #313235;
    margin-bottom: 24px
}

.stweb-help-section .help-box {
    position: relative;
    display: flex;
    width: 100%;
    background: #fff;
    border: 1px solid #d3d4d3;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 15px
}

.stweb-help-section .help-box .help-box__head {
    display: block;
    margin-right: 16px
}

.stweb-help-section .help-box .help-box__head img {
    max-width: 100%
}

.stweb-help-section .help-box .help-box__body {
    flex: 1
}

.stweb-help-section .help-box .help-box__body .box__title {
    color: #313235;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

.stweb-help-section .help-box .help-box__body .box__description {
    font-size: 14px;
    font-weight: 400;
    color: #86888c;
    margin-bottom: 0
}

.stweb-help-section .help-box .help-box__footer {
    display: flex;
    align-items: center;
    margin-left: 12px
}

.stweb-help-section .help-box .help-box__footer .box__link-arrow {
    font-size: 14px
}

.stweb-help-section .help-box .help-box__footer .box__link-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.stweb-help-section .help__link-more {
    display: block;
    text-align: center;
    margin-top: 10px
}

.stweb-help-section .help__link-more a {
    font-size: 16px;
    font-weight: 400;
    color: #019df4;
    text-decoration: underline
}

.stweb-help-section .help__link-more a:hover {
    text-decoration: none
}

.stweb-help-section .help__link-more a svg {
    font-size: 10px;
    margin-left: 7px
}

.stweb__blog-articles {
    padding: 32px 0 40px;
    background: #f6f6f6
}

.stweb__blog-articles .blog-articles__head {
    width: 100%;
    max-width: 226px;
    margin: auto auto 20px
}

.bhero__delivery-express-gratis__tyc,
.stweb__blog-articles .blog-articles__head .title,
[lt-accordion]>*>* {
    margin: 0
}

.stweb__blog-articles .blog-articles__footer {
    margin-top: 20px;
    text-align: center
}

.stweb__blog-articles .blog-articles__footer .link {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #019df4;
    text-decoration: underline
}

.stweb__blog-articles .blog-articles__footer .link:hover {
    text-decoration: none
}

.stweb__blog-articles .blog-articles__footer .icon {
    padding-left: 4px;
    width: 14px;
    height: 14px;
    fill: #019df4
}

.section--button-lucia {
    position: fixed;
    bottom: 0;
    right: 0;
    animation: .5s 0;
    z-index: 1928;
    width: 60px;
    height: 60px;
    margin: 0 40px 15px 15px
}

.purple-color .stweb-card__body .stweb-card__badge {
    background: #a13ea1 !important
}

.purple-color .stweb-card__text-3,
.purple-color .stweb-card__text-4,
.purple-color .subtext-2 {
    color: #86888c !important
}

.purple-color .stweb-card__text-1,
.purple-color .stweb-card__text-2 .subtext-1 {
    color: #0b2739 !important
}

.ads__rappi img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

@media (max-width:991.9px) {
    .stweb__ads .ads__rappi {
        padding-bottom: 18px;
        margin-bottom: 0
    }
}

.ads__mtotal__btn,
.ads__rappi--btn,
.stweb-btn__content-fibra .stweb-btn {
    width: fit-content
}

.ads__mtotal__btn,
.ads__rappi--btn,
.btn-color-pink {
    background-color: #e63780 !important;
    color: #fff
}

.ads__mtotal__btn:hover,
.ads__rappi--btn:hover,
.btn-color-pink:hover {
    background: #922859;
    color: #fff;
    text-decoration: none
}

.ads_btn-color-blue {
    background-color: #0b2739 !important;
    color: #fff
}

.ads_btn-color-blue:hover {
    background: #0b2739;
    color: #fff;
    text-decoration: none
}

.equipment__content .title {
    font-size: 24px;
    font-weight: 300
}

@media only screen and (max-width:600px) {
    .desktop-line {
        display: none
    }

    .mobile-break {
        display: block
    }
}

.content__btn-fibra {
    gap: 27px
}

.ads__rappi--btn.box-1__btn {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center
}

.ads__porta__btn {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.ads__porta {
    background: url('/documents/37905/19416101/regalale-a-mama-background.jpg') 0 0/cover no-repeat !important
}

.ads__hbo-max {
    background: url('/documents/37905/19416101/bg-prepago-tus-recargas.png/ab5eb1ac-67a1-d863-9b29-4123d294841c') 0 0/cover no-repeat !important;
    height: 160px !important
}

.ads__hbo-max img {
    margin-bottom: -10px
}

.stweb__ads .ads__porta {
    height: 160px
}

.ads__porta--img-telefono {
    height: 107px
}

.ads__porta--content {
    justify-content: space-evenly
}

.ads__prepago {
    background: url('/documents/37905/19416101/bg-ahorra.png/ca5fc211-83a0-6019-e727-152dd32b4792') 0 0/cover no-repeat !important;
    height: 160px !important
}

.ads__free-fire {
    height: 160px !important;
    flex-grow: 1
}

.h1-title {
    font-weight: 300;
    font-size: 40px;
    color: #0b2739
}

@media (max-width:512px) {

    .ads__prepago__btn,
    .ads__rappi--content-btn,
    .banner-descubre-fibra__terminos {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .ads__mtotal .content__ads__mtotal__btn {
        position: absolute;
        right: calc(50% - 234px);
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .ads__rappi--content-btn {
        bottom: 13px
    }

    .ads__rappi--btn.box-1__btn {
        height: 32px
    }

    .better-phones__equipment .swiper-button-next,
    .better-phones__equipment .swiper-button-prev {
        display: none !important
    }

    .ads__prepago {
        align-items: start !important;
        padding-top: 10px
    }

    .ads__prepago__btn {
        width: 133px;
        bottom: -4px
    }

    .banner-descubre-fibra__terminos {
        bottom: 30px
    }
}

@media (min-width:513px) and (max-width:991.9px) {

    .ads__mtotal .content__ads__mtotal__btn,
    .ads__prepago__btn,
    .ads__rappi--content-btn,
    .banner-descubre-fibra__terminos {
        position: absolute;
        transform: translate(-50%, -50%)
    }

    .ads__mtotal .content__ads__mtotal__btn {
        right: calc(50% - 257px);
        top: 50%
    }

    .ads__rappi--content-btn {
        left: 50%;
        bottom: 13px
    }

    .ads__rappi--btn.box-1__btn {
        height: 48px
    }

    .ads__prepago__btn {
        width: 133px;
        left: 66%;
        bottom: -4px
    }

    .banner-descubre-fibra__terminos {
        left: 51%;
        bottom: 30px
    }
}

.banner-descubre-fibra__terminos,
.banner-regala-mama__terminos {
    color: #fff !important;
    text-decoration: underline !important
}

.stweb__carousel-equipment .swiper-button-next:after,
.stweb__carousel-equipment .swiper-button-prev:after {
    font-weight: 700;
    font-family: swiper-icons;
    font-size: 17px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.stweb__carousel-equipment .swiper-button-next,
.stweb__carousel-equipment .swiper-button-prev {
    background: #019df4;
    width: 35px;
    height: 35px;
    right: 0;
    border-radius: 20px;
    box-shadow: 0 0 1px rgb(0 0 0 / 25%);
    display: flex
}

.stweb__carousel-equipment .swiper-button-next.s-button--next svg,
.stweb__carousel-equipment .swiper-button-prev.s-button--prev svg {
    width: 12px;
    height: 12px
}

.stefa-stweb__carousel-equipment .swiper-button-prev.s-button--prev.swiper-button-disabled,
.stweb__carousel-equipment .swiper-button-prev.s-button--prev.swiper-button-disabled {
    background: #019df4
}

.cybernov .parrillahogar__cybersticker {
    width: auto;
    height: auto;
    display: block !important;
    position: absolute;
    right: 5px;
    top: -3px;
    object-fit: cover;
    z-index: 3
}

.cybernov .swiper-slide {
    padding-top: 25px !important
}

.stweb__carousel-equipment .swiper-button-next>.icon path,
.stweb__carousel-equipment .swiper-button-prev>.icon path {
    stroke: #fff
}

.stweb__carousel-equipment .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: -3px
}

.stweb__carousel-equipment .swiper-button-next,
.stweb__carousel-equipment .swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.stefa-slided .swiper-button-disabled,
.stweb__carousel-equipment .swiper-button-next.swiper-button-disabled,
.stweb__carousel-equipment .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.stweb__carousel-equipment .swiper-button-prev:after,
.stweb__carousel-equipment .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.stweb__carousel-equipment .swiper-button-next:after,
.stweb__carousel-equipment .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

@media (max-width:575.98px) {

    .banner-descubre-fibra__text,
    .banner-regala-mama-iphone__celular,
    .banner-regala-mama-iphone__text {
        position: absolute;
        transform: translate(-50%, -50%)
    }

    .h1-title {
        font-size: 24px
    }

    .banner-descubre-fibra__text {
        left: 30%;
        bottom: -14%;
        width: 46%
    }

    .banner-regala-mama__celular,
    .banner-regala-mama__text {
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%)
    }

    .banner-regala-mama__text {
        top: 16%;
        width: 61%
    }

    .banner-regala-mama__celular {
        top: 53%;
        width: 38%
    }

    .banner-regala-mama-iphone__terminos,
    .banner-regala-mama__terminos {
        position: absolute;
        left: 50%;
        bottom: 30px;
        transform: translate(-50%, -50%)
    }

    .banner-regala-mama-iphone__text {
        left: 26%;
        top: 46%;
        width: 41%
    }

    .banner-regala-mama-iphone__celular {
        left: 72%;
        top: 47%;
        width: 48%
    }
}

@media (min-width:576px) and (max-width:767.98px) {

    .banner-descubre-fibra__text,
    .banner-regala-mama-iphone__celular,
    .banner-regala-mama-iphone__text {
        position: absolute;
        transform: translate(-50%, -50%)
    }

    .h1-title {
        font-size: 24px
    }

    .banner-descubre-fibra__text {
        left: 27%;
        bottom: -39px;
        width: 244px
    }

    .banner-regala-mama__celular,
    .banner-regala-mama__text {
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%)
    }

    .banner-regala-mama__text {
        top: 61px;
        width: 300px
    }

    .banner-regala-mama__celular {
        top: 193px;
        width: 211px
    }

    .banner-regala-mama-iphone__terminos,
    .banner-regala-mama__terminos {
        position: absolute;
        left: 50%;
        bottom: 30px;
        transform: translate(-50%, -50%)
    }

    .banner-regala-mama-iphone__text {
        left: 26%;
        top: 46%;
        width: 41%
    }

    .banner-regala-mama-iphone__celular {
        left: 72%;
        top: 47%;
        width: 48%
    }
}

@media (min-width:768px) and (max-width:991.98px) {

    .banner-descubre-fibra__text,
    .banner-regala-mama-iphone__celular,
    .banner-regala-mama-iphone__text,
    .banner-regala-mama__celular,
    .banner-regala-mama__text {
        position: absolute;
        transform: translate(-50%, -50%)
    }

    .h1-title {
        font-size: 24px
    }

    .banner-descubre-fibra__text {
        left: 27%;
        bottom: -29px;
        width: 238px
    }

    .banner-regala-mama__text {
        left: 26%;
        bottom: -26px;
        width: 300px
    }

    .banner-regala-mama__celular {
        left: 75%;
        bottom: -133px;
        width: 316px
    }

    .banner-regala-mama-iphone__terminos,
    .banner-regala-mama__terminos {
        position: absolute;
        left: 26%;
        bottom: 30px;
        transform: translate(-50%, -50%)
    }

    .banner-regala-mama-iphone__text {
        left: 26%;
        bottom: -26px;
        width: 289px
    }

    .banner-regala-mama-iphone__celular {
        left: 73%;
        bottom: -123px;
        width: 310px
    }
}

@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%)
    }

    .ads__mtotal .content__ads__mtotal__btn {
        right: calc(50% - 229px);
        top: 50%;
        font-size: 11px !important
    }

    .ads__rappi--content-btn {
        left: 50%;
        bottom: -11px
    }

    .ads__rappi--btn.box-1__btn {
        height: 48px
    }

    .ads__prepago__btn {
        width: 133px;
        left: 74%;
        bottom: -4px
    }

    .banner-descubre-fibra__terminos {
        left: 53%;
        bottom: 29px
    }

    .blog-articles__content .stweb-card {
        min-height: 238px
    }

    .banner-descubre-fibra__text {
        left: 27%;
        bottom: 198px;
        width: 218px
    }

    .banner-regala-mama__celular,
    .banner-regala-mama__text {
        bottom: 193px;
        width: 250px;
        position: absolute;
        transform: translate(-50%, -50%)
    }

    .banner-regala-mama__text {
        left: 27%
    }

    .banner-regala-mama__celular {
        left: 75%
    }

    .banner-regala-mama__terminos {
        left: 33%;
        bottom: 29px
    }

    .banner-regala-mama-iphone__text {
        left: 26%;
        bottom: 244px;
        width: 232px
    }

    .banner-regala-mama-iphone__celular {
        left: 73%;
        bottom: 244px;
        width: 242px
    }

    .banner-regala-mama-iphone__terminos {
        left: 33%;
        bottom: 75px
    }
}

@media (min-width:1200px) {

    .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__celular,
    .banner-regala-mama__terminos,
    .banner-regala-mama__text {
        position: absolute;
        transform: translate(-50%, -50%)
    }

    .stweb__ads .ads__rappi {
        height: 315px
    }

    .stweb__ads .ads__rappi .rappi__box-1 .box-1__title {
        font-size: 32px
    }

    .stweb__ads .ads__hbo-max .hbo-max__box .box__title,
    .stweb__ads .ads__rappi .rappi__box-1 .box-1__btn {
        font-size: 16px
    }

    .stweb__ads .ads__rappi .rappi__box-2 .box-2__text {
        font-size: 17px
    }

    .stweb__ads .ads__rappi .rappi__box-2 .box-2__text .text__shadow {
        font-size: 24px
    }

    .stweb__ads .ads__mtotal .mtotal__box-1 .box-1__title {
        font-size: 14px
    }

    .stweb__ads .ads__mtotal .mtotal__box-1 .box-1__title .text__big {
        font-size: 38px
    }

    .stweb__ads .ads__mtotal .mtotal__box-2 .box-2__list .item {
        font-size: 10px;
        margin: 0 5px
    }

    .stweb__ads .ads__porta .porta__box .box__info .box__text {
        font-size: 20px;
        margin-bottom: 8px
    }

    .stweb__ads .ads__prepago .prepago__box .box__text {
        font-size: 20px;
        margin-bottom: 25px
    }

    .ads__mtotal .content__ads__mtotal__btn {
        right: calc(50% - 268px);
        top: 50%
    }

    .ads__rappi--content-btn {
        left: 50%;
        bottom: -6px
    }

    .ads__rappi--btn.box-1__btn {
        height: 55px
    }

    .ads__prepago__btn {
        width: 133px;
        left: 71%;
        bottom: -4px
    }

    .banner-descubre-fibra__terminos {
        left: 53%;
        bottom: -11px
    }

    .blog-articles__content .stweb-card {
        min-height: 178px
    }

    .banner-descubre-fibra__text {
        left: 24%;
        bottom: 193px;
        width: 270px
    }

    .banner-regala-mama__text {
        left: 26%;
        bottom: 187px;
        width: 297px
    }

    .banner-regala-mama__celular {
        left: 75%;
        bottom: 193px;
        width: 319px
    }

    .banner-regala-mama__terminos {
        left: 31%;
        bottom: -11px
    }

    .banner-regala-mama-iphone__text {
        left: 26%;
        bottom: 187px;
        width: 286px
    }

    .banner-regala-mama-iphone__celular {
        left: 72%;
        bottom: 204px;
        width: 290px
    }

    .banner-regala-mama-iphone__terminos {
        left: 31%;
        bottom: 0
    }
}

.ads__rappi:hover,
.card-disney:hover,
.efect-hover-subir:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 11px 0 rgba(0, 0, 0, .1), 0 2px 4px 0 rgba(0, 0, 0, .1);
    transition: transform .2s, box-shadow .3s, background-color .3s
}

.list__proceed .proceed:hover {
    border: 1px solid #019df4
}

.ads__disney img,
.ads__mtv img {
    border-radius: 9px
}

.banner-regala-mama-iphone__terminos {
    text-decoration: underline !important
}

@media (min-width:580px) {
    .dev-banner-container {
        height: 400px
    }
}

.lt__subtabs,
.lt__tabs {
    display: flex
}

.ltpopup-close-img {
    fill: #fff
}

@media (min-width:600px) {
    .ltpopup-body {
        width: 546px;
        height: 490px
    }
}

@media (min-width:1280px) {
    .ltfaqs__section .ltfaqs__inner {
        max-width: 1024px
    }

    .ltfaqs__section .lt-accordion-title {
        margin-top: 12px
    }
}

.stefa-banner-hero__badge {
    font-family: Roboto
}

.stefa-banner-hero__titulo {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #313235;
    margin: 16px auto
}

.stefa-banner-hero picture img {
    border-radius: 16px
}

@media(min-width:1200px) {


    .banner-regala-mama-iphone__terminos {
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translate(48%, -200%)
    }
}

.stefa-banner-hero .col-12.order-3 {
    z-index: -1
}

@media(min-width:992px) {
    .stefa-banner-hero .banner-fibra-tv .col-lg-7 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .stefa-banner-hero .banner-fibra-tv .col-lg-5 {
        flex: 0 0 40%;
        max-width: 40%;
        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__titulo {
        margin: 16px 0;
        max-width: 456px
    }



}

.stweb__banner-hero .banner-hero--progress .swiper-pagination-bullet--svg-animation {
    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-planes-contenido__llamame__form.show,
.banner-portabilidad-test-contenido__form.show {
    display: block;
    min-height: 120px
}

.bhero__dos-recibos-gratis__modal--uno.toggle-container,
.bhero__uno-recibos-gratis__modal--uno.toggle-container {
    transition: height .12s ease-in-out
}

.portlet-decorate .portlet-content {
    padding: 0;
    border: 0;
    background: 0 0
}

.portlet-journal-content .portlet .portlet-header {
    position: absolute;
    z-index: 2
}

.BHero__carousel__superior .swiper-button-next svg,
.BHero__carousel__superior .swiper-button-prev svg {
    width: 14px;
    height: 14px;
    fill: #019df4
}

.lt__subtab-item.lt__subtab-item--active,
.lt__tab-item.lt__tab-item--active {
    border-bottom: 1px solid #019df4
}

.hunter-whatsapp,
.stweb__hunter-whatsapp {
    position: fixed;
    z-index: 22;
    right: -72px;
    display: flex;
    cursor: pointer
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #5cb615
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(1, 155, 242, 0)
    }

    to {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 155, 242, 0)
    }
}

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #5cb615;
        box-shadow: 0 0 0 0 #5cb615
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(1, 155, 242, 0);
        box-shadow: 0 0 0 10px rgba(1, 155, 242, 0)
    }

    to {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 155, 242, 0);
        box-shadow: 0 0 0 0 rgba(1, 155, 242, 0)
    }
}

.stweb__hunter-whatsapp {
    bottom: 120px;
    align-items: center
}

.hunter-whatsapp {
    bottom: 100px;
    align-items: center
}

.hunter-whatsapp_left-info2 {
    font-size: 12px;
    line-height: 15px;
    margin: 0 auto;
    text-align: center
}

.stweb__hunter-whatsapp .hunter-whatsapp_left2 {
    background: #3c7521;
    color: #fff;
    width: 157px;
    height: 43px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.stweb__hunter-whatsapp .hunter-whatsapp_left2 span {
    font-size: 14px
}

.hunter-whatsapp_left-info-bold2 {
    display: block;
    font-size: 20px;
    padding-bottom: 2px
}

.stweb__hunter-whatsapp .hunter-whatsapp_right {
    position: relative;
    left: -210px;
    background-color: #5cb615;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    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
}

.pulse2 {
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .4);
    -webkit-animation: 1.5s infinite pulse2;
    animation: 1.5s infinite pulse2
}

.hunter-whatsapp_close {
    color: #fff;
    position: relative;
    top: -10px;
    left: -14px;
    font-size: 20px;
    font-weight: 500;
    z-index: 30
}

.stweb_hidden .hunter-whatsapp_right.pulse2 {
    left: -110px
}

@media (max-width:767px) {
    .stweb_hidden .hunter-whatsapp_right.pulse2 {
        left: -90px
    }
}

.banner-hero-front {
    overflow: hidden;
    position: relative
}

.dev-banner-container {
    height: 400px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%
}

.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
}

.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 {
    transform: rotate(180deg);
    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;
    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
}

.bhero__dos-recibos-gratis__modal--cerrar svg,
.bhero__uno-recibos-gratis__modal--cerrar svg,
.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
}

.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,
.stweb-btn--cian {
    background: #019df4;
    color: #fff
}

.ltfaqs__section .accordion_link_active .lt-accordion-titlelabel,
.stefa-carrusel-movil .lt__tab-item.lt__tab-item--active h3 {
    font-weight: 700
}

@media (min-width:768px) {
    .stweb__modal.--shortcut .modal__content .close__button {
        right: 25px;
        top: 26px
    }

    .stweb-help-section,
    .stweb__ads,
    .stweb__blog-articles,
    .stweb__proceeds {
        padding: 40px 0 60px
    }

    .stweb__cell-brands .brand {
        width: 60px
    }

    .stweb__proceeds .proceed {
        max-width: 160px;
        height: 160px
    }

    .stweb__proceeds .app__movistar .application {
        padding-left: 48px
    }

    .stweb__blog-articles .blog-articles__head {
        margin-bottom: 50px;
        max-width: inherit
    }

    .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,
.stefa-banner-aniversario-encabezado-club__celebramos b,
.stefa-modal-aniversario-diario-contenido__celebramos b,
.stefa-modal-aniversario-encabezado__celebremos b {
    color: #019df4
}

#banner_2_pri_recibos_hunter_idOtro,
.BHero__carousel__superior .swiper-button-next::after,
.BHero__carousel__superior .swiper-button-prev::after,
.Beneficios-layout__modulo .swiper-pagination,
.Equipos-carousel__planpost2023 .swiper-button-next::after,
.Equipos-carousel__planpost2023 .swiper-button-prev::after,
.HUNTERescaparceluSamgung.test-samsung-none,
.Paso-a-paso-carousel__planpost2023 .swiper-button-next::after,
.Paso-a-paso-carousel__planpost2023 .swiper-button-prev::after,
.carousel__p-planes--gauno .swiper-button-next::after,
.carousel__p-planes--gauno .swiper-button-prev::after,
.ltfaqs__section .ltfaqs__morebtn .ltfaqs__viewmore.minus,
.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.more,
.stefa-bhero__InterIlimitado__ingresa,
.stefa-carrusel-movil .swiper-button-next,
.stefa-carrusel-movil .swiper-button-prev,
.stefa-cintillo-appMovistar-contenido-contenedor__qr,
.stickerPromoCeluMobile,
.stickerPromoCeluMobile__botonpopup.active,
[data-analytics-asset-id="19427436"],
[lt-toggle] .minus,
[lt-toggle].link__toggleactive .more {
    display: none
}

.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.minus {
    display: block
}

[lt-toggle].link__toggleactive .minus {
    display: inline
}

.BHero__carousel__superior {
    overflow: hidden;
    position: relative;
    background-color: #fff
}

.BHero__carousel__superior .swiper-button-next,
.BHero__carousel__superior .swiper-button-prev {
    background-color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .32);
    display: none
}

.BHero__carousel__superior .swiper-pagination,
.Equipos-carousel__planpost2023 .swiper-pagination {
    padding: 8px 0
}

.BHero__carousel__superior .swiper-pagination-bullet,
.Equipos-carousel__planpost2023 .swiper-pagination-bullet {
    background-color: #d3d4d3;
    width: 10px;
    height: 10px;
    opacity: 1
}

.BHero__carousel__superior .swiper-pagination-bullet-active,
.Equipos-carousel__planpost2023 .swiper-pagination-bullet-active {
    background-color: #019df4
}

.BHero__carousel__superior .swiper-container {
    padding-bottom: 46px
}

.bhero__ahorra-ilimitado,
.bhero__delivery-express-gratis,
.bhero__dos-recibos-gratis,
.bhero__plan-familia-adicionales,
.stefa-bhero__InterIlimitado {
    position: relative;
    overflow: hidden
}

.bhero__ahorra-ilimitado__bkgpic,
.bhero__delivery-express-gratis__bkgpic,
.bhero__dos-recibos-gratis__bkgpic,
.bhero__plan-familia-adicionales__bkgpic,
.stefa-bhero__InterIlimitado__bkgpic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1
}

.bhero__plan-familia-adicionales__bkgimg {
    position: relative;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top left
}

.bhero__ahorra-ilimitado__modulo,
.bhero__delivery-express-gratis__modulo,
.bhero__dos-recibos-gratis__modulo,
.bhero__plan-familia-adicionales__modulo {
    width: 100%;
    height: 400px;
    background-color: rgba(1, 157, 244, 0);
    color: #fff
}

.bhero__plan-familia-adicionales__box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    height: 400px;
    overflow: hidden
}

.bhero__plan-familia-adicionales__wrapper {
    width: 100%;
    display: flex;
    justify-content: center
}

.bhero__plan-familia-adicionales__ttl {
    font-size: 33px;
    font-weight: 700;
    line-height: 34px;
    max-width: 288px;
    margin-bottom: 36px;
    padding: 0 10px;
    margin-top: 0
}

.bhero__plan-familia-adicionales__ttl b {
    text-shadow: 1px 1px 1px #019df4, -1px 1px 1px #019df4, -1px -1px 1px #019df4, 1px -1px 1px #019df4, 2px 2px 1px #0b2739, -2px 2px 1px #0b2739, -2px 2px 1px #0b2739, 2px -2px 1px #0b2739
}

.bhero__plan-familia-adicionales__contenedor {
    background-color: #fff;
    padding: 14px 2px 12px;
    font-size: 12px;
    color: #019df4;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 168px;
    border-radius: 6px;
    gap: 6px;
    text-transform: uppercase
}

.bhero__plan-familia-adicionales__oferta {
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    font-size: 9px;
    line-height: 9px
}

.bhero__plan-familia-adicionales__oferta>span:first-child {
    text-align: right;
    width: 26%
}

.bhero__plan-familia-adicionales__oferta>span:nth-child(2) {
    text-align: center;
    width: 40%
}

.bhero__plan-familia-adicionales__oferta>span:nth-child(3) {
    text-align: left;
    width: 32%
}

.carousel__p-planes--gauno .swiper-button-next svg,
.carousel__p-planes--gauno .swiper-button-prev svg {
    width: 14px;
    height: 14px;
    fill: #fff;
    fill: #fff
}

.bhero__plan-familia-adicionales__oferta>span .moneda {
    font-size: 23px;
    line-height: 28px;
    display: block
}

.bhero__plan-familia-adicionales__oferta>span .soles {
    font-size: 44px;
    line-height: 32px;
    display: block
}

.bhero__plan-familia-adicionales__oferta>span .centimos {
    font-size: 23px;
    line-height: 16px;
    display: block;
    margin-bottom: 2px
}

.bhero__plan-familia-adicionales__bajada {
    margin-bottom: 0;
    margin-top: -3px;
    font-size: 9px;
    line-height: 100%;
    font-weight: 700;
    text-transform: initial
}

.bhero__plan-familia-adicionales__wrap {
    width: 100%;
    max-width: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}

.bhero__plan-familia-adicionales__slogan {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0
}

.bhero__dos-recibos-gratis__btn,
.bhero__plan-familia-adicionales__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    gap: 8px;
    padding: 6px 24px;
    border-radius: 24px;
    font-size: 14px;
    line-height: 20px;
    background-color: #0b2739;
    color: #fff
}

.bhero__plan-familia-adicionales__btn:hover {
    background-color: #3c5261;
    color: #fff;
    text-decoration: none
}

.bhero__plan-familia-adicionales__tyc {
    margin-bottom: 0;
    font-size: 10px;
    line-height: normal
}

.bhero__plan-familia-adicionales__tyc a {
    color: #fff;
    text-decoration: underline
}

.bhero__dos-recibos-gratis__modal--uno,
.bhero__uno-recibos-gratis__modal--uno {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-grow: 1
}

.bhero__dos-recibos-gratis__modal--uno.toggle-container.toggleactive,
.bhero__uno-recibos-gratis__modal--uno.toggle-container.toggleactive {
    display: flex
}

.bhero__dos-recibos-gratis__modal--uno__bkg-pic,
.bhero__uno-recibos-gratis__modal--uno__bkg-pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 0;
    opacity: .9
}

.bhero__dos-recibos-gratis__modal--uno__bkg-img,
.bhero__uno-recibos-gratis__modal--uno__bkg-img {
    position: relative;
    width: 100%;
    height: 400px;
    z-index: 1;
    object-fit: cover;
    object-position: top center
}

.bhero__dos-recibos-gratis__modal--box,
.bhero__uno-recibos-gratis__modal--box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(11, 39, 57, .4);
    backdrop-filter: blur(12px);
    z-index: 1;
    flex-grow: 1
}

.bhero__dos-recibos-gratis__modal--cerrar,
.bhero__uno-recibos-gratis__modal--cerrar {
    position: absolute;
    top: 0;
    right: 0;
    padding: 18px;
    cursor: pointer
}

@media (min-width:800px) {

    .BHero__carousel__superior .swiper-button-next,
    .BHero__carousel__superior .swiper-button-prev {
        display: flex
    }

    .bhero__plan-familia-adicionales__box {
        max-width: 316px
    }

    .bhero__plan-familia-adicionales__ttl {
        font-size: 37px;
        line-height: 37px;
        max-width: 326px;
        margin-bottom: 16px
    }

    .bhero__plan-familia-adicionales__contenedor {
        width: 200px;
        padding: 24px 2px 22px
    }

    .bhero__plan-familia-adicionales__oferta {
        font-size: 12px;
        line-height: 12px
    }

    .bhero__plan-familia-adicionales__oferta>span .moneda {
        font-size: 32px;
        line-height: 32px
    }

    .bhero__plan-familia-adicionales__oferta>span .soles {
        font-size: 60px;
        line-height: 38px
    }

    .bhero__plan-familia-adicionales__oferta>span .centimos {
        font-size: 28px;
        line-height: 18px
    }

    .bhero__plan-familia-adicionales__slogan {
        font-size: 16px;
        line-height: 20px
    }

    .bhero__plan-familia-adicionales__wrap {
        max-width: 200px;
        margin: 0 auto
    }

    .bhero__plan-familia-adicionales__tyc {
        font-size: 14px;
        line-height: 18px
    }

    .bhero__plan-familia-adicionales__btn {
        gap: 8px;
        padding: 8px 32px;
        border-radius: 32px;
        font-size: 16px;
        line-height: 24px;
        margin-top: 4px
    }

    .bhero__plan-familia-adicionales__bajada {
        font-size: 12px;
        line-height: 100%
    }

    .bhero__plan-familia-adicionales__bkgimg {
        object-fit: cover;
        object-position: top center
    }

    .bhero__uno-recibos-gratis__wrap {
        display: flex;
        flex-direction: row
    }

    .bhero__uno-recibos-gratis__wrap2 {
        gap: 18px
    }

    .bhero__uno-recibos-gratis__btn {
        gap: 8px;
        padding: 8px 32px;
        border-radius: 32px;
        font-size: 16px;
        line-height: 24px
    }

    .bhero__uno-recibos-gratis__tyc {
        font-size: 14px;
        font-weight: 700
    }
}

.bhero_modarl_form::before {
    content: "Ingresa tus datos y te llamaremos";
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 16px;
    margin-bottom: 10px
}

.bhero_modarl_form {
    margin: 0 16px
}

.banner-regala-mama-iphone__terminos,
.bhero_modarl_form .atm-c2c-frm-label.atm-c2c-frm-label-small a,
.bhero_modarl_form .atm-c2c-frm-label.atm-c2c-frm-label-small span {
    color: #fff !important
}

@media (min-width:1280px) {
    .ltfaqs__section .ltfaqs__inner {
        max-width: 1024px
    }

    .ltfaqs__section .lt-accordion-title {
        margin-top: 12px
    }

    .bhero__plan-familia-adicionales__box {
        max-width: 375px;
        margin-left: 18%
    }

    .bhero__plan-familia-adicionales__ttl {
        font-size: 44px;
        line-height: 44px;
        max-width: 375px
    }

    .bhero_modarl_form::before {
        font-size: 20px
    }
}

.bhero__delivery-express-gratis__delivery,
.bhero__delivery-express-gratis__gratis {
    font-style: italic;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
    text-transform: uppercase
}

.bhero__ahorra-ilimitado__bkgimg,
.bhero__delivery-express-gratis__bkgimg,
.bhero__dos-recibos-gratis__bkgimg,
.stefa-bhero__InterIlimitado__bkgimg {
    position: relative;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top center
}

.bhero__delivery-express-gratis__box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
    position: relative
}

.bhero__delivery-express-gratis__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 292px;
    overflow: hidden
}

.bhero__delivery-express-gratis__delivery {
    font-size: 24px;
    line-height: 24px
}

.bhero__delivery-express-gratis__gratis {
    font-size: 50px;
    line-height: 52px
}

.bhero__delivery-express-gratis__tres-horas--pic {
    margin-top: 10px
}

.Beneficios-layout__planpost2023 .Beneficios-layout__card__imagen__img,
.Equipos-carousel__planpost2023 .Equipos-carousel__slide__wrapper__img,
.HUNTERescaparceluSamgung__imagen,
.HUNTERescaparceluSamgung__imgClose,
.MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__imagen__img,
.MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__qr__img,
.banner_2_pri_recibos_imagen_texto,
.bhero__ahorra-ilimitado__img,
.bhero__ahorra-ilimitado__sticker-img,
.bhero__delivery-express-gratis__tres-horas--img,
.bhero__dos-recibos-gratis__contenedor--img,
.p-plan__slide__cantidad--img,
.stefa-banner-aniversario__img,
.stefa-banner-chip-container-plan_img,
.stefa-carrusel-movil__item--img,
.stefa-cintillo-appMovistar__img,
.stefa-hunter-club-movistar__imagen,
.stefa-hunter-ilimitado__img,
.stickerPromoCeluMobile__imgClose,
.stickerPromoCelu__imgClose {
    width: auto;
    height: auto
}

.bhero__delivery-express-gratis__carrito--img {
    width: auto;
    height: auto;
    position: absolute;
    top: 68px;
    right: -24px
}

.bhero__delivery-express-gratis__body {
    position: relative;
    width: 292px
}

.bhero__delivery-express-gratis__form {
    width: 292px;
    padding-top: 10px
}

.bhero__delivery-express-gratis__comprar-online {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    gap: 8px;
    padding: 10px 32px;
    border-radius: 24px;
    font-size: 14px;
    line-height: 20px;
    background-color: #0b2739;
    color: #fff;
    position: absolute;
    z-index: 100
}

.bhero__delivery-express-gratis__comprar-online:hover,
.bhero__dos-recibos-gratis__btn:hover {
    background-color: #3c5261;
    color: #fff;
    text-decoration: none
}

.bhero__delivery-express-gratis__ver-tyc {
    color: #fff;
    text-align: center;
    font-family: Telefonica;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline
}

.banner_2_pri_recibos_enlaceBtn:hover,
.bhero__delivery-express-gratis__form .atm-c2c-from-hv-embebido>form>div.hv_glosa_whatsapp_link a,
.bhero__delivery-express-gratis__form .atm-c2c-from-hv-embebido>form>div.hv_proteccion_datos_link a,
.bhero__delivery-express-gratis__ver-tyc:hover {
    color: #fff
}

.bhero__delivery-express-gratis__form .atm-c2c-from-hv-embebido>form .atm-c2c-frm-button {
    width: 124px !important;
    padding: 8px !important
}

.bhero__dos-recibos-gratis__box {
    margin: 0;
    width: 100%;
    flex-grow: 1;
    height: 400px;
    position: relative
}

.bhero__dos-recibos-gratis__wrap {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 400px
}

.bhero__dos-recibos-gratis__wrap2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.bhero__dos-recibos-gratis__ttl--img {
    width: auto;
    height: auto;
    margin-bottom: 4px
}

.bhero__dos-recibos-gratis__tyc {
    font-size: 9px;
    line-height: normal
}

.bhero__dos-recibos-gratis__tyc a {
    color: #fff;
    text-decoration: underline
}

.bhero__ahorra-ilimitado__box {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-items: flex-end;
    justify-content: center;
    gap: 12px;
    padding: 0 16px
}

.bhero__ahorra-ilimitado__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.bhero__ahorra-ilimitado__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.bhero__ahorra-ilimitado__ilimitado {
    color: #019df4;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    margin: 0
}

.bhero__ahorra-ilimitado__linea {
    color: #0b2739;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin: 0
}

.bhero__ahorra-ilimitado__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 192px
}

.bhero__ahorra-ilimitado__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    gap: 8px;
    padding: 6px 24px;
    border-radius: 24px;
    font-size: 14px;
    line-height: 20px;
    background-color: #e63780;
    color: #fff
}

.bhero__ahorra-ilimitado__btn:hover {
    background-color: #922859;
    color: #fff;
    text-decoration: none !important
}

.bhero__ahorra-ilimitado__fondo-img {
    width: auto;
    height: auto;
    position: absolute;
    bottom: -2px;
    left: -36px
}

.bhero__ahorra-ilimitado__sticker2-img {
    width: 82px;
    height: 42px
}

@media (min-width:800px) {
    .bhero__delivery-express-gratis__box {
        align-items: flex-start;
        padding: 40px;
        max-width: 800px;
        margin: 0 auto
    }

    .bhero__delivery-express-gratis__form,
    .bhero__delivery-express-gratis__header {
        min-width: 370px
    }

    .bhero__delivery-express-gratis__delivery {
        font-size: 32px;
        line-height: 28px
    }

    .bhero__delivery-express-gratis__gratis {
        position: absolute;
        top: 56px;
        right: 50px;
        font-size: 77px;
        line-height: 89px
    }

    .bhero__delivery-express-gratis__tres-horas--img {
        position: absolute;
        top: 150px;
        right: 50px
    }

    .bhero__delivery-express-gratis__carrito--img {
        top: 162px;
        right: -178px
    }

    .bhero__delivery-express-gratis__body {
        margin-bottom: 16px;
        margin-top: 8px;
        min-width: 370px
    }

    .bhero__ahorra-ilimitado__btn,
    .bhero__delivery-express-gratis__comprar-online,
    .bhero__dos-recibos-gratis__btn {
        gap: 8px;
        padding: 8px 32px;
        border-radius: 32px;
        font-size: 16px;
        line-height: 24px
    }

    .bhero__delivery-express-gratis__form .atm-c2c-from-hv-embebido>form .atm-c2c-frm-button {
        width: 178px !important;
        padding: 8px !important
    }

    .bhero__dos-recibos-gratis__wrap {
        display: flex;
        flex-direction: row
    }

    .bhero__dos-recibos-gratis__wrap2 {
        gap: 18px
    }

    .bhero__dos-recibos-gratis__tyc {
        font-size: 14px;
        font-weight: 700
    }

    .bhero__ahorra-ilimitado__box {
        align-items: flex-start;
        justify-content: center;
        gap: 0;
        width: 100%;
        max-width: 1132px;
        margin: 0 auto
    }

    .bhero__ahorra-ilimitado__header {
        max-width: 320px
    }

    .bhero__ahorra-ilimitado__ilimitado {
        font-size: 24px;
        line-height: 30px
    }

    .bhero__ahorra-ilimitado__linea {
        font-size: 24px;
        line-height: 34px
    }

    .bhero__ahorra-ilimitado__footer {
        width: 100%;
        max-width: 320px
    }

    .bhero__ahorra-ilimitado__fondo-img {
        left: 50%;
        transform: translateX(-20%);
        z-index: -1
    }

    .bhero__ahorra-ilimitado__sticker-img {
        position: absolute;
        right: 32px;
        top: 82px
    }

    .bhero__ahorra-ilimitado__sticker2-img {
        position: absolute;
        right: 72px;
        top: 212px;
        width: 150px;
        height: 76px
    }
}

@media (min-width:1279px) {
    .bhero__ahorra-ilimitado__box {
        padding: 0
    }

    .bhero__ahorra-ilimitado__footer,
    .bhero__ahorra-ilimitado__header {
        max-width: 390px
    }

    .bhero__ahorra-ilimitado__ilimitado {
        font-size: 32px;
        line-height: 40px
    }

    .bhero__ahorra-ilimitado__linea {
        font-size: 32px;
        line-height: 34px
    }

    .bhero__ahorra-ilimitado__btn {
        gap: 16px;
        padding: 16px 64px;
        border-radius: 64px;
        font-size: 18px;
        line-height: 24px
    }

    .bhero__ahorra-ilimitado__fondo-img {
        right: -20%
    }

    .bhero__ahorra-ilimitado__sticker-img {
        right: 0;
        top: 82px
    }

    .bhero__ahorra-ilimitado__sticker2-img {
        right: 110px;
        top: 264px;
        width: 200px;
        height: 102px
    }
}

@media (min-width:1366px) {
    .bhero__plan-familia-adicionales__box {
        max-width: 375px;
        margin-left: 24%
    }

    .bhero__ahorra-ilimitado__fondo-img {
        right: 2%
    }
}

.parr-planes-postpago__seccion {
    width: 100%;
    padding: 48px 16px 0;
    text-align: center
}

.Beneficios-layout__planpost2023--gris,
.Equipos-carousel__planpost2023--gris,
.MiMovistar__Layout__planpost2023--gris,
.parr-planes-postpago__seccion--blanco {
    background-color: #f6f6f6
}

.parr-planes-postpago__modulo {
    max-width: 698px;
    margin: 0 auto
}

.parr-planes-postpago__modulo .parr-planes-postpago__ttl {
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    color: #0b2739;
    margin-bottom: 10px
}

.parr-planes-postpago__modulo .parr-planes-postpago__bajada {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.parr-planes-postpago__tabs {
    padding-top: 2px
}

.parr-planes-postpago__tabbar {
    margin: 0 auto;
    height: 44px;
    border-radius: 10px;
    padding: 4px;
    display: inline-flex;
    gap: 8px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3.928px 1.802px 0 rgba(56, 100, 166, .12)
}

.parr-planes-postpago__tab {
    display: flex;
    padding: 9px 8px;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    color: #0b2739;
    border-radius: 8px;
    border: 0;
    font-size: 14px;
    line-height: 16px
}

.parr-planes-postpago__tab.lt__tab-item--active {
    background-color: #0b2739;
    color: #fff;
    border: 0
}

.parr-planes-postpago__tabcontent {
    padding-top: 22px
}

.parr-planes-postpago__tabcontent .lt__subparent,
.parr-planes-postpago__tabcontent .lt__subtab-item {
    padding: 0
}

.parr-planes-postpago__txt--xtra {
    color: #019df4;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 32px
}

.parr-planes-postpago__txt--xtra svg {
    background-color: #019df4;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    fill: #fff;
    padding: 4px;
    margin: 0 12px -5px
}

.parr-planes-postpago__txt--xtra--menos svg {
    fill: #019df4;
    background-color: #fff;
    border: 1px solid #019df4
}

.carousel__p-planes--gauno .swiper-button-next,
.carousel__p-planes--gauno .swiper-button-prev {
    background-color: #019df4;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .32);
    position: absolute;
    left: initial;
    display: none !important;
    right: 0
}

.carousel__p-planes--gauno {
    width: 100%;
    max-width: 1224px;
    margin: 0 auto;
    position: relative
}

.carousel__p-planes--gauno .swiper-container {
    margin: 0;
    overflow: hidden;
    padding: 0 4px
}

.carousel__p-planes--gauno .swiper-button-prev {
    top: 254px
}

.carousel__p-planes--gauno .swiper-button-next {
    top: 298px
}

.Equipos-carousel__planpost2023 .swiper-button-disabled svg,
.carousel__p-planes--gauno .p-plan__slide__ilimitado svg,
.carousel__p-planes--gauno .swiper-button-disabled svg {
    fill: #019df4
}

.Equipos-carousel__planpost2023 .swiper-button-disabled,
.carousel__p-planes--gauno .swiper-button-disabled {
    background-color: #fff;
    opacity: 1
}

.carousel__p-planes--gauno .swiper-pagination {
    padding: 24px 0;
    top: initial;
    bottom: -44px
}

.carousel__p-planes--gauno .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1
}

.carousel__p-planes--gauno .p-plan__slide {
    text-align: center;
    padding: 16px 10px 20px
}

.carousel__p-planes--gauno .p-plan__slide__shadow {
    border-radius: 16px;
    border: 2px solid #ddd;
    position: relative
}

.carousel__p-planes--gauno .p-plan__slide__head {
    background-color: #0b2739;
    color: #fff;
    padding: 18px 12px 16px;
    border-radius: 8px 8px 0 0;
    position: relative
}

.carousel__p-planes--gauno .p-plan__slide__body p,
.carousel__p-planes--gauno .p-plan__slide__caracteristicas--txt:last-child,
.carousel__p-planes--gauno .p-plan__slide__head p {
    margin-bottom: 0
}

.carousel__p-planes--gauno .p-plan__slide__ttl {
    margin: 0 !important;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff
}

.carousel__p-planes--gauno .p-plan__slide__recomendado {
    font-size: 10px;
    line-height: 16px;
    background: #a13ea1;
    border-radius: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 0 12px;
    margin-bottom: 0;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    gap: 6px
}

.carousel__p-planes--gauno .p-plan__slide__recomendado svg {
    margin-top: 0;
    transform: translateY(2px)
}

.carousel__p-planes--gauno .p-plan__slide__ilimitado {
    padding: 4px
}

.carousel__p-planes--gauno .p-plan__slide__precio {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 16px
}

.carousel__p-planes--gauno .p-plan__slide__precio--regular {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px !important;
    margin-top: 4px;
    font-weight: 300
}

.carousel__p-planes--gauno .p-plan__slide__precio--tachado {
    text-decoration: line-through
}

.carousel__p-planes--gauno .p-plan__slide__precio .p-plan__slide__cantidad {
    font-size: 18px;
    font-weight: 400
}

.carousel__p-planes--gauno .p-plan__slide__precio .p-plan__slide__soles {
    font-size: 32px;
    line-height: 40px
}

.carousel__p-planes--gauno .p-plan__slide__body {
    background-color: #fff;
    color: #50535a;
    border-radius: 0 0 16px 16px;
    padding: 16px 12px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px
}

.carousel__p-planes--gauno .p-plan__slide__body hr {
    border-top: 1px solid #f5f5f5;
    width: 100%;
    margin: 0
}

.Equipos-carousel__planpost2023 .swiper-button-next svg,
.Equipos-carousel__planpost2023 .swiper-button-prev svg {
    width: 14px;
    height: 14px;
    fill: #fff
}

.carousel__p-planes--gauno .p-plan__slide__gigas {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 700;
    font-family: Roboto
}

.carousel__p-planes--gauno .p-plan__slide__gigas .p-plan__slide__cantidad {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    display: block
}

.carousel__p-planes--gauno .p-plan__slide__apps__ttl {
    font-size: 14px;
    line-height: 24px
}

.carousel__p-planes--gauno .p-plan__slide__apps__icons {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between
}

.carousel__p-planes--gauno .p-plan__slide__apps__icon {
    width: 20px;
    height: 20px;
    position: relative;
    background-size: cover
}

.carousel__p-planes--gauno .p-plan__slide__apps__icon.ico-whatsapp {
    background-image: url(https://www.movistar.com.pe/documents/37905/18467820/SVG_FEB_ico-whatsapp--color.svg)
}

.carousel__p-planes--gauno .p-plan__slide__apps__icon.ico-facebook {
    background-image: url(https://www.movistar.com.pe/documents/37905/18467820/SVG_FEB_ico-facebook--color.svg)
}

.carousel__p-planes--gauno .p-plan__slide__apps__icon.ico-messenger {
    background-image: url(https://www.movistar.com.pe/documents/37905/18467820/SVG_FEB_ico-messenger--color.svg)
}

.carousel__p-planes--gauno .p-plan__slide__apps__icon.ico-instagram {
    background-image: url(https://www.movistar.com.pe/documents/37905/18467820/SVG_FEB_ico-instagram--color.svg)
}

.carousel__p-planes--gauno .p-plan__slide__apps__icon.ico-waze {
    background-image: url(https://www.movistar.com.pe/documents/37905/18467820/SVG_FEB_ico-waze--color.svg)
}

.carousel__p-planes--gauno .p-plan__slide__apps__icon.ico-spotify {
    background-image: url(https://www.movistar.com.pe/documents/37905/18467820/SVG_FEB_ico-spotify--color.svg)
}

.carousel__p-planes--gauno .p-plan__slide__apps__icon--fotos {
    margin-bottom: 10px
}

.carousel__p-planes--gauno .p-plan__slide__apps__icon--fotos::after {
    content: "fotos";
    position: absolute;
    bottom: -14px;
    right: 0;
    font-size: 9px;
    line-height: 14px
}

.carousel__p-planes--gauno .p-plan__slide__contenedor {
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    width: 100%;
    margin: 0 auto;
    border-radius: 8px
}

.carousel__p-planes--gauno .p-plan__slide__contenedor--datos {
    color: #0b2739;
    max-width: 180px
}

.carousel__p-planes--gauno .p-plan__slide__contenedor--datos .p-plan__slide__gigas {
    font-size: 18px;
    line-height: 23px;
    padding: 2px 4px 2px 0
}

.carousel__p-planes--gauno .p-plan__slide__contenedor--datos .p-plan__slide__gigas svg {
    margin-bottom: -3px
}

.carousel__p-planes--gauno .p-plan__slide__contenedor--datos .p-plan__slide__bono {
    font-size: 16px;
    line-height: 14px;
    padding: 2px 4px;
    border-left: 1px solid #b6b7b7
}

.carousel__p-planes--gauno .p-plan__slide__contenedor--datos .p-plan__slide__meses {
    font-size: 12px;
    display: block
}

.carousel__p-planes--gauno .p-plan__slide__caracteristicas {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    margin: 0
}

.carousel__p-planes--gauno .p-plan__slide__caracteristicas--ttl {
    color: #50535a;
    margin-bottom: 2px;
    padding-left: 24px;
    position: relative
}

.carousel__p-planes--gauno .p-plan__slide__caracteristicas--ttl::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.carousel__p-planes--gauno .p-plan__slide__caracteristicas--ttl--li,
.stefa-slided .swiper-wrapper {
    margin-bottom: 16px
}

.carousel__p-planes--gauno .p-plan__slide__caracteristicas--ttl.ico-adicional::before {
    background: url(https://www.movistar.com.pe/documents/37905/18467820/SVG_FEB_ico-lineas-adicionales.svg) 0 0/18px 18px
}

.carousel__p-planes--gauno .p-plan__slide__caracteristicas--ttl.ico-recibo::before {
    background: url(https://www.movistar.com.pe/documents/37905/18467820/SVG_FEB_ico-recibo.svg) 0 0/18px 18px
}

.carousel__p-planes--gauno .p-plan__slide__caracteristicas--ttl.ico-internet-llamadas::before {
    background: url(https://www.movistar.com.pe/documents/37905/18467820/SVG_FEB_ico-internet-llamadas.svg) 0 0/18px 18px
}

.carousel__p-planes--gauno .p-plan__slide__caracteristicas--ttl.ico-avion::before {
    background: url(https://www.movistar.com.pe/documents/37905/18467820/SVG_FEB_ico-avion.svg) 0 0/18px 18px
}

.carousel__p-planes--gauno .p-plan__slide__caracteristicas--txt {
    color: #86888c;
    margin-left: 24px;
    margin-top: 2px;
    margin-bottom: 8px
}

.carousel__p-planes--gauno .p-plan__slide__pill {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding: 4px 8px;
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: max-content;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px
}

.carousel__p-planes--gauno .p-plan__slide__pill--verde {
    color: #5cb615;
    background-color: #bde4a4
}

.carousel__p-planes--gauno .p-plan__slide__pill--magenta {
    color: #fff;
    background-color: #e63780
}

.carousel__p-planes--gauno .p-plan__slide__pill--cyan {
    color: #fff;
    background-color: rgba(1, 157, 244, .24)
}

.carousel__p-planes--gauno .p-plan__slide__pill__detalle {
    display: block;
    font-size: 10px;
    line-height: 16px
}

.carousel__p-planes--gauno .p-plan__slide__pill__detalle--verde {
    color: #3c7521
}

.carousel__p-planes--gauno .p-plan__slide__btn {
    font-family: Roboto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    gap: 8px;
    padding: 8px 32px;
    border-radius: 32px;
    font-size: 16px;
    line-height: 24px;
    background-color: #019df4;
    color: #fff;
    width: 100%
}

.carousel__p-planes--gauno .p-plan__slide__btn:hover {
    background-color: #008edd;
    color: #fff
}

.carousel__p-planes--gauno .p-plan__slide__btn.ico-fono {
    padding: 8px 28px;
    position: relative
}

.carousel__p-planes--gauno .p-plan__slide__btn.ico-fono::before {
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 50%;
    content: "";
    transform: translateX(-70px)
}

@media (min-width:800px) {
    .parr-planes-postpago__tab {
        font-size: 18px;
        line-height: normal;
        padding: 9px 24px
    }

    .carousel__p-planes--gauno .swiper-container {
        margin: 0 64px
    }

    .carousel__p-planes--gauno .swiper-button-next,
    .carousel__p-planes--gauno .swiper-button-prev {
        display: flex
    }

    .parr-planes-postpago__modulo .parr-planes-postpago__ttl {
        font-size: 40px;
        line-height: 48px
    }

    .parr-planes-postpago__modulo .parr-planes-postpago__bajada {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .carousel__p-planes--gauno .p-plan__slide__gigas .p-plan__slide__cantidad {
        line-height: 36px
    }

    .carousel__p-planes--gauno .p-plan__slide__pill {
        font-size: 14px
    }

    .carousel__p-planes--gauno .p-plan__slide__caracteristicas {
        font-size: 14px;
        line-height: 18px
    }

    .carousel__p-planes--gauno .p-plan__slide__btn {
        gap: 16px;
        padding: 16px 64px;
        border-radius: 64px;
        font-size: 18px;
        line-height: 24px
    }
}

.carousel__p-planes--gauno .swiper-container {
    padding-bottom: 60px
}

.carousel__p-planes--gauno .swiper-pagination-bullet {
    background-color: #949494 !important
}

.carousel__p-planes--gauno .swiper-pagination-bullet-active {
    background-color: #019df4 !important;
    width: 28px;
    height: 12px;
    border-radius: 99px
}

.Equipos-carousel__planpost2023 .swiper-container {
    margin: 0 0 16px;
    overflow: hidden;
    padding: 0 4px 46px
}

.Equipos-carousel__planpost2023 .swiper-button-next,
.Equipos-carousel__planpost2023 .swiper-button-prev {
    background-color: #019df4;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .32)
}

.Equipos-carousel__planpost2023 .swiper-slide {
    width: 60%
}

.Equipos-carousel__planpost2023 .Equipos-carousel__header {
    padding: 24px 16px
}

.Equipos-carousel__planpost2023 .Equipos-carousel__ttl {
    color: #0b2739;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin: 0 0 24px
}

.Equipos-carousel__planpost2023 .Equipos-carousel__bajada {
    color: #313235;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0 0 10px
}

.Equipos-carousel__planpost2023 .Equipos-carousel__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    gap: 8px;
    padding: 6px 24px;
    border-radius: 24px;
    font-size: 14px;
    line-height: 20px;
    background-color: #019df4;
    color: #fff
}

.Equipos-carousel__planpost2023 .Equipos-carousel__btn:hover {
    background-color: #008edd;
    color: #fff
}

.Equipos-carousel__planpost2023 .Equipos-carousel__slide {
    width: 180px;
    display: flex;
    padding: 24px 0;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(80, 83, 90, .05);
    margin: 0 auto
}

.Equipos-carousel__planpost2023 .Equipos-carousel__slide__header {
    display: flex;
    width: 255px;
    height: 84px;
    flex-direction: column;
    align-items: center;
    gap: var(--Canvas-Spacings-Space-sx, 8px)
}

.Equipos-carousel__planpost2023 .Equipos-carousel__slide__header__ttl {
    color: var(--Gris-6, #313235);
    text-align: center;
    font-family: Telefonica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -.18px
}

.Equipos-carousel__planpost2023 .Equipos-carousel__slide__header__bajada {
    color: var(--Gris-5, #50535a);
    text-align: center;
    font-family: Telefonica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px
}

.Equipos-carousel__planpost2023 .Equipos-carousel__slide__wrapper--equipos {
    width: 128px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center
}

.Equipos-carousel__planpost2023 .Equipos-carousel__slide__wrapper--contenido {
    text-align: left;
    padding-top: 22px
}

.Equipos-carousel__slide__marca-encabezado {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #313235;
    margin-bottom: 0
}

.Equipos-carousel__planpost2023 .Equipos-carousel__slide__marca {
    color: #313235;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0
}

.Equipos-carousel__planpost2023 .Equipos-carousel__slide__marca a {
    color: #313235;
    text-decoration: none;
    transition: .5s ease-out
}

.Equipos-carousel__planpost2023 .Equipos-carousel__slide__marca a:hover {
    color: #019df4;
    text-decoration: underline
}

.Equipos-carousel__planpost2023 .Equipos-carousel__slide__plan,
.Equipos-carousel__planpost2023 .Equipos-carousel__slide__tipo-pago {
    color: #50535a;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0
}

.Equipos-carousel__planpost2023 .Equipos-carousel__slide__precio {
    color: #313235;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    margin-top: 4px
}

.Equipos-carousel__slide__precio-plan {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #019df4;
    margin-top: 2px;
    margin-bottom: 2px
}

.Equipos-carousel__slide__wrapper--lo_quiero {
    width: 100%;
    height: 32px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #019df4;
    color: #fff;
    border: none;
    margin: 12px auto;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center
}

.Equipos-carousel__slide__wrapper--lo_quiero:hover {
    background: #008edd;
    color: #fff;
    text-decoration: none
}

.Equipos-carousel__planpost2023 .Equipos-carousel__slide__plan--pago {
    display: block
}

.Equipos-carousel__planpost2023 .Equipos-carousel__separador {
    padding: 0 16px
}

.Equipos-carousel__planpost2023 .Equipos-carousel__separador hr {
    border-top: 1px solid #eee
}

.Equipos-carousel__planpost2023 .Equipos-carousel__marcas {
    padding: 8px 16px 32px
}

.Equipos-carousel__planpost2023 .Equipos-carousel__marcas__ttl {
    color: #313235;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

.Equipos-carousel__planpost2023 .Equipos-carousel__marcas__logos {
    display: flex;
    width: 328px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin: 0 auto
}

.Equipos-carousel__planpost2023 .Equipos-carousel__marcas__logo {
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
    background: #fff;
    width: 98px;
    height: 60px
}

.Articulo-layout__planpost2023 {
    padding: 16px
}

.Articulo-layout__planpost2023 .Articulo-layout__modulo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    max-width: 330px;
    margin: 0 auto;
    position: relative;
    padding-top: 210px
}

.Articulo-layout__planpost2023 .Articulo-layout__header__ttl {
    color: #313235;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px
}

.Articulo-layout__planpost2023 .Articulo-layout__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    max-width: 330px;
    margin: 0 auto
}

.Articulo-layout__planpost2023 .Articulo-layout__imagen {
    width: 328px;
    height: 182px;
    position: absolute;
    top: 26px
}

.Articulo-layout__planpost2023 .Articulo-layout__imagen__img {
    width: auto;
    height: auto;
    border-radius: 6px
}

.Articulo-layout__planpost2023 .Articulo-layout__contenidos__txt {
    color: #50535a;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 12px
}

.Articulo-layout__planpost2023 .Articulo-layout__contenidos__link {
    color: #019df4;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px
}

.Articulo-layout__planpost2023 .Articulo-layout__contenidos__link svg {
    width: 16px;
    height: 16px;
    fill: #019df4;
    margin-bottom: -2px
}

.Articulo-layout__planpost2023 .Articulo-layout__cards {
    display: flex;
    width: 360px;
    padding: 40px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 36px
}

.Articulo-layout__planpost2023 .Articulo-layout__card {
    display: flex;
    width: 325.5px;
    justify-content: center;
    align-items: center;
    gap: 16px
}

.Articulo-layout__planpost2023 .Articulo-layout__card__icono {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 2.5px 2.294px 2.5px 2.5px;
    justify-content: center;
    align-items: center
}

.Articulo-layout__planpost2023 .Articulo-layout__card__contenidos {
    display: flex;
    padding: 0 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0
}

.Articulo-layout__planpost2023 .Articulo-layout__card__contenidos__ttl {
    color: #50535a;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin: 0;
    padding: 0
}

.Articulo-layout__planpost2023 .Articulo-layout__card__contenidos__txt {
    color: #50535a;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}

.MiMovistar__Layout__planpost2023 {
    display: flex;
    width: 100%;
    padding: 54px 95px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.Beneficios-layout__planpost2023 {
    padding: 64px 95px
}

.Beneficios-layout__modulo,
.stefa-marcas .row.mx-n2.mx-md-n1 {
    justify-content: center
}

.Beneficios-layout__planpost2023 .Beneficios-layout__header__ttl {
    margin: 0;
    padding: 0;
    color: #50535a;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px
}

.Beneficios-layout__planpost2023 .Beneficios-layout__header__txt {
    color: #50535a;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px
}

.Beneficios-layout__planpost2023 .Beneficios-layout__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border-radius: 6px;
    flex: 1 0 0
}

.Beneficios-layout__planpost2023 .Beneficios-layout__card__contenidos {
    display: flex;
    padding: 16px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background-color: #fff;
    height: 125px
}

.Beneficios-layout__planpost2023 .Beneficios-layout__card__ttl {
    margin: 0;
    padding: 0;
    color: #50535a;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -.14px
}

.Beneficios-layout__planpost2023 .Beneficios-layout__card__txt {
    margin: 0;
    padding: 0;
    color: #50535a;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px
}

.Paso-a-paso-carousel__planpost2023--gris {
    background-color: #f6f6f6;
    display: flex;
    width: 100%;
    padding: 60px 0 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.Paso-a-paso-carousel__planpost2023 .swiper-container {
    margin: 0;
    overflow: hidden;
    padding: 0 4px 60px;
    width: 310px
}

.Paso-a-paso-carousel__planpost2023 .swiper-button-next,
.Paso-a-paso-carousel__planpost2023 .swiper-button-prev {
    background-color: #019df4;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .32);
    display: none
}

.Paso-a-paso-carousel__planpost2023 .swiper-button-next svg,
.Paso-a-paso-carousel__planpost2023 .swiper-button-prev svg {
    width: 14px;
    height: 14px;
    fill: #fff
}

.Paso-a-paso-carousel__planpost2023 .swiper-button-disabled {
    background-color: #fff;
    opacity: 1
}

.Paso-a-paso-carousel__planpost2023 .swiper-button-disabled svg {
    fill: #019df4
}

.Paso-a-paso-carousel__planpost2023 .swiper-pagination {
    padding: 8px 0
}

.Paso-a-paso-carousel__planpost2023 .swiper-pagination-bullet {
    background-color: #d3d4d3;
    width: 10px;
    height: 10px;
    opacity: 1
}

.Paso-a-paso-carousel__planpost2023 .swiper-pagination-bullet-active {
    background-color: #019df4
}

.Paso-a-paso-carousel__planpost2023 .swiper-slide {
    width: 256px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 16px
}

.Paso-a-paso-carousel__planpost2023 .Paso-a-paso-carousel__slider {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.Paso-a-paso-carousel__planpost2023 .Paso-a-paso-carousel__header {
    display: flex;
    width: 255px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    text-align: center
}

.Paso-a-paso-carousel__planpost2023 .Paso-a-paso-carousel__header__ttl {
    margin: 0;
    padding: 0;
    color: #313235;
    text-align: center;
    font-family: Telefonica;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 36.879px
}

.Paso-a-paso-carousel__planpost2023 .Paso-a-paso-carousel__header__bajada {
    margin: 0 auto;
    padding: 0;
    color: #50535a;
    text-align: center;
    font-family: Telefonica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: 198px
}

.Paso-a-paso-carousel__planpost2023 .Paso-a-paso-carousel__slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px
}

.Paso-a-paso-carousel__planpost2023 .Paso-a-paso-carousel__slide__header {
    display: flex;
    width: 255px;
    height: 84px;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.Paso-a-paso-carousel__planpost2023 .Paso-a-paso-carousel__slide__header__ttl {
    margin: 0;
    padding: 0;
    color: #313235;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -.18px
}

.Paso-a-paso-carousel__planpost2023 .Paso-a-paso-carousel__slide__header__bajada {
    margin: 0;
    padding: 0;
    color: #50535a;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    width: 198px
}

.Paso-a-paso-carousel__planpost2023 .Paso-a-paso-carousel__slide__wrapper {
    display: flex;
    width: 239px;
    height: 500px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.ltfaqs__section.FAQ__planpost2023 .ltfaqs__title,
.ltfaqs__section.TYC__planpost2023 .ltfaqs__title {
    font-size: 28px;
    line-height: 32px
}

.ltfaqs__section.FAQ__planpost2023 .accordion_link_active .lt-accordion-titlelabel,
.ltfaqs__section.TYC__planpost2023 .accordion_link_active .lt-accordion-titlelabel,
.parr-planes-postpago__seccion--title {
    font-weight: 400
}

.ltfaqs__section.FAQ__planpost2023 .lt-accordion-content,
.ltfaqs__section.TYC__planpost2023 .lt-accordion-content {
    font-size: 14px;
    line-height: 20px;
    margin: 0 30px 24px
}

.MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo {
    display: flex;
    width: 328px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px
}

.MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__imagen {
    width: 248px;
    height: 168px
}

.MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__qr {
    width: 248px;
    height: 168px;
    display: none
}

.MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__contenidos {
    display: flex;
    align-items: flex-start;
    gap: 13px
}

.MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__contenidos__icono {
    display: flex;
    padding: 8px 0;
    align-items: flex-start;
    gap: 10px
}

.MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__contenidos__textos {
    display: flex;
    width: 243px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
}

.MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__contenidos__ttl {
    color: #313235;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -.18px
}

.MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__contenidos__txt {
    color: #50535a;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__contenidos__botonera {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch
}

.Beneficios-layout__telefono {
    color: #50535a
}

@media (min-width:800px) {
    .Equipos-carousel__planpost2023 .swiper-button-prev {
        left: -8px
    }

    .Equipos-carousel__planpost2023 .swiper-button-next {
        right: -8px
    }

    .Articulo-layout__planpost2023 .Articulo-layout__header__ttl,
    .Equipos-carousel__planpost2023 .Equipos-carousel__ttl {
        text-align: center;
        font-size: 32px;
        line-height: 40px
    }

    .Equipos-carousel__planpost2023 .Equipos-carousel__bajada,
    .Equipos-carousel__planpost2023 .Equipos-carousel__btn {
        display: none
    }

    .Equipos-carousel__planpost2023 .Equipos-carousel__slider {
        max-width: 684px;
        margin: 0 auto
    }

    .Equipos-carousel__planpost2023 .Equipos-carousel__slide {
        width: initial
    }

    .Equipos-carousel__slide__marca-encabezado {
        font-weight: 300;
        font-size: 20px;
        line-height: 28px
    }

    .Equipos-carousel__planpost2023 .Equipos-carousel__slide__marca {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700
    }

    .Equipos-carousel__planpost2023 .Equipos-carousel__slide__plan,
    .Equipos-carousel__planpost2023 .Equipos-carousel__slide__tipo-pago,
    .Equipos-carousel__slide__precio-plan {
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px
    }

    .Equipos-carousel__planpost2023 .Equipos-carousel__slide__precio {
        font-size: 32px;
        line-height: 40px
    }

    .Equipos-carousel__planpost2023 .Equipos-carousel__slide__plan--pago {
        display: inline
    }

    .Equipos-carousel__planpost2023 .Equipos-carousel__marcas__ttl {
        font-size: 24px;
        line-height: 32px;
        font-weight: 300
    }

    .Equipos-carousel__planpost2023 .Equipos-carousel__marcas__logos {
        width: 480px
    }

    .Equipos-carousel__planpost2023 .Equipos-carousel__marcas__logo {
        width: 60px
    }

    .Equipos-carousel__planpost2023 .Equipos-carousel__marcas__logo:hover {
        box-shadow: 0 5px 22px 0 rgba(11, 39, 57, .12), 0 7px 8px 0 rgba(11, 39, 57, .02)
    }

    .Articulo-layout__planpost2023 .Articulo-layout__modulo {
        max-width: 668px;
        padding-top: 0
    }

    .Articulo-layout__planpost2023 .Articulo-layout__header {
        width: 100%
    }

    .Articulo-layout__planpost2023 .Articulo-layout__wrapper {
        flex-direction: row;
        width: 100%;
        max-width: 638px;
        gap: 24px
    }

    .Articulo-layout__planpost2023 .Articulo-layout__imagen {
        width: 344px;
        height: 186px;
        position: initial
    }

    .Articulo-layout__planpost2023 .Articulo-layout__contenidos__txt {
        font-size: 16px;
        line-height: 24px
    }

    .Articulo-layout__planpost2023 .Articulo-layout__cards {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start
    }

    .Articulo-layout__planpost2023 .Articulo-layout__card {
        flex-direction: column;
        width: 250px
    }

    .Articulo-layout__planpost2023 .Articulo-layout__card__contenidos {
        text-align: center;
        align-items: center
    }

    .Articulo-layout__planpost2023 .Articulo-layout__card__contenidos__ttl {
        text-align: center
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__header__tablet-mas {
        display: block
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__header__ttl {
        font-size: 28px;
        line-height: 32px;
        font-weight: 300
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__header__numero {
        color: #50535a;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        display: block
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__card {
        border-radius: 14px;
        box-shadow: 0 7px 8px 0 rgba(11, 39, 57, .02), 0 5px 22px 0 rgba(11, 39, 57, .12);
        max-width: 230px
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__card__ttl {
        font-size: 16px;
        line-height: 24px
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__card__txt {
        font-size: 14px;
        line-height: 18px
    }

    .Paso-a-paso-carousel__planpost2023--gris {
        padding: 40px 0;
        gap: 32px
    }

    .Paso-a-paso-carousel__planpost2023 .swiper-container {
        width: 540px
    }

    .Paso-a-paso-carousel__planpost2023 .Paso-a-paso-carousel__slider {
        justify-content: center
    }

    .Paso-a-paso-carousel__planpost2023 .Paso-a-paso-carousel__header {
        width: 650px
    }

    .Paso-a-paso-carousel__planpost2023 .Paso-a-paso-carousel__header__ttl {
        font-size: 32px;
        line-height: 40px
    }

    .Paso-a-paso-carousel__planpost2023 .Paso-a-paso-carousel__header__bajada {
        width: 100%;
        font-size: 18px;
        line-height: 24px
    }

    .ltfaqs__section.FAQ__planpost2023 .accordion_link_active .lt-accordion-titlelabel,
    .ltfaqs__section.TYC__planpost2023 .accordion_link_active .lt-accordion-titlelabel {
        font-size: 18px;
        line-height: 24px
    }

    .ltfaqs__section.FAQ__planpost2023 .lt-accordion-content,
    .ltfaqs__section.TYC__planpost2023 .lt-accordion-content {
        font-size: 16px;
        line-height: 24px;
        padding: 10px
    }

    .ltfaqs__section .ltfaqs__viewmore,
    .ltfaqs__section.FAQ__planpost2023 .ltfaqs__morebtn .ltfaqs__viewmore.minus,
    .ltfaqs__section.FAQ__planpost2023 .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.minus,
    .ltfaqs__section.TYC__planpost2023 .ltfaqs__morebtn .ltfaqs__viewmore.minus,
    .ltfaqs__section.TYC__planpost2023 .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.minus {
        padding-top: 40px
    }

    .MiMovistar__Layout__planpost2023--gris {
        padding-bottom: 0
    }

    .MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo {
        flex-direction: row-reverse;
        gap: 64px
    }

    .MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__imagen {
        height: auto
    }

    .MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__imagen__img {
        margin-bottom: -5px
    }

    .MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__contenidos {
        padding-top: 4px
    }

    .MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__contenidos__textos {
        width: 280px
    }

    .MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__contenidos__ttl {
        margin: 0;
        padding: 0;
        font-size: 24px;
        line-height: 32px
    }

    .MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__contenidos__txt {
        font-size: 16px;
        line-height: 24px
    }
}

@media (min-width:1280px) {
    .bhero__delivery-express-gratis__box {
        max-width: 980px
    }

    .bhero__delivery-express-gratis__header {
        width: 410px
    }

    .bhero__delivery-express-gratis__delivery {
        font-size: 37px;
        line-height: 28px
    }

    .bhero__delivery-express-gratis__gratis {
        right: 170px;
        top: 30px
    }

    .bhero__delivery-express-gratis__tres-horas--img {
        right: 170px;
        top: 126px
    }

    .bhero__delivery-express-gratis__carrito--img {
        right: -152px;
        top: 124px
    }

    .Equipos-carousel__planpost2023 .swiper-button-prev {
        left: -108px
    }

    .Equipos-carousel__planpost2023 .swiper-button-next {
        right: -108px
    }

    .Equipos-carousel__planpost2023 .Equipos-carousel__header {
        padding: 60px 16px 24px
    }

    .Equipos-carousel__planpost2023 .Equipos-carousel__ttl {
        font-size: 40px;
        line-height: 48px
    }

    .Equipos-carousel__planpost2023 .Equipos-carousel__slider {
        max-width: 730px
    }

    .Equipos-carousel__planpost2023 .Equipos-carousel__slide {
        min-height: 380px
    }

    .Equipos-carousel__planpost2023 .Equipos-carousel__slide__wrapper--equipos {
        height: auto
    }

    .Equipos-carousel__planpost2023 .Equipos-carousel__marcas {
        padding-bottom: 70px
    }

    .Equipos-carousel__planpost2023 .Equipos-carousel__marcas__wrapper {
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        width: 960px;
        align-items: center
    }

    .Articulo-layout__planpost2023 {
        padding: 40px 16px
    }

    .Articulo-layout__planpost2023 .Articulo-layout__modulo {
        max-width: 1100px
    }

    .Articulo-layout__planpost2023 .Articulo-layout__header {
        width: 100%
    }

    .Articulo-layout__planpost2023 .Articulo-layout__header__ttl {
        text-align: center;
        font-size: 32px;
        line-height: 40px;
        padding: 0 0 20px
    }

    .Articulo-layout__planpost2023 .Articulo-layout__wrapper {
        flex-direction: row;
        width: 100%;
        max-width: 1100px;
        gap: 126px
    }

    .Articulo-layout__planpost2023 .Articulo-layout__imagen {
        width: 445px;
        height: 239px
    }

    .Articulo-layout__planpost2023 .Articulo-layout__contenidos__txt {
        font-size: 16px;
        line-height: 24px
    }

    .Articulo-layout__planpost2023 .Articulo-layout__cards {
        width: 1240px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start
    }

    .Articulo-layout__planpost2023 .Articulo-layout__card {
        flex-direction: column;
        width: 250px
    }

    .Articulo-layout__planpost2023 .Articulo-layout__card__icono,
    .Articulo-layout__planpost2023 .Articulo-layout__card__icono svg {
        width: 60px;
        height: 60px
    }

    .Articulo-layout__planpost2023 .Articulo-layout__card__contenidos {
        text-align: center;
        align-items: center;
        gap: 4px
    }

    .Articulo-layout__planpost2023 .Articulo-layout__card__contenidos__ttl {
        text-align: center
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__header__ttl {
        font-size: 32px;
        line-height: 40px;
        max-width: 415px;
        margin-bottom: 15px
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__header__txt {
        font-size: 18px;
        line-height: 24px;
        max-width: 377px;
        margin-bottom: 15px
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__header__txt--xtra {
        font-size: 20px;
        line-height: 28px;
        max-width: 380px;
        margin-bottom: 0
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__header__numero {
        font-size: 28px;
        line-height: 38px
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__card {
        box-shadow: 0 2px 4px 0 rgba(11, 39, 57, .05)
    }

    .Paso-a-paso-carousel__planpost2023--gris {
        padding: 56px 0
    }

    .Paso-a-paso-carousel__planpost2023 .swiper-container {
        width: 1110px;
        padding-bottom: 10px
    }

    .Paso-a-paso-carousel__planpost2023 .Paso-a-paso-carousel__header__ttl {
        font-size: 38px;
        line-height: 46px;
        width: 420px;
        margin: 0 auto
    }

    .Paso-a-paso-carousel__planpost2023 .Paso-a-paso-carousel__header__bajada {
        font-size: 20px;
        line-height: 28px
    }

    .Paso-a-paso-carousel__planpost2023 .Paso-a-paso-carousel__slide__wrapper {
        height: 520px
    }

    .ltfaqs__section.FAQ__planpost2023 .ltfaqs__title {
        padding: 0 0 24px;
        font-size: 32px
    }

    .ltfaqs__section.FAQ__planpost2023 {
        padding: 32px 32px 56px
    }

    .MiMovistar__Layout__planpost2023 {
        padding: 0 16px
    }

    .MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo {
        align-items: flex-start;
        padding-top: 0;
        padding-bottom: 0;
        gap: 34px;
        align-items: center
    }

    .MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__qr {
        display: block
    }

    .MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__contenidos {
        padding-top: 6px
    }

    .MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__contenidos__textos {
        width: 410px
    }

    .MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__contenidos__ttl {
        font-size: 28px;
        line-height: 32px
    }

    .MiMovistar__Layout__planpost2023 .MiMovistar__Layout__modulo__contenidos__txt {
        font-size: 14px;
        line-height: 18px
    }

    .ltfaqs__section.TYC__planpost2023 .ltfaqs__title {
        padding: 0 0 24px
    }

    .ltfaqs__section.TYC__planpost2023 {
        padding: 32px 32px 56px
    }

    .stefa-banner2-planes__form {
        transform: translate(10px, -10px) !important;
        width: 368px !important;
        height: 138px !important
    }
}

.banner_2_pri_recibos {
    position: fixed;
    width: 198px;
    height: 170px;
    bottom: 176px;
    z-index: 10;
    right: 0;
    border-radius: 24px 0 0 24px;
    background-color: #fff;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, .3);
    padding-left: 0;
    overflow: hidden;
    display: flex;
    padding-top: 10px
}

.banner_2_pri_recibos_content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff
}

.banner_2_pri_recibos_imagen_fondo,
.banner_2_pri_recibos_picture_fondo {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    object-position: right;
    bottom: 0;
    object-fit: cover
}

.banner_2_pri_recibos_afiliate {
    font-size: 12px;
    letter-spacing: -.01em;
    margin: 0 auto;
    width: 112px
}

.banner_2_pri_recibos_Recuerde {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    width: 190px;
    padding-bottom: .5em;
    margin: 0 auto
}

.banner_2_pri_recibos_btn {
    height: 20px;
    width: 73px;
    border-radius: 150px;
    background-color: #e63780;
    margin: 0 auto 5px;
    font-size: 10px
}

.banner_2_pri_recibos_enlaceBtn {
    display: flex;
    height: 100%;
    width: 100%;
    color: #fff;
    align-items: center;
    justify-content: center
}

.banner_2_pri_recibos_close {
    position: absolute;
    left: 10px;
    color: #fff;
    top: 0;
    font-size: 25px;
    z-index: 100;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    font-weight: 200
}

.banner_2_pri_recibos_5mil {
    width: 170px;
    margin: 0 auto
}

.banner_2_pri_recibos_ver_TYC {
    font-size: 8px
}

.header--gb__cargos__mes {
    border-radius: 4px;
    width: 100%;
    display: block;
    padding: 4px;
    background-color: #bde4a4;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    color: #3c7521
}

.banner_2_pri_recibos_ver_TYC_link,
.banner_2_pri_recibos_ver_TYC_link:hover {
    text-decoration: underline;
    color: #019df4
}

.banner_2_pri_recibos_close svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.portlet-journal-content .journal-content-article .cke_widget_image,
.portlet-journal-content .journal-content-article img {
    max-width: initial !important
}

.cintillo-estado-pedido {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0 0
}

.cintillo-estado-pedido__inner {
    width: 100%;
    position: relative;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s, box-shadow .3s
}

.cintillo-estado-pedido__inner:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 11px 0 rgba(0, 0, 0, .1), 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.cintillo-estado-pedido__fondo-img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    border-radius: 12px
}

.cintillo-estado-pedido__content {
    z-index: 2;
    display: grid;
    justify-content: center;
    align-items: center;
    row-gap: 3px
}

.cintillo-estado-pedido__title {
    margin: 0;
    color: #0b2739;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center
}

.cintillo-estado-pedido__subtitle {
    margin: 0;
    color: #0b2739;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding-top: 3px
}

.cintillo-estado-pedido__btn {
    background: #019df4;
    border-radius: 200px;
    width: 176px;
    height: 35px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
    text-transform: uppercase;
    text-decoration: none
}

.cintillo-estado-pedido__btn:hover {
    background-color: #007bff;
    color: #fff;
    text-decoration: none
}

@media (min-width:992px) {

    .stweb__ads .ads__free-fire .free-fire__box .box__text,
    .stweb__ads .ads__hbo-max .hbo-max__box .box__title,
    .stweb__ads .ads__rappi .rappi__box-1 .box-1__btn,
    .stweb__ads .ads__rappi .rappi__box-2 .box-2__text {
        font-size: 14px
    }

    .stweb__ads .ads__rappi .rappi__box-2 {
        padding-right: 24px
    }

    .stweb__ads .ads__rappi .rappi__box-2 .box-2__text .text__shadow {
        font-size: 20px
    }

    .stweb__ads .ads__mtotal {
        margin-bottom: 30px
    }

    .stweb__ads .ads__hbo-max,
    .stweb__ads .ads__porta {
        margin-bottom: 0;
        height: 160px
    }

    .stweb__ads .ads__mtotal .row {
        height: 126px
    }

    .stweb__ads .ads__mtotal .mtotal__box-1 {
        padding-left: 24px
    }

    .stweb__ads .ads__mtotal .mtotal__box-1 .box-1__title {
        font-size: 12px
    }

    .stweb__ads .ads__mtotal .mtotal__box-1 .box-1__title .text__big {
        font-size: 34px
    }

    .stweb__ads .ads__mtotal .mtotal__box-2 .box-2__list .item {
        font-size: 9px;
        margin: 0 2px
    }

    .stweb__ads .ads__mtotal .mtotal__box-2 .box-2__list .item .box-2__icon {
        width: 30px;
        height: 24px
    }

    .stweb__ads .ads__porta .porta__box {
        padding: 0 16px
    }

    .stweb__ads .ads__porta .porta__box .box__info .box__badge {
        font-size: 10px
    }

    .stweb__ads .ads__porta .porta__box .box__info .box__text {
        font-size: 16px
    }

    .stweb__ads .ads__porta .porta__box .box__promo .promo__card .promo__text {
        font-size: 10px;
        line-height: 1.2
    }

    .stweb__ads .ads__porta .porta__box .box__promo .promo__card .promo__card-header {
        padding: 8px 15px
    }

    .stweb__ads .ads__porta .porta__box .box__promo .promo__card .promo__card-header .promo__logo {
        margin-top: 4px
    }

    .stweb__ads .ads__porta .porta__box .box__promo .promo__card .promo__card-footer {
        padding: 8px
    }

    .stweb__ads .ads__porta .porta__box .box__promo .promo__card .promo__card-footer .promo__logo {
        margin-bottom: 4px
    }

    .stweb__ads .ads__hbo-max {
        padding: 0 5px
    }

    .stweb__ads .ads__free-fire {
        height: 160px;
        padding: 0 10px
    }

    .stweb__ads .ads__free-fire .free-fire__box .box__recarga {
        margin-bottom: 5px
    }

    .stweb__ads .ads__free-fire .free-fire__box .box__logo {
        margin: 7px 0
    }

    .stweb__ads .ads__prepago {
        height: 160px
    }

    .stweb__ads .ads__prepago .prepago__box {
        padding-left: 20px;
        max-width: 186px
    }

    .stweb__ads .ads__prepago .prepago__box .box__badge {
        font-size: 10px;
        margin-bottom: 10px
    }

    .stweb__ads .ads__prepago .prepago__box .box__text {
        font-size: 16px
    }

    .stweb__better-phones {
        padding: 40px 0
    }

    .stweb__better-phones .better-phones__content {
        display: block;
        padding-top: 130px
    }

    .stweb__better-phones .better-phones__equipment .tab-panel .tabs-wrapper .nav-tabs .nav-item .nav-link {
        padding-left: 25%;
        padding-right: 25%
    }

    .stweb__cell-brands {
        padding-top: 40px
    }

    .stweb__cell-brands .title {
        text-align: left;
        margin: 0
    }

    .stweb-help-section .title,
    .stweb__proceeds .title {
        margin-bottom: 48px;
        font-size: 32px
    }

    .stweb__proceeds .title {
        line-height: 40px
    }

    .stweb__proceeds .proceed {
        min-width: 160px
    }

    .stweb-help-section .help__link-more {
        margin-top: 32px
    }

    .stweb__blog-articles .blog-articles__head .title {
        font-size: 32px
    }

    .cintillo-estado-pedido__btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%
    }
}

.HUNTERescaparceluSamgung__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: right
}

.HUNTERescaparceluSamgung__body {
    background-color: #0b2739;
    background-size: contain;
    max-width: none !important;
    border-radius: 20px 0 0 20px;
    box-shadow: 2px 2px 10px 5px rgb(0 0 0 / 30%);
    right: 0;
    display: flex;
    position: fixed;
    z-index: 51;
    height: 227px;
    width: 423px;
    bottom: 12em;
    align-items: center
}

.HUNTERescaparceluSamgung_classClose {
    left: 388px;
    top: 18px;
    position: absolute;
    cursor: pointer;
    z-index: 1
}

.HUNTERescaparceluSamgung__box.box2 {
    display: flex;
    flex-direction: column;
    position: relative;
    right: 5px
}

.HUNTERescaparceluSamgung__botonquiero {
    border-radius: 60px;
    width: 158px;
    height: 48px;
    background: #e63780;
    border: 0;
    margin: 0 auto;
    padding: 8px 32px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform: translate(94px, -24px)
}

.stickerPromoCeluMobile__body,
.stickerPromoCelu__body {
    background-size: contain;
    max-width: none !important;
    display: flex
}

.HUNTERescaparceluSamgung__contenido {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.HUNTERescaparceluSamgung__box.box3 {
    margin-top: -25px;
    z-index: 99
}

.HUNTERescaparceluSamgung__body button {
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: #e63780;
    border: 0;
    width: 158px;
    height: 40px;
    border-radius: 60px
}

.stickerPromoCelu__body {
    position: fixed;
    z-index: 51;
    height: 85px;
    width: auto;
    background-color: transparent;
    right: 10px;
    bottom: 16em;
    align-items: center
}

.stickerPromoCelu__contenido {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.stickerPromoCelu__botonpromo {
    width: 130px;
    height: 32px;
    background-color: #0b2739;
    border: 0;
    border-radius: 60px;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
    transform: translate(-8px, -11px);
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 2px 2px #019df48c
}

.stickerPromoCelu_classClose {
    width: 24px;
    height: 24px;
    border-radius: 81.05px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    right: 128px;
    top: 4px
}

.stickerPromoCeluMobile__body {
    position: fixed;
    z-index: 51;
    height: 85px;
    width: auto;
    background-color: transparent;
    right: 8px;
    bottom: 4em;
    align-items: center
}

.stickerPromoCeluMobile_classClose {
    height: 24px;
    width: 24px;
    border-radius: 81.05px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    right: 96px;
    top: 12px
}

@media (min-width:600px) {
    .Beneficios-layout__body .swiper-slide {
        width: 235px !important
    }

    .ltpopup-body {
        width: 546px;
        height: 490px
    }

    .banner_2_pri_recibos {
        width: 413px;
        height: 216px;
        padding-top: 0
    }

    .banner_2_pri_recibos_content {
        padding-left: 1.5em
    }

    .banner_2_pri_recibos_afiliate {
        width: 100%;
        font-size: 18px
    }

    .banner_2_pri_recibos_Recuerde {
        font-size: 18px;
        width: 274px;
        padding-bottom: .3em
    }

    .banner_2_pri_recibos_close {
        left: 15px;
        font-size: 40px;
        width: 25px;
        height: 25px;
        top: -6px
    }

    .banner_2_pri_recibos_5mil {
        width: auto;
        margin-bottom: -.5em
    }

    .banner_2_pri_recibos_imagen_texto {
        height: auto
    }

    .banner_2_pri_recibos_ver_TYC {
        font-size: 10px
    }

    .banner_2_pri_recibos_btn {
        height: 32px;
        width: 111px;
        margin: 0 auto 10px;
        font-size: 14px
    }

    .cintillo-estado-pedido__inner {
        height: 70px;
        max-width: 95%
    }

    .cintillo-estado-pedido__content {
        grid-template-areas: "a a a a a a b b b b" "c c c c c c b b b b";
        row-gap: 10px;
        column-gap: 30px
    }

    .cintillo-estado-pedido__title {
        grid-area: a;
        font-size: 24px;
        margin-top: 10px
    }

    .cintillo-estado-pedido__btn {
        grid-area: b;
        font-size: 16px;
        height: 40px
    }

    .cintillo-estado-pedido__subtitle {
        grid-area: c;
        font-size: 18px
    }

    .secciondeStickersVerPromo .stickerPromoCeluDesktop {
        display: block
    }

    .secciondeStickersVerPromo .stickerPromoCeluMobile,
    .secciondeStickersVerPromo.test-sticker-none .stickerPromoCeluDesktop,
    .secciondeStickersVerPromo.test-sticker-none .stickerPromoCeluMobile {
        display: none
    }

    #stickerPromoCelu__CELU {
        position: relative;
        z-index: auto
    }

    .BHero__carousel__superior .swiper-button-next {
        z-index: 99999999999999999999999999999
    }

    .stickerPromoCelu__body {
        bottom: 10em
    }
}

.planadicional {
    padding: 16px;
    display: flex;
    justify-content: center;
    background-color: #f6f6f6
}

.planadicional__inner {
    width: 100%;
    max-width: 340px;
    text-align: center
}

.planadicional__title {
    color: #50535a;
    font-weight: 300;
    font-size: 28px;
    line-height: 115%;
    margin-bottom: 36px
}

.planadicional__card {
    border-radius: 8px;
    box-shadow: 0 5px 22px 0 rgba(11, 39, 57, .12)
}

.planadicional__one {
    background-color: #0b2739;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 24px 29px;
    position: relative
}

.planadicional__recomendado {
    width: fit-content;
    background-color: #a13ea1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    padding: 3px 12px;
    border-radius: 20px
}

.planadicional__recomendado_text {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 80%
}

.planadicional__adicional {
    margin-top: 5px;
    margin-bottom: 8px;
    font-family: Roboto;
    font-size: 15.98px;
    font-weight: 700;
    line-height: 23.98px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

.planadicional__precio {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-top: 8px
}

.planadicional__precio b {
    font-size: 24px
}

.planadicional__soles {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: center
}

.planadicional__btn {
    width: 270px;
    height: 56px;
    background-color: #019df4;
    border: unset;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.planadicional__two {
    padding: 14px
}

.planadicional__two p {
    margin-bottom: unset
}

.planadicional__alta {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center
}

.planadicional__internet {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center
}

.planadicional__gb {
    color: #313235;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%
}

.planadicional__exclusivo,
.planadicional__item p {
    font-size: 14px;
    line-height: 20px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    font-family: Roboto
}

.planadicional__exclusivo {
    width: fit-content;
    margin: 14px auto auto;
    background-color: #a13ea1;
    padding: 1px 10px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    text-align: center
}

.planadicional__cliente {
    color: #3c7521;
    font-weight: 700;
    margin-top: 6px;
    font-size: 16px
}

.planadicional__three {
    padding: 0 12px
}

.planadicional__list {
    padding: 12px 0;
    overflow-x: scroll;
    scroll-snap-type: x mandatory
}

.planadicional__scroller {
    display: inline-flex;
    padding: 6px
}

.planadicional__item_icon {
    height: 70px;
    margin-right: 20px
}

.planadicional__item p {
    margin: unset;
    margin-left: 5px;
    max-width: 80%;
    font-weight: 400;
    text-align: left
}

.stefa-bhero__3lps-ilimitado__box img {
    max-width: initial !important;
    height: auto
}

.planadicional__item {
    width: 388px;
    display: flex;
    align-items: center;
    height: 75px;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 2px 2px 12px 0 #0002e000;
    margin-right: 17px;
    scroll-snap-align: start;
    border-bottom: 1px solid #eee
}

div.planadicional__item:nth-child(3) {
    margin-right: 0
}

.planadicional__item:nth-child(3) {
    border-bottom: 0
}

.planadicional__item_title {
    color: #50535a
}

.planadicional__item_description {
    color: #737578
}

@media (min-width:900px) {
    .planadicional__inner {
        max-width: 957px
    }

    .planadicional__title {
        font-size: 32px
    }

    .planadicional__card {
        display: flex
    }

    .planadicional__one {
        border-radius: 8px 0 0 8px
    }

    .planadicional__list {
        overflow-x: unset;
        scroll-snap-type: unset
    }

    .planadicional__scroller {
        padding: 0;
        display: flex;
        flex-direction: column;
        border-left: 1px solid #eeeE
    }

    .planadicional__item {
        box-shadow: unset;
        margin-right: 0
    }

    .planadicional__two {
        padding: 40px 24px;
        display: grid;
        align-content: center;
        position: relative
    }

    .planadicional__line {
        display: block !important;
        position: absolute;
        height: 200px;
        width: 1px;
        right: 0;
        color: #f6f6f6;
        background-color: #f6f6f6
    }
}

@media (min-width:600px) and (max-width:1200px) {

    .Paso-a-paso-carousel__planpost2023 .swiper-button-next,
    .Paso-a-paso-carousel__planpost2023 .swiper-button-prev {
        display: flex
    }
}

.par_desktop_infe--pedidos_ya {
    position: relative;
    width: 100%;
    height: 75px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background-color: #f6f6f6;
    border: .5px solid #d3d4d3;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-top: 5px;
    padding: 8px;
    margin-bottom: 4px
}

.par_desktop_infe_pedidos_ya--sub_titulo,
.par_desktop_infe_pedidos_ya--titulo {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.5px;
    color: #50535a;
    margin-bottom: 0
}

.par_desktop_infe_pedidos_ya--sub_titulo {
    display: flex;
    align-items: center;
    gap: 6px
}

.par_desktop_infe_pedidos_ya--restriccion {
    font-weight: 300;
    font-size: 14px;
    line-height: 17.5px;
    color: #50535a;
    margin-bottom: 0
}

.par_desktop_infe_pedidos_ya--img {
    position: absolute;
    top: -10px;
    left: -10px;
    width: auto;
    height: auto
}

.stefa-banner-chip {
    position: relative;
    width: 100%;
    height: 400px
}

.stefa-banner-chip__container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px
}

.stefa-banner-chip-container__contenido {
    display: flex;
    align-items: center;
    gap: 56px
}

.stefa-banner-chip-container__informacion {
    max-width: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 330px
}

.stefa-banner-chip-container-informacion__instante {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 7px
}

.stefa-banner-chip-container-informacion__chip,
.stefa-banner-chip-container-informacion__recibelo {
    font-weight: 400;
    font-size: 56px;
    line-height: 56px;
    text-align: center
}

.stefa-banner-chip-container-informacion__chip {
    color: #0b2739;
    margin-bottom: 0
}

.stefa-banner-chip-container-informacion__recibelo {
    color: #fff;
    margin-bottom: 24px
}

.stefa-banner-chip-container-informacion__comprar-online {
    width: 174px;
    height: 40px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e63780;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px
}

.stefa-banner-chip-container-informacion__comprar-online:hover {
    background-color: #922859;
    color: #fff
}

.stefa-cintillo-appMovistar-contenido-contenedor__qr {
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: 0;
    width: 104px;
    height: 172px
}

@media (max-width:1080px) {
    .stefa-banner-chip__container {
        align-items: start;
        padding-top: 34px
    }

    .stefa-banner-chip-container__contenido {
        flex-direction: column;
        gap: 0;
        margin-left: 260px
    }

    .stefa-banner-chip-container__informacion {
        width: 384px;
        margin-left: 0;
        position: relative
    }

    .stefa-banner-chip-container-informacion__instante {
        font-size: 32px;
        line-height: 40px
    }

    .stefa-banner-chip-container-informacion__chip {
        font-size: 50px;
        line-height: 50px
    }

    .stefa-banner-chip-container-informacion__comprar-online {
        position: absolute;
        bottom: -160px
    }

    .stefa-banner-chip-container__plan {
        margin-top: -15px
    }
}

.stefa-banner-chip-container-plan_img {
    border-radius: 15px
}

.stefa-hunter-ilimitado {
    position: fixed;
    z-index: 22;
    top: 40%;
    right: 20px;
    align-items: center;
    width: 195px;
    display: flex;
    align-items: flex-end;
    flex-direction: column
}

.stefa-hunter-ilimitado-contenido__cerrar {
    width: 100%;
    display: flex;
    justify-content: start;
    cursor: pointer
}

.stefa-hunter-ilimitado-contenido-cerrar__contenido::after {
    content: "";
    background: url(https://crossattachmedia.serviciosmovistar.com/developers/files/resources/experimentos/prod/oferta_flotante/imagenes_fija/of_close_desktop.svg) 0 0/contain;
    display: inline-block;
    width: 8.1px;
    height: 8.1px;
    color: #fff
}

.stefa-hunter-ilimitado-contenido-cerrar__contenido,
.stefa-hunter-ilimitado-contenido-modal__contenido {
    width: 24px;
    height: 24px;
    border-radius: 80px;
    box-shadow: 1px 1px 12px 0 #01bAF440;
    background: #0b273966;
    display: flex;
    justify-content: center;
    align-items: center
}

.stefa-hunter-ilimitado-contenido-modal__contenido {
    display: none;
    color: #fff
}

.stefa-hunter-ilimitado-contenido-modal__contenido svg {
    width: 5.83px;
    height: 10px
}

.stefa-hunter-ilimitado__contenido {
    position: relative;
    box-shadow: 0 2px 10px 0 #019DF463;
    border-radius: 16px 16px 8px 8px
}

.stefa-hunter-ilimitado-contenido__ilimitado {
    width: 158px;
    height: 42px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px 16px 0 0
}

.stefa-hunter-ilimitado-contenido-ilimitado__texto {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #0b2739;
    margin-bottom: 0
}

.stefa-hunter-ilimitado-contenido__precio {
    width: 158px;
    height: 31px;
    border-radius: 0 0 8px 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #0b2739
}

.stefa-hunter-ilimitado-contenido-precio__texto {
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    margin-right: 12px
}

.stefa-hunter-ilimitado-contenido__precio .alternativo {
    font-size: 14px;
    line-height: 17.5px;
    font-weight: 400
}

.stefa-hunter-ilimitado__accion {
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.stefa-hunter-ilimitado-accion__promo {
    width: 138px;
    height: 32px;
    border-radius: 60px;
    border: none;
    background-color: #e63780;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    gap: 8px;
    display: flex;
    justify-content: center;
    align-items: center
}

.stefa-hunter-ilimitado-accion__promo:hover {
    background-color: #922859;
    color: #fff;
    cursor: pointer
}

.stefa-hunter-ilimitado-contenido__telefono {
    position: absolute;
    left: -30px;
    bottom: 0;
    z-index: 3
}

.stefa-hunter-ilimitado-contenido__carita {
    position: absolute;
    left: 45px;
    top: -15px;
    z-index: 3
}

.stefa-hunter-ilimitado-contenido__corazon {
    position: absolute;
    right: -8px;
    top: 28px;
    z-index: 3
}

.seccionplanescards {
    height: 448px;
    padding: 64px 95px
}

.seccionplanescards__titulo {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 1em
}

.seccionplanescards__boxesimg {
    width: auto;
    height: auto;
    border-radius: 0 8px 8px 0
}

.seccionplanescards__boxes {
    width: 920px;
    height: 200px;
    background: #f6f6f6;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    color: #313235;
    margin: 0 auto
}

.seccionplanescards__postpago {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 5px
}

.seccionplanescards__postpagocelular {
    font-size: 16px;
    line-height: 20px;
    width: 589px;
    margin: 0
}

.seccionplanescards__boxesimg.img1,
.seccionplanescards__boxesimg.img2,
.seccionplanescards__boxesimg.img3 {
    position: relative;
    left: 28px
}

.seccionplanescards .swiper-pagination {
    position: relative;
    top: 1em
}

.seccionplanescards .dev-banner-container {
    height: auto !important
}

.stefa-cintillo-appMovistar {
    width: 100%;
    height: 170px;
    border-radius: 8px;
    position: relative
}

.stefa-cintillo-appMovistar__fondo-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.stefa-cintillo-appMovistar-contenido-contenedor-qr__img {
    position: absolute;
    width: auto;
    height: auto;
    object-fit: cover;
    left: 10px;
    top: 50px
}

.stefa-cintillo-appMovistar__contenido {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px
}

.stefa-cintillo-appMovistar-contenido-encabezado__titulo {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    text-align: center;
    color: #0b2739;
    margin-bottom: 0
}

.stefa-cintillo-appMovistar-contenido-encabezado__subTitulo {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: #0b2739;
    margin-bottom: 0
}

.stefa-cintillo-appMovistar-contenido__contenedor {
    display: flex;
    row-gap: 5px;
    column-gap: 4px;
    flex-wrap: wrap;
    justify-content: center
}

.stefa-cintillo-appMovistar-contenido-contenedor__item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 150px;
    height: 40px;
    border-radius: 6.83px;
    background-color: #fff;
    border: .85px solid #0b2739
}

.stefa-cintillo-appMovistar-contenido-contenedor__item.club {
    flex-direction: column;
    gap: 0
}

.stefa-cintillo-appMovistar-contenido-contenedor-item__informacion {
    font-size: 10px;
    font-weight: 400;
    line-height: 12.5px;
    text-align: center;
    color: #0b2739;
    margin-bottom: 0;
    width: 72px
}

.stefa-cintillo-appMovistar-contenido-contenedor__item.club .stefa-cintillo-appMovistar-contenido-contenedor-item__informacion {
    width: 100%
}

.stefa-cintillo-appMovistar-contenido__descarga {
    width: 136px;
    height: 32px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e63780;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.stefa-cintillo-appMovistar-contenido__descarga:hover {
    background-color: #922859;
    color: #fff;
    text-decoration: none
}

.stefa-cintillo-appMovistar-contenido-contenedor-qr__ilustraciones {
    position: relative;
    width: 100%;
    height: 100%
}

.stefa-cintillo-appMovistar-contenido-contenedor-qr-img__movil {
    position: absolute;
    width: auto;
    height: auto
}

.stefa-cintillo-appMovistar-contenido-contenedor-qr-ilustraciones__titulo {
    font-size: 10px;
    font-weight: 700;
    line-height: 12.5px;
    text-align: center;
    color: #019df4;
    position: absolute;
    bottom: -15px;
    width: 63.2px;
    left: 22px
}

.banner-slider__modalform-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important
}

@media(min-width:600px) {
    .seccionplanescards .swiper-container {
        width: 1010px
    }
}

@media(max-width:600px) {


    .stefa-banner-hero__titulo {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
        min-height: 64px
    }

    .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
    }

    .stefa-banner-hero .col-12.order-3,
    .stefa-hunter-ilimitado-accion__promo {
        display: none
    }

    .banner-regala-mama-iphone__terminos {
        position: absolute;
        left: 0;
        bottom: -140px;
        transform: translate(12%, -50%);
        z-index: 99999
    }

    .Beneficios-layout__planpost2023 {
        padding: 24px 16px 40px
    }

    .Beneficios-layout__modulo {
        flex-direction: column
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__header__txt {
        width: 297px;
        margin-bottom: 12px
    }

    .Beneficios-layout__telefono {
        font-size: 24px;
        line-height: 35px;
        font-weight: 700;
        margin: 0 5px
    }

    .Beneficios-layout__modulo .swiper-pagination-bullet-active {
        background: #0b2739 !important
    }

    .Beneficios-layout__modulo .swiper-pagination-bullet {
        background: #fff;
        opacity: 1
    }

    .Beneficios-layout__body {
        margin-top: 10px
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__card__contenidos {
        height: 104px
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__header__ttl {
        margin-bottom: 8px;
        width: 303px
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__card {
        width: 156px;
        margin: 0 auto
    }

    .Beneficios-layout__modulo .swiper-pagination {
        position: relative;
        top: 1em;
        margin-bottom: -8px;
        display: block
    }

    .stefa-hunter-ilimitado-contenido-cerrar__contenido {
        background: #0b273966;
        box-shadow: 1px 1px 12px 0 #01bAF440;
        display: none
    }

    .stefa-hunter-ilimitado {
        width: 165px
    }

    .stefa-hunter-ilimitado__contenido {
        border-radius: 12px 12px 8px 8px;
        box-shadow: 0 1.68px 8.42px 0 #019DF463
    }

    .stefa-hunter-ilimitado-contenido__ilimitado {
        width: 133px;
        height: 34px
    }

    .stefa-hunter-ilimitado-contenido-ilimitado__texto {
        font-size: 26px;
        line-height: 32.5px
    }

    .stefa-hunter-ilimitado-contenido__precio {
        width: 133px;
        height: 24px
    }

    .stefa-hunter-ilimitado-contenido-precio__texto {
        font-size: 16px;
        line-height: 20px
    }

    .stefa-hunter-ilimitado-contenido-precio__texto .alternativo {
        font-size: 12px;
        line-height: 15px
    }

    .stefa-hunter-ilimitado-contenido__corazon {
        top: 22px
    }

    .stefa-hunter-ilimitado-contenido-modal__contenido {
        display: flex
    }

    .stefa-hunter-ilimitado-contenido__telefono {
        bottom: -2px
    }

    .seccionplanescards {
        height: auto;
        padding: 32px 16px
    }

    .seccionplanescards__titulo {
        font-size: 32px;
        line-height: 40px;
        width: 328px;
        margin: 0 auto 1em
    }

    .seccionplanescards__boxes {
        width: 328px;
        height: 528px;
        flex-direction: column-reverse
    }

    .seccionplanescards__postpago {
        width: 257px;
        margin-bottom: 10px
    }

    .seccionplanescards__postpagocelular {
        width: 257px
    }

    .seccionplanescards__boxesimg.img1 {
        left: 0;
        bottom: 60px;
        margin-bottom: -2em
    }

    .seccionplanescards__boxesimg.img2 {
        left: 0;
        bottom: 14px;
        margin-bottom: 0
    }

    .seccionplanescards__boxesimg.img3 {
        left: 0;
        bottom: 50px;
        margin-bottom: -1em
    }

    .seccionplanescards__boxesimg {
        border-radius: 8px 8px 0 0
    }

    .seccionplanescards__postpagocelular.new1 {
        width: 278px
    }

    .seccionplanescards__postpagocelular.new2 {
        width: 269px
    }

    .planadicional__scroller {
        display: flex;
        flex-direction: column;
        padding: 6px
    }

    .planadicional__list {
        overflow-x: hidden
    }

    .planadicional__item {
        width: 270px;
        margin: 0 auto
    }

    div.planadicional__item:nth-child(3) {
        margin-right: auto
    }

    .stefa-carrusel-movil__item--img {
        max-height: 130px
    }

    .stefa-carrusel-movil__item--uno {
        padding: 12px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .Beneficios-layout__planpost2023 {
        padding: 32px
    }

    .Beneficios-layout__modulo {
        flex-direction: column;
        align-items: center
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__header__ttl {
        margin-bottom: 10px
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__header__txt {
        width: 554px;
        margin-bottom: 9px
    }

    .Beneficios-layout__body .swiper-slide {
        width: 240px !important
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__card {
        box-shadow: inherit;
        max-width: 225px
    }

    .Beneficios-layout__body {
        position: relative;
        top: 1em
    }

    .seccionplanescards {
        height: auto;
        padding: 32px 20px
    }

    .seccionplanescards__boxes {
        width: 730px;
        height: 270px
    }

    .seccionplanescards__postpagocelular {
        width: 356px
    }

    .seccionplanescards__boxesimg {
        left: 30px
    }

    .seccionplanescards .swiper-container {
        width: 740px
    }
}

@media (min-width:992px) and (max-width:1270px) {
    .Beneficios-layout__planpost2023 {
        padding: 32px
    }

    .Beneficios-layout__modulo {
        flex-direction: column;
        align-items: center
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__header__ttl {
        margin-bottom: 10px
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__header__txt {
        width: 554px;
        margin-bottom: 9px
    }

    .Beneficios-layout__body .swiper-slide {
        width: 240px !important
    }

    .Beneficios-layout__planpost2023 .Beneficios-layout__card {
        box-shadow: inherit;
        max-width: 225px
    }

    .Beneficios-layout__body {
        position: relative;
        top: 1em
    }

    .seccionplanescards {
        height: auto;
        padding: 32px 20px
    }

    .seccionplanescards__boxes {
        width: 730px;
        height: 270px
    }

    .seccionplanescards__postpagocelular {
        width: 356px
    }

    .seccionplanescards__boxesimg {
        left: 30px
    }

    .seccionplanescards .swiper-container {
        width: 760px
    }
}

.stefa-bhero__InterIlimitado__modulo {
    width: 100%;
    height: 400px;
    background-color: rgba(1, 157, 244, 0);
    overflow: hidden
}

.stefa-bhero__InterIlimitado__box {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.stefa-bhero__InterIlimitado__box img {
    width: auto;
    height: auto;
    max-width: initial !important
}

.stefa-bhero__InterIlimitado__content {
    padding: 4px 8px 8px;
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 348px
}

.stefa-bhero__InterIlimitado__wrapper {
    width: 324px;
    margin: 0 auto;
    text-align: center
}

.stefa-bhero__InterIlimitado__form {
    position: relative;
    width: 286px;
    height: auto;
    min-height: 160px;
    margin: 0 auto
}

.stefa-bhero__InterIlimitado__form--havas {
    padding: 10px
}

.stefa-bhero__InterIlimitado__tyc {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0
}

.stefa-bhero__InterIlimitado__tyc-link {
    font-size: 12px;
    line-height: normal;
    color: #fff;
    text-decoration: underline
}

.stefa-bhero__InterIlimitado__tyc-link:hover {
    color: #fff;
    text-decoration: underline
}

@media(min-width:800px) {
    .stefa-bhero__InterIlimitado__bkgimg {
        position: relative;
        width: 100%;
        height: 400px
    }

    .stefa-bhero__InterIlimitado__modulo {
        width: 100%;
        height: 400px
    }

    .stefa-bhero__InterIlimitado__box {
        height: 400px;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .stefa-bhero__InterIlimitado__content {
        width: 100%;
        max-width: 780px;
        display: flex;
        align-items: flex-start;
        min-height: 328px;
        height: auto
    }

    .stefa-bhero__InterIlimitado__wrapper {
        width: 400px;
        margin: 0
    }

    .stefa-bhero__InterIlimitado__ttl {
        margin-bottom: 8px
    }

    .stefa-bhero__InterIlimitado__contenedor {
        margin-bottom: 12px
    }

    .stefa-bhero__InterIlimitado__form {
        margin: 0 auto
    }

    .stefa-bhero__InterIlimitado__tyc-link {
        font-size: 12px
    }

    .stefa-cintillo-appMovistar-contenido-contenedor__qr {
        display: block
    }

    .stefa-cintillo-appMovistar {
        height: 183px;
        width: 690px;
        margin: auto
    }

    .stefa-cintillo-appMovistar-contenido-encabezado__titulo {
        font-size: 18px;
        line-height: 22.5px
    }

    .stefa-cintillo-appMovistar-contenido-encabezado__subTitulo {
        font-size: 14px;
        line-height: 17.5px
    }

    .stefa-cintillo-appMovistar-contenido__contenedor,
    .stefa-cintillo-appMovistar-contenido__descarga,
    .stefa-cintillo-appMovistar-contenido__encabezado {
        margin-left: 110px
    }

    .stefa-cintillo-appMovistar-contenido-contenedor__item {
        width: 134px;
        height: 84px;
        flex-direction: column;
        gap: 0
    }

    .stefa-cintillo-appMovistar__contenido {
        gap: 4px
    }

    .stefa-cintillo-appMovistar-contenido-contenedor-item__informacion {
        font-size: 12px;
        line-height: 15px;
        width: 90px
    }
}

@media(min-width:1280px) {
    .stefa-bhero__InterIlimitado__content {
        max-width: 1200px;
        padding: 0 8px 16px;
        align-items: center
    }

    .stefa-bhero__InterIlimitado__wrapper {
        width: 646px;
        align-items: flex-start;
        padding-left: 0;
        margin: 0
    }

    .stefa-bhero__InterIlimitado__contenedor {
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translate(50px, -34px)
    }

    .stefa-bhero__InterIlimitado__form {
        width: 380px;
        margin: 0
    }

    .stefa-bhero__InterIlimitado__tyc-link {
        font-size: 12px
    }

    .stefa-cintillo-appMovistar {
        width: 1110px;
        height: 210px
    }

    .stefa-cintillo-appMovistar-contenido-encabezado__titulo {
        font-size: 20px;
        line-height: 25px
    }

    .stefa-cintillo-appMovistar-contenido-encabezado__subTitulo {
        font-size: 16px;
        line-height: 20px
    }

    .stefa-cintillo-appMovistar-contenido__contenedor {
        margin-left: 110px;
        column-gap: 11px
    }

    .stefa-cintillo-appMovistar-contenido__encabezado {
        margin-left: 110px
    }

    .stefa-cintillo-appMovistar-contenido-contenedor__item {
        width: 182px;
        height: 100px
    }

    .stefa-cintillo-appMovistar-contenido-contenedor-item__informacion {
        font-size: 14px;
        line-height: 17.5px;
        width: 104px
    }

    .stefa-cintillo-appMovistar-contenido-contenedor__item.club .stefa-cintillo-appMovistar-contenido-contenedor-item__informacion {
        width: 124px
    }

    .stefa-cintillo-appMovistar-contenido__descarga {
        width: 165px;
        height: 40px;
        font-size: 16px;
        line-height: 24px
    }

    .stefa-cintillo-appMovistar-contenido-contenedor__qr {
        left: 60px;
        bottom: 0;
        z-index: 0;
        width: 124px;
        height: 204px
    }

    .stefa-cintillo-appMovistar-contenido-contenedor-qr-ilustraciones__titulo {
        bottom: -12px;
        width: 76px;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        left: 25px
    }

    .stefa-cintillo-appMovistar-contenido-contenedor-qr__img {
        left: 12px;
        top: 62px
    }
}

@media (max-width:800px) {
    .stefa-bhero__InterIlimitado__wrapper {
        padding-top: 24px
    }

    .stefa-bhero__InterIlimitado__ttl {
        margin-bottom: 10px
    }

    .stefa-bhero__InterIlimitado__contenedor {
        margin-bottom: 16px;
        transform: translate(-66px, 10px)
    }
}

.carousel__p-planes--gauno .p-plan__slide__precio {
    color: #fff;
    font-weight: 400
}

.parr-planes-postpago__subttl {
    color: #0b2739;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px
}

.seo-beneficios__section {
    padding: 32px 16px;
    background-color: #f6f6f6;
    width: 100%
}

.seo-beneficios__section .seo-beneficios__content {
    max-width: 328px;
    width: 100%;
    margin: auto
}

.seo-beneficios__section .seo-beneficios__content .seo-beneficios__heading {
    width: 100%
}

.seo-beneficios__section .seo-beneficios__content .seo-beneficios__heading .seo-beneficios__heading-title {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    text-align: left;
    color: #313235
}

.seo-beneficios__section .seo-beneficios__content .seo-beneficios__heading .seo-beneficios__heading-description {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #50535a
}

.seo-beneficios__section .seo-beneficios__content .seo-beneficios__heading .seo-beneficios__heading-call {
    font-weight: 400;
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 24px;
    text-align: left
}

.seo-beneficios__section .seo-beneficios__content .seo-beneficios__heading .seo-beneficios__heading-call span {
    display: block;
    margin-bottom: 8px
}

.seo-beneficios__section .seo-beneficios__content .seo-beneficios__heading .seo-beneficios__heading-call svg {
    height: 16px;
    width: 16px
}

.seo-beneficios__section .seo-beneficios__content .seo-beneficios__heading .seo-beneficios__heading-call a {
    font-size: 20px;
    line-height: 28px;
    color: #019df4;
    font-weight: 700;
    text-decoration: none
}

.seo-beneficios__section .seo-beneficios__content .seo-beneficios__carousel {
    max-width: 328px;
    width: 100%;
    margin: auto
}

.seo-beneficios__section .seo-beneficios__content .seo-beneficios__carousel #seo-carousel-migrar {
    overflow-x: hidden;
    position: relative;
    padding: 40px 0 46px
}

.seo-beneficios__section .seo-beneficios__content .seo-beneficios__carousel #seo-carousel-migrar .seo-beneficios-item {
    width: 100%
}

.seo-beneficios__section .seo-beneficios__content .seo-beneficios__carousel #seo-carousel-migrar .seo-beneficios-item .seo-beneficios-item__content {
    max-width: 156px;
    width: 100%;
    margin: auto;
    box-shadow: 0 5px 22px 0 rgba(11, 39, 57, .1215686275);
    background-color: #fff;
    border-radius: 8px
}

.seo-beneficios__section .seo-beneficios__content .seo-beneficios__carousel #seo-carousel-migrar .seo-beneficios-item .seo-beneficios-item__content .seo-beneficios-item__head img {
    max-width: 156px;
    width: 100%;
    height: 84px;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.seo-beneficios__section .seo-beneficios__content .seo-beneficios__carousel #seo-carousel-migrar .seo-beneficios-item .seo-beneficios-item__content .seo-beneficios-item__foot {
    padding: 16px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px
}

.seo-beneficios__section .seo-beneficios__content .seo-beneficios__carousel #seo-carousel-migrar .seo-beneficios-item .seo-beneficios-item__content .seo-beneficios-item__foot .seo-beneficios-item__foot--title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #50535a
}

@media(min-width:800px) {

    .parr-planes-postpago__subttl,
    .seo-beneficios__section .seo-beneficios__content .seo-beneficios__heading .seo-beneficios__heading-call a {
        font-size: 24px;
        line-height: 32px
    }

    .parr-planes-postpago__subttl,
    .seo-beneficios__section .seo-beneficios__content .seo-beneficios__heading .seo-beneficios__heading-call,
    .seo-beneficios__section .seo-beneficios__content .seo-beneficios__heading .seo-beneficios__heading-description,
    .seo-beneficios__section .seo-beneficios__content .seo-beneficios__heading .seo-beneficios__heading-title {
        text-align: center
    }

    .seo-beneficios__section .seo-beneficios__content .seo-beneficios__heading .seo-beneficios__heading-call span {
        margin: 0;
        display: inline
    }

    .seo-beneficios__section .seo-beneficios__content .seo-beneficios__heading .seo-beneficios__heading-call svg {
        margin: 0 4px;
        display: inline
    }

    .seo-beneficios__section .seo-beneficios__content .seo-beneficios__carousel {
        max-width: 736px
    }

    .seo-beneficios__section .seo-beneficios__content .seo-beneficios__carousel #seo-carousel-migrar .seo-beneficios-item .seo-beneficios-item__content .seo-beneficios-item__head img {
        max-width: 225px;
        height: 132px
    }

    .seo-beneficios__section .seo-beneficios__content .seo-beneficios__carousel #seo-carousel-migrar .seo-beneficios-item .seo-beneficios-item__content .seo-beneficios-item__foot .seo-beneficios-item__foot--title {
        font-size: 16px;
        line-height: 24px
    }
}

.seo-beneficios__section .seo-beneficios__content .seo-beneficios__carousel #seo-carousel-migrar .seo-beneficios-item .seo-beneficios-item__content .seo-beneficios-item__foot .seo-beneficios-item__foot--description {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #50535a;
    text-align: center
}

@media(min-width:800px) {
    .seo-beneficios__section .seo-beneficios__content .seo-beneficios__carousel #seo-carousel-migrar .seo-beneficios-item .seo-beneficios-item__content .seo-beneficios-item__foot .seo-beneficios-item__foot--description {
        font-size: 14px;
        line-height: 18px
    }

    .seo-beneficios__section .seo-beneficios__content .seo-beneficios__carousel #seo-carousel-migrar .seo-beneficios-item .seo-beneficios-item__content {
        max-width: 225px
    }

    .seo-beneficios__section .seo-beneficios__content {
        max-width: 736px
    }
}

.seo-beneficios__section .seo-beneficios__content .seo-beneficios__carousel #seo-carousel-migrar .seo-beneficios-item .seo-beneficios-item__content .seo-beneficios-item__foot .seo-beneficios-item__foot--cta {
    width: 126px;
    text-align: center;
    height: 32px;
    border-radius: 60px;
    border: 1px solid #019df4;
    color: #019df4;
    font-weight: 700;
    padding: 6px 24px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

.stefa-banner-aniversario {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column
}

.stefa-banner-aniversario__encabezado {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 28px
}

.stefa-banner-aniversario-encabezado-club__aniversario {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 0
}

.stefa-banner-aniversario-encabezado__club {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 178px;
    gap: 4px
}

.stefa-banner-aniversario-encabezado-club__fecha {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 0
}

.stefa-banner-aniversario-encabezado-club__celebramos {
    width: 122px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 0
}

.stefa-banner-aniversario__ilustracion {
    width: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 47px;
    margin-left: -10px
}

.stefa-banner-aniversario__acciones {
    width: 178px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.stefa-banner-aniversario-acciones__noSoyMovistar,
.stefa-banner-aniversario-acciones__soyMovistar {
    width: 178px;
    height: 32px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.stefa-banner-aniversario-acciones__soyMovistar {
    background-color: #019df4
}

.stefa-banner-aniversario-acciones__soyMovistar:hover {
    background-color: #008edd;
    color: #fff
}

.stefa-banner-aniversario-acciones__noSoyMovistar {
    border: 1px solid #fff;
    background-color: transparent
}

.stefa-banner-aniversario-acciones__noSoyMovistar:hover {
    color: #fff
}

@media(min-width:600px) {
    .stefa-banner-aniversario {
        display: grid;
        align-items: center;
        justify-content: center
    }

    .stefa-banner-aniversario__encabezado {
        grid-column: 1;
        grid-row: 1;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 0
    }

    .stefa-banner-aniversario__ilustracion {
        grid-column: 2;
        grid-row: 1/span 2;
        width: 471px;
        margin-bottom: 0
    }

    .stefa-banner-aniversario__acciones {
        grid-column: 1;
        grid-row: 2;
        margin: 0 auto auto
    }

    .stefa-banner-aniversario-encabezado__club {
        gap: 0;
        width: 294px
    }

    .stefa-banner-aniversario-encabezado-club__aniversario {
        font-size: 20px;
        line-height: 25px
    }

    .stefa-banner-aniversario-encabezado-club__fecha {
        font-size: 18px;
        line-height: 22.5px;
        width: 210px
    }

    .stefa-banner-aniversario-encabezado-club__celebramos {
        font-size: 14px;
        line-height: 18px;
        width: 188px
    }
}

@media(min-width:1279px) {
    .stefa-banner-aniversario-encabezado__club {
        width: 430px
    }

    .stefa-banner-aniversario-encabezado-club__aniversario {
        font-size: 24px;
        line-height: 30px
    }

    .stefa-banner-aniversario-encabezado-club__fecha {
        font-size: 20px;
        line-height: 25px;
        width: 100%
    }

    .stefa-banner-aniversario-encabezado-club__celebramos {
        width: 328px;
        font-size: 18px;
        line-height: 22px
    }

    .stefa-banner-aniversario__acciones {
        width: 212px
    }

    .stefa-banner-aniversario-acciones__noSoyMovistar,
    .stefa-banner-aniversario-acciones__soyMovistar {
        width: 212px;
        height: 40px;
        font-size: 16px;
        line-height: 24px
    }

    .stefa-banner-aniversario__ilustracion {
        width: 100%
    }

    .stefa-banner-aniversario {
        column-gap: 60px
    }
}

.stefa-hunter-club-movistar {
    position: fixed;
    right: 0;
    top: 60%;
    box-shadow: 0 0 0 0 #000;
    z-index: 3
}

.stefa-hunter-club-movistar__contenido {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.stefa-hunter-club-movistar-contenido__cerrar {
    display: none;
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 5;
    cursor: pointer
}

.stefa-hunter-club-movistar-contenido__abierto {
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 5
}

.stefa-hunter-club-movistar-contenido__promo {
    width: 145px;
    height: 32px;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #e63780;
    gap: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-radius: 60px;
    margin-top: -10px;
    z-index: 2
}

.stefa-hunter-club-movistar-contenido__promo:hover {
    background-color: #922859;
    color: #fff;
    cursor: pointer
}

.stefa-modal-aniversario {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.stefa-modal-aniversario__encabezado {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 287px
}

.stefa-modal-aniversario-encabezado__titulo {
    font-size: 18px;
    font-weight: 700;
    line-height: 22.5px;
    text-align: center;
    color: #fff;
    margin-bottom: 0
}

.stefa-modal-aniversario-encabezado__fecha {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px
}

.stefa-modal-aniversario-encabezado__celebremos {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    width: 230px
}

.stefa-modal-aniversario-body,
.stefa-modal-aniversario-diario {
    border-radius: 8px;
    background: 0 0 !important
}

.stefa-modal-aniversario-body .ltpopup-close-img,
.stefa-modal-aniversario-diario .ltpopup-close-img {
    width: 37px;
    height: 37px
}

.stefa-hunter-club-movistar-contenido__action {
    z-index: 5
}

.stefa-modal-aniversario-diario-contenido__encabezado {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px
}

.stefa-modal-aniversario-diario-contenido-encabezado__titulo {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    color: #fff;
    margin-bottom: 0
}

.stefa-modal-aniversario-diario-contenido-encabezado__fecha {
    width: 190px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 0
}

.stefa-modal-aniversario-diario-contenido__celebramos {
    width: 259px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 0
}

.stefa-modal-aniversario-diario-contenido__ilustracion {
    margin-left: -30px
}

.stefa-modal-aniversario-body a,
.stefa-modal-aniversario-body a:hover,
.stefa-modal-aniversario-diario a,
.stefa-modal-aniversario-diario a:hover {
    color: unset
}

.stefa-modal-enlace-aniversario {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

.ltpopup-body.stefa-modal-aniversario-body {
    background: #d3d3d3;
    position: relative;
    z-index: 1100;
    display: block;
    margin: auto;
    width: 335px;
    height: 436px
}

.ltpopup-body.stefa-modal-aniversario-body .ltpopup-content {
    padding: 30px 0 0
}

.stefa-banner-aniversario-container {
    height: 400px !important
}

.stefa-slided .swiper-button-next,
.stefa-slided .swiper-button-prev {
    background: #019df4;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    color: #fff;
    display: none
}

.bhero__delivery-express-gratis__comprar-online {
    bottom: -50px;
    right: auto
}

.bhero__delivery-express-gratis__tyc {
    margin-top: 50px
}

.stefa-slided .swiper-container {
    overflow: hidden;
    padding-bottom: 0;
    position: relative
}

.stefa-slided .swiper-button-prev {
    left: 2px
}

.stefa-slided .swiper-button-next::after,
.stefa-slided .swiper-button-prev::after {
    font-size: 14px;
    font-weight: 700
}

.stefa-slided .swiper-button-next {
    right: 2px
}

.stefa-slided .swiper-pagination {
    bottom: 8px
}

.stefa-slided--pplanes {
    margin: 0 auto;
    width: 100%
}

.stefa-slided--programas .swiper-pagination {
    bottom: 0 !important
}

.stefa-slided--programas .swiper-pagination-bullet-active {
    background-color: #0b2739
}

.stefa-slided--programas .swiper-wrapper {
    margin-bottom: 56px
}

.stefa-slided--programas .swiper-button-next,
.stefa-slided--programas .swiper-button-prev {
    background-color: #fff;
    color: #019df4
}

.stefa-bhero__3lps-ilimitado {
    position: relative;
    overflow: hidden;
    width: 100%
}

.stefa-bhero__3lps-ilimitado__bkgpic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1
}

.stefa-bhero__3lps-ilimitado__bkgimg {
    position: relative;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    height: 400px
}

.stefa-bhero__3lps-ilimitado__modulo {
    width: 100%;
    height: 400px;
    overflow: hidden
}

.stefa-bhero__3lps-ilimitado__box {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.stefa-bhero__3lps-ilimitado__box img {
    width: auto
}

.stefa-bhero__3lps-ilimitado__content {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 348px;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.stefa-bhero__3lps-ilimitado__wrapper {
    width: 330px;
    text-align: center;
    margin-top: 10px
}

.stefa-bhero__3lps-ilimitado__ttl {
    color: #019df4;
    text-align: center;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 400;
    position: relative
}

.stefa-bhero__3lps-ilimitado__ttl strong {
    font-size: 32px;
    display: block
}

.stefa-bhero__3lps-ilimitado__txt {
    color: #019df4;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0
}

.stefa-bhero__3lps-ilimitado__contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 140px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px
}

.stefa-bhero__3lps-ilimitado__box1 {
    color: #019df4;
    background-color: #e6f5fd;
    width: 100%;
    padding: 1px 8px 0
}

.stefa-bhero__3lps-ilimitado__box1-txt {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0
}

.stefa-bhero__3lps-ilimitado__box2-txt,
.stefa-bhero__3lps-ilimitado__box3-txt {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 0;
    font-weight: 400
}

.stefa-bhero__3lps-ilimitado__box1-txt strong {
    font-size: 24px;
    display: block;
    margin-bottom: -4px
}

.stefa-bhero__3lps-ilimitado__box1-txt strong span {
    font-size: 36px
}

.stefa-bhero__3lps-ilimitado__box2 {
    color: #fff;
    background-color: #019df4;
    width: 100%;
    padding: 6px 8px
}

.stefa-bhero__3lps-ilimitado__box3 {
    color: #fff;
    background-color: #0b2739;
    width: 100%;
    padding: 6px 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.stefa-bhero__3lps-ilimitado__form {
    min-height: 130px;
    position: relative;
    max-width: 286px;
    margin: 0 auto
}

.stefa-bhero__3lps-ilimitado__tyc {
    font-size: 12px;
    line-height: normal;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 8px
}

.stefa-bhero__3lps-ilimitado__tyc a {
    color: #50535a
}

@media(min-width:800px) {

    .stefa-slided .swiper-button-next,
    .stefa-slided .swiper-button-prev {
        display: flex
    }

    .stefa-slided--pplanes {
        max-width: 680px
    }

    .stefa-bhero__3lps-ilimitado__bkgimg {
        position: relative;
        width: 100%;
        object-fit: cover;
        object-position: top center;
        height: 400px
    }

    .stefa-bhero__3lps-ilimitado__modulo {
        width: 100%;
        height: 400px
    }

    .stefa-bhero__3lps-ilimitado__box {
        display: flex;
        position: relative;
        width: 100%;
        margin: 0 auto;
        height: 400px;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .stefa-bhero__3lps-ilimitado__content {
        width: 100%;
        max-width: 720px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-height: 328px;
        height: auto
    }

    .stefa-bhero__3lps-ilimitado__wrapper {
        width: 332px;
        margin: 0
    }

    .stefa-bhero__3lps-ilimitado__ttl {
        font-size: 42px;
        width: 324px;
        line-height: 42px;
        margin-bottom: 12px
    }

    .stefa-bhero__3lps-ilimitado__ttl strong {
        font-size: 48px
    }

    .stefa-bhero__3lps-ilimitado__txt {
        font-size: 18px;
        width: 324px;
        margin-bottom: 14px
    }

    .stefa-bhero__3lps-ilimitado__contenedor {
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(124px, -50%);
        width: 165px
    }

    .stefa-bhero__3lps-ilimitado__box1-txt,
    .stefa-bhero__3lps-ilimitado__box2-txt,
    .stefa-bhero__3lps-ilimitado__box3-txt {
        font-size: 12px
    }
}

@media(min-width:1280px) {
    .seo-beneficios__section .seo-beneficios__content .seo-beneficios__heading .seo-beneficios__heading-title {
        font-size: 40px;
        line-height: 40px
    }

    .seo-beneficios__section .seo-beneficios__content .seo-beneficios__heading .seo-beneficios__heading-description {
        font-size: 20px;
        line-height: 25px
    }

    .seo-beneficios__section .seo-beneficios__content,
    .seo-beneficios__section .seo-beneficios__content .seo-beneficios__carousel {
        max-width: 1090px
    }

    .seo-beneficios__section {
        padding: 64px 95px
    }

    .stefa-slided--pplanes {
        max-width: 1112px
    }

    .stefa-bhero__3lps-ilimitado__content {
        max-width: 1100px
    }

    .stefa-bhero__3lps-ilimitado__wrapper {
        width: 420px;
        margin: 0
    }

    .stefa-bhero__3lps-ilimitado__ttl {
        font-size: 54px;
        line-height: 54px;
        width: 420px;
        margin-bottom: 16px
    }

    .stefa-bhero__3lps-ilimitado__ttl strong {
        font-size: 64px
    }

    .stefa-bhero__3lps-ilimitado__txt {
        width: 420px;
        font-size: 22px
    }

    .stefa-bhero__3lps-ilimitado__contenedor {
        width: 210px;
        transform: translate(80px, -54%)
    }

    .stefa-bhero__3lps-ilimitado__box1 {
        padding: 6px 8px
    }

    .stefa-bhero__3lps-ilimitado__box1-txt {
        font-size: 14px
    }

    .stefa-bhero__3lps-ilimitado__box2-txt,
    .stefa-bhero__3lps-ilimitado__box3-txt {
        font-size: 12px;
        line-height: 14px
    }

    .stefa-bhero__3lps-ilimitado__box1-txt strong {
        font-size: 24px
    }

    .stefa-bhero__3lps-ilimitado__box1-txt strong span {
        font-size: 38px
    }

    .stefa-bhero__3lps-ilimitado__box2,
    .stefa-bhero__3lps-ilimitado__box3 {
        padding: 8px
    }

    .stefa-bhero__3lps-ilimitado__form {
        max-width: 368px
    }
}

.stefa_banner-planes-postpago--v2-section {
    display: flex;
    align-items: center;
    justify-content: center
}

.stefa_banner-planes-postpago--v2-picture {
    display: flex;
    width: 100%;
    height: 400px;
    align-items: center
}

.stefa_banner-planes-postpago--v2-img-bg {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: none;
    object-position: center
}

@media (min-width:800px) {
    .stefa_banner-planes-postpago--v2-section {
        justify-content: center !important
    }
}

@media (min-width:800px) and (max-width:1279px) {
    .stefa-banner2-planes__form {
        transform: translate(-200px, 50px) !important
    }
}

a.stefa-banner2-planes__enlace {
    width: 120px;
    height: 15px;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: #fff;
    bottom: 5px;
    right: 5px;
    position: absolute
}

.stefa-banner2-planes__form {
    position: absolute;
    width: 285px;
    height: 130px;
    transform: translateY(115px)
}

@media (min-width:768px) and (max-width:799px) {
    .stefa_banner-planes-postpago--v2-img-bg {
        object-fit: fill
    }
}

.stefa-parrilla__recomendado {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    width: 102%;
    position: absolute;
    background-color: #019bef;
    border-radius: 16px 16px 0 0;
    z-index: 2;
    top: -18px;
    left: -2px;
    right: 0;
    color: #fff;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.stefa-parrilla__recomendado--texto {
    margin-left: 6px
}

.stefa-parrilla__azul .p-plan__slide__shadow {
    border-color: #019bef !important
}

.stefa-parrilla__gris {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    background-color: #f6f6f6;
    border-radius: 8px
}

.stefa-parrilla__texto--app {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-top: 8px
}

.stefa-parrilla__blanco--body-texto,
.stefa-parrilla__gris--body-texto {
    font-family: Roboto;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    width: auto;
    font-weight: 400
}

.stefa-parrilla__gris--body {
    background-color: #f6f6f6;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.stefa-parrilla__blanco--body {
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.stefa-parrilla__blanco--body-texto b,
.stefa-parrilla__gris--body-texto b {
    color: #313235;
    font-weight: 700
}

.p-plan__slide__cantidad {
    font-family: Telefonica !important
}

.p-plan__slide__pill--magenta__svg {
    margin-right: 4px
}

.stefa-carrusel-movil__parents--tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0
}

.stefa-carrusel-movil .lt__tab-item h3 {
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #313235;
    border-bottom: 1px solid #eee;
    margin-bottom: 0
}

.stefa-carrusel-movil .lt__tab-item.lt__tab-item--active {
    font-weight: 700;
    border-bottom: 4px solid #019df4
}

.stefa-carrusel-movil__box--uno {
    text-align: center;
    padding: 8px
}

.stefa-carrusel-movil__texto--uno {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #6b6c6f;
    margin-bottom: 8px
}

.stefa-carrusel-movil__texto--dos {
    font-size: 28px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #313235;
    margin-bottom: 8px
}

.stefa-carrusel-movil__texto--tres {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #313235
}

.stefa-carrusel-movil__btn {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #019bef;
    width: 136px;
    height: 32px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

.stefa-carrusel-movil__btn:active,
.stefa-carrusel-movil__btn:focus,
.stefa-carrusel-movil__btn:hover {
    color: #fff;
    text-decoration: none
}

.stefa-carrusel-movil {
    position: relative;
    padding-bottom: 60px;
    background-color: #f6f6f6;
    padding-top: 30px
}

.stefa-carrusel-movil__item--uno {
    background-color: #f5f5f5;
    border-radius: 6px;
    max-width: 153px;
    text-align: center;
    max-height: 180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.stefa-carrusel-movil__item {
    margin: 0 auto;
    max-width: 177px;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 16px;
    background-color: #fff;
    position: relative
}

.stefa-carrusel-movil__item--dos {
    max-width: 153px;
    margin: 10px auto
}

.stefa-carrusel-movil__item--texto-uno {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #6b6c6f;
    margin-bottom: 4px
}

.stefa-carrusel-movil__item--texto-dos {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    max-width: 142px;
    color: #313235;
    margin-bottom: 10px
}

.stefa-carrusel-movil__item--texto-tres {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #313235;
    margin-bottom: 0
}

.stefa-carrusel-movil__item--texto-cuatro {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-decoration-line: line-through;
    color: #6b6c6f;
    margin-bottom: 4px
}

.stefa-carrusel-movil__item--texto-cinco {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #313235;
    margin-bottom: 4px
}

.stefa-carrusel-movil__item--texto-seis {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #6b6c6f;
    margin-bottom: 4px
}

.stefa-carrusel-movil__item--texto-celeste {
    color: #019bef;
    font-weight: 700
}

.stefa-carrusel-movil__item--texto-dscto {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #fff;
    background-color: #a13ea1;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 8px
}

.stefa-carrusel-movil__card-pointer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff
}

.stefa-carrusel-movil__card-pointer:active,
.stefa-carrusel-movil__card-pointer:focus,
.stefa-carrusel-movil__card-pointer:hover {
    color: #fff
}

.stweb__cell-brands.stefa-marcas {
    max-width: 100%;
    padding: 15px;
    margin: 0 auto;
    border-top: 0;
    background-color: #f6f6f6
}

.stefa-marcas .title {
    font-family: Telefonica;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    max-width: 330px;
    margin: 8px auto;
    border-top: none
}

@media(min-width:767px) {
    .stefa-carrusel-movil {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .stefa-carrusel-movil__tabs {
        width: 770px
    }

    .stefa-carrusel-movil__box--uno {
        text-align: left;
        max-width: 420px;
        position: relative
    }

    .stefa-carrusel-movil__texto--uno {
        font-size: 18px;
        line-height: 24px;
        text-align: left
    }

    .stefa-carrusel-movil__texto--dos,
    .stefa-carrusel-movil__texto--tres {
        font-size: 32px;
        line-height: 40px;
        text-align: left
    }

    .stefa-carrusel-movil__texto--dos {
        margin-bottom: 30px
    }

    .stefa-carrusel-movil__item {
        max-width: 255px
    }

    .stefa-carrusel-movil__parents--tabs {
        justify-content: space-around
    }

    .stefa-carrusel-movil .lt__tab-item {
        margin-bottom: 10px
    }

    .stefa-carrusel-movil .lt__tab-item h3 {
        font-size: 18px;
        padding: 25px 79px;
        margin-bottom: -5px
    }

    .stefa-carrusel-movil__item--uno {
        max-width: 206px;
        min-height: 216px
    }

    .stefa-carrusel-movil__item--dos {
        max-width: 223px
    }

    .stefa-carrusel-movil__item--texto-seis,
    .stefa-carrusel-movil__item--texto-tres,
    .stefa-carrusel-movil__item--texto-uno {
        font-size: 14px;
        line-height: 20px
    }

    .stefa-carrusel-movil__item--texto-cuatro {
        font-size: 16px;
        line-height: 20px
    }

    .stefa-carrusel-movil__item--texto-dos {
        font-size: 18px;
        line-height: 24px;
        max-width: 100%;
        min-height: auto
    }

    .stefa-carrusel-movil__item--texto-cinco {
        font-size: 24px;
        line-height: 28px
    }

    .stefa-carrusel-movil__btn {
        width: 136px;
        height: 48px;
        bottom: -68px;
        left: 0;
        right: auto;
        font-size: 18px;
        line-height: 24px
    }

    .stefa-marcas .title {
        font-size: 28px;
        line-height: 32px;
        max-width: 391px;
        text-align: left
    }

    .stefa-marcas .row.mx-n2.mx-md-n1 {
        justify-content: flex-end
    }

    .stefa-marcas .row {
        max-width: 1400px;
        padding: 0 15px;
        margin: 0 auto
    }

    .stefa-marcas .brand {
        width: 95px;
        height: 95px;
        margin-right: 16px
    }

    .stweb__cell-brands.stefa-marcas .brand .picture {
        max-width: 60px !important
    }
}

@media(min-width:1080px) {

    .stefa-carrusel-movil .swiper-button-next,
    .stefa-carrusel-movil .swiper-button-prev {
        background-color: #fff;
        border: 1px solid #ddd;
        width: 28px;
        height: 28px;
        border-radius: 28px;
        display: block
    }

    .stefa-carrusel-movil .swiper-button-next svg,
    .stefa-carrusel-movil .swiper-button-prev svg {
        width: 25px;
        height: 13px;
        color: #313235
    }

    .stefa-carrusel-movil .swiper-button-disabled,
    .stefa-carrusel-movil .swiper-button-disabled svg {
        opacity: 0
    }

    .stefa-carrusel-movil .swiper-button-next:after,
    .stefa-carrusel-movil .swiper-button-prev:after {
        display: none
    }

    .stefa-carrusel-movil .swiper-button-next {
        right: -50px
    }

    .stefa-carrusel-movil .swiper-button-prev {
        left: 370px
    }

    .stefa-carrusel-movil .swiper-button-next:focus,
    .stefa-carrusel-movil .swiper-button-prev:focus {
        outline: 0
    }
}

.stefa-carrusel-movil .swiper-pagination-bullet {
    background-color: #949494;
    opacity: 1;
    width: 10px;
    height: 10px
}

.stefa-carrusel-movil .swiper-pagination-bullet-active {
    width: 28px;
    height: 12px;
    border-radius: 99px;
    background-color: #019bef
}

.stefa-carrusel-movil .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: -5px
}

.stefa-hunter-delivery-contenido-informacion__planes {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #313235;
    margin-bottom: 0
}

.stefa-hunter-delivery-contenido-accion-chip__texto {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #313235;
    margin-bottom: 0
}

.stefa-hunter-delivery {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 110px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #fff;
    box-shadow: 0 -2px 8px 0 #0000001A;
    z-index: 50;
    display: none;
    align-items: center;
    top: unset
}

.stefa-hunter-delivery__contenido {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%
}

.stefa-hunter-delivery-contenido__informacion {
    width: 184px;
    display: flex;
    justify-content: start;
    align-items: center
}

.stefa-beneficios-familiar .swiper-button-next,
.stefa-beneficios-familiar .swiper-button-prev,
.stefa-hunter-delivery-contenido__informacion .dispositivo {
    display: none
}

.stefa-hunter-delivery-contenido-informacion__contenedor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 0
}

.stefa-hunter-delivery-contenido-informacion__badge {
    width: 164px;
    height: 24px;
    border-radius: 4px;
    color: #313235;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.stefa-hunter-delivery-contenido-informacion-badge__texto {
    color: #313235;
    margin-bottom: 0;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

.stefa-hunter-delivery-contenido__accion {
    display: flex;
    justify-content: center;
    align-items: center
}

.stefa-hunter-delivery-contenido-accion__llamame {
    width: 143px;
    height: 48px;
    border-radius: 60px;
    background-color: #019bef;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #fff
}

.stefa-hunter-delivery-contenido__exclusivo {
    margin: 0 0 10px;
    background: #e63780;
    color: #fff;
    width: 260px;
    height: 32px;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    border-radius: 15px
}

.stefa-hunter-delivery-contenido-accion__llamame:hover {
    background-color: #008edd;
    color: #fff
}

.stefa-hunter-delivery-contenido-accion__chip {
    display: none;
    justify-content: start;
    align-items: center;
    gap: 8px;
    width: 276px
}

@media(min-width:600px) {
    .ltpopup-body.stefa-modal-aniversario-body {
        width: 546px;
        height: 490px
    }

    .stefa-modal-aniversario__encabezado {
        width: 328px
    }

    .stefa-modal-aniversario-encabezado__titulo {
        font-size: 18px;
        line-height: 22.5px
    }

    .stefa-modal-aniversario-encabezado__fecha {
        font-size: 16px;
        line-height: 20px
    }

    .stefa-modal-aniversario-encabezado__celebremos {
        width: 268px;
        font-size: 14px;
        line-height: 16px
    }

    .ltpopup-content {
        padding: 40px 0 0
    }

    .stefa-hunter-club-movistar-contenido__promo,
    .stefa-hunter-delivery-contenido-accion__chip {
        display: flex
    }

    .stefa-hunter-club-movistar-contenido__abierto {
        display: none
    }

    .stefa-hunter-club-movistar-contenido__cerrar {
        top: 0;
        display: block
    }

    .stefa-modal-aniversario-diario-contenido__encabezado {
        width: 369px
    }

    .stefa-modal-aniversario-diario-contenido-encabezado__titulo {
        font-size: 24px;
        line-height: 30px
    }

    .stefa-modal-aniversario-diario-contenido-encabezado__fecha {
        width: 100%;
        font-size: 18px;
        line-height: 22.5px
    }

    .stefa-modal-aniversario-diario-contenido__celebramos {
        font-size: 16px;
        line-height: 18px;
        width: 279px
    }

    .stefa-marcas__container {
        max-width: 1140px;
        margin: 0 auto
    }

    .stefa-carrusel-movil__container {
        max-width: 1224px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative
    }

    .stefa-hunter-delivery-contenido-informacion__planes b {
        font-size: 28px;
        line-height: 32px
    }

    .stefa-hunter-delivery-contenido-informacion__planes {
        font-size: 18px;
        line-height: 24px
    }

    .stefa-hunter-delivery-contenido__informacion .dispositivo {
        display: block;
        width: auto;
        height: auto
    }

    .stefa-hunter-delivery {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        min-height: 120px;
        box-shadow: -.33px -6.99px 14px 0 #00000008
    }

    .stefa-hunter-delivery__contenido {
        gap: 0;
        justify-content: space-around
    }

    .stefa-hunter-delivery-contenido__informacion {
        width: 380px;
        gap: 16px
    }

    .stefa-hunter-delivery-contenido-informacion__badge {
        width: 216px;
        height: 20px
    }

    .stefa-hunter-delivery-contenido__accion {
        justify-content: space-around
    }

    .stefa-hunter-delivery-contenido-accion__llamame {
        width: 250px;
        height: 48px;
        font-size: 18px;
        line-height: 24px
    }
}

.parr-planes-postpago__seccion .ltfaqs__viewmore {
    cursor: pointer;
    color: #019bef
}

.stefa-parrilla__blanco--body,
.stefa-parrilla__gris--body {
    max-width: 224px;
    margin: 0 auto 12px
}

.stefa-parrilla__gris--body-img {
    margin-right: 8px
}

@media(min-width:600px) and (max-width:991px) {
    .banner-movistar-total .stefa-banner-hero__titulo {
        font-size: 24px;
        line-height: 32px;
        margin: 16px 24px;
        display: block !important
    }

    .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
    }
}

@media(min-width:767px) and (max-width:1080px) {
    .stefa-carrusel-movil__container {
        max-width: 100%
    }

    .stefa-carrusel-movil__tabs {
        width: 70%
    }

    .seccionconocemas__CARDS--ITEMS {
        width: 90% !important;
        border-radius: 16px
    }

    .seccionconocemas__CARDS--contenidodescriptivo {
        width: 320px !important
    }

    .seccionconocemas__CARDS {
        width: 100% !important
    }

    .Articulo-layout__planpost2023 .Articulo-layout__modulo {
        max-width: 90%
    }

    .Articulo-layout__planpost2023 .Articulo-layout__wrapper {
        width: 100%;
        max-width: 100%;
        gap: 209px
    }

    .Articulo-layout__planpost2023 .Articulo-layout__cards {
        margin-top: 180px
    }
}

.stefa-banner-hero__badge {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #019bef;
    padding: 4px;
    border-radius: 4px;
    background-color: #e6f5fd
}

.stefa-banner-hero__parrafo {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #6b6c6f;
    margin: 8px 0
}

.linea-adicional-movistar {
    text-align: center;
    padding: 30px 0
}

.linea-adicional-movistar_subtitle {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    color: #313235;
    max-width: 740px;
    margin: 16px auto 8px
}

.linea-adicional-movistar_description {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center
}

.linea-adicional-movistar_card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #ddd;
    width: 409px;
    height: 477px;
    border-radius: 8px
}

.linea-adicional-movistar_body {
    display: flex;
    justify-content: space-around;
    max-width: 864px;
    margin: 0 auto
}

.linea-adicional-movistar_card--title {
    font-family: Telefonica;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #313235;
    padding-left: 16px;
    padding-top: 16px
}

.linea-adicional-movistar_card--subtitle {
    padding-left: 16px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #6b6c6f;
    max-width: 360px
}

.stefa-lineas-adicionales__clickeable {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #019bef;
    width: 136px;
    height: 48px;
    border: 1px solid #019bef;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px
}

.linea-adicional-movistar_image {
    border-radius: 8px 8px 0 0
}

@media(max-width:600px) {
    .stefa-carrusel-movil__container {
        max-width: 100%;
        flex-direction: column
    }

    .stefa-carrusel-movil .lt__tab-item {
        padding: 0
    }

    .stefa-carrusel-movil .lt__tab-item h3 {
        padding: 5px
    }

    .stefa-hunter-delivery-contenido__exclusivo {
        margin-bottom: 2px;
        width: 148px;
        height: 24px;
        font-size: 10px
    }

    .banner-movistar-total .stefa-banner-hero__titulo {
        font-size: 24px;
        line-height: 32px;
        display: block
    }




    .banner-movistar-total .banner-fibra-tv .picture {
        margin-bottom: 0 !important
    }

    .banner-movistar-total .banner-regala-mama-iphone__terminos {
        bottom: -5px
    }

    .linea-adicional-movistar_body {
        flex-direction: column
    }

    .linea-adicional-movistar_card {
        width: 328px;
        height: 400px;
        margin: 0 auto 20px
    }

    p.linea-adicional-movistar_card--subtitle {
        font-size: 14px;
        line-height: 20px
    }

    .stefa-lineas-adicionales__clickeable {
        font-size: 16px;
        line-height: 20px
    }

    .linea-adicional-movistar_subtitle {
        font-size: 28px;
        line-height: 32px
    }

    .linea-adicional-movistar_description {
        font-size: 16px;
        line-height: 24px;
        max-width: 328px;
        margin: 0 auto 20px
    }

    .stefa-hunter-delivery-contenido-informacion-badge__texto {
        font-size: 14px;
        line-height: 18px
    }

    .stefa-hunter-delivery-contenido-informacion__planes b {
        font-size: 16px;
        display: block
    }

    [aria-label="1 / 2"] .stefa-banner-hero__badge {
        margin-top: 12px;
        display: inline-block
    }
}

.stweb-btn--round {
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 50px
}

.stweb-btn--outline-cian {
    border: 1px solid #019df4;
    color: #019df4
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1280px
    }
}

.stefa-beneficios-familiar {
    padding: 40px 0;
    background-color: #0b2739
}

.stefa-beneficios-familiar__titular {
    font-family: Telefonica;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    max-width: 740px;
    margin: 0 auto 40px
}

.stefa-beneficios-familiar__cards {
    width: 288px;
    height: 550px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 20px
}

.stefa-beneficios-familiar__img {
    width: auto;
    height: auto;
    border-radius: 16px;
    margin-bottom: 15px
}

.stefa-beneficios-familiar__titulo {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    color: #313235;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center
}

.stefa-beneficios-familiar__link,
.stefa-beneficios-familiar__parrafo {
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    display: flex
}

.stefa-beneficios-familiar__parrafo {
    font-weight: 400;
    height: 72px;
    align-items: flex-start;
    display: inline-block;
}

.stefa-beneficios-familiar__link {
    font-weight: 500;
    color: #fff;
    background-color: #019df4;
    width: 136px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    margin: 0 auto
}

.stefa-beneficios-familiar__link:active,
.stefa-beneficios-familiar__link:focus,
.stefa-beneficios-familiar__link:hover {
    color: #fff;
    background-color: #008edd;
    text-decoration: none
}

.stefa-beneficios-familiar__container {
    max-width: 1224px;
    margin: 0 auto
}

.stefa-beneficios-familiar .swiper-pagination-bullet {
    background: #949494
}

.stefa-beneficios-familiar .swiper-pagination-bullet-active {
    width: 18px;
    height: 8px;
    border-radius: 99px;
    background: #019df4
}

@media(min-width:767px) {
    .stefa-beneficios-familiar__titular {
        font-size: 40px;
        line-height: 48px
    }
}

@media (max-width:600px) {
    .banner_2_pri_recibos_close svg {
        width: 16px;
        height: 16px;
        fill: #fff
    }

    .banner_2_pri_recibos_close {
        top: 5px;
        left: 15px
    }

    .HUNTERescaparceluSamgung__body {
        position: fixed;
        z-index: 51;
        right: 0;
        border-radius: 20px 0 0 20px;
        background-color: #0b2739;
        display: flex;
        box-shadow: 2px 2px 10px 5px rgb(0 0 0 / 30%);
        height: 181px;
        width: 208px;
        background-size: contain;
        overflow: hidden;
        bottom: 11em;
        align-items: center
    }

    .HUNTERescaparceluSamgung__box.box3 {
        margin-top: -55px
    }

    .HUNTERescaparceluSamgung__body button {
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        color: #fff;
        background-color: #e63780;
        border: 0;
        width: 130px;
        height: 36px;
        border-radius: 60px
    }

    .HUNTERescaparceluSamgung_classClose {
        left: 13em;
        top: 9px
    }

    .HUNTERescaparceluSamgung__botonquiero {
        width: 134px;
        height: 40px;
        font-size: 14px;
        padding: 6px 24px;
        transform: translate(0, -3em)
    }

    .HUNTERescaparceluSamgung__box.box2 {
        top: -3em;
        right: -40px
    }

    .HUNTERescaparceluSamgung__box.box1 {
        position: relative;
        top: 3em;
        right: 51px
    }

    .banner_2_pri_recibos {
        bottom: 160px
    }

    .secciondeStickersVerPromo .stickerPromoCeluDesktop,
    .secciondeStickersVerPromo.test-sticker-none .stickerPromoCeluMobile,
    .stickerPromoCelu,
    .stickerPromoCeluMobile {
        display: none
    }

    .stickerPromoCeluMobile__body {
        bottom: 11em
    }

    .secciondeStickersVerPromo .stickerPromoCeluMobile {
        display: block
    }

    .Paso-a-paso-carousel__planpost2023 .swiper-slide {
        align-items: center
    }

    .Paso-a-paso-carousel__planpost2023 .Paso-a-paso-carousel__slider {
        position: relative;
        width: auto;
        display: flex;
        justify-content: center
    }

    .stefa-banner-chip-container__contenido {
        margin-left: 0
    }

    .stefa-banner-chip-container__informacion {
        width: 308px;
        margin-left: 0;
        position: relative
    }

    .stefa-banner-chip-container-informacion__instante {
        font-size: 28px;
        line-height: 35px
    }

    .stefa-banner-chip-container-informacion__chip,
    .stefa-banner-chip-container-informacion__recibelo {
        font-size: 40px;
        line-height: 40px
    }

    .stefa-banner-chip-container-informacion__comprar-online {
        position: absolute;
        bottom: -210px;
        margin-left: 180px;
        width: 144px;
        height: 32px;
        font-size: 14px;
        line-height: 20px
    }

    .stefa-banner-chip-container__plan {
        margin-top: 0;
        margin-left: 180px
    }

    .banner-regala-mama-iphone__terminos {
        transform: translate(143%, -50%) !important
    }
}

@media (min-width:1200px) {
    .banner-regala-mama-iphone__terminos {
        transform: translate(242%, -53%) !important;
    }
}

@media (min-width:600px) and (max-width:991px) {
    .banner-movistar-total .stefa-banner-hero__titulo {
        margin: 0 !important
    }

    .banner-movistar-total .banner-fibra-tv .stweb-btn {
        transform: translate(-38%, 50%) !important
    }
}

.banner-hero__bannersLineas.box3 {
    width: 456px;
}

.banner-hero__bannersLineas.box2 {
    position: relative;
}

@media(max-width:799px) {
    .banner-fibra-tv .picture img {
        height: 180px !important;
        width: 100% !important;
        object-fit: cover !important;
        border-radius: 0;
    }

    .banner-hero__bannersLineas.box2,
    .banner-hero__bannersLineas.box4 {
        width: 100%;
        height: 180px;
    }

    .banner-fibra-tv {
        flex-direction: column-reverse;
    }

    .banner-hero__bannersLineas.box3,
    .banner-hero__bannersLineas.box1 {
        width: 328px;
    }

    .banner-hero__bannersLineas.box1 {
        margin-top: 1em;
    }

    .banner-hero__bannersLineas.box3 {
        margin-top: 2em;
    }
}


@media (min-width: 800px) and (max-width: 1270px) {


    .banner-fibra-tv {
        flex-direction: column-reverse;
    }

    .banner-movistar-total .banner-regala-mama-iphone__terminos {
        bottom: 25px;
        right: 0;
        left: unset
    }

    .banner-regala-mama-iphone__terminos {
        transform: translate(-122%, -50%);
    }

    .banner-hero__bannersLineas.box1 {
        width: 600px;
    }

    .banner-hero__bannersLineas.box3 {
        width: 600px;
    }

    .banner-fibra-tv .stweb-btn {
        display: block;
        margin: 0;
        width: 155px;
        max-width: 330px;
    }

    .stweb__banner-hero .banner-hero--progress .swiper-button-next,
    .stweb__banner-hero .banner-hero--progress .swiper-button-prev {
        overflow: auto;
        visibility: unset;
    }
}