.gamerbrands__logos,
.gamerfeatures,
.gamerinfo .swiper-container {
    border-image: linear-gradient(to right, rgba(0, 102, 255, 1), rgba(0, 209, 255, 1)) 1
}

.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
}

.gamerbrands img,
.gamerinfo__content img,
.hunter__inner img,
.stefa-banner-gamer__img {
    width: auto;
    height: auto
}

.gamertabs__plandata p,
[lt-accordion]>*>* {
    margin: 0
}

.dev-banner-container {
    height: 500px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.dev-banner__inner {
    width: 100%;
    max-width: 1280px;
    padding: 20px 25px;
    position: relative
}

.dev-banner__fondo-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (min-width:580px) {
    .dev-banner-container {
        height: 500px
    }
}

.toggle-container {
    transition: height .35s ease-in-out;
    overflow: hidden;
    display: none
}

.lt-accordion-content {
    transition: height .34s ease-in-out;
    overflow: hidden;
    display: none
}

.lt-accordion-title {
    cursor: pointer
}

[lt-accordion]>li {
    list-style: none
}

.lt-toggle-icon {
    width: 13px;
    height: 13px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23019bf2' viewBox='0 0 512 512'%3E%3Cpath d='M255.5 115.2a28 28 0 0 0-19.1 8.3L9.2 350.7a28.3 28.3 0 1 0 40 40l206.3-206.3 206.3 206.3a28.3 28.3 0 1 0 40-40L274.6 123.5c-5.3-5.3-12.2-8-19.1-8.3z'/%3E%3C/svg%3E");
    background-size: cover;
    transform: rotate(180deg);
    transition: .5s
}

.link__toggleactive>.lt-toggle-icon,
.lt-accordion-title.accordion_link_active .lt-toggle-icon {
    transform: rotate(0)
}

.lt__subtabs,
.lt__tabs {
    display: flex;
    z-index: 2;
    position: relative;
    margin: unset;
    padding: 0;
    margin-bottom: 16px
}

.lt__subtab-item,
.lt__tab-item {
    cursor: pointer;
    list-style: none;
    padding: 5px;
    display: flex;
    justify-content: center
}

.lt__parent,
.lt__subparent {
    display: none;
    padding: 10px
}

.ltpopup-wp {
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    z-index: 1000;
    transition-timing-function: ease-in-out;
    transition-duration: .3s
}

.ltpopup-body {
    background: #d3d3d3;
    position: relative;
    z-index: 1100;
    display: block;
    margin: auto;
    width: 280px;
    height: 436px
}

.ltpopup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px 20px;
    box-sizing: border-box
}

.ltpopup-exit-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 2
}

.ltpopup-close-img {
    width: 24px;
    height: 24px;
    fill: #fff
}

.ltpopup-wp.visible {
    opacity: 1;
    visibility: visible
}

.ltpopup-wp.hide {
    visibility: hidden;
    opacity: 0;
    z-index: -2
}

.ltpopup-info,
.stefa-banner-gamer__button--container {
    position: relative
}

@media (min-width:600px) {
    .ltpopup-body {
        width: 546px;
        height: 490px
    }
}

.hunter__body {
    position: fixed;
    bottom: 60px;
    right: 0;
    background-color: #4d4d4d;
    padding: 16px;
    z-index: 2;
    width: 415px;
    height: 215px;
    border-radius: 16px 0 0 16px
}

.gamerinfo__textdescription li,
.swiper-container {
    padding-bottom: 20px
}

.hunter__close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 2
}

.hunter__inner img {
    max-height: 100%
}

.hunter__inner {
    height: 100%
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0
}

.lt-swiper-nav {
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2
}

.lt-button-next.lt-swiper-nav {
    position: absolute;
    right: 0
}

.lt-button-prev.lt-swiper-nav {
    position: absolute;
    left: 0
}

.lt-swiper-nav.swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.ltfaqs__section {
    padding: 32px 16px;
    display: flex;
    justify-content: center
}

.ltfaqs__section .ltfaqs__title {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    color: #50535a;
    margin-bottom: 36px
}

.ltfaqs__section .ltfaqs__list {
    list-style: none;
    padding: 0
}

.ltfaqs__section .ltfaqs__inner {
    width: 100%;
    max-width: 340px
}

