.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
}

.dev-banner-container {
    height: 436px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.dev-banner__inner {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.dev-banner__fondo-img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    width: auto
}

#stefa_custom--img-baner {
    object-fit: cover
}

@media (min-width:580px) {
    .dev-banner-container {
        height: 400px
    }
}

.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-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__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);
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    padding: 0 25px;
    z-index: 100000
}

.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: #019df4
}

.ltpopup-wp.visible {
    opacity: 1;
    visibility: visible
}

.ltpopup-wp.hide {
    visibility: hidden;
    opacity: 0;
    z-index: -2
}

.ltpopup-info {
    position: relative
}

.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: 10px
}

.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
}

.stefa-planes-portabilidad-test-parrilla-contenido__comprar:hover,
.stefa-planes-portabilidad-test-parrilla-contenido__llamamos:hover {
    background-color: #008edd;
    text-decoration: none;
    color: #fff
}

.ltfaqs__section .lt-accordion-titlelabel {
    color: #50535a;
    font-size: 14px;
    font-weight: 400;
    line-height: 142%;
    max-width: 70%;
    margin-left: 10px;
    margin-bottom: 0
}

.ltfaqs__section .lt-toggle-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg)
}

.ltfaqs__section .lt-accordion-content {
    margin: 0 30px;
    font-size: 16px;
    color: #50535a
}

.ltfaqs__section .accordion_link_active .lt-accordion-number {
    background: #019df4;
    color: #fff
}

.ltfaqs__section .accordion_link_active .lt-accordion-titlelabel {
    font-weight: 700
}

.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,
.portlet-journal-content .portlet .portlet-header,
[lt-toggle] .minus,
[lt-toggle].link__toggleactive .more {
    display: none
}

.banner-portabilidad-test-contenido__form.show,
.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.minus,
.stefa-beneficios-planes-contenido-cintillo__form.show {
    display: block
}

[lt-toggle].link__toggleactive .minus {
    display: inline
}

.consulta-portabilidad__loguito,
.stefa-cintillo-appMovistar__img,
.stefa-portabilidad-test__img {
    width: auto;
    height: auto
}

.stefa-planes-portabilidad-test {
    background-color: #f5f5f5;
    width: 100vw;
    position: relative;
    padding-bottom: 2em
}

.stefa-planes-portabilidad-test .swiper-container {
    width: 320px;
    padding: 50px 10px
}

.stefa-planes-portabilidad-test__parrilla {
    position: relative;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background-color: #fff
}

.stefa-planes-portabilidad-test__parrilla.destacado {
    border: 2px solid #019bef
}

.stefa-planes-portabilidad-test-parrilla__recomendado {
    width: 101.5%;
    height: 28px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #019bef;
    position: absolute;
    top: -28px;
    left: -2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    z-index: 2
}

.stefa-planes-portabilidad-test__parrilla .stefa-planes-portabilidad-test-parrilla__encabezado {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px
}

.stefa-planes-portabilidad-test__parrilla.destacado .stefa-planes-portabilidad-test-parrilla__encabezado {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.stefa-planes-portabilidad-test-parrilla__encabezado {
    width: 100%;
    padding: 16px 16px 24px;
    background: #0b2739;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative
}

.stefa-planes-portabilidad-test-parrilla-encabezado__titulo {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 4px
}

.stefa-planes-portabilidad-test-parrilla-encabezado__velocidad {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 4px
}

.banner-portabilidad-test-parrilla-gigas-badge__texto,
.stefa-planes-portabilidad-test-parrilla-encabezado__subTitulo {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    margin-bottom: 0
}

.stefa-planes-portabilidad-test-parrilla-encabezado__subTitulo {
    color: #50535a
}

.stefa-planes-portabilidad-test-parrilla-encabezado__bono {
    width: 185px;
    height: 24px;
    background-color: #e63780;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: -10px
}

.stefa-planes-portabilidad-test-parrilla__contenido {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.stefa-migrar-contenido-encabezado__titulo,
.stefa-planes-portabilidad-test-parrilla-contenido__precio {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #313235;
    margin-bottom: 0
}

.stefa-planes-portabilidad-test-parrilla-contenido__precio .tiempo {
    font-size: 16px;
    line-height: 24px
}

.tiempo-precio {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 39px
}

.stefa-planes-portabilidad-test-parrilla-contenido__apps {
    width: 100%;
    height: 70px;
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 16px 0
}

.stefa-planes-portabilidad-test-parrilla-contenido-apps__texto {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px
}

.stefa-planes-portabilidad-test-parrilla-contenido-apps-texto__titulo {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #50535a;
    margin-bottom: 0
}

.stefa-planes-portabilidad-test-parrilla-contenido__llamamos {
    width: 100%;
    height: 48px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #019bef;
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
    color: #fff;
    border: none;
    margin-bottom: 0
}

.stefa-planes-portabilidad-test-parrilla-contenido__comprar {
    width: 100%;
    height: 48px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #019bef;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #019bef;
    margin-top: 16px
}

.stefa-planes-portabilidad-test-parrilla-contenido__tikTok {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background-color: #f6f6f6
}

.stefa-hunter-delivery-contenido-informacion__planes {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #313235;
    margin-bottom: 0
}

.stefa-planes-portabilidad-test-parrilla-contenido-tikTok__texto {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #313235;
    margin-bottom: 0
}

.stefa-planes-portabilidad-test-parrilla-contenido__beneficios {
    width: 100%;
    padding: 0 16px
}

.stefa-planes-portabilidad-test-parrilla-contenido-beneficios__divisor {
    background-color: #eee;
    width: 100%;
    height: 1px;
    margin-top: 16px
}

.stefa-planes-portabilidad-test-parrilla-contenido-beneficios__contenedor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 9px
}

.stefa-planes-portabilidad-test-parrilla-contenido-beneficios-contenedor__item {
    display: flex;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 16px
}

.stefa-planes-portabilidad-test-parrilla-contenido-beneficios-contenedor-item__contenido {
    width: 208px
}

.stefa-planes-portabilidad-test-parrilla-contenido-beneficios-contenedor-item-contenido__titulo {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: #313235;
    margin-bottom: 0
}

.stefa-planes-portabilidad-test-parrilla-contenido-beneficios-contenedor-item-contenido__descripcion {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #737578;
    margin-bottom: 0
}

.stefa-planes-portabilidad-test-parrilla-contenido__beneficiosDetalle {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #019bef
}

.stefa-planes-portabilidad-test-parrilla-contenido__beneficiosDetalle:hover {
    color: #019bef;
    text-decoration: underline;
    cursor: pointer
}

.stefa-planes-portabilidad-test-parrilla-contenido__detalle {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 0
}

.banner-portabilidad-test-contenido__contenedorTitulo,
.portlet-decorate .portlet-content,
.seccionbannerscelularesOferta__sliders {
    padding: 0
}

.stefa-planes-portabilidad-test .swiper-button-next,
.stefa-planes-portabilidad-test .swiper-button-prev {
    display: none;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%
}

.stefa-planes-portabilidad-test .swiper-button-next svg,
.stefa-planes-portabilidad-test .swiper-button-prev svg,
.stefa-portabilidad-equipos-contenido-planes-item-contenido__modelo:hover {
    color: #313235
}

.stefa-planes-portabilidad-test .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: unset;
    background-color: #949494
}

.stefa-planes-portabilidad-test .swiper-pagination-bullet-active {
    width: 18px;
    height: 8px;
    border-radius: 99px;
    background-color: #019bef
}

.stefa-planes-portabilidad-test .swiper-button-next::after,
.stefa-planes-portabilidad-test .swiper-button-prev::after {
    content: ""
}

.stefa-planes-portabilidad-test .swiper-button-prev {
    left: 1%;
    z-index: 15
}

.stefa-planes-portabilidad-test .swiper-button-next {
    right: 1%;
    z-index: 15
}

.stefa-planes-portabilidad-test-parrilla-contenido__portabilidad {
    width: 100%;
    border-radius: 8px;
    background-color: #e6f5fd;
    border: 1px solid #019bef;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #008edd;
    margin-top: 16px;
    margin-bottom: 16px
}

