.lt-accordion-content.toggleactive,.lt__parent.lt__parent--active,.lt__subparent.lt__subparent--active,.toggle-container.toggleactive {
    display: block
}

.lt__subtab-item.lt__subtab-item--active,.lt__tab-item.lt__tab-item--active {
    border-bottom: 1px solid #019df4
}

.lt__subtab-item,.lt__tab-item,[lt-accordion]>li {
    list-style: none
}

.dev-banner-container {
    height: 500px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.dev-banner__inner {
    width: 100%;
    max-width: 1280px;
    padding: 20px 25px;
    position: relative
}

.dev-banner__fondo-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

@media (min-width: 580px) {
    .dev-banner-container {
        height:500px
    }
}

.toggle-container {
    transition: height .35s ease-in-out;
    overflow: hidden;
    display: none
}

.lt-accordion-content {
    transition: height .34s ease-in-out;
    overflow: hidden;
    display: none
}

.lt-accordion-title {
    cursor: pointer
}

[lt-accordion]>*>* {
    margin: 0
}

.lt-toggle-icon {
    width: 13px;
    height: 13px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23019bf2' viewBox='0 0 512 512'%3E%3Cpath d='M255.5 115.2a28 28 0 0 0-19.1 8.3L9.2 350.7a28.3 28.3 0 1 0 40 40l206.3-206.3 206.3 206.3a28.3 28.3 0 1 0 40-40L274.6 123.5c-5.3-5.3-12.2-8-19.1-8.3z'/%3E%3C/svg%3E");
    background-size: cover;
    transform: rotate(180deg);
    transition: .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__tab-item {
    cursor: pointer;
    padding: 5px;
    display: flex;
    justify-content: center
}

.lt__parent,.lt__subparent {
    display: none;
    padding: 10px
}

.lt__subtab-item {
    cursor: pointer;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center
}

.ltpopup-wp {
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.65);
    z-index: 1000;
    transition-timing-function: ease-in-out;
    transition-duration: .3s
}

.ltpopup-body {
    background: #d3d3d3;
    position: relative;
    z-index: 1100;
    display: block;
    margin: auto;
    width: 280px;
    height: 436px
}

.ltpopup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px 20px;
    box-sizing: border-box
}

.ltpopup-exit-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 2
}

.ltpopup-close-img {
    width: 24px;
    height: 24px;
    fill: #fff
}

.ltpopup-wp.visible {
    opacity: 1;
    visibility: visible
}

.ltpopup-wp.hide {
    visibility: hidden;
    opacity: 0;
    z-index: -2
}

.ltpopup-info {
    position: relative
}

@media (min-width: 600px) {
    .ltpopup-body {
        width:546px;
        height: 490px
    }
}

.hunter__body {
    position: fixed;
    bottom: 60px;
    right: 0;
    background-color: #4d4d4d;
    padding: 16px;
    z-index: 2;
    width: 415px;
    height: 215px;
    border-radius: 16px 0 0 16px
}

.hunter__close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 2
}

.hunter__inner img {
    width: auto;
    height: auto;
    max-height: 100%
}

.hunter__inner {
    height: 100%
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0
}

.swiper-container {
    padding-bottom: 20px
}

.lt-swiper-nav {
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2
}

.lt-button-next.lt-swiper-nav {
    position: absolute;
    right: 0
}

.lt-button-prev.lt-swiper-nav {
    position: absolute;
    left: 0
}