.ltfaqs__section .lt-accordion-title {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    position: relative
}

.ltfaqs__section .ltfaqs__list>li {
    border-bottom: 1px solid #d3d4d3
}

.ltfaqs__section .lt-accordion-number {
    border-radius: 100px;
    background: #d3d4d3;
    width: 32px;
    height: 32px;
    color: #50535a;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center
}

.ltfaqs__section .lt-accordion-titlelabel {
    color: #50535a;
    font-size: 14px;
    font-weight: 400;
    line-height: 142%;
    max-width: 70%;
    margin-left: 10px;
    margin-bottom: 0
}

.ltfaqs__section .lt-toggle-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg)
}

.ltfaqs__section .lt-accordion-content {
    margin: 0 30px;
    font-size: 16px;
    color: #50535a
}

.ltfaqs__section .accordion_link_active .lt-accordion-number {
    background: #019df4;
    color: #fff
}

.ltfaqs__section .accordion_link_active .lt-accordion-titlelabel {
    font-weight: 700
}

.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
}

.banner-hero-front .slider-seo__nav,
.banner-hero-front .swiper-pagination,
.gamertabs__plantablink-img,
.ltfaqs__section .ltfaqs__morebtn .ltfaqs__viewmore.minus,
.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.more {
    display: none
}

.gamertabs__inner .lt__tab-item--active .gamertabs__plantablink-img,
.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.minus {
    display: block
}

.banner-hero-front .slider-seo__nav:after {
    font-size: 18px !important
}

.banner-hero-front .swiper-container {
    padding: 0;
    box-shadow: 0 -2px 21px 0 #019df4
}

.gamerfeatures {
    background-color: #0b1823;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 41px 16px;
    border-style: solid;
    border-width: 3px 0;
    box-shadow: 0 0 29px 0 rgba(1, 157, 244, .65)
}

.gamerbeneficios,
.gamerbrands__logos,
.gamertabs {
    box-shadow: 0 -2px 21px 0 #019df4
}