.stefa-modal-parrilla-planes__encabezado {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.stefa-modal-parrilla-planes-encabezado__logo {
    font-size: 42px;
    line-height: 42px;
    max-width: 42px;
    width: 100%;
    margin: 0 auto;
    color: #019df4;
    display: block
}

.stefa-modal-parrilla-planes-encabezado__titulo {
    font-size: 32px;
    color: #019df4;
    text-align: center;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.3
}

.stefa-modal-parrilla-planes__cerrar {
    border: 1px solid #019df4;
    color: #019df4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 24px;
    position: unset;
    margin: auto;
    background: #ffff
}

.stefa-modal-parrilla-planes {
    height: max-content;
    max-width: 850px;
    width: 100%;
    border-radius: 16px;
    background: #ffff
}

.stefa-modal-parrilla-planes .ltpopup-content {
    padding: 25px 20px 20px
}

.stefa-beneficios-planes-contenido__parilla .swiper-container,
.stefa-portabilidad-equipos-contenido__planes .swiper-container {
    padding-bottom: 40px
}

.stefa-beneficios-planes {
    padding: 32px 0;
    background-color: #f5f5f5
}

.stefa-beneficios-planes__contenido {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center
}

.stefa-beneficios-planes-contenido__titulo {
    width: 347px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #313235;
    margin-bottom: 0
}

.stefa-beneficios-planes-contenido__parilla {
    width: 350px
}

.stefa-beneficios-planes-contenido-parilla__item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 9px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 120px
}

.stefa-beneficios-planes-contenido-parilla-item__contenido {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 8px
}

.stefa-beneficios-planes-contenido-parilla-item-contenido__titulo,
.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-beneficios-planes-contenido-parilla-item-contenido__descripcion {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #737578;
    margin-bottom: 0
}

.stefa-beneficios-planes-contenido__cintillo {
    width: 100%;
    position: relative;
    min-height: 114px;
    border-radius: 8px;
    background-color: #0b2739;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 17px;
    gap: 10px
}

.stefa-beneficios-planes-contenido-cintillo__delivery {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
    width: 250px
}

.stefa-beneficios-planes-contenido-cintillo__llamame {
    width: 129px;
    height: 32px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #019bef;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border: none;
    position: absolute;
    bottom: 15px
}

.stefa-beneficios-planes-contenido-cintillo__llamame:hover {
    background-color: #008edd;
    color: #fff;
    text-decoration: none
}

.stefa-migrar {
    padding: 48px 0;
    background-color: #fff
}

.stefa-migrar__contenido {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px
}

.stefa-migrar-contenido__encabezado,
.stefa-portabilidad-cards__contenido {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px
}

.stefa-migrar-contenido-encabezado__descripcion {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #737578;
    margin-bottom: 0;
    width: 343px
}

.stefa-migrar-contenido__beneficios,
.stefa-requisitos-portabilidad__contenedor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px
}

.stefa-migrar-contenido-beneficios__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px
}

.stefa-migrar-contenido-beneficios-item__contenido {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center
}

.stefa-migrar-contenido-beneficios-item-contenido__titulo,
.stefa-requisitos-portabilidad-contenedor-item-contenido__titulo {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 0
}

.stefa-migrar-contenido-beneficios-item-contenido__descripcion {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #737578;
    width: 300px;
    margin-bottom: 0
}

.stefa-migrar-contenido__llamanos {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #737578;
    margin-bottom: 0
}

.stefa-migrar-contenido__llamame {
    width: 328px;
    height: 48px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #019bef;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: none
}

.stefa-migrar-contenido__llamame:hover {
    background-color: #008edd;
    color: #fff
}

.stefa-portabilidad-equipos {
    padding: 24px 0;
    background-color: #fff;
}

.stefa-portabilidad-equipos__contenido {
    display: flex;
    flex-direction: column;
    align-items: center
}

.stefa-portabilidad-equipos-contenido__encabezado {
    width: 343px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    gap: 8px
}

.stefa-portabilidad-equipos-contenido-encabezado__titulo {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #313235;
    margin-bottom: 0
}

.stefa-portabilidad-equipos-contenido-encabezado__subTitulo {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #313235;
    margin-bottom: 0;
    width: 312px
}

.stefa-portabilidad-equipos-contenido__planes {
    width: 343px
}

.stefa-portabilidad-equipos-contenido-planes__item {
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background-color: #fff;
    border: 1px solid #D3D4D3;
}

.stefa-portabilidad-equipos-contenido-planes-item__ilustracion {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 8px
}

.stefa-portabilidad-equipos-contenido-planes-item__contenido {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%
}

.stefa-portabilidad-equipos-contenido-planes-item-contenido__marca {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #737578;
    margin-bottom: 4px
}

.stefa-portabilidad-equipos-contenido-planes-item-contenido__modelo,
.stefa-portabilidad-equipos-contenido-planes-item-contenido__modelo h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #313235;
    margin-bottom: 12px;
    text-decoration: none
}

.stefa-portabilidad-equipos-contenido-planes-item-contenido__modelo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.stefa-portabilidad-equipos-contenido-planes-item-contenido__contado {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #313235;
    margin-bottom: 0
}

.stefa-portabilidad-equipos-contenido-planes-item-contenido__precio {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #313235;
    margin-bottom: 12px
}

.stefa-portabilidad-equipos-contenido-planes-item-contenido__precioPlan {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #313235;
    margin-bottom: 0
}

.stefa-portabilidad-equipos-contenido-planes-item-contenido__plazo {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #019bef;
    margin-bottom: 16px
}

.stefa-portabilidad-equipos-contenido-planes-item__quiero {
    width: 100%;
    height: 32px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #019bef;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border: none
}

.stefa-portabilidad-equipos-contenido-planes-item__quiero:hover {
    background-color: #008edd;
    color: #fff
}

.stefa-portabilidad-equipos-contenido__marcas {
    width: 343px;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.stefa-portabilidad-equipos-contenido-marcas__titulo {
    width: 271px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #313235;
    margin-bottom: 0
}

.stefa-portabilidad-equipos-contenido-marcas__contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.stefa-portabilidad-equipos-contenido-marcas-contenedor__item {
    background-color: #fff;
    border-radius: 8px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    min-height: 80px
}

.stefa-portabilidad-equipos-contenido-marcas-contenedor__item:hover {
    box-shadow: 0 7px 8px rgba(11, 39, 57, .02), 0 5px 22px rgba(11, 39, 57, .12)
}

.stefa-portabilidad-cards {
    padding-top: 32px;
    background-color: #f6f6f6;
    padding: 32px 0;
}

.stefa-portabilidad-cards-contenido__item {
    position: relative;
    width: 100%;
    height: 198px;
    padding: 24px
}

.stefa-portabilidad-cards-contenido-item__contenedor {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    position: absolute;
    z-index: 1;
    height: 140px
}

.stefa-portabilidad-test__imgFondo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.stefa-portabilidad-cards-contenido-item__titulo {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin-bottom: 2px
}

.stefa-portabilidad-cards-contenido-item__velocidad {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #fff;
    margin-bottom: 7px
}

.stefa-portabilidad-cards-contenido-item__descuento {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #fff;
    margin-bottom: 8px
}

.stefa-portabilidad-cards-contenido-item__quiero {
    width: 104px;
    height: 28px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #019bef;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    color: #fff;
    border: none
}

.stefa-portabilidad-cards-contenido-item__quiero:hover {
    background-color: #008edd;
    color: #fff
}

.stefa-requisitos-portabilidad {
    padding: 48px 16px;
    background-color: #0B2739;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 32px
}

.stefa-requisitos-portabilidad__titulo {
    width: 343px;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 0
}

.stefa-requisitos-portabilidad-contenedor__item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 343px;
    height: auto;
    gap: 24px
}

.stefa-requisitos-portabilidad-contenedor-item__ilustracion {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px
}

.stefa-requisitos-portabilidad-contenedor-item__contenido {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 8px;
    width: 271px;
}

.stefa-requisitos-portabilidad-contenedor-item-contenido__descripcion {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: start;
    color: #fff;
    margin-bottom: 0;
}

.stefa-cintillo-appMovistar {
    width: 100%;
    height: 202px;
    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: 0
}

.stefa-cintillo-appMovistar-contenido-contenedor__qr {
    display: none;
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: 0;
    width: 104px;
    height: 172px
}

.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: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #0b2739;
    margin-bottom: 2px;
    width: 280px
}

.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-portabilidad-test {
    width: 100%;
    background-color: #fff;
    position: relative;
    height: auto;
    padding: 0
}

.banner-hero-front {
    display: flex;
    align-items: start;
    min-height: 456px;
    height: 100%;
    position: relative
}

.banner-portabilidad-test .swiper-wrapper {
    height: auto !important
}

.banner-portabilidad-test .swiper-container {
    position: unset;
    height: auto
}

.banner-portabilidad-test__parrilla {
    width: 100%;
    height: 100px
}

.banner-portabilidad-test__container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 0
}