.lt-swiper-nav.swiper-button-disabled {
    opacity: .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,.stweb-btn--cian:active {
    background: #019df4;
    color: #fff
}

.ltfaqs__section .accordion_link_active .lt-accordion-titlelabel {
    font-weight: 700
}

@media (min-width: 768px) {
    .ltfaqs__section .ltfaqs__inner {
        max-width:700px
    }

    .ltfaqs__section {
        padding: 32px
    }

    .ltfaqs__section .ltfaqs__title {
        font-size: 38px;
        margin-bottom: 12px;
        padding: 24px 0
    }

    .ltfaqs__section .lt-accordion-titlelabel {
        max-width: 80%;
        font-size: 18px
    }
}

.ltfaqs__section .ltfaqs__viewmore {
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
    color: #019df4;
    text-align: center;
    text-decoration: underline;
    cursor: pointer
}

.ltfaqs__section .ltfaqs__viewmore:hover {
    color: #019df4
}

.ltfaqs__section .ltfaqs__morebtn .ltfaqs__viewmore.minus,.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.more,.stefa-mejores-marcas-contenido-contenedor-logos-item__hover,.stefa-mejores-marcas-contenido-contenedor-logos__item:hover .stefa-mejores-marcas-contenido-contenedor-logos-item__principal,[lt-toggle] .minus,[lt-toggle].link__toggleactive .more {
    display: none
}

.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.minus,.stefa-mejores-marcas-contenido-contenedor-logos-item__principal,.stefa-mejores-marcas-contenido-contenedor-logos__item:hover .stefa-mejores-marcas-contenido-contenedor-logos-item__hover {
    display: block
}

@media (min-width: 1280px) {
    .ltfaqs__section .ltfaqs__inner {
        max-width:1024px
    }

    .ltfaqs__section .lt-accordion-title {
        margin-top: 12px
    }
}

[lt-toggle].link__toggleactive .minus {
    display: inline
}

.preguntas-collapse {
    padding: 64px 95px
}

.preguntas-collapse_titulo,.preguntas-footer__titulo {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    margin-bottom: 24px;
    text-align: center;
    color: #50535a
}

.preguntas-collapse_header-numero,.preguntas-collapse_item.active .preguntas-collapse_header-numero {
    background-color: #019df4;
    color: #fff
}

.preguntas-collapse_right,.preguntas-footer__right {
    position: relative;
    padding-right: 12px;
    margin: auto
}

.preguntas-collapse_header,.preguntas-footer__header {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 14px 40px 26px 0
}

.preguntas-collapse_header-numero {
    display: flex;
    margin-right: 10px;
    width: 32px;
    min-width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px
}

.preguntas-collapse_header_titulo {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #50535a
}

.preguntas-collapse_header:after {
    top: 13px;
    transform: rotate(45deg);
    content: "";
    transition: .1s
}

.preguntas-collapse_mas--icono:after,.preguntas-collapse_mas--icono:before {
    background: #019df4;
    width: 60%;
    height: 1px;
    top: calc(50% - 1px);
    position: absolute;
    content: ""
}

.preguntas-collapse_header::after,.preguntas-footer__header:after {
    right: 0;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    margin-top: 8px;
    border-right: 2px solid #019df4;
    border-bottom: 2px solid #019df4;
    -webkit-transition: .1s;
    position: absolute
}

.preguntas-collapse_body-info {
    font-size: 14px;
    line-height: 20px;
    color: #50535a;
    margin-bottom: 14px;
    font-weight: 400
}

.preguntas-collapse_item.active .preguntas-collapse_header:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 20px
}

.preguntas-collapse_header::after {
    border-radius: 1px
}

.preguntas-collapse_mas {
    margin-top: 30px
}