.gamerfeatures::before {
    content: '';
    background: rgba(1, 157, 244, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.gamerbeneficios__inner,
.gamerfeatures__inner,
.gamertabs__inner {
    width: 100%;
    max-width: 340px;
    text-align: center
}

.gamerfeatures__titletext {
    font-size: 32px;
    color: #fff;
    font-weight: 300;
    line-height: 110%
}

.gamerfeatures__titulo-img {
    margin-top: -10px;
    margin-left: -10px;
    margin-bottom: -3px;
    width: auto;
    height: auto
}

.gamerfeatures__subtitle,
.gamerfeatures__titlediv {
    max-width: 285px;
    margin: auto auto 16px
}

.gamerfeatures__subtitle {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 110%
}

.gamerfeatures__subtitle span {
    color: #019df4
}

.gamerfeatures__card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background-image: linear-gradient(100deg, #019df4 43%, #00d1ff 100%, #00d1ff 100%);
    border-radius: 0 0 8px 8px
}

.gamerfeatures__card {
    border-radius: 11px;
    border: .875px solid #019df4;
    background: rgba(1, 157, 244, .1);
    backdrop-filter: blur(9.423379898071289px);
    position: relative;
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 85px;
    min-height: 294px
}

.gamerfeatures__cardtitle {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 195px
}

.gamerfeatures__cardsubtitle {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    max-width: 153px;
    margin-bottom: 0
}

.gamerfeatures__cardsubtitle b {
    color: #019df4;
    text-transform: uppercase
}

.gamerfeatures__cards-img {
    margin-top: -130px;
    margin-bottom: 0;
    max-width: 230px;
    height: auto
}

@media screen and (min-width:1280px) {
    .gamerfeatures__carousel .swiper-container .swiper-wrapper {
        justify-content: center
    }
}

.gamerfeatures__carousel .swiper-container {
    padding-bottom: 40px
}

.gamerfeatures__carousel .swiper-pagination-bullet.swiper-pagination-bullet-active,
.gamerinfo .swiper-pagination-bullet.swiper-pagination-bullet-active,
.gamertabs .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #019df4
}

.gamerfeatures__carousel .swiper-pagination-bullet,
.gamerinfo .swiper-pagination-bullet,
.gamertabs .swiper-pagination-bullet {
    background: #d3d4d3;
    opacity: 1
}

.gamerfeatures__carousel {
    max-width: 280px;
    margin: auto
}

.gamerfeatures__card:hover {
    box-shadow: 0 0 52px 0 #019df4
}

.gamertabs {
    background-color: #0b1823;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 36px 16px
}

.gamertabs__title {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px
}

.gamertabs__inner .gamertabs__tabslinks {
    overflow: scroll
}

.gamertabs__inner .lt__tabs {
    border-radius: 6.158px;
    border: 2.5px solid #06f;
    width: fit-content;
    padding: 3.8px 6.9px;
    margin-bottom: 0
}

.gamertabs__inner .lt__tab-item {
    width: 143px;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.gamertabs__inner .lt__tab-item--active {
    background-color: #019df4;
    border-radius: 6px
}

.gamertabs__inner .lt__tab-item span {
    font-size: 12px;
    font-weight: 400
}

.gamertabs__inner .lt__tab-item span b {
    font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: 110%
}

.gamertabs__plan {
    border: 2px solid #019df4;
    border-radius: 10px;
    margin: 16px 0;
    background: rgba(1, 157, 244, .1)
}

.gamertabs__planfeatured {
    background-color: #019df4;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.gamertabs__planrecomendado {
    font-size: 12px;
    font-weight: 700;
    margin-left: 6px
}

.gamertabs__planmegas {
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -.55px;
    margin-bottom: 0;
    line-height: 100%;
    margin-top: 10px
}

.gamertabs__mbps {
    font-size: 34px;
    line-height: initial
}

.gamertabs__plantag {
    font-size: 14px;
    font-weight: 400
}

.gamertabs__planbono,
.gamertabs__plandetail {
    border: solid #019df4;
    border-width: 1px 0
}

.gamertabs__planbonotext {
    color: #019df4;
    font-size: 12px;
    font-weight: 400;
    margin: 3px 0;
    display: block
}

.gamertabs__planbonotext b {
    font-size: 16px;
    font-weight: 700
}

.gamertabs__planprice {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 115%
}

.gamertabs__planprice b {
    font-size: 38px
}

.gamertabs__planmes {
    font-size: 18px;
    max-width: 60px;
    display: inline-block;
    text-align: left;
    line-height: 100%
}

.gamertabs__planregular {
    margin-bottom: 10px
}

.gamertabs__planbtn {
    border-radius: 7px;
    background: #019df4;
    padding: 7px 68px;
    color: #fff;
    border: unset;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.gamertabs__plandetail>* {
    margin-top: 18px;
    margin-bottom: 18px
}

.gamertabs__plandata {
    display: inline-block;
    width: 192px;
    text-align: start;
    margin-left: 10px;
    font-size: 12px
}

.gamertabs__plandetail-icon {
    vertical-align: top;
    margin-top: 18px;
    top: 8px;
    position: relative
}

.gamertabs__plandata_name {
    color: #019df4;
    font-size: 16px;
    font-weight: 700
}

.gamertabs__plandata_color {
    color: #019df4;
    font-weight: 700
}

.gamertabs__plandetail_more .gamertabs__plandetail {
    border-width: 0;
    padding: 0
}

.gamertabs__plandetail_more {
    border: solid #019df4;
    border-width: 1px 0
}

.gamerbrands__logos,
.gamerinfo .swiper-container {
    border-style: solid;
    border-width: 3px 0
}

.gamertabs__planmore_trigger {
    color: #019df4;
    padding: 10px;
    display: block;
    font-size: 14px;
    font-weight: 400
}

.gamertabs__plandisneybeneficio,
.gamertabs__plandisneycosto {
    font-size: 10px;
    font-weight: 400
}

.gamerbeneficios__title,
.gamerbrands__title {
    font-size: 32px;
    font-weight: 300;
    line-height: 125%
}

.gamertabs__planmore_trigger:hover {
    color: #019df4;
    text-decoration: unset
}

.gamertabs__planmore_trigger .lt-toggle-icon {
    width: 8px;
    height: 8px
}

.gamertabs__plandisneycosto {
    letter-spacing: 2px;
    margin-bottom: 12px
}

.gamertabs__plandisney-img {
    margin-bottom: 12px
}

.gamerbrands {
    background-color: #0b1823;
    padding: 30px 0;
    color: #fff
}

.gamerbrands__title {
    text-align: center;
    max-width: 257px;
    margin: auto auto 0
}

.gamerbrands__logos {
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10.5px);
    padding: 20px;
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    justify-items: center;
    grid-template-rows: 56px 56px 56px 56px;
    align-items: center
}

.gamerbrands__logo-pic--last {
    grid-area: 4/1/auto/3
}

.gamerbeneficios {
    padding: 46px 16px 41px;
    background-color: #0b1823;
    color: #fff;
    display: flex;
    justify-content: center
}

.gamerbeneficios p {
    margin-bottom: 0
}

.gamerbeneficios__title {
    margin-bottom: 36px !important;
    max-width: 224px;
    margin: auto
}

.gamerbeneficios__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.gamerbeneficios__item {
    width: 262px;
    margin-bottom: 32px
}

.gamerbeneficios__item-img {
    margin-bottom: 12px
}

.gamerbeneficios__itemtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 8px !important
}

.gamerbeneficios__itemdescription {
    font-size: 16px;
    font-weight: 400
}

.gamerinfo .swiper-pagination {
    bottom: 10px !important
}

.gamerinfo {
    background: #0b1823;
    color: #fff
}

.gamerinfo .swiper-container {
    padding: 0;
    background: rgba(1, 157, 244, .1);
    box-shadow: 0 0 15px 0 rgba(1, 157, 244, .65)
}

.gamerinfo .dev-banner__inner {
    padding: 38px 47px
}

.gamerinfo__content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.gamerinfo__title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 109%
}