.banner-portabilidad-test__ilustracion {
    width: 100%;
    height: 184px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner-portabilidad-test .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    background-color: transparent;
    opacity: unset;
    font-weight: 400;
    color: #313235;
    border: 1px solid #ddd
}

.banner-portabilidad-test .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e6f5fd;
    color: #313235;
    font-weight: 700
}

.banner-portabilidad-test .swiper-button-next::after,
.banner-portabilidad-test .swiper-button-prev::after {
    font-size: 16px;
    color: #313235;
    font-weight: 700
}

.banner-portabilidad-test .lt-swiper-nav.swiper-button-disabled {
    opacity: unset !important
}

.banner-portabilidad-test .lt-swiper-nav.swiper-button-disabled::after {
    font-weight: 400
}

.banner-portabilidad-test .swiper-button-next,
.banner-portabilidad-test .swiper-button-prev {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center
}

.banner-portabilidad-test .swiper-button-next svg,
.banner-portabilidad-test .swiper-button-prev svg {
    color: #313235;
    width: 10px;
    height: 10px;
    display: none
}

.banner-portabilidad-test .lt-swiper-nav {
    top: unset;
    bottom: 13px;
    transform: none
}

.banner-portabilidad-test .lt-button-next.lt-swiper-nav {
    right: 34%;
    z-index: 15;
    transform: none
}

.banner-portabilidad-test .lt-button-prev.lt-swiper-nav {
    left: 32%;
    z-index: 15;
    transform: none
}

.banner-portabilidad-test-parrilla__contenido {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 130px;
    padding: 0
}

.banner-portabilidad-test-parrilla-contenido__titulo {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #000;
    margin-bottom: 0
}

.banner-portabilidad-test-parrilla-contenido__fecha {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #000;
    margin-bottom: 13px
}

.banner-portabilidad-test-parrilla-contenido__contenedor {
    width: 130px;
    height: 64px;
    border-radius: 8px
}

.banner-portabilidad-test-parrilla-contenido-contenedor__descuento {
    background-color: #019df4;
    height: 44.3px;
    display: flex;
    justify-content: center;
    align-items: start;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.banner-portabilidad-test-parrilla-contenido-contenedor-descuento__hasta {
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 0
}

.banner-portabilidad-test-parrilla-contenido-contenedor-descuento__precio {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 0
}

.banner-portabilidad-test-parrilla-contenido-contenedor__detalle {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 6px
}

.banner-portabilidad-test-parrilla-contenido-contenedor-detalle__dto {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 0
}

.banner-portabilidad-test-parrilla-contenido-contenedor-detalle__contado {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 0
}

.banner-portabilidad-test-parrilla-contenido-contenedor__cambiate {
    width: 100%;
    height: 19.69px;
    background-color: #0b2739;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.banner-portabilidad-test-parrilla-contenido-contenedor-cambiate__texto {
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    margin-bottom: 0
}

.banner-portabilidad-test__contenido {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 16px 10px;
    gap: 16px;
    margin: 0 auto
}

.banner-portabilidad-test-contenido__badge {
    display: none;
    width: 85px;
    height: 28px;
    border-radius: 4px;
    background-color: #e6f5fd;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #019bef
}

.banner-portabilidad-test-contenido__titulo {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #313235;
    margin-bottom: 0;
    display: contents
}

.banner-portabilidad-test-contenido__titulo.titulo2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.banner-portabilidad-test-contenid__portabilidad b,
.separadorportate {
    padding: 0 3px
}

.banner-portabilidad-test-contenido__titulo span {
    position: relative;
    right: 188px
}

.banner-portabilidad-test-contenido__portate {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    width: 328px;
    color: #737578;
    margin-bottom: 0
}

.banner-portabilidad-test-contenido__llamame {
    width: 328px;
    height: 48px;
    min-height: 48px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #019bef;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: none;
    text-decoration: inherit !important
}

.banner-portabilidad-test-contenido__llamame:hover {
    background-color: #008edd;
    color: #fff;
    text-decoration: inherit !important
}

.banner-portabilidad-test-parrilla__gigas {
    width: 176px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 3px;
    padding: 0
}

.banner-portabilidad-test-parrilla-gigas__badge {
    width: 130px;
    height: 24px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e63780;
    gap: 5px;
    margin-bottom: 6px
}

.banner-portabilidad-test-parrilla-gigas__texto {
    font-size: 17px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -.02em;
    text-align: left;
    color: #fff;
    margin-bottom: 0
}

.banner-portabilidad-test-parrilla-gigas__desde {
    font-size: 17px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -.03em;
    text-align: left;
    color: #fff;
    margin-bottom: 0
}

.banner-portabilidad-test-parrilla-gigas__contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 2px solid #fff;
    padding: 0 5px;
    margin-top: 6px;
    gap: 4px
}

.banner-portabilidad-test-parrilla-gigas-contenedor__moneda {
    font-size: 12px;
    font-weight: 700;
    line-height: 35.93px;
    letter-spacing: -.03em;
    text-align: left;
    color: #fff;
    margin-bottom: 0
}

.banner-portabilidad-test-parrilla-gigas-contenedor__precio {
    font-size: 40px;
    font-weight: 700;
    line-height: 35.93px;
    letter-spacing: -.03em;
    text-align: left;
    color: #fff;
    margin-bottom: 0
}

.banner-portabilidad-test-parrilla-gigas-contenedor__decimales {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start
}

.banner-portabilidad-test-parrilla-gigas-contenedor-decimales__texto,
.banner-portabilidad-test-parrilla-gigas-contenedor-decimales__tiempo {
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.03em;
    text-align: left;
    color: #fff;
    margin-bottom: 0
}

.stefa-hunter-delivery {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 80px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #fff;
    box-shadow: 0 -2px 8px 0 #0000001a;
    z-index: 99;
    display: flex;
    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
}

.banner-portabilidad-test-contenido__form,
.seccionbannerscelularesOferta__formularioCelularesOferta--Cambiarenueva,
.stefa-beneficios-planes-contenido-cintillo__form,
.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: 4px
}

.stefa-hunter-delivery-contenido-informacion__badge {
    width: 164px;
    height: 24px;
    border-radius: 4px;
    background-color: #e63780;
    display: flex;
    justify-content: center;
    align-items: center
}

.stefa-hunter-delivery-contenido-informacion-badge__texto {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 0
}

.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-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
}

.banner-portabilidad-test-ilustracion__tyc {
    width: 148px;
    height: 13px;
    font-size: 10px;
    font-weight: 400;
    line-height: 12.5px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    transform: translate(-71px, -15px);
    z-index: 1
}

.banner-portabilidad-test-ilustracion__tyc:hover {
    cursor: pointer
}

.stefa-planes-portabilidad-test-parrilla-contenido-apps__iconos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px
}

.ltfaqs__viewmore span {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.5px;
    text-align: left;
    color: #019df4
}