.preguntas-collapse_mas--boton {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.preguntas-collapse_mas--info {
    color: #019df4;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-decoration: underline;
    margin: 0
}

.preguntas-collapse_mas--icono {
    position: relative;
    border-radius: 50px;
    border: 1.5px solid #019df4;
    height: 20px;
    width: 20px;
    margin-left: 9px;
    background: #fff;
    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
}

.preguntas-collapse_mas--icono:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.preguntas-footer__header-numero {
    display: flex;
    margin-right: 10px;
    width: 32px;
    min-width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #242628;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    background-color: #d9e0d9
}

.preguntas-footer__header-titulo {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    color: #6c6f74
}

.preguntas-footer__header:after {
    top: 13px;
    transform: rotate(45deg);
    border-radius: 1px;
    content: "";
    transition: .1s
}

.preguntas-footer__body-info {
    font-size: 14px;
    line-height: 18px;
    color: #6c6f74;
    margin-bottom: 14px
}

.preguntas-footer__item.active .preguntas-footer__header-numero {
    background-color: #019df4;
    color: #fff
}

.preguntas-footer__item.active .preguntas-footer__header:after {
    transform: rotate(225deg);
    top: 20px
}

.preguntas-collapse_list,.preguntas-footer__list {
    z-index: 5;
    position: relative
}

.preguntas-collapse_item,.preguntas-footer__item {
    position: relative;
    border-bottom: 1px solid #d3d4d3
}

.preguntas-collapse_body,.preguntas-footer__body {
    padding-left: 10px;
    padding-right: 10px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.preguntas-collapse_item.active .preguntas-collapse_body,.preguntas-footer__item.active .preguntas-footer__body {
    height: auto;
    opacity: 1;
    overflow: hidden
}

.stefa-mejores-marcas {
    position: relative;
    padding: 32px 16px;
    width: 100%;
    height: 190px
}

.stefa-mejores-marcas__contenido {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.stefa-mejores-marcas-contenido__titulo {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    margin-bottom: 0
}

.stefa-mejores-marcas-contenido__contenedor {
    width: 328px;
    height: 56px;
    border-radius: 8px;
    border: 1px solid #0b2739;
    box-shadow: 0 2px 0 0 #0b2739
}

.stefa-mejores-marcas-contenido-contenedor__logos {
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    background-color: #019df4
}

.stefa-equipos-postpago__img {
    width: auto;
    height: auto
}

.stefa-carrousel-equipos {
    position: relative;
    width: 100%;
    height: 748px;
    padding: 32px 16px
}

.stefa-carrousel-equipos__contenido {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    gap: 32px;
    height: 100%
}

.stefa-carrousel-equipos-contenido__informacion {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

.stefa-carrousel-equipos-contenido-informacion__icono {
    width: 40px;
    height: 40px;
    border-radius: 80px;
    background-color: #e63780;
    display: flex;
    justify-content: center;
    align-items: center
}

.stefa-carrousel-equipos-contenido-informacion__titulo {
    width: 328px;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 0
}

.stefa-carrousel-equipos-contenido-informacion__descripcion {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    width: 300px
}

.stefa-carrousel-equipos__parrilla {
    position: relative;
    width: 280px
}

.stefa-carrousel-equipos__parrilla .lt-button-next::after,.stefa-carrousel-equipos__parrilla .lt-button-prev::after {
    content: none
}

.stefa-carrousel-equipos__parrilla .lt-button-next,.stefa-carrousel-equipos__parrilla .lt-button-prev {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background-color: #019df4;
    box-shadow: 0 0 4px 0 #00000040;
    display: none
}

.stefa-carrousel-equipos__parrilla .lt-button-next.swiper-button-disabled,.stefa-carrousel-equipos__parrilla .lt-button-prev.swiper-button-disabled {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 #00000040
}

.stefa-carrousel-equipos__parrilla .lt-button-next {
    right: -50px
}

.stefa-carrousel-equipos__parrilla .lt-button-prev {
    left: -50px
}

.stefa-carrousel-equipos__parrilla .lt-button-next .svg--inline,.stefa-carrousel-equipos__parrilla .lt-button-prev .svg--inline {
    color: #fff
}

.stefa-carrousel-equipos__parrilla .lt-button-next.swiper-button-disabled .svg--inline,.stefa-carrousel-equipos__parrilla .lt-button-prev.swiper-button-disabled .svg--inline {
    color: #80cef9
}

.stefa-carrousel-equipos__parrilla .swiper-container {
    padding-bottom: 40px
}

.stefa-carrousel-equipos__parrilla .swiper-pagination-bullet {
    background: #fff;
    opacity: 1
}

.stefa-carrousel-equipos__parrilla .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0b2739
}

.stefa-carrousel-equipos-parrilla__item {
    border-radius: 16px;
    padding: 16px 0;
    background-color: #fff;
    box-shadow: 0 0 8px 0 #00000029
}

.stefa-carrousel-equipos-parrilla-item__imagen {
    width: 100%;
    height: 258px;
    padding: 2px 16px;
    border-bottom: 1px solid #d3d4d3;
    display: flex;
    justify-content: center;
    align-items: center
}

.stefa-carrousel-equipos-parrilla-item-imagen__dispositivo {
    width: 140px;
    height: 229px
}

.stefa-carrousel-equipos-parrilla-item__contenido {
    width: 100%;
    min-height: 119px;
    padding: 16px 16px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.stefa-carrousel-equipos-parrilla-item-contenido__informacion {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.stefa-carrousel-equipos-parrilla-item-contenido-informacion__badge {
    width: 95px;
    height: 17px;
    border-radius: 21px;
    border: 1px solid #e63780;
    font-weight: 700;
    font-size: 10px;
    line-height: 12.5px;
    text-align: center;
    color: #e63780;
    display: flex;
    justify-content: center;
    align-items: center
}

.stefa-carrousel-equipos-parrilla-item-contenido-informacion__modelo {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #019df4;
    margin-bottom: 0;
    min-height: 30px;
}

.stefa-carrousel-equipos-parrilla-item-contenido-informacion__plan {
    font-size: 10px;
    font-weight: 400;
    line-height: 12.5px;
    text-align: center;
    color: #86888c;
    margin-bottom: 0
}

.stefa-carrousel-equipos-parrilla-item-contenido__quiero {
    width: 108px;
    height: 32px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #019df4;
    border: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.stefa-carrousel-equipos-parrilla-item-contenido__quiero:hover {
    background-color: #008edd;
    color: #fff
}

.stefa-parrilla-planes {
    position: relative;
    padding: 32px 16px
}

.stefa-parrilla-planes__contenido {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 32px
}

.stefa-parrilla-planes-contenido__encabezado {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.stefa-parrilla-planes-contenido-encabezado__icono {
    width: 40px;
    height: 40px;
    border-radius: 80px;
    background: #e63780;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px
}

.stefa-parrilla-planes-contenido-encabezado__obten {
    width: 328px;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #50535a;
    margin-bottom: 10px
}

.stefa-parrilla-planes-contenido-encabezado__llevate {
    width: 310px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #86888c;
    margin-bottom: 0
}

.carousel__p-planes--gauno .swiper-button-next svg,.carousel__p-planes--gauno .swiper-button-prev svg {
    width: 14px;
    height: 14px;
    fill: #fff;
    fill: #fff
}

.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;
    right: 0
}

.carousel__p-planes--gauno {
    width: 100%;
    max-width: 1048px;
    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 {
    box-shadow: 0 5px 22px 0 rgba(11,39,57,.12),0 7px 8px 0 rgba(11,39,57,.02);
    border-radius: 8px
}

.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 0 8px;
    padding: 0;
    font-size: 24px;
    line-height: 32px;
    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: 14px;
    line-height: 16px;
    margin-bottom: 0
}

.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
}

.carousel__p-planes--gauno .p-plan__slide__precio .p-plan__slide__soles {
    font-size: 40px;
    line-height: 40px
}

.carousel__p-planes--gauno .p-plan__slide__body {
    background-color: #fff;
    color: #50535a;
    border-radius: 0 0 8px 8px;
    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
}

.carousel__p-planes--gauno .p-plan__slide__gigas {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 0
}

.carousel__p-planes--gauno .p-plan__slide__gigas .p-plan__slide__cantidad {
    font-size: 38px;
    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;
    font-weight: 400
}

.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 {
    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-size: 10px;
    line-height: 16px;
    padding: 1px 18px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 16px
}

.carousel__p-planes--gauno .p-plan__slide__pill--verde {
    color: #5cb615;
    background-color: #bde4a4
}

.carousel__p-planes--gauno .p-plan__slide__pill--magenta {
    color: #e63780;
    background-color: #fbc7de
}

.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 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    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-image: url(https://www.movistar.com.pe/documents/37905/18467820/SVG_FEB_ico-fono.svg);
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 50%;
    content: "";
    transform: translateX(-70px)
}

.carousel__p-planes--gauno .swiper-container {
    padding-bottom: 60px
}

.carousel__p-planes--gauno .swiper-pagination-bullet {
    background-color: #d3d4d3!important
}

.carousel__p-planes--gauno .swiper-pagination-bullet-active {
    background-color: #019df4!important
}

.parr-planes-postpago__txt--xtra {
    color: #019df4;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 32px;
    text-wrap: nowrap;
    display: flex;
    justify-content: center;
    align-items: center
}

.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
}

.stefa-parrilla-planes-contenido__tabs .swiper-button-next::after,.stefa-parrilla-planes-contenido__tabs .swiper-button-prev::after {
    content: ''
}

.stefa-parrilla-planes-contenido__tabs {
    max-width: 280px;
    position: relative
}

.mobile-template-card {
    height: 460px
}

.card__box-prices {
    margin-top: 0!important
}

@media(min-width: 600px) {
    .stefa-mejores-marcas {
        height:120px;
        padding: 32px
    }

    .stefa-mejores-marcas__contenido {
        gap: 48px;
        flex-direction: row
    }

    .preguntas-collapse_titulo {
        font-size: 40px;
        line-height: 48px
    }

    .stefa-mejores-marcas-contenido__titulo {
        text-align: start
    }

    .preguntas-collapse,.stefa-parrilla-planes {
        padding: 32px
    }

    .stefa-mejores-marcas-contenido-contenedor-logos__item {
        width: 48px;
        height: 48px
    }

    .stefa-carrousel-equipos {
        padding: 32px 64px;
        width: 100%;
        height: 732px
    }

    .stefa-carrousel-equipos__contenido {
        gap: 64px;
        justify-content: start
    }

    .stefa-carrousel-equipos-contenido-informacion__descripcion,.stefa-carrousel-equipos-contenido-informacion__titulo {
        width: 100%
    }

    .stefa-carrousel-equipos__parrilla .lt-button-next,.stefa-carrousel-equipos__parrilla .lt-button-prev {
        display: flex
    }

    .stefa-carrousel-equipos__parrilla {
        width: 416px
    }

    .stefa-parrilla-planes-contenido-encabezado__obten {
        width: 500px
    }

    .stefa-parrilla-planes-contenido-encabezado__llevate {
        width: 736px
    }

    .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: 12px
    }

    .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
    }

    .stefa-parrilla-planes-contenido__tabs {
        max-width: 646px;
        position: relative
    }
}

@media(min-width: 1279px) {
    .stefa-mejores-marcas {
        height:130px;
        padding: 25px 95px
    }

    .stefa-mejores-marcas__contenido {
        gap: 64px;
        flex-direction: row
    }

    .stefa-mejores-marcas-contenido__titulo {
        font-size: 32px;
        line-height: 40px;
        text-align: start
    }

    .preguntas-collapse_body-info,.preguntas-collapse_header_titulo {
        font-size: 16px;
        line-height: 20px
    }

    .stefa-mejores-marcas-contenido__contenedor {
        width: 480px;
        height: 80px;
        border-radius: 8px;
        padding: 0;
        border: 2px solid #0b2739;
        box-shadow: 0 4px 0 0 #0b2739
    }

    .stefa-mejores-marcas-contenido-contenedor__logos {
        border: 3px solid #fff;
        display: flex;
        gap: 20px
    }

    .preguntas-collapse_right,.preguntas-footer__right {
        padding-top: 30px;
        width: 100%
    }

    .preguntas-collapse_header,.preguntas-footer__header {
        padding: 16px 0 24px 16px
    }

    .preguntas-collapse_header-numero,.preguntas-footer__header-numero {
        margin-right: 14px
    }

    .preguntas-collapse_header:after,.preguntas-footer__header:after {
        right: 16px!important
    }

    .preguntas-collapse_body,.preguntas-footer__body {
        padding-left: 16px
    }

    .preguntas-collapse_body-info {
        margin-bottom: 20px
    }

    .stefa-mejores-marcas-contenido-contenedor-logos__item {
        width: 64px;
        height: 64px
    }

    .preguntas-collapse,.stefa-parrilla-planes {
        padding: 64px 95px
    }

    .stefa-carrousel-equipos {
        height: 562px;
        padding: 48px 95px
    }

    .stefa-carrousel-equipos__contenido {
        flex-direction: row;
        justify-content: center;
        gap: 94px
    }

    .stefa-carrousel-equipos-contenido__informacion {
        width: 470px
    }

    .stefa-carrousel-equipos-contenido-informacion__descripcion {
        font-size: 20px;
        line-height: 25px
    }

    .stefa-carrousel-equipos__parrilla {
        width: 416px
    }

    .stefa-parrilla-planes-contenido-encabezado__obten {
        width: 500px
    }

    .stefa-parrilla-planes-contenido-encabezado__llevate {
        font-size: 20px;
        line-height: 25px;
        width: 780px
    }

    .carousel__p-planes--gauno .swiper-button-next,.carousel__p-planes--gauno .swiper-button-prev {
        display: flex;
        right: -40px
    }

    .stefa-parrilla-planes-contenido__tabs {
        max-width: 868px;
        position: relative
    }
}

.stweb-btn,.stweb-btn:active,.stweb-btn:hover {
    text-decoration: none;
    color: #019df4
}

.stweb-btn--blue-dark:active,.stweb-btn--cian:active,.stweb-btn--green:active {
    outline: 0
}

.stweb-btn {
    display: inline-block;
    padding: 12px 10px;
    font-weight: 700;
    border: 0 solid;
    border-radius: .375rem;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: .15s;
    background: inherit
}

.stweb-btn:active {
    background: 0 0;
    outline: 0;
    box-shadow: #019df4
}

.stweb-btn--round {
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 50px
}

@media (max-width: 767.98px) {
    .stweb-btn {
        font-size:14px;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .stweb-btn--round {
        padding-left: 24px;
        padding-right: 24px
    }
}

.stweb-btn--outline-cian {
    border: 1px solid #019df4;
    color: #019df4
}

.stweb-btn--cian:hover {
    color: #fff
}

.stweb-btn--green,.stweb-btn--green:active {
    color: #fff;
    background: #5cb615
}

.stweb-btn--green:hover {
    color: #fff
}

.stweb-btn--blue-dark,.stweb-btn--blue-dark:active {
    color: #fff;
    background: #0b2739
}

.stweb-btn--blue-dark:hover {
    color: #fff
}

.equipopostpago {
    padding: 20px 0;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px
}

.equiposPostpagos .stweb-mobile-template {
    margin-top: -4em
}

@media(max-width: 600px) {
    .preguntas-collapse {
        padding:32px 16px
    }

    .preguntas-collapse_titulo {
        font-size: 28px;
        line-height: 32px
    }

    .stefa-carrousel-equipos-parrilla__item {
        max-width: 200px
    }

    .equipopostpago {
        margin-top: -20px;
        font-size: 30px;
        line-height: 32px
    }

    .equiposPostpagos .stweb-mobile-template {
        margin-top: -2em
    }
}


@media (min-width: 992px) {
    .stweb-mobile-template {
        padding: 0px 0px 64px 0px !important;
    }
}

.swiper-button-next svg, .swiper-button-prev svg {
    font-size: 14px !important;
    width: 14px;
    height: 14px;
}

.par_desktop_infe--pedidos_ya{
    display: none;
}

/* codigos css nuevos */


.stweb-btn--outline-cian {
    border: 1px solid rgba(230,55,128,1);
    color: #fff!important
}

.stweb-btn {
    display: inline-block;
    height: 40px;
    font-weight: 700;
    border: 0 solid;
    border-radius: .375rem;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: .15s;
    background: rgba(230,55,128,1);
    color: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center
}
.stweb-btn--round {
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 50px
}

.carousel__p-planes--gauno .p-plan__slide__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    gap: 8px;
    padding: 8px 32px;
    border-radius: 32px;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    color: #019df4;
    border: 1px solid #019df4;
    width: 100%
}

.carousel__p-planes--gauno .p-plan__slide__btn:hover {
    background-color: #fff;
    color: #019df4
}