.gamerinfo__title span {
    color: #019df4
}

.gamerinfo__modal .gamerinfo__title span {
    color: #019df4;
    font-weight: 700
}

.gamerinfo__text {
    max-width: 259px;
    margin-bottom: 8px
}

.gamerinfo__textdescription {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    list-style: disc inside
}

.gamerinfo__link {
    font-size: 14px;
    font-weight: 400;
    color: #019df4;
    text-decoration: underline
}

.gamerinfo__link:hover {
    color: #019df4;
    text-decoration: underline
}

.gamerinfo .swiper-button-next:after,
.gamerinfo .swiper-button-prev:after {
    font-size: 23px
}

.gamerinfo__logo-pic {
    min-height: 147px
}

.gamerinfo__modal .ltpopup-body {
    border-radius: 18px;
    border: 2px solid #019df4;
    background: rgba(14, 31, 45, .64);
    box-shadow: 0 0 26.93px 0 rgba(1, 157, 244, .52);
    backdrop-filter: blur(11.512377738952637px);
    width: 290px;
    height: auto
}

.gamerinfo__modal .ltpopup-content {
    padding: 30px 19px
}

.gamerinfo__modal .ltpopup-exit-btn {
    right: 10px;
    top: 10px
}

.gamerinfo__modal .ltpopup-close-img {
    fill: #019DF4
}

.gamerinfo__modal .gamerinfo__text {
    line-height: 125%;
    max-height: 320px;
    overflow: scroll
}