@media (min-width:600px) {
    .ltpopup-body {
        width: auto;
        height: auto
    }

    .stefa-planes-portabilidad-test .swiper-container {
        width: 790px;
        padding: 50px 10px
    }

    .stefa-modal-parrilla-planes__cerrar {
        padding-left: 32px;
        padding-right: 32px;
        display: none
    }

    .stefa-modal-parrilla-planes {
        max-width: 850px
    }

    .ltpopup-wp {
        padding: 0 25px
    }

    .stefa-beneficios-planes-contenido__parilla {
        width: 760px
    }

    .stefa-portabilidad-equipos-contenido__encabezado {
        width: 100%;
        padding: 40px 0
    }

    .stefa-hunter-delivery-contenido-informacion__planes b,
    .stefa-portabilidad-equipos-contenido-encabezado__titulo {
        font-size: 28px;
        line-height: 32px
    }

    .stefa-portabilidad-equipos-contenido-encabezado__subTitulo {
        font-size: 20px;
        line-height: 28px;
        width: 100%
    }

    .stefa-portabilidad-equipos-contenido__planes {
        width: 750px
    }

    .stefa-portabilidad-equipos-contenido__marcas {
        flex-direction: row;
        width: 790px
    }

    .stefa-portabilidad-equipos-contenido-marcas__titulo {
        width: 244px;
        font-size: 28px;
        line-height: 32px
    }

    .motorla,
    .stefa-hunter-delivery-contenido-accion__chip,
    .stefa-portabilidad-equipos-contenido-marcas__contenedor .xiaomi {
        display: flex
    }

    .stefa-portabilidad-cards {
        padding-top: 56px
    }

    .stefa-portabilidad-cards__contenido {
        gap: 28px;
        flex-direction: row
    }

    .stefa-portabilidad-cards-contenido__item {
        width: 600px;
        height: 216px;
        border-radius: 16px;
        padding: 40px
    }

    .stefa-portabilidad-cards-contenido-item__contenedor {
        height: 156px;
        justify-content: center
    }

    .stefa-hunter-delivery-contenido-informacion__planes,
    .stefa-portabilidad-cards-contenido-item__titulo {
        font-size: 18px;
        line-height: 24px
    }

    .stefa-portabilidad-cards-contenido-item__velocidad {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 12px
    }

    .stefa-portabilidad-cards-contenido-item__descuento {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px
    }

    .stefa-portabilidad-cards-contenido-item__quiero {
        width: 112px;
        height: 32px
    }

    .stefa-requisitos-portabilidad {
        padding: 80px 72px;
        gap: 64px
    }

    .stefa-requisitos-portabilidad__titulo {
        width: 100%
    }

    .stefa-requisitos-portabilidad__contenedor {
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 24px;
        row-gap: 64px;
        justify-content: center;
        width: 100%
    }

    .stefa-requisitos-portabilidad-contenedor__item {
        width: 392px;
        min-height: 84px;
        flex-direction: row;
        justify-content: center;
        align-items: start
    }

    .stefa-requisitos-portabilidad-contenedor-item__contenido {
        align-items: start
    }

    .stefa-requisitos-portabilidad-contenedor-item__ilustracion {
        width: 35px;
        height: 38px
    }

    .stefa-requisitos-portabilidad-contenedor-item-contenido__titulo {
        font-size: 20px;
        line-height: 28px;
        text-align: start
    }

    .stefa-requisitos-portabilidad-contenedor-item-contenido__descripcion {
        font-size: 16px;
        line-height: 24px;
        text-align: start;
        width: 304px
    }

    .stefa-cintillo-appMovistar-contenido-contenedor__qr,
    .stefa-hunter-delivery-contenido__informacion .dispositivo {
        display: block
    }

    .stefa-cintillo-appMovistar-contenido-encabezado__subTitulo {
        font-size: 14px;
        line-height: 17.5px
    }

    .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__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
    }

    .banner-portabilidad-test-ilustracion__tyc {
        width: 218px;
        height: 18px;
        font-size: 14px;
        font-weight: 400;
        line-height: 17.5px;
        text-align: center;
        transform: translate(-90px, -12px)
    }

    .banner-portabilidad-test__parrilla {
        grid-column: 2;
        grid-row: 1;
        width: 564px;
        height: 266px
    }

    .banner-portabilidad-test__contenido {
        grid-column: 1;
        grid-row: 1;
        align-items: start;
        width: 336px;
        padding: 0
    }

    .banner-portabilidad-test-contenido__badge {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .banner-portabilidad-test-contenido__titulo {
        font-size: 26px;
        line-height: 32px
    }

    .banner-portabilidad-test-contenido__portate {
        font-size: 14px;
        line-height: 20px;
        color: #6b6c6f;
        width: 326px
    }

    .banner-portabilidad-test-contenido__llamame {
        width: 167px;
        height: 48px;
        font-size: 18px;
        line-height: 24px
    }

    .banner-portabilidad-test-parrilla__contenido {
        width: 200px
    }

    .banner-portabilidad-test-parrilla-contenido__titulo {
        font-size: 20px;
        height: 24px;
        margin-bottom: 4px
    }

    .banner-portabilidad-test-parrilla-contenido__fecha {
        font-size: 16px;
        line-height: 18px
    }

    .banner-portabilidad-test-parrilla-contenido__contenedor {
        width: 154px;
        height: 84px
    }

    .banner-portabilidad-test-parrilla-contenido-contenedor__descuento {
        height: 54.3px;
        align-items: center
    }

    .banner-portabilidad-test-parrilla-contenido-contenedor__cambiate {
        height: 29.69px
    }

    .banner-portabilidad-test-parrilla-contenido-contenedor-descuento__hasta {
        font-size: 14px;
        line-height: 25px;
        margin-top: -15px
    }

    .banner-portabilidad-test-parrilla-contenido-contenedor-descuento__precio {
        font-size: 40px
    }

    .banner-portabilidad-test-parrilla-contenido-contenedor-detalle__contado,
    .banner-portabilidad-test-parrilla-contenido-contenedor-detalle__dto {
        font-size: 14px;
        line-height: 16px
    }

    .banner-portabilidad-test-parrilla-contenido-contenedor-cambiate__texto {
        font-size: 12px;
        line-height: 14px
    }

    .banner-portabilidad-test-parrilla-gigas__badge {
        width: 146px;
        height: 28px
    }

    .banner-portabilidad-test-parrilla-gigas-badge__texto {
        font-size: 14px;
        line-height: 20px
    }

    .banner-portabilidad-test-parrilla-gigas__contenedor {
        border-left: 3.37px solid #fff
    }

    .banner-portabilidad-test-parrilla-gigas__texto {
        font-size: 26px;
        width: 201px
    }

    .banner-portabilidad-test-parrilla-gigas__desde {
        font-size: 26px
    }

    .banner-portabilidad-test-parrilla-gigas-contenedor__moneda {
        font-size: 17.97px
    }

    .banner-portabilidad-test-parrilla-gigas-contenedor__precio {
        font-size: 76.36px
    }

    .banner-portabilidad-test-parrilla-gigas-contenedor-decimales__texto {
        font-size: 40.43px
    }

    .banner-portabilidad-test-parrilla-gigas-contenedor-decimales__tiempo {
        font-size: 22.46px;
        width: 95px
    }

    .banner-portabilidad-test .lt-button-next.lt-swiper-nav {
        right: 40%;
        z-index: 15;
        transform: none
    }

    .banner-portabilidad-test .lt-button-prev.lt-swiper-nav {
        left: 40%;
        z-index: 15;
        transform: none
    }

    .banner-portabilidad-test__container {
        display: grid;
        gap: 24px;
        justify-content: center
    }

    .banner-portabilidad-test__ilustracion {
        grid-column: 2;
        grid-row: 1;
        width: 404px;
        height: auto;
        border-radius: 16px
    }

    .banner-portabilidad-test__ilustracion img {
        object-fit: cover;
        width: 100%
    }

    .stefa-hunter-delivery {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        min-height: 102px;
        box-shadow: -.33px -6.99px 14px 0 #00000008
    }

    .stefa-hunter-delivery__contenido {
        gap: 0;
        justify-content: space-around
    }

    .stefa-hunter-delivery-contenido__informacion {
        width: 296px;
        gap: 16px
    }

    .stefa-hunter-delivery-contenido-informacion__badge {
        width: 172px;
        height: 28px
    }

    .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
    }

    .banner-hero-front {
        align-items: center;
        min-height: 400px
    }

    .ltfaqs__viewmore span {
        font-size: 18px;
        font-weight: 700;
        line-height: 22.5px;
        text-align: left;
        color: #019df4
    }
}

@media (min-width:1400px) {
    .stefa-planes-portabilidad-test .swiper-button-prev {
        left: 3%;
        z-index: 15
    }

    .stefa-planes-portabilidad-test .swiper-button-next {
        right: 3%;
        z-index: 15
    }
}

@media (min-width:1600px) {
    .stefa-planes-portabilidad-test .swiper-button-prev {
        left: 10%;
        z-index: 15
    }

    .stefa-planes-portabilidad-test .swiper-button-next {
        right: 10%;
        z-index: 15
    }
}

@media (min-width:1700px) {
    .stefa-planes-portabilidad-test .swiper-button-prev {
        left: 15%;
        z-index: 15
    }

    .stefa-planes-portabilidad-test .swiper-button-next {
        right: 15%;
        z-index: 15
    }
}

.preguntas-collapse,
.stefa-avisos {
    padding: 20px;
    margin-top: 20px
}

.preguntas-collapse_titulo,
.stefa-avisos_titulo {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 24px;
    text-align: center;
    color: #019df4
}

.preguntas-collapse_header-numero,
.preguntas-collapse_item.active .preguntas-collapse_header-numero,
.stefa-avisos_header-numero,
.stefa-avisos_item.active .stefa-avisos_header-numero {
    color: #fff;
    background-color: #019df4
}

.preguntas-collapse_right,
.stefa-avisos_right {
    position: relative;
    padding-right: 12px;
    margin: auto
}

.preguntas-collapse_list,
.stefa-avisos_list {
    z-index: 5;
    position: relative
}

.preguntas-collapse_item,
.stefa-avisos_item {
    position: relative;
    border-bottom: 1px solid #d3d4d3
}

.preguntas-collapse_header,
.stefa-avisos_header {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 14px 40px 26px 0
}

.preguntas-collapse_header-numero,
.stefa-avisos_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,
.stefa-avisos_header_titulo {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #50535a
}

.preguntas-collapse_header:after,
.stefa-avisos_header:after {
    position: absolute;
    right: 0;
    top: 13px;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    margin-top: 8px;
    border-right: 2px solid #019df4;
    border-bottom: 2px solid #019df4;
    transform: rotate(45deg);
    border-radius: 1px;
    content: "";
    -webkit-transition: .1s;
    transition: .1s
}

.preguntas-collapse_mas--icono:after,
.preguntas-collapse_mas--icono:before,
.stefa-avisos_mas--icono:after,
.stefa-avisos_mas--icono:before {
    content: "";
    position: absolute;
    background: #019df4;
    width: 60%;
    height: 1px;
    top: calc(50% - 1px)
}

.preguntas-collapse_body,
.stefa-avisos_body {
    padding-left: 10px;
    padding-right: 10px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    color: #6c6f74
}

.preguntas-collapse-body_respuesta,
.stefa-avisos-body_respuesta {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: .32px;
    padding-left: 2%
}

.preguntas-collapse_item.active .preguntas-collapse_header:after,
.stefa-avisos_item.active .stefa-avisos_header:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 20px
}

.preguntas-collapse_item.active .preguntas-collapse_body,
.stefa-avisos_item.active .stefa-avisos_body {
    height: auto;
    opacity: 1;
    overflow: hidden
}

.preguntas-collapse_mas,
.stefa-avisos_mas {
    margin-top: 30px
}

.preguntas-collapse_mas--boton,
.stefa-avisos_mas--boton {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.preguntas-collapse_mas--info,
.stefa-avisos_mas--info {
    color: #019df4;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-decoration: underline;
    margin: 0
}

.preguntas-collapse_mas--icono,
.stefa-avisos_mas--icono {
    position: relative;
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 50px;
    border: 1.5px solid #019df4;
    margin-left: 9px;
    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,
.stefa-avisos_mas--icono:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.preguntas-collapse_body ul,
.stefa-avisos_body ul {
    list-style: disc !important
}

.ltfaqs__more {
    margin-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.ltfaqs__viewmore {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px
}

@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
    }

    .preguntas-collapse,
    .stefa-avisos {
        padding: 50px 30px
    }

    .preguntas-collapse_titulo,
    .stefa-avisos_titulo {
        font-size: 40px;
        line-height: 48px;
        font-weight: 300
    }

    .preguntas-collapse_right,
    .stefa-avisos_right {
        padding-top: 30px;
        width: 100%;
        max-width: 1030px
    }

    .preguntas-collapse_header,
    .stefa-avisos_header {
        padding: 16px 0 24px 16px
    }

    .preguntas-collapse_header-numero,
    .stefa-avisos_header-numero {
        margin-right: 14px
    }

    .preguntas-collapse_header_titulo,
    .stefa-avisos_header_titulo {
        font-size: 18px;
        line-height: 24px
    }

    .preguntas-collapse_header:after,
    .stefa-avisos_header:after {
        right: 16px
    }

    .preguntas-collapse_body,
    .stefa-avisos_body {
        padding: 0 0 16px 16px
    }

    .preguntas-collapse_body-info,
    .stefa-avisos_body-info {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .preguntas-collapse_mas,
    .stefa-avisos_mas {
        margin-top: 42px
    }
}

.que-es-porta--section {
    background-color: #0b2739;
    padding: 32px 16px;
    color: #fff
}

.que-es-porta--section .que-es-porta--content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px
}

.que-es-porta--section .que-es-porta--content .que-es-porta--title {
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    color: #019df4;
    margin: 0;
    text-align: center;
    max-width: 800px
}

.que-es-porta--section .que-es-porta--content .que-es-porta--description {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    max-width: 716px;
    text-align: center
}

.consulta-portabilidad {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 51px 20px;
    border-radius: 10px;
    background-color: #f6f6f6;
    column-gap: 5em
}

.consulta-portabilidad__img {
    width: auto
}

.consulta-portabilidad__content-title {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 -10px;
    color: #313235
}

.consulta-portabilidad__content-header {
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0;
    color: #313235
}

.consulta-portabilidad__content-text {
    font-size: 20px;
    margin-bottom: 20px
}

.consulta-portabilidad__link {
    color: #019df4;
    text-decoration: underline;
    font-size: 24px;
    font-weight: 300;
    height: 50px;
    width: 343px;
    display: flex;
    background-color: #e6f5fd;
    align-items: center;
    justify-content: center;
    border-radius: 8px
}

@media (max-width:768px) {
    .consulta-portabilidad {
        display: flex;
        text-align: center;
        padding: 35px 20px 15px;
        flex-direction: column-reverse
    }

    .banner-portabilidad-test-contenido__contenedorTitulo {
        padding: 0 10px
    }

    .consulta-portabilidad__content-title {
        text-align: left;
        font-size: 18px;
        margin-top: 1em;
        margin-bottom: 0
    }

    .consulta-portabilidad__content-header {
        text-align: left;
        font-size: 28px;
        margin: 0
    }

    .consulta-portabilidad__content-text {
        text-align: left;
        font-size: 16px
    }

    .consulta-portabilidad__link {
        font-size: 20px;
        display: block;
        text-align: left;
        width: 284px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px
    }

    .consulta-portabilidad__img {
        margin: 0 auto 20px;
        max-width: 100%
    }

    .consulta-portabilidad__content {
        max-width: 326px;
        margin: 0 auto
    }
}

@media (min-width:1279px) {
    .consulta-portabilidad__content-text {
        width: 680px
    }
}

.seo-migrar__section {
    padding: 32px 16px;
    background-color: #F6F6F6;
    width: 100%
}

.seo-migrar__section .seo-migrar__content {
    max-width: 328px;
    width: 100%;
    margin: auto
}

.seo-migrar__section .seo-migrar__content .seo-migrar__heading {
    width: 100%
}

.seo-migrar__section .seo-migrar__content .seo-migrar__heading .seo-migrar__heading-title {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    text-align: left;
    color: #313235
}

.seo-migrar__section .seo-migrar__content .seo-migrar__heading .seo-migrar__heading-description {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #50535a
}

.seo-migrar__section .seo-migrar__content .seo-migrar__heading .seo-migrar__heading-call {
    font-weight: 400;
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 24px;
    text-align: left
}

.seo-migrar__section .seo-migrar__content .seo-migrar__heading .seo-migrar__heading-call span {
    display: block;
    margin-bottom: 8px
}

.seo-migrar__section .seo-migrar__content .seo-migrar__heading .seo-migrar__heading-call svg {
    height: 16px;
    width: 16px
}

.seo-migrar__section .seo-migrar__content .seo-migrar__heading .seo-migrar__heading-call a {
    font-size: 20px;
    line-height: 28px;
    color: #019df4;
    font-weight: 700;
    text-decoration: none
}

.seo-migrar__section .seo-migrar__content .seo-migrar__carousel {
    max-width: 328px;
    width: 100%;
    margin: auto
}

.seo-migrar__section .seo-migrar__content .seo-migrar__carousel #seo-carousel-migrar {
    overflow-x: hidden;
    position: relative;
    padding: 40px 0 46px
}

.seo-migrar__section .seo-migrar__content .seo-migrar__carousel #seo-carousel-migrar .seo-migrar-item {
    width: 100%
}

.seo-migrar__section .seo-migrar__content .seo-migrar__carousel #seo-carousel-migrar .seo-migrar-item .seo-migrar-item__content {
    max-width: 328px;
    width: 100%;
    margin: auto;
    box-shadow: 0 5px 22px 0 rgba(11, 39, 57, .1215686275);
    border-radius: 8px
}

.seo-migrar__section .seo-migrar__content .seo-migrar__carousel #seo-carousel-migrar .seo-migrar-item .seo-migrar-item__content .seo-migrar-item__head img {
    max-width: 328px;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.seo-migrar__section .seo-migrar__content .seo-migrar__carousel #seo-carousel-migrar .seo-migrar-item .seo-migrar-item__content .seo-migrar-item__foot {
    padding: 24px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px
}

.seo-migrar__section .seo-migrar__content .seo-migrar__carousel #seo-carousel-migrar .seo-migrar-item .seo-migrar-item__content .seo-migrar-item__foot .seo-migrar-item__foot--number {
    margin: 0;
    position: relative
}