@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
    }

    .gamerfeatures__carousel .swiper-container {
        padding: 0 50px 40px
    }

    .gamerfeatures__inner {
        max-width: 710px
    }

    .gamerfeatures__titlediv {
        max-width: 650px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .gamerfeatures__titulo-img {
        margin: 0 6px
    }

    .gamerfeatures__titletext,
    .gamertabs__title {
        font-size: 40px;
        font-weight: 700
    }

    .gamerfeatures__subtitle {
        max-width: 578px;
        font-size: 28px
    }

    .gamerfeatures__carousel {
        max-width: 100%
    }

    .gamerfeatures__cards-img {
        max-width: 270px;
        margin-top: -140px
    }

    .gamerfeatures__cardtitle {
        max-width: 298px;
        font-size: 24px;
        line-height: 110%;
        margin-bottom: 30px
    }

    .gamerfeatures__card {
        padding: 38px;
        min-height: 370px
    }

    .gamerfeatures__cardsubtitle {
        max-width: 280px;
        font-size: 20px;
        line-height: 135%
    }

    .gamertabs {
        padding: 49px 38px
    }

    .gamertabs__inner {
        max-width: 720px
    }

    .gamertabs__tabslinks {
        display: flex;
        justify-content: center;
        margin-bottom: 16px
    }

    .gamertabs__inner .swiper-container {
        padding-right: 45px;
        padding-left: 45px
    }

    .gamerbrands__title {
        font-size: 32px;
        font-weight: 700;
        max-width: 588px;
        margin-bottom: 0
    }

    .gamerbrands__logos {
        padding: 20px 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly
    }

    .gamerbrands__logo-pic {
        margin: 0 5px
    }

    .gamerbeneficios {
        padding: 48px
    }

    .gamerbeneficios__inner {
        max-width: 730px
    }

    .gamerbeneficios__title {
        font-size: 40px;
        font-weight: 700;
        max-width: 437px
    }

    .gamerbeneficios__item {
        width: 170px
    }

    .gamerbeneficios__content {
        justify-content: space-around
    }

    .gamerbeneficios__item-img {
        height: 74px
    }

    .gamerbeneficios__itemtitle {
        min-height: 56px
    }

    .gamerinfo__content {
        flex-direction: row;
        justify-content: space-between
    }

    .gamerinfo__text {
        max-width: 405px
    }

    .gamerinfo .dev-banner__inner {
        padding: 60px 50px
    }

    .gamerinfo__title {
        font-size: 32px
    }

    .gamerinfo__textdescription {
        font-size: 18px;
        line-height: 130%
    }

    .gamerinfo__link {
        font-size: 18px
    }

    .gamerinfo__modal .ltpopup-body {
        width: 770px
    }

    .gamerinfo__modal .gamerinfo__text {
        max-height: 500px;
        max-width: 65%;
        margin-right: 15px
    }

    .gamerinfo__modal .gamerinfo__logo-img {
        max-width: 300px
    }
}

.gamer_specialtext {
    text-shadow: -3px -3px 0 #00c3fe, 0 -3px 0 #00c3fe, 3px -3px 0 #00c3fe, 3px 0 0 #00c3fe, 3px 3px 0 #00c3fe, 0 3px 0 #00c3fe, -3px 3px 0 #00c3fe, -3px 0 0 #00c3fe
}

@media(min-width:768px) {
    [aria-label="3 / 3"] .gamerfeatures__cards-img {
        margin-top: -180px;
        margin-bottom: 40px
    }

    .gamerfeatures__card {
        padding: 38px 30px
    }

    [aria-label="2 / 3"] .gamerfeatures__cardtitle {
        max-width: 160px
    }

    [aria-label="3 / 3"] .gamerfeatures__cardtitle {
        max-width: 269px
    }

    [aria-label="2 / 3"] .gamerfeatures__cards-img {
        margin-top: -167px;
        margin-bottom: 27px
    }
}

button#atm-c2c-hv_bannerhero_from_embebido_internet_gamer_banner1-frm-button {
    background: #e63780
}

button#atm-c2c-hv_bannerhero_from_embebido_internet_gamer_banner1-frm-button:hover {
    background: #922859
}

.dev-banner-container .atm-c2c-frm-form-group {
    text-align: start
}

@media (max-width:768px) {
    .gamertabs .slider-seo__nav {
        display: none !important
    }

    .dev-banner-container .atm-c2c-frm-form-group {
        text-align: center
    }
}

.gamertabs__plan-btn-buy {
    border-radius: 7px;
    border: 1px solid #019df4 !important;
    background: 0 0;
    padding: 7px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    width: 90%;
    display: inline-block;
    cursor: pointer
}

.swiper-wrapper {
    justify-content: space-between
}

.banner-hero-front .swiper-container-autoheight,
.banner-hero-front .swiper-container-autoheight .swiper-slide {
    height: 400px
}