.seo-migrar__section .seo-migrar__content .seo-migrar__carousel #seo-carousel-migrar .seo-migrar-item .seo-migrar-item__content .seo-migrar-item__foot .seo-migrar-item__foot--number span {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    top: -1px;
    left: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.seo-migrar__section .seo-migrar__content .seo-migrar__carousel #seo-carousel-migrar .seo-migrar-item .seo-migrar-item__content .seo-migrar-item__foot .seo-migrar-item__foot--description {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #50535a
}

@media (min-width:800px) {
    .que-es-porta--section .que-es-porta--content .que-es-porta--description {
        font-size: 16px;
        line-height: 24px;
        text-align: left
    }

    .que-es-porta--section {
        padding: 64px 50px
    }

    #stefa_custom--img-baner {
        border-radius: 16px
    }

    .seo-migrar__section .seo-migrar__content .seo-migrar__heading .seo-migrar__heading-call,
    .seo-migrar__section .seo-migrar__content .seo-migrar__heading .seo-migrar__heading-description,
    .seo-migrar__section .seo-migrar__content .seo-migrar__heading .seo-migrar__heading-title {
        text-align: center
    }

    .seo-migrar__section .seo-migrar__content .seo-migrar__heading .seo-migrar__heading-call span {
        margin: 0;
        display: inline
    }

    .seo-migrar__section .seo-migrar__content .seo-migrar__heading .seo-migrar__heading-call svg {
        margin: 0 4px;
        display: inline
    }

    .seo-migrar__section .seo-migrar__content .seo-migrar__heading .seo-migrar__heading-call a {
        font-size: 24px;
        line-height: 32px
    }

    .seo-migrar__section .seo-migrar__content .seo-migrar__carousel {
        max-width: 688px
    }

    .seo-migrar__section .seo-migrar__content {
        max-width: 736px
    }

    .seo-migrar__section {
        padding: 64px 95px
    }
}

@media (min-width:1280px) {
    .banner-portabilidad-test-ilustracion__tyc {
        transform: translate(-124px, -20px)
    }

    .banner-portabilidad-test__parrilla {
        grid-column: 2;
        grid-row: 1;
        width: 564px;
        height: 266px
    }

    .banner-portabilidad-test__contenido {
        grid-column: 1;
        grid-row: 1;
        align-items: start;
        width: 636px;
        padding: 0
    }

    .banner-portabilidad-test-contenido__badge {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .banner-portabilidad-test-contenido__titulo {
        font-size: 32px;
        line-height: 40px
    }

    .banner-portabilidad-test-contenido__portate {
        font-size: 16px;
        line-height: 24px;
        color: #6b6c6f;
        width: 626px
    }

    .banner-portabilidad-test-contenido__llamame {
        width: 167px;
        height: 48px;
        font-size: 18px;
        line-height: 24px
    }

    .banner-portabilidad-test-parrilla__contenido {
        width: 200px
    }

    .banner-portabilidad-test-parrilla-contenido__titulo {
        font-size: 20px;
        height: 24px;
        margin-bottom: 4px
    }

    .banner-portabilidad-test-parrilla-contenido__fecha {
        font-size: 16px;
        line-height: 18px
    }

    .banner-portabilidad-test-parrilla-contenido__contenedor {
        width: 154px;
        height: 84px
    }

    .banner-portabilidad-test-parrilla-contenido-contenedor__descuento {
        height: 54.3px;
        align-items: center
    }

    .banner-portabilidad-test-parrilla-contenido-contenedor__cambiate {
        height: 29.69px
    }

    .banner-portabilidad-test-parrilla-contenido-contenedor-descuento__hasta {
        font-size: 14px;
        line-height: 25px;
        margin-top: -15px
    }

    .banner-portabilidad-test-parrilla-contenido-contenedor-descuento__precio {
        font-size: 40px
    }

    .banner-portabilidad-test-parrilla-contenido-contenedor-detalle__contado,
    .banner-portabilidad-test-parrilla-contenido-contenedor-detalle__dto {
        font-size: 14px;
        line-height: 16px
    }

    .banner-portabilidad-test-parrilla-contenido-contenedor-cambiate__texto {
        font-size: 12px;
        line-height: 14px
    }

    .banner-portabilidad-test-parrilla-gigas__badge {
        width: 146px;
        height: 28px
    }

    .banner-portabilidad-test-parrilla-gigas-badge__texto {
        font-size: 14px;
        line-height: 20px
    }

    .banner-portabilidad-test-parrilla-gigas__contenedor {
        border-left: 3.37px solid #fff
    }

    .banner-portabilidad-test-parrilla-gigas__texto {
        font-size: 26px;
        width: 201px
    }

    .banner-portabilidad-test-parrilla-gigas__desde {
        font-size: 26px
    }

    .banner-portabilidad-test-parrilla-gigas-contenedor__moneda {
        font-size: 17.97px
    }

    .banner-portabilidad-test-parrilla-gigas-contenedor__precio {
        font-size: 76.36px
    }

    .banner-portabilidad-test-parrilla-gigas-contenedor-decimales__texto {
        font-size: 40.43px
    }

    .banner-portabilidad-test-parrilla-gigas-contenedor-decimales__tiempo {
        font-size: 22.46px;
        width: 95px
    }

    .banner-portabilidad-test .lt-button-next.lt-swiper-nav {
        right: 45%;
        z-index: 15;
        transform: none
    }

    .banner-portabilidad-test .lt-button-prev.lt-swiper-nav {
        left: 45%;
        z-index: 15;
        transform: none
    }

    .banner-portabilidad-test__container {
        display: grid;
        gap: 24px;
        justify-content: center
    }

    .banner-portabilidad-test__ilustracion {
        grid-column: 2;
        grid-row: 1;
        width: 704px;
        height: 266px;
        border-radius: 16px
    }

    .stefa-planes-portabilidad-test .swiper-container {
        width: 1180px;
        padding: 60px 10px
    }

    .stefa-planes-portabilidad-test .swiper-button-next,
    .stefa-planes-portabilidad-test .swiper-button-prev {
        display: flex
    }

    .stefa-planes-portabilidad-test .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        opacity: unset;
        background-color: #949494
    }

    .stefa-planes-portabilidad-test .swiper-pagination-bullet-active {
        width: 28px;
        height: 12px;
        border-radius: 99px;
        background-color: #019bef
    }

    .stefa-beneficios-planes {
        padding: 40px 0
    }

    .stefa-beneficios-planes__contenido {
        gap: 40px
    }

    .stefa-beneficios-planes-contenido__titulo {
        width: 100%;
        font-size: 28px;
        line-height: 32px
    }

    .stefa-beneficios-planes-contenido__parilla,
    .stefa-requisitos-portabilidad__contenedor {
        width: 1224px
    }

    .stefa-beneficios-planes-contenido-cintillo__delivery {
        font-size: 18px;
        line-height: 24px;
        width: 458px
    }

    .stefa-beneficios-planes-contenido-cintillo__delivery .gratis {
        font-weight: 700
    }

    .stefa-beneficios-planes-contenido__cintillo {
        align-items: center;
        padding-top: 0;
        min-height: 78px
    }

    .stefa-beneficios-planes-contenido-cintillo__llamame {
        width: 167px;
        height: 48px;
        font-size: 18px;
        line-height: 24px;
        position: unset
    }

    .stefa-migrar-contenido-encabezado__descripcion,
    .stefa-migrar-contenido__llamanos {
        width: 394px;
        font-size: 18px;
        line-height: 24px;
        text-align: start
    }

    .stefa-beneficios-planes-contenido-parilla__item {
        padding-left: 10px
    }

    .stefa-migrar__contenido {
        display: grid;
        align-items: center
    }

    .stefa-migrar-contenido__beneficios {
        flex-direction: row;
        grid-column: 2;
        grid-row: 1/span 3
    }

    .stefa-migrar-contenido__llamanos {
        grid-column: 1;
        grid-row: 2
    }

    .stefa-migrar-contenido-encabezado__titulo {
        text-align: start
    }

    .stefa-migrar-contenido__encabezado {
        align-items: start;
        grid-column: 1;
        grid-row: 1
    }

    .stefa-migrar-contenido__llamame {
        width: 157px;
        font-size: 18px;
        line-height: 24px;
        grid-column: 1;
        grid-row: 3
    }

    .stefa-migrar {
        padding: 56px 0
    }

    .stefa-migrar-contenido-beneficios__item {
        flex-direction: row
    }

    .stefa-migrar-contenido-beneficios__item picture {
        width: 96px;
        height: 96px
    }

    .stefa-migrar-contenido-beneficios-item-contenido__titulo {
        font-size: 20px;
        line-height: 24px
    }

    .stefa-migrar-contenido-beneficios-item-contenido__descripcion {
        font-size: 16px;
        line-height: 24px;
        text-align: start;
        width: 235px
    }

    .stefa-migrar-contenido-beneficios-item__contenido {
        align-items: start;
        width: 235px
    }

    .stefa-portabilidad-equipos-contenido__planes {
        width: 1090px
    }

    .stefa-portabilidad-equipos-contenido__marcas {
        width: 1090px;
        justify-content: space-between;
        align-items: center
    }

    .stefa-portabilidad-equipos-contenido-marcas-contenedor__item {
        width: 100px;
        height: 100px
    }

    .stefa-portabilidad-equipos-contenido-marcas__contenedor {
        width: 813px;
        justify-content: flex-end;
        overflow-x: unset;
        padding-bottom: 0
    }

    .stefa-cintillo-appMovistar-contenido-encabezado__titulo {
        font-size: 28px;
        line-height: 35px;
        width: 100%
    }

    .stefa-cintillo-appMovistar {
        width: 100%;
        height: 275px
    }

    .stefa-cintillo-appMovistar-contenido-encabezado__subTitulo {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 17px
    }

    .stefa-cintillo-appMovistar-contenido__contenedor {
        margin-left: 110px;
        column-gap: 11px;
        margin-bottom: 12px
    }

    .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 {
        bottom: 1px;
        z-index: 0;
        width: 134px;
        height: 204px;
        left: 10rem
    }

    .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
    }

    .ltfaqs__section .ltfaqs__inner {
        max-width: 1024px
    }

    .ltfaqs__section .lt-accordion-title {
        margin-top: 12px
    }

    .seo-migrar__section .seo-migrar__content .seo-migrar__heading .seo-migrar__heading-description {
        font-size: 20px;
        line-height: 25px
    }

    .better-phones__equipment .title,
    .seo-migrar__section .seo-migrar__content .seo-migrar__heading .seo-migrar__heading-title {
        font-size: 40px;
        line-height: 40px
    }

    .seo-migrar__section .seo-migrar__content {
        max-width: 740px
    }
}