@media (min-width:1280px) {
    .ltfaqs__section .ltfaqs__inner {
        max-width: 1024px
    }

    .ltfaqs__section .lt-accordion-title {
        margin-top: 12px
    }

    .gamerfeatures {
        padding: 65px 32px
    }

    .gamerfeatures__inner {
        max-width: 1280px
    }

    .gamerfeatures__subtitle {
        max-width: 730px
    }

    .gamerfeatures .swiper-pagination {
        display: none
    }

    .gamertabs {
        padding: 78px 59px 59px
    }

    .gamerbeneficios__inner,
    .gamertabs__inner {
        max-width: 1210px
    }

    .gamertabs__title {
        margin-bottom: 56px
    }

    .gamertabs__inner .gamertabs__tabslinks {
        overflow: initial
    }

    .gamertabs__inner .lt__tabs {
        padding: 5px 9px
    }

    .gamertabs__inner .lt__tab-item {
        width: 185px;
        padding: 7px 15px
    }

    .gamertabs__inner .lt__tab-item span {
        font-size: 18px
    }

    .gamertabs__inner .lt__tab-item span b {
        font-size: 20px
    }

    .gamerbeneficios__title {
        max-width: unset;
        margin-bottom: 52px !important
    }

    .gamerbeneficios__item {
        width: 286px
    }

    .gamerbeneficios__item-img {
        margin-bottom: 36px
    }

    .gamerbeneficios__itemtitle {
        margin-bottom: 15px !important;
        font-size: 28px
    }

    .gamerbeneficios__itemdescription {
        font-size: 20px
    }

    .gamerinfo__logo-pic {
        min-height: 250px
    }

    .gamerinfo .dev-banner__inner {
        max-width: 950px
    }

    .gamerinfo__text {
        max-width: 460px
    }

    .gamerinfo__modal .ltpopup-body {
        width: 900px
    }

    .gamerinfo__modal .gamerinfo__text {
        max-height: unset;
        overflow: initial
    }

    .gamerinfo .swiper-button-next::after,
    .gamerinfo .swiper-button-prev::after {
        font-size: 29px
    }

    .gamerinfo .swiper-button-next {
        right: 100px
    }

    .gamerinfo .swiper-button-prev {
        left: 100px
    }

    .gamerinfo__modal .ltpopup-content {
        padding: 39px 45px
    }

    .gamerinfo__modal .ltpopup-close-img {
        width: 30px;
        height: 30px
    }

    .gamerinfo__content {
        height: 303px
    }

    .gamerinfo__modal .gamerinfo__content {
        height: initial;
        min-height: 303px
    }
}

.stefa-accordion-tyc--disney li,
.stefa-accordion-tyc--disney p {
    margin-bottom: 20px
}

.stefa-accordion-tyc--disney ol {
    padding-left: 20px
}

.gamertabs__tvapp {
    display: flex;
    max-width: 90%;
    margin: 0 auto 12px;
    background-color: #465967;
    color: #fff;
    padding: 9px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700
}

.gamertabs__tvapp--svg {
    margin-right: 8px
}

.gamertabs__tvapp span {
    font-size: 10px
}

.gamertabs__tvapp b {
    font-size: 12px
}

.gamertabs__mbps.gamertabs__mbps--2 {
    font-size: 24px;
    line-height: 20px;
    text-align: left;
    margin-left: 5px
}

.gamertabs__titulotabs {
    font-family: Telefonica;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin: 12px auto
}

.gamertabs__planmegas {
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.gamertabs__mbps.gamertabs__mbps--2 span {
    font-size: 18px
}

.gamertabs__plantag.gamertabs__plantag--2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 248px;
    margin: 8px auto 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    text-align: center
}

.gamertabs__plantag.gamertabs__plantag--2 span {
    background-color: #233a4a;
    width: 120px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px
}

.gamertabs__plantype {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: .24em;
    text-align: center;
    color: #fff;
    background-color: #0b2637;
    max-width: 215px;
    margin: 0 auto 12px
}

.gamertabs__planprice {
    margin-top: 12px;
    border-top: 2px solid #019df4
}

.gamertabs__line {
    border-top: 0;
    border: 1px solid #fff;
    border-bottom: 0;
    z-index: -15;
    display: block;
    padding: 0 8px;
    max-width: 90%;
    margin: -20px auto 26px;
    position: absolute;
    left: 0;
    right: 0
}

.solo-internet__tabs_planes_body_bonos--item {
    width: 90%;
    height: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    padding: 8px 0;
    gap: 4px;
    background: #465967;
    margin: 0 auto 12px
}

.solo-internet__tabs_planes_body_bonos_item--encabezado {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center
}

.solo-internet__tabs_planes_body_bonos_item_encabezado--titulo {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 0
}

.gamertabs__celeste,
b.solo-internet__tabs_planes_body_bonos_item_encabezado--titulo {
    color: #019df4
}

.solo-internet__tabs_planes_body_bonos_item--footer {
    width: 115.44px;
    height: 14px;
    display: flex;
    justify-content: center;
    gap: 2px
}