.seo-migrar__section .swiper-button-next,
.seo-migrar__section .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: #019df4;
    border-radius: 100px;
    top: 60%;
    display: none
}

.seo-migrar__section .swiper-button-next {
    right: 130px
}

.seo-migrar__section .swiper-button-prev {
    left: 130px
}

.seo-migrar__section .swiper-button-next:after,
.seo-migrar__section .swiper-button-prev:after {
    font-size: 14px;
    color: #fff;
    font-weight: 700
}

.seo-migrar__section .swiper-button-next.swiper-button-disabled,
.seo-migrar__section .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    filter: contrast(.5)
}

.banner-portabilidad-test-contenid__portabilidad {
    font-size: 32px;
    line-height: 40px;
    margin: 0;
    color: #313235
}

.separadorportate__span {
    right: 0 !important;
    padding-left: 6px;
    font-weight: 400 !important
}

.stefa-bhero__formularioapple {
    width: 368px;
    height: 186px;
    margin: 0 auto
}

.stefa-banner-motorola-week {
    height: 400px;
    width: 100%;
    display: flex
}

.dev-banner__fondo-pic {
    width: 100%;
    display: block;
    height: 100%
}

.stefa-bhero__apple16 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 23em;
    top: 185px;
    flex-direction: column
}

@media (max-width:600px) {
    .stefa-cintillo-appMovistar {
        height: 261px
    }

    .banner-portabilidad-test-contenido__titulo span {
        right: -21px;
        bottom: 23px
    }

    .banner-portabilidad-test-contenido__titulo.titulo2 {
        position: relative;
        bottom: -7px
    }

    .que-es-porta--section .que-es-porta--content .que-es-porta--description {
        width: 343px;
        margin: 0 auto
    }

    .separadorportate__span {
        position: relative;
        left: -129px;
        padding-left: 0
    }

    .que-es-porta--section .que-es-porta--content .que-es-porta--title {
        width: 332px;
        margin: 0 auto
    }

    .que-es-porta--section {
        padding: 32px 0
    }

    .banner-portabilidad-test-contenid__portabilidad {
        font-size: 22px
    }

    .banner-portabilidad-test-contenido__boxes {
        width: 328px;
        margin: 0 auto -1em
    }

    .stefa-bhero__formularioapple {
        width: 285px;
        height: 178px
    }

    .stefa-bhero__apple16 {
        top: 205px;
        right: 0
    }

    .swiper-slide.stefa-planes-portabilidad-test__parrilla.destacado[aria-label="4 / 6"] {
        order: 1
    }

    .swiper-slide.stefa-planes-portabilidad-test__parrilla[aria-label="1 / 6"] {
        order: 2
    }

    .swiper-slide.stefa-planes-portabilidad-test__parrilla[aria-label="2 / 6"] {
        order: 3
    }

    .swiper-slide.stefa-planes-portabilidad-test__parrilla[aria-label="3 / 6"] {
        order: 4
    }

    .swiper-slide.stefa-planes-portabilidad-test__parrilla[aria-label="5 / 6"] {
        order: 5
    }

    .swiper-slide.stefa-planes-portabilidad-test__parrilla[aria-label="6 / 6"] {
        order: 6
    }

    .stefa-modal-parrilla-planes {
        overflow-y: scroll;
        height: 540px
    }
}

.banner-portabilidad-test-ilustracion__tyc,
.banner-portabilidad-test-ilustracion__tyc:active,
.banner-portabilidad-test-ilustracion__tyc:focus,
.banner-portabilidad-test-ilustracion__tyc:hover {
    color: #0b2739 !important
}

.porta-destacado__btn {
    color: #fff !important;
    background-color: #e63780 !important;
    border: 1px solid #e63780 !important
}

.porta-destacado__btn:active,
.porta-destacado__btn:focus,
a.porta-destacado__btn:hover {
    color: #fff !important;
    background-color: #922859 !important;
    border: 1px solid #922859 !important
}

@media (min-width:799px) {
    .seccionbannerscelularesOferta__sliders {
        padding: 0;
        width: 1280px;
        margin: 0 auto
    }
}

.seccionbannerscelularesOferta {
    margin-top: 3em;
    margin-bottom: 0
}

.seccionbannerscelularesOferta__itemsCelularesOferta--imagen {
    width: auto;
    height: auto;
    border-radius: 16px;
    cursor: pointer
}

.seccionbannerscelularesOferta__paginador {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1em
}

.seccionbannerscelularesOferta__paginador .swiper-button-next,
.seccionbannerscelularesOferta__paginador .swiper-button-prev {
    position: relative;
    left: unset !important;
    right: unset !important;
    bottom: unset;
    top: 0;
    margin-top: 0
}

.seccionbannerscelularesOferta__paginador .swiper-button-next:after,
.seccionbannerscelularesOferta__paginador .swiper-button-prev:after {
    color: #313235;
    font-size: 18px;
    font-weight: 700
}

.seccionbannerscelularesOferta__paginador .swiper-pagination {
    bottom: 0 !important;
    position: relative;
    margin-bottom: 0
}

.seccionbannerscelularesOferta__paginador .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    opacity: 1;
    border: 1px solid #ddd;
    background: #fff !important;
    color: #313235;
    margin: 0 5px;
    outline: transparent !important
}

.seccionbannerscelularesOferta__paginador .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e6f5fd !important;
    border: 2px solid #019bef;
    font-weight: 700
}

.seccionbannerscelularesOferta__itemsCelularesOferta {
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 1em
}

.seccionbannerscelularesOferta__itemsCelularesOferta--descripcion {
    width: 496px
}

.seccionbannerscelularesOferta__itemsCelularesOferta--span {
    width: 85px;
    height: 28px;
    background: #e6f5fd;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #019bef;
    justify-content: center;
    border-radius: 4px;
    font-weight: 500;
    margin-bottom: 10px
}

.seccionbannerscelularesOferta__itemsCelularesOferta-titulo {
    font-size: 32px;
    line-height: 40px;
    color: #313235;
    margin-bottom: 10px
}

.seccionbannerscelularesOferta__itemsCelularesOferta--migra {
    font-size: 16px;
    line-height: 24px;
    color: #6b6c6f;
    width: 490px
}

.seccionbannerscelularesOferta__itemsCelularesOferta--botonloquiero {
    width: 167px;
    height: 48px;
    background: #019bef;
    border-radius: 60px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-top: 10px
}

.seccionbannerscelularesOferta__itemsCelularesOferta--botonloquiero:hover {
    color: #fff !important;
    text-decoration: inherit !important
}

.seccionbannerscelularesOferta__itemsCelularesOferta--Listadodepaises {
    width: 206px;
    height: 47px;
    background-color: #019bef;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    gap: 7px
}

.seccionbannerscelularesOferta__itemsCelularesOferta--Listadodepaises:hover {
    color: #fff;
    text-decoration: none
}

.seccionbannerscelularesOferta__itemsCelularesOferta--terminos {
    color: #313235;
    position: absolute;
    right: 0;
    left: 55em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    z-index: 1;
    width: 200px;
    margin: -40px auto 0
}

.seccionbannerscelularesOferta__itemsCelularesOferta--terminos:hover {
    color: #313235
}

.seccionbannerscelularesOferta__itemsCelularesOferta--palabras {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 6px;
    color: #313235
}

.seccionbannerscelularesOferta__itemsCelularesOferta-titulo--segunda {
    display: inline;
    font-size: 32px;
    line-height: 40px;
    color: #313235
}








@media (max-width:799px) {
    .seccionbannerscelularesOferta__itemsCelularesOferta {
        gap: 12px;
        flex-direction: column-reverse;
        margin-bottom: 1em
    }

    .seccionbannerscelularesOferta__paginador {
        margin-bottom: 0
    }

    .seccionbannerscelularesOferta__itemsCelularesOferta--palabras,
    .seccionbannerscelularesOferta__itemsCelularesOferta-titulo--segunda {
        font-size: 24px;
        line-height: 32px;
        height: 64px
    }

    .seccionbannerscelularesOferta__itemsCelularesOferta--descripcion {
        width: 328px
    }

    .seccionbannerscelularesOferta__itemsCelularesOferta--descripcion--other {
        width: 100%;
        height: 180px
    }

    .seccionbannerscelularesOferta__itemsCelularesOferta-titulo {
        font-size: 22px;
        line-height: 24px
    }

    .seccionbannerscelularesOferta__itemsCelularesOferta--migra {
        font-size: 14px;
        line-height: 20px;
        width: 320px
    }

    .seccionbannerscelularesOferta__itemsCelularesOferta--terminos {
        right: 0;
        left: 28vh;
        margin: -24px auto 0;
        font-size: 12px
    }

    .seccionbannerscelularesOferta__itemsCelularesOferta--botonloquiero {
        width: 328px;
        margin-top: 0
    }

    .seccionbannerscelularesOferta__paginador .swiper-pagination-bullet {
        display: inline-flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .seccionbannerscelularesOferta__sliders {
        padding: 0
    }

    .seccionbannerscelularesOferta {
        margin-bottom: 0;
        margin-top: 0
    }

    .seccionbannerscelularesOferta__itemsCelularesOferta--Listadodepaises {
        width: 328px
    }

    .seccionbannerscelularesOferta__itemsCelularesOferta--imagen {
        border-radius: 0;
        height: 100%;
        width: 100%;
        object-fit: cover
    }

    .seccionbannerscelularesOferta__formularioCelularesOferta--itempicture {
        width: 100%;
        height: 100%
    }
}

@media (min-width:800px) and (max-width:1270px) {

    .seo-migrar__section .swiper-button-next,
    .seo-migrar__section .swiper-button-prev {
        display: none
    }

    .stefa-bhero__formularioapple {
        width: 285px;
        height: 178px
    }

    .stefa-bhero__apple16 {
        right: 16em;
        top: 175px
    }

    .seccionbannerscelularesOferta__itemsCelularesOferta--terminos {
        left: 46em;
        font-size: 12px;
        margin-top: -26px
    }

    .seccionbannerscelularesOferta__itemsCelularesOferta--palabras {
        font-size: 26px;
        line-height: 32px
    }

    .seccionbannerscelularesOferta__itemsCelularesOferta--descripcion {
        width: 336px;
        position: relative;
        left: 1px
    }

    .seccionbannerscelularesOferta__itemsCelularesOferta--migra {
        width: 336px;
        font-size: 14px;
        line-height: 20px
    }

    .seccionbannerscelularesOferta__itemsCelularesOferta-titulo--segunda {
        font-size: 26px;
        line-height: 32px
    }

    .seccionbannerscelularesOferta__sliders {
        padding: 0;
        width: 750px
    }

    .stefa-portabilidad-equipos-contenido-planes__item {
        width: 244px !important
    }

    .stefa-beneficios-planes-contenido-parilla-item__contenido.contenido2 {
        width: 185px
    }
}


.stefa-planes-portabilidad-test.TESTPARRILLASKENOS {
    display: none;
}

.stefa-planes-portabilidad-test-parrilla__encabezado.header2 {
    height: 124px;
    padding: 0 16px 24px
}

.stefa-planes-portabilidad-test-parrilla__encabezado.header2 .stefa-planes-portabilidad-test-parrilla-encabezado__titulo {
    font-size: 16px;
    margin-bottom: 0
}

.stefa-planes-portabilidad-test-parrilla__encabezado.header2 .stefa-planes-portabilidad-test-parrilla-encabezado__velocidad {
    font-size: 24px;
    font-weight: 300
}

.stefa-planes-portabilidad-test-parrilla__encabezado.header2 .tiempo-precio {
    font-size: 24px;
    font-weight: 300
}

.stefa-planes-portabilidad-test-parrilla-encabezado__velocidad.velocidad2 {
    margin-bottom: -6px
}

.seccionplanesParrillas__PARRILLAS--contenedorapps {
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 256px;
    position: relative;
    height: 76px;
    margin: 1em 1em
}

.seccionplanesParrillas__img {
    width: auto;
    height: auto
}

.seccionplanesParrillas__PARRILLAS--ilimtadas {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
    position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.stefa-planes-portabilidad-test-parrilla-contenido__roamingcalls {
    flex-direction: column;
    width: 256px;
    height: 168px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    padding: 16px;
    margin-bottom: 1em
}

.stefa-planes-portabilidad-test-parrilla-contenido__roamingcalls--cards {
    gap: 10px;
    margin: 6px 0;
    justify-content: center;
    align-items: center
}

.stefa-planes-portabilidad-test-parrilla-contenido__roamingcalls--textos {
    font-size: 14px;
    width: 178px;
    color: rgba(107, 108, 111, 1);
    margin: 0
}

.stefa-planes-portabilidad-test-parrilla-encabezado__incognito {
    display: none
}

@media (max-width:799px) {
    .stefa-planes-portabilidad-test-parrilla__encabezado.header2 {
        height: 116px
    }

    .stefa-planes-portabilidad-test-parrilla-encabezado__incognito {
        display: block
    }

    .stefa-planes-portabilidad-test-parrilla__encabezado.header2 .stefa-planes-portabilidad-test-parrilla-encabezado__titulo {
        display: flex;
        align-items: center;
        gap: 5px
    }

    .swiper-slide.stefa-planes-portabilidad-test__parrilla.test[aria-label="1 / 6"],
    .swiper-slide.stefa-planes-portabilidad-test__parrilla.test[aria-label="2 / 6"],
    .swiper-slide.stefa-planes-portabilidad-test__parrilla.test[aria-label="3 / 6"],
    .swiper-slide.stefa-planes-portabilidad-test__parrilla.test[aria-label="5 / 6"],
    .swiper-slide.stefa-planes-portabilidad-test__parrilla.test[aria-label="6 / 6"] {
        order: inherit
    }

    .stefa-planes-portabilidad-test-parrilla__encabezado.header2 .stefa-planes-portabilidad-test-parrilla-encabezado__titulo {
        font-size: 14px;
        margin-bottom: -4px
    }

    .stefa-planes-portabilidad-test-parrilla__encabezado.header2 .stefa-planes-portabilidad-test-parrilla-encabezado__velocidad {
        font-size: 20px;
        font-weight: 300
    }

    .stefa-planes-portabilidad-test-parrilla-contenido__detalle {
        font-size: 12px
    }
}

.banner_mayo-xiodays .banner-portabilidad-test__tyc {
    transform: translate(25%, 84%);
}

@media(min-width:800px) {
    .banner_mayo-xiodays .banner-portabilidad-test__tyc {
        transform: translate(35%, 0%);
    }
}

@media(max-width:600px) {
    .banner_mayo-xiodays .banner-portabilidad-test__tyc {
        transform: translate(26%, 775%);
        display: inline;
        bottom: 0px;
        height: 20px;
    }
        .banner-portabilidad-test__tyc {
        left: 0;
        transform: translate(0%, 784%)!important;
        z-index: 999999999;
        top: 0;
        bottom: -10px;
        height: 20px;
    }
}