.solo-internet__tabs_planes_body_bonos_item_footer--titulo {
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 0
}

.solo-internet__tabs_planes_body_bonos_item_footer--titulo span {
    color: #019df4;
    font-weight: 700
}

.gamertabs__planbtn--neo {
    max-width: 90% !important
}

.stefa-plan__disney {
    width: 90%;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    background-color: #465967;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 12px
}

.stefa-plan-disney-informacion__titulo {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -.01em;
    color: #fff;
    margin-bottom: 0
}

.stefa-plan-disney-informacion__subTitulo {
    font-size: 10px;
    line-height: 16px;
    text-align: left;
    color: #fff;
    margin-bottom: 0
}

.stefa-plan__disney img {
    width: 28px;
    height: 28px
}

.gamertabs__plantag--3 {
    display: block !important;
    background-color: #233a4a;
    border-radius: 4px;
    padding: 6px
}

.gamertabs__planregular {
    font-size: 18px;
    font-weight: 300;
    line-height: 22.5px;
    text-align: center;
    color: #019df4
}

.gamertabs__tvapp span,
.stefa-plan-disney-informacion__subTitulo {
    font-weight: 300
}

.stefa-banner-gamer__box-uno {
    text-align: center
}

.stefa-banner-gamer__box-dos {
    max-width: 126px;
    text-align: center
}

.stefa-banner-gamer__texto {
    font-family: Telefonica;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    text-align: center;
    color: #fff;
    margin-bottom: 8px
}

.stefa-banner-gamer__box-tres {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.stefa-banner-gamer__button {
    background-color: #e63780;
    color: #fff;
    width: 196px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-top: 30px
}

.stefa-banner-gamer__button:active,
.stefa-banner-gamer__button:focus,
.stefa-banner-gamer__button:hover {
    background-color: #922859;
    color: #fff;
    text-decoration: none
}

.stefa-banner-gamer__img--instalacion {
    position: absolute;
    top: 20px;
    left: -7px
}

.stefa-banner-gamer__img--reloj {
    position: absolute;
    right: -20px;
    top: 34%
}

.stefa-banner-gamer__instalacion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px
}

.stefa-banner-gamer__texto--dos {
    font-family: Telefonica;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    order: 2
}

.stefa-banner-gamer__texto--gratis {
    color: #019df4;
    display: block;
    text-transform: uppercase
}

@media(min-width:767px) {
    .stefa-banner-gamer__box-dos {
        max-width: 100%;
        position: absolute;
        right: -249px;
        top: 10px
    }

    .stefa-banner-gamer {
        max-width: 480px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative
    }

    .stefa-banner-gamer__box-tres {
        flex-direction: column
    }

    .stefa-banner-gamer__texto {
        font-size: 24px;
        line-height: 30px
    }

    .stefa-banner-gamer__instalacion {
        flex-direction: row;
        margin-top: 15px
    }

    .stefa-banner-gamer__texto--dos {
        font-size: 16px;
        margin-left: 6px
    }

    .stefa-banner-gamer__texto--gratis {
        display: inline
    }

    .stefa-banner-gamer__button {
        width: 252px;
        height: 56px;
        font-size: 18px
    }

    .stefa-banner-gamer__img--instalacion {
        top: 26px
    }

    .stefa-banner-gamer__img--reloj {
        right: -13px;
        top: 32px
    }
}

@media(min-width:767px) and (max-width:1080px) {
    .stefa-banner-gamer__box-dos {
        right: -190px
    }

    .stefa-banner-gamer {
        max-width: 367px
    }
}
/* este codigo estaba al principio del contenedor de tabs */
.seo-c2c-button {
    padding: 11px;
    width: 100%;
    border-radius: 7px;
    border: 1px solid #019DF4;
    background: #019DF4;
    z-index: 1;
    left: 0;
    text-wrap: nowrap;
    color: #ffffff;
    font-weight: 700 !important;
    line-height: 18px;
    font-size: 20px;
    margin-bottom: 8px;
    display: none !important;
}

/* nuevo codigo css */

.gamertabs__dto {
    color: #0b2739;
    font-size: 12px;
    font-weight: 700;
    padding: 6px;
    background-color: #e6f5fd;
    border-radius: 50px;
}