.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: 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-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);
    z-index: 1000;
    transition-timing-function: ease-in-out;
    transition-duration: .3s
}

.ltpopup-body {
    background: #d3d3d3;
    position: relative;
    z-index: 1100;
    display: block;
    margin: auto;
    width: 280px;
    height: 436px
}

.ltpopup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px 20px;
    box-sizing: border-box
}

.ltpopup-exit-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 2
}

.ltpopup-close-img {
    width: 24px;
    height: 24px;
    fill: #fff
}

.ltpopup-wp.visible {
    opacity: 1;
    visibility: visible
}

.ltpopup-wp.hide {
    visibility: hidden;
    opacity: 0;
    z-index: -2
}

.ltpopup-info {
    position: relative
}

@media (min-width:600px) {
    .ltpopup-body {
        width: 546px;
        height: 490px
    }
}

.hunter__body {
    position: fixed;
    bottom: 60px;
    right: 0;
    background-color: #4d4d4d;
    padding: 16px;
    z-index: 2;
    width: 415px;
    height: 215px;
    border-radius: 16px 0 0 16px
}

.hunter__close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 2
}

.hunter__inner img {
    width: auto;
    height: auto;
    max-height: 100%
}

.hunter__inner {
    height: 100%
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0
}

.swiper-container {
    padding-bottom: 20px
}

.lt-swiper-nav {
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2
}

.lt-button-next.lt-swiper-nav {
    position: absolute;
    right: 0
}

.lt-button-prev.lt-swiper-nav {
    position: absolute;
    left: 0
}

.lt-swiper-nav.swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.ltfaqs__section {
    padding: 32px 16px;
    display: flex;
    justify-content: center;
    background-color: #F6F6F6;
}

.ltfaqs__section .ltfaqs__title {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    color: #50535a;
    margin-bottom: 36px
}

.ltfaqs__section .ltfaqs__list {
    list-style: none;
    padding: 0
}

.ltfaqs__section .ltfaqs__inner {
    width: 100%;
    max-width: 340px
}

.ltfaqs__section .lt-accordion-title {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    position: relative
}

.ltfaqs__section .ltfaqs__list>li {
    border-bottom: 1px solid #d3d4d3
}

.ltfaqs__section .lt-accordion-number {
    border-radius: 100px;
    background: #d3d4d3;
    width: 32px;
    height: 32px;
    color: #50535a;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center
}

.ltfaqs__section .lt-accordion-titlelabel {
    color: #50535a;
    font-size: 14px;
    font-weight: 400;
    line-height: 142%;
    max-width: 70%;
    margin-left: 10px;
    margin-bottom: 0
}

.ltfaqs__section .lt-toggle-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg)
}

.ltfaqs__section .lt-accordion-content {
    margin: 0 30px;
    font-size: 16px;
    color: #50535a
}

.ltfaqs__section .accordion_link_active .lt-accordion-number {
    background: #019df4;
    color: #fff
}

.ltfaqs__section .accordion_link_active .lt-accordion-titlelabel {
    font-weight: 700
}

@media (min-width:768px) {
    .ltfaqs__section .ltfaqs__inner {
        max-width: 700px
    }

    .ltfaqs__section {
        padding: 32px
    }

    .ltfaqs__section .ltfaqs__title {
        font-size: 38px;
        margin-bottom: 12px;
        padding: 24px 0
    }

    .ltfaqs__section .lt-accordion-titlelabel {
        max-width: 80%;
        font-size: 18px
    }
}

.ltfaqs__section .ltfaqs__viewmore {
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
    color: #019df4;
    text-align: center;
    text-decoration: underline;
    cursor: pointer
}

.ltfaqs__section .ltfaqs__viewmore:hover {
    color: #019df4
}

.item-activo-width,
.ltfaqs__section .ltfaqs__morebtn .ltfaqs__viewmore.minus,
.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.more,
.stefa-planes-fibra-internet .fibra-carrucel-header_btn,
[lt-toggle] .minus,
[lt-toggle].link__toggleactive .more,
button#Hogar-WP-movistar-tv-Parrilla-14 {
    display: none
}

.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.minus {
    display: block
}

[lt-toggle].link__toggleactive .minus {
    display: inline
}

.planes-header__titulo {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    text-align: center
}

.planes-header__descripcion {
    margin: 12px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    height: 40px
}

.stefa-slided__planes__item {
    text-align: center;
    padding: 16px 12px 20px;
    margin: 0 auto
}

.stefa-slided__planes__wrap {
    box-shadow: 0 5px 20px 0 rgba(11, 39, 57, .12), 0 7px 8px 0 rgba(11, 39, 57, .02);
    border-radius: 16px;
    overflow: hidden;
    background: #fff
}

.stefa-slided__planes__head {
    font-size: 14px;
    line-height: 20px;
    background-color: #0b2739;
    color: #fff;
    padding: 16px 8px;
    text-align: center;
    min-height: 156px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative
}

.stefa-bhero__FibraTVAliento__footer,
.stefa-slided__planes__head__ttl {
    margin-bottom: 0
}

.stefa-slided__planes__head__oferta {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    letter-spacing: -.025em
}

.stefa-slided__planes__head__oferta__big {
    font-size: 32px;
    line-height: 34px
}

.stefa-slided__planes__head__oferta__small {
    font-size: 14px
}

.stefa-slided__planes__head__txt {
    margin-bottom: 0;
    font-size: 12px
}

.stefa-slided__planes__body,
.stefa-slided__planes__footer {
    position: relative;
    padding: 16px
}

.stefa-slided__planes__body__label {
    display: flex;
    padding: 3px 4px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #e63780;
    position: absolute;
    left: 50%;
    top: -10px;
    color: #fff;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    gap: 2px;
    flex-wrap: nowrap;
    width: max-content
}

.stefa-slided__planes__body__price {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    min-height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.stefa-slided__planes__body__price__new strong {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0;
    font-weight: 400
}

.stefa-slided__planes__body__price__old {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0
}

.stefa-slided__planes__body__price__old span {
    text-decoration: line-through
}

.stefa-slided__planes__body__card01 {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: #f5f5f5;
    align-items: center;
    justify-content: center;
    margin-top: 8px
}

.stefa-slided__planes__body__card01-inner {
    text-align: left;
    max-width: 180px
}

.stefa-slided__planes__body__card01-ttl {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0
}

.stefa-slided__planes__body__card01-txt {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 0
}

.fibra-carrucel-_a_comp_online {
    user-select: none;
    border: 0 solid transparent;
    outline: 0;
    line-height: 40px;
    font-size: 16px;
    background-color: #0b2739;
    border-radius: 50px;
    text-decoration: none;
    transition: .4s;
    margin: 12px auto 16px;
    color: #fff;
    width: 100%;
    height: 48px;
    display: block
}

.stefa-slided__planes__body__card-ig {
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: #f5f5f5;
    align-items: center;
    justify-content: center;
    margin-top: 8px
}

.stefa-slided__planes__body__card-ig-inner {
    max-width: 164px
}

.stefa-slided__planes__body__card-ig-ttl {
    font-size: 14px;
    line-height: 16px;
    color: #019df4;
    margin-bottom: 0
}

.stefa-slided__planes__body__card-ig-ttl span {
    color: #0b2739
}

.stefa-slided__planes__body__card-ig-txt {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0
}

.stefa-slided__planes__body__card-ig-txt span {
    color: #019df4;
    font-weight: 700
}

.stefa-slided__planes__separador {
    padding: 0 16px;
    position: relative
}

.stefa-slided__planes__separador hr {
    height: 1px;
    border-width: 0;
    color: #ddd;
    background-color: #ddd
}

.stefa-slided__planes__footer__box {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px
}

.stefa-slided__planes__footer__box-inner {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.stefa-slided__planes__footer__box-ttl {
    font-size: 12px;
    line-height: 16px;
    color: #0b2739;
    margin-bottom: 0
}

.stefa-slided__planes__footer__box-txt {
    font-size: 12px;
    line-height: 16px;
    color: #50535a;
    margin-bottom: 0
}

.bhero__plantilla {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px
}

.bhero__plantilla__modulo {
    width: 100%;
    height: 400px;
    background-color: rgba(1, 157, 244, 0)
}

.bhero__plantilla__bkgpic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1
}

.stefa-bhero__FibraTVAliento__box {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 400px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.contenedor-activo {
    display: flex !important
}

#id_visible-btn-slider,
.contenedor-inactivo,
.fibra-carrucel-btn_item,
.fibra-carrucel-header_btn {
    display: none !important
}

.stefa-banner-partido-clasico {
    display: flex;
    justify-content: center
}

.stefa-bhero__FibraTVAliento__content {
    padding: 8px;
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 352px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column
}

.stefa-bhero__FibraTVAliento__ttl {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 auto;
    width: 232px
}

.bhero__plantilla__bkgimg {
    position: relative;
    width: 100%;
    height: 400px;
    object-position: top center;
    object-fit: cover;
}

.stefa-bhero__FibraTVAliento__box img {
    width: auto;
    height: auto;
    max-width: initial !important
}

#texto_custom_oferta {
    font-size: 10px;
    font-weight: 400;
    line-height: 12.5px;
    text-align: center;
    color: #fff;
    position: absolute;
    transform: translate(150px, 0)
}

.stefa-bhero__FibraTVAliento__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    gap: 8px;
    padding: 6px 24px;
    border-radius: 24px;
    font-size: 14px;
    line-height: 20px;
    background-color: #e63780;
    color: #fff;
    margin-bottom: 10px
}

#stefa-banner-partido-btn_open_modal {
    top: 325px;
    position: relative
}

.stefa-bhero__FibraTVAliento__tyc {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    transform: translate(70px, -15px)
}

.fibra-carrucel-_a_comp_online:hover,
.stefa-bhero__FibraTVAliento__tyc a,
.stefa-bhero__FibraTVAliento__tyc a:hover,
.tvenvivo-banner__terms:hover {
    color: #fff
}

.stefa-banner-partido-clasico__modalShow {
    height: 400px;
    min-width: 100%;
    margin: -20px -30px -30px;
    background-color: rgba(0, 0, 0, .5);
    text-align: center
}

.stefa-banner-partido-clasico__modal_title {
    height: 119px
}

#stefa-banner-partido-btn_close_modal {
    right: 5px;
    top: 5px;
    filter: contrast(0) brightness(2);
    cursor: pointer
}

.stefa-banner-partido-clasico__terminos-y-condiciones {
    max-width: 120px;
    width: 100%;
    max-height: 12px;
    height: 100%;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    transform: translate(180px, 280px) !important
}

.stefa-slided__planes__head__cintillo {
    margin-bottom: 0;
    background-color: #a13ea1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 28px;
    line-height: 28px
}

.stefa-slided__planes__head__mbps {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0
}

.stefa-slided__planes__head__mbps--old {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #3c5261;
    text-decoration: line-through;
    margin: 5px
}

.stefa_lineas-adicionales__titulo-parrillas {
    width: 100%;
    height: 210px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.stefa_lineas-adicionales__titulo-parrillas h1 {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    width: 328px;
    height: 120px;
    text-align: center
}

.stefa_lineas-adicionales__titulo-parrillas p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    width: 328px;
    height: 80px
}

.stefa_partidos-eliminitarias-donde-mirar--section {
    width: 100%;
    height: 362px;
    padding: 32px 16px;
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.stefa_partidos-eliminitarias-donde-mirar--item1 {
    width: 328px;
    height: 170px;
    padding-top: 4em
}

.stefa_partidos-eliminitarias-donde-mirar--titulo {
    width: 328px;
    height: 120px;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    color: #0b2739
}

.stefa_partidos-eliminitarias-donde-mirar--descripcion {
    width: 328px;
    height: 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    color: #0b2739
}

.stefa_partidos-eliminitarias-donde-mirar--item2 {
    width: 328px;
    height: 104px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4em
}

.stefa_partidos-eliminitarias-donde-mirar--america-tv,
.stefa_partidos-eliminitarias-donde-mirar--movistar-tv {
    width: 100%;
    height: 104px;
    gap: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.stefa_partidos-eliminitarias-donde-mirar--america-titulo,
.stefa_partidos-eliminitarias-donde-mirar--movistar-titulo {
    width: 134px;
    height: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #0b2739;
    margin-bottom: 0
}

.stefa_partidos-eliminitarias-donde-mirar--pct-america,
.stefa_partidos-eliminitarias-donde-mirar--pct-movistar {
    margin-bottom: 12px
}

.stefa_partidos-eliminitarias-donde-mirar--america-descripcion,
.stefa_partidos-eliminitarias-donde-mirar--movistar-descripcion {
    width: 84px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #0b2739;
    margin-bottom: 0
}

.stefa_partidos-eliminitarias-informacion-partidos__section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    overflow: hidden;
    position: relative
}

.stefa_partidos-eliminitarias-informacion-partidos__item1 {
    width: 328px;
    height: 190px
}

.stefa_partidos-eliminitarias-informacion-partidos__item1 h2 {
    width: 328px;
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
    color: #313235;
}

.stefa_partidos-eliminitarias-informacion-partidos__item1 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    color: #6B6C6F;
}

.stefa_partidos-eliminitarias-informacion-partidos__titulo-item2 {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 22.5px;
    text-align: center;
    color: #e6f5fd;
    background: #019df4;
    text-transform: uppercase;
    width: 172px;
    height: 31px;
    padding: 4px 10px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 0;
    transform: translateY(15px)
}

.stefa_partidos-eliminitarias-informacion-partidos__item2 {
    width: 339px;
    height: 380px;
    border-radius: 8px;
    border: 1px solid #019df4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.bp,
.pe,
.pp,
.pu,
.up {
    width: 100%
}

.stefa_partidos-eliminitarias-informacion-partidos__item2--container {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, minmax(250px, 1fr))
}

.stefa_partidos-eliminitarias-informacion-partidos__item2--content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-size: 16px;
    font-weight: 400;
    margin: 0
}

.bp {
    margin-left: -16px
}

.pc {
    width: 92%
}

.ap {
    margin-left: -60px
}

.pbol {
    width: 97%
}

.vp {
    margin-left: -64px
}

.cp {
    margin-left: -61px
}

.pe {
    margin-left: -3px
}

.up {
    margin-left: -29px
}

.pp,
.stefa_partidos-eliminitarias-informacion-partidos__tercera-fila h3 {
    margin-left: 4px
}

.stefa_partidos-eliminitarias-informacion-partidos__item2--content_vs {
    margin: 0;
    font-size: 16px;
    font-weight: 700
}

.stefa_partidos-eliminitarias-informacion-partidos__listados {
    width: 326px;
    height: 285px
}

.stefa_partidos-eliminitarias-informacion-partidos__list-item-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: right;
    gap: 6px;
    color: #0b2739
}

.stefa_partidos-eliminitarias-informacion-partidos__fecha-tv {
    width: 122px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #019df4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: right;
    gap: 10px;
    margin-left: 40px
}

.stefa_partidos-eliminitarias-informacion-partidos__tv-canal {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    margin-bottom: 0
}

.stefa_partidos-eliminitarias-informacion-partidos__item2-footer {
    width: 337px;
    height: 40px;
    padding: 4px 10px;
    position: absolute;
    transform: translate(0, 169px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0 0 8px 8px
}

.stefa_partidos-eliminitarias-informacion-partidos__text-footer {
    width: 44px;
    height: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0
}

.stefa_partidos-eliminitarias-informacion-partidos__listados {
    list-style: none;
    padding: 0
}

.stefa_partidos-eliminitarias-informacion-partidos__list-item-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.stefa_partidos-eliminitarias-informacion-partidos__listados-primera-fila {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: right;
    gap: 10px;
    display: flex;
    flex-direction: column
}

.stefa_partidos-eliminitarias-informacion-partidos__listados-segunda-fila {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    padding: 0 6px
}

.stefa_partidos-eliminitarias-informacion-partidos__listados-tercera-fila {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    gap: 10px;
    display: flex;
    flex-direction: column
}

.stefa_partidos-eliminitarias-informacion-partidos__listados-cuarta-fila {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 6px;
    transform: translateX(10px)
}

img.stefa_partidos-eliminitarias--img--bg-general {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1
}

.stefa-slided__planes__body,
.stefa-slided__planes__footer {
    background: #fff
}

.stefa_partidos-eliminitarias-informacion-partidos__primera-fila {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 20px
}

.stefa_partidos-eliminitarias-informacion-partidos__primera-fila h3,
.stefa_partidos-eliminitarias-informacion-partidos__tercera-fila h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    margin-bottom: 0
}

.stefa_partidos-eliminitarias-informacion-partidos__primera-fila h3 {
    margin-right: 4px
}

.stefa_partidos-eliminitarias-informacion-partidos__tercera-fila {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 20px
}

@media (max-width:799px) {
    .stefa_partidos-eliminitarias-informacion-partidos__item2--content {
        font-size: 12px;
        margin: 2px;
        gap: 8px
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item2--content_vs {
        font-size: 12px
    }

    .pu {
        width: 158%
    }

    .bp {
        width: 148%
    }

    .pc {
        width: 151%
    }

    .ap {
        width: 140%
    }

    .pbol {
        width: 155%
    }

    .vp {
        width: 139%
    }

    .cp,
    .up {
        width: 141%
    }

    .pe {
        width: 157%
    }

    .pp {
        width: 159%
    }
}

@media (max-width:600px) {
    .stefa-banner-partido-clasico__terminos-y-condiciones {
        transform: translate(100px, 311px) !important
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item2 {
        gap: 5px
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item2--container {
        grid-template-columns: repeat(2, minmax(155px, 1fr));
        margin-left: 10px
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item2--content {
        gap: 4px;
        font-size: 12px;
        margin: 0
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item2--content_vs {
        font-size: 12px
    }

    .stefa_partidos-eliminitarias-informacion-partidos__fecha-tv {
        margin-left: 10px
    }

    .pe,
    .pu {
        width: 109%
    }

    .bp {
        width: 92%
    }

    .pc {
        width: 97%
    }

    .ap {
        margin-left: -16px;
        width: 100%
    }

    .pbol {
        width: 103%
    }

    .vp {
        margin-left: -28px;
        width: 115%
    }

    .cp,
    .up {
        width: 100%
    }

    .cp {
        margin-left: -13px
    }

    .up {
        margin-left: -12px
    }

    .pp {
        width: 114%
    }
}

@media (min-width:800px) {

    .stefa_partidos-eliminitarias-informacion-partidos__primera-fila h3,
    .stefa_partidos-eliminitarias-informacion-partidos__tercera-fila h3 {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px
    }

    .item-activo-width {
        display: block
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item1 {
        width: 736px;
        height: 130px;
        margin-top: 2em;
        transform: translateY(15px)
    }

    .stefa-slided__planes__wrapper {
        margin-bottom: 7em
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item1 h2 {
        width: 736px;
        height: auto;
        font-size: 32px;
        font-weight: 400;
        font-size: 40px;
        line-height: 48px;
        letter-spacing: 0%;
        text-align: center;

    }

    .stefa_partidos-eliminitarias-informacion-partidos__item1 p {
        width: 654px;
        height: auto;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;

    }

    p.stefa_partidos-eliminitarias-informacion-partidos__titulo-item2 {
        width: 243px;
        height: 42px;
        padding: 6px 20px;
        border-radius: 8px;
        font-size: 24px;
        line-height: 30px;
        text-align: center
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item2 {
        width: 680px;
        height: 565px;
        padding: 40px 32px 32px;
        justify-content: start
    }

    .stefa_partidos-eliminitarias-informacion-partidos__listados-primera-fila {
        font-size: 16px;
        line-height: 20px;
        gap: 25px;
        margin-bottom: 0;
        margin-right: 25px
    }

    .stefa_partidos-eliminitarias-informacion-partidos__listados-segunda-fila {
        gap: 25px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0
    }

    .stefa_partidos-eliminitarias-informacion-partidos__listados-tercera-fila {
        font-size: 16px;
        line-height: 20px;
        gap: 25px;
        margin-bottom: 0;
        margin-left: 25px
    }

    ul.stefa_partidos-eliminitarias-informacion-partidos__listados-cuarta-fila {
        gap: 6px;
        margin-bottom: 0;
        transform: translateX(30px)
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item2-footer {
        display: none
    }

    .stefa_partidos-eliminitarias-informacion-partidos__fecha-tv {
        width: 280px;
        height: 40px;
        padding: 4px;
        gap: 12px;
        border-radius: 6px;
        font-size: 16px;
        line-height: 20px
    }

    .stefa_partidos-eliminitarias-informacion-partidos__pct-bandera {
        margin: 10px 0
    }

    .stefa_partidos-eliminitarias-informacion-partidos__tv-canal {
        font-size: 16px;
        line-height: 20px
    }

    .stefa_partidos-eliminitarias-donde-mirar--section {
        height: 234px;
        padding: 32px 0 0;
        gap: 10%;
        flex-direction: row
    }

    .stefa_partidos-eliminitarias-donde-mirar--item1 {
        width: 315px;
        height: 170px;
        gap: 10px
    }

    .stefa_partidos-eliminitarias-donde-mirar--titulo {
        width: 315px;
        height: 120px;
        font-size: 32px;
        font-weight: 300;
        line-height: 40px;
        text-align: left
    }

    .stefa_partidos-eliminitarias-donde-mirar--descripcion {
        width: 315px;
        height: 40px;
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        text-align: left
    }

    .stefa_partidos-eliminitarias-donde-mirar--america-titulo,
    .stefa_partidos-eliminitarias-donde-mirar--movistar-titulo {
        width: 204px;
        height: 24px;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: center
    }

    .stefa_partidos-eliminitarias-donde-mirar--america-descripcion,
    .stefa_partidos-eliminitarias-donde-mirar--movistar-descripcion {
        width: 96px;
        height: 24px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center
    }

    .bhero__plantilla__modulo {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .stefa_lineas-adicionales__titulo-parrillas {
        height: 130px
    }

    .stefa_lineas-adicionales__titulo-parrillas h1 {
        width: 736px;
        height: 80px;
        font-size: 32px;
        font-weight: 300;
        line-height: 40px;
        text-align: center
    }

    .stefa_lineas-adicionales__titulo-parrillas p {
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        text-align: center;
        width: 736px;
        height: 40px
    }

    .stefa-bhero__FibraTVAliento__bkgimg {
        position: relative;
        width: 100%;
        height: 400px
    }

    .stefa-bhero__FibraTVAliento__box {
        height: 400px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 8px
    }

    .stefa-bhero__FibraTVAliento__content {
        width: 100%;
        max-width: 760px;
        padding-top: 0;
        padding-bottom: 16px;
        display: flex;
        align-items: center
    }

    .stefa-bhero__FibraTVAliento__ttl {
        font-size: 36px;
        line-height: 48px;
        width: 100%
    }

    .stefa-bhero__FibraTVAliento__footer {
        margin-bottom: 0 !important
    }

    .stefa-bhero__FibraTVAliento__contenedor {
        right: -66px;
        transform: translate(-140px, 60px);
        margin-bottom: 4px;
        position: absolute;
        bottom: 98px
    }

    #texto_custom_oferta {
        transform: translate(250px, 40px) !important
    }

    .stefa-bhero__FibraTVAliento__tyc {
        transform: translate(-90px, -2px) !important
    }

    .stefa_partidos-eliminitarias-donde-mirar--item2 {
        width: 328px;
        height: 104px;
        display: flex;
        justify-content: right;
        align-items: center;
        gap: 25%
    }

    .stefa_partidos-eliminitarias-donde-mirar--movistar-tv {
        transform: translateX(50px) !important
    }

    .stefa_partidos-eliminitarias-donde-mirar--america-titulo {
        margin-top: 0
    }

    .stefa_partidos-eliminitarias-donde-mirar--america-tv {
        transform: translate(0, -4px) !important
    }

    .planes-header__descripcion {
        font-size: 18px;
        font-weight: 300;
        line-height: 22.5px;
        text-align: center;
        margin-bottom: 2em;
        padding: 0 150px
    }
}

.stefa_partidos-eliminitarias-donde-mirar--america-titulo {
    width: 155px;
    margin-top: 8px
}

.stefa_partidos-eliminitarias-donde-mirar--movistar-tv {
    transform: translateX(0)
}

@media (min-width:1280px) {
    #stefa-banner-partido-btn_open_modal {
        top: 100px !important
    }

    .stefa-slided__planes__wrapper {
        margin-bottom: 3em
    }

    .planes-header__descripcion {
        padding: 0 333px
    }

    .stefa_partidos-eliminitarias-donde-mirar--item2 {
        transform: translateX(70px)
    }

    .ltfaqs__section .ltfaqs__inner {
        max-width: 1024px
    }

    .ltfaqs__section .lt-accordion-title {
        margin-top: 12px
    }

    .stefa-slided__planes__container {
        overflow: hidden;
        max-width: 1092px;
        margin: 0 auto;
        position: relative
    }

    .stefa_partidos-eliminitarias-donde-mirar--section {
        height: 220px;
        padding: 32px 84px;
        gap: 24px
    }

    .stefa_partidos-eliminitarias-donde-mirar--titulo {
        width: 563px;
        height: 100px;
        font-size: 40px;
        font-weight: 300;
        line-height: 50px;
        text-align: left
    }

    .stefa_partidos-eliminitarias-donde-mirar--descripcion {
        width: 563px;
        height: 46px;
        font-size: 18px;
        font-weight: 300;
        line-height: 22.5px;
        text-align: left
    }

    .stefa_partidos-eliminitarias-donde-mirar--item1 {
        width: 563px;
        height: 156px;
        gap: 10px
    }

    .contenedor-activo,
    .stefa_partidos-eliminitarias-donde-mirar--movistar-titulo {
        width: 204px;
        height: 24px;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: center
    }

    .stefa_partidos-eliminitarias-donde-mirar--america-descripcion,
    .stefa_partidos-eliminitarias-donde-mirar--movistar-descripcion {
        width: 96px;
        height: 24px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center
    }

    .planes-header__titulo,
    .stefa_lineas-adicionales__titulo-parrillas h1 {
        font-size: 40px;
        font-weight: 300;
        line-height: 40px;
        text-align: center
    }

    .stefa_lineas-adicionales__titulo-parrillas h1 {
        width: 800px;
        height: 80px
    }

    .stefa_lineas-adicionales__titulo-parrillas p {
        width: 800px;
        height: 46px;
        font-size: 18px;
        font-weight: 300;
        line-height: 22.5px;
        text-align: center
    }

    .stefa-bhero__FibraTVAliento__contenedor {
        right: -20px;
        transform: translate(490px, 200px) !important
    }

    .bhero__plantilla__bkgimg {
        object-position: 70% 100%;
        object-fit: cover
    }

    .stefa-bhero__FibraTVAliento__content {
        max-width: 1140px;
        padding: 0 8px 16px
    }

    #texto_custom_oferta {
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 17.5px !important;
        text-align: center !important;
        transform: translate(540px, 95px) !important
    }

    #stefa-banner-partido-btn_open_modal {
        gap: 16px;
        padding: 16px 33px;
        border-radius: 64px;
        font-size: 18px;
        line-height: 24px;
        width: 206px
    }

    .stefa-bhero__FibraTVAliento__ttl {
        position: absolute;
        transform: translate(-222px, -178px);
        width: 468px
    }

    .stefa-bhero__FibraTVAliento__tyc {
        transform: translate(35px, 40px) !important
    }

    .stefa-banner-partido-clasico__modal_title {
        font-size: 20px;
        line-height: 28px
    }

    .stefa-banner-partido-clasico__terminos-y-condiciones {
        transform: translate(1200px, 280px) !important
    }
}

.svg--icon--background--next,
.svg--icon--background--prev,
.svg--icon--next,
.svg--icon--prev {
    display: inline-block;
    font-size: inherit;
    width: 1em;
    height: 1em;
    z-index: 100;
    overflow: hidden
}

.svg--boton--next,
.svg--boton--prev {
    width: 30px;
    height: 30px;
    font-size: 15px;
    z-index: 1;
    display: flex;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 4px #000
}

.nat-home--brands .svg--more.svg--inline,
.nat-home--client .svg--icon--next,
.nat-home--client .svg--icon--prev,
.nateevo-movTotal--container .swiper-button-next,
.nateevo-movTotal--container .swiper-button-prev,
.nateevo-movTotal--container .swiper-container-rtl .swiper-button-prev,
.stefa-planes-fibra-internet .swiper-button-prev.s-button--prev.swiper-button-disabled use,
.stefa-planes-fibra-optica .swiper-button-prev.s-button--prev.swiper-button-disabled use,
.stefa-planes-fibra-trios .swiper-button-prev.s-button--prev.swiper-button-disabled use,
.svg--icon,
.svg--icon--background--next,
.svg--icon--background--prev,
.svg--icon--next,
.svg--icon--prev,
.svg--more--home.svg--inline,
.svg-icon-multipantalla,
svg.svg--more--atc.svg--inline {
    filter: invert(51%) sepia(81%) saturate(3888%) hue-rotate(175deg) brightness(101%) contrast(99%)
}

.svg--boton--next,
.svg--boton--prev,
.svg--icon--next,
.svg--icon--prev {
    top: 52%;
    margin-top: -20px;
    position: absolute
}

.svg--boton--next {
    right: 20px;
    justify-content: center;
    align-items: center
}

.svg--boton--prev {
    left: 20px;
    justify-content: center;
    align-items: center
}

.fibra-carrucel-_a_comp_online:hover {
    background-color: #3c5261
}

@media (min-width:768px) and (max-width:1081px) {
    .stefa-slided__planes__head__oferta__big {
        font-size: 28px
    }
}

.stefa_partidos-tabs-parrillas--section .nav-tabs {
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    border-bottom: 0 solid #ffffff00;
    margin-top: 1em
}

.lt__subtab-item,
.lt__tab-item {
    border-bottom: 0 solid #ffffff00;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    border-radius: 2rem;
    border: 0;
    color: #86888c;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: .4s ease-in;
    font-size: 18px;
    min-width: 160px;
    text-align: center;
    height: 40px;
    line-height: 1rem
}

.lt__subtab-item.lt__subtab-item--active,
.lt__tab-item.lt__tab-item--active {
    border-bottom: 0 solid #ffffff00;
    background-color: #019df4;
    color: #fff
}

.stefa_lineas-adicionales__titulo-parrillas .stefa_partidos-eliminitarias--pct--background-general,
.stefa_partidos-eliminitarias-donde-mirar--section .stefa_partidos-eliminitarias--pct--background-general,
.stefa_partidos-tabs-parrillas--section .stefa_partidos-eliminitarias--pct--background-general {
    position: absolute;
    width: 100%
}

.stefa_partidos-eliminitarias-donde-mirar--section .stefa_partidos-eliminitarias--img--bg-general {
    position: relative
}

.stefa_lineas-adicionales__titulo-parrillas .stefa_partidos-eliminitarias--img--bg-general {
    position: relative;
    top: 0 !important
}

.stefa_partidos-tabs-parrillas--section,
.stefa_partidos-tabs-parrillas--section .lt__parent {
    padding: 10px 0
}

.bg-tab-1,
.bg-tab-2 {
    height: 74em
}

.bg-tab-3 {
    height: 75em
}

.stefa_partidos-tabs-parrillas--section .stefa_partidos-eliminitarias--img--bg-general {
    bottom: 0;
    position: relative;
    height: 100%;
    top: 0
}

.stefa_partidos-eliminitarias-donde-mirar--section .stefa_partidos-eliminitarias-donde-mirar--item1,
.stefa_partidos-eliminitarias-donde-mirar--section .stefa_partidos-eliminitarias-donde-mirar--item2 {
    z-index: 1
}

.stefa_partidos-tabs-parrillas--section .lt__parent,
.stefa_partidos-tabs-parrillas--section .nav-tabs {
    z-index: 1;
    position: relative
}

@media(max-width:600px) {
    .stefa_partidos-tabs-parrillas--section .nav-tabs {
        justify-content: flex-start;
        width: auto;
        font-size: 16px;
        white-space: nowrap;
        overflow-x: scroll
    }

    .stefa_partidos-eliminitarias-donde-mirar--item1,
    .stefa_partidos-eliminitarias-donde-mirar--item2 {
        padding-top: 0
    }

    .bg-tab-1 {
        height: 68em
    }

    .bg-tab-2 {
        height: 72em
    }

    .bg-tab-3 {
        height: 73.5em
    }
}

.stefa_banner_carrousel_p .swiper-button-next.lt-button-next:focus,
.stefa_banner_carrousel_p .swiper-button-prev.lt-button-prev:focus {
    outline: solid 0 !important;
}

.stefa_banner_carrousel_p .swiper-button-next.lt-button-next,
.stefa_banner_carrousel_p .swiper-button-prev.lt-button-prev {
    color: #313235;
    width: 9px;
    height: 16px;
    position: relative;
    transition: 0.3s;
}

.stefa_banner_carrousel_p .swiper-button-prev.lt-button-prev {
    left: 35%;
    transform: translateX(-50%);
}

.stefa_banner_carrousel_p .swiper-button-next.lt-button-next {
    left: 65%;
    transform: translate(-50%, 4px);
}

.stefa_banner_carrousel_p .swiper-button-next.lt-button-next::after,
.stefa_banner_carrousel_p .swiper-button-prev.lt-button-prev::after {
    font-size: 25px;
    line-height: 32px;
}

.stefa_banner_carrousel_p {
    height: auto;
    padding-bottom: 3em;
}

.stefa_banner_principal {
    height: auto;
    min-height: 350px;
}

.stefa_banner_principal .stefa_img_bg_banner {
    object-fit: cover;
    object-position: center;
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    width: 100%;
    height: 180px;
}

.stefa_banner_principal .stefa_items_banner {
    width: 360px;
    height: auto;
    gap: 16px;
    padding: 16px;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    margin: 0 auto;
}

.stefa_banner_principal .stefa_items_banner .stefa_categoria_span {
    width: auto;
    height: 24px;
    padding: 2px 4px 1px;
    border-radius: 4px;
    background: #e6f5fd;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #019bef;
}

.stefa_banner_principal .stefa_items_banner .stefa_titulo_banner {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #313235;
    margin-bottom: 0;
}

.stefa_banner_principal .stefa_items_banner .stefa_descripcion_banner {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: #6b6c6f;
}

.stefa_btn_solicitalo_aqui {
    width: 328px;
    height: 48px;
    padding: 12px 16px 11px;
    border-radius: 60px;
    background: #019bef;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

.stefa_btn_solicitalo_aqui:hover {
    background: #008edd !important;
    color: #fff !important;
    text-decoration: none;
}

.seccionfooterinternetfibra__General {
    background-color: #f6f6f6;
}

.stefa-tabbed__tab-item.lt__tab-item--active,
.stefa-tabbed__tab-item:hover {
    background-color: #0b2739;
    color: #fff;
    transition: 0.5s ease-in-out;
}


.stweb__pd-tabs-Planes .plan-box.plan-box-great .box__info {
    padding-top: 24px;
}

.stefa-tabbed {
    padding-top: 8px;
}

.stefa-tabbed__subtab-wrapper,
.stefa-tabbed__tab-wrapper {
    box-shadow: 0 4px 18px 0 rgba(56, 100, 166, 0.2);
    display: flex;
}

.stefa-tabbed__tab-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    background: #fff;
    max-width: max-content;
    margin: 0 auto;
    transform: translateY(-25px);
    overflow-x: scroll;
}

.stefa-tabbed__subtab-item,
.stefa-tabbed__tab-item {
    width: 100%;
    height: 40px;
    padding: 8px;
    gap: 16px;
    border-radius: 6px;
    background-color: #ffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    min-width: 186px;
    white-space: nowrap;
    border: 1px solid #ddd;
    color: #313235;
}

.stefa-tabbed__tab-item.lt__tab-item--active {
    border-bottom: 0;
    font-weight: 700;
}

.stefa-tabbed__subtab-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    background: #fff;
    margin: 0 24px;
}

.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.more,
.stefa-slided__planes .swiper-button-next,
.stefa-slided__planes .swiper-button-prev,
[lt-toggle].link__toggleactive .more {
    display: none;
}

.stefa-slided__planes__pie {
    padding: 40px 0 0;
}

.stefa-slided__planes__pie__slide {
    box-shadow: 0 7px 8px rgba(11, 39, 57, 0.02),
        0 5px 22px rgba(11, 39, 57, 0.12);
}

.stefa-slided__planes__pie__title {
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    color: #50535a;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 10px;
}

.stefa-slided__planes__head,
.stefa-tabbed__subtab-item.lt__subtab-item--active {
    background-color: #0b2739;
    color: #fff;
}

.stefa-slided__planes__ltfaqs__more {
    margin: 0 auto 1em;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    width: 190px;
    height: 48px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #019bef;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #019bef;
}

.stefa-slided__planes__ltfaqs__more:hover {
    color: #019df4;
}

.stefa-slided__planes__container {
    overflow: hidden;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.stefa-slided__planes__body__card-ig-inner,
.stefa-slided__planes__body__card-ts-inner {
    max-width: 164px;
}

.stefa-slided__planes__item {
    text-align: center;
    padding: 16px 0 20px;
    margin: 0 auto;
    width: 288px;
    position: relative;
}

.stefa-slided__planes__item-v2 {
    text-align: center;
    padding: 16px 12px 20px;
    margin: 0 auto;
    width: 350px;
}

.stefa-slided__planes__wrap {
    box-shadow: 0 5px 20px 0 rgba(11, 39, 57, 0.12),
        0 7px 8px 0 rgba(11, 39, 57, 0.02);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    width: 288px;
    margin: 0 auto;
}

.stefa-slided__planes__head {
    font-size: 14px;
    line-height: 20px;
    padding: 16px 8px;
    text-align: center;
    min-height: 168px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.stefa-slided__planes__head--recomendado {
    padding: 16px 9px;
}

.stefa-slided__planes__body__price.prince2 {
    margin-top: -8px;
}

.stefa-slided__planes__head--small {
    min-height: 168px;
}

.stefa-slided__planes__head__cintillo {
    margin-bottom: 0;
    background-color: #019bef;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    height: 28px;
    line-height: 28px;
    width: 288px;
    z-index: 2;
    color: #fff;
    border-radius: 16px 16px 0 0;
}

.stefa-slided__planes__head__ttl {
    margin-bottom: 4px;
    font-size: 16px;
}

.stefa-slided__planes__head__ttl strong {
    font-size: 12px;
}

.stefa-slided__planes__body__price__new strong,
.stefa-slided__planes__head__mbps {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 0;
}

.stefa-slided__planes__head__oferta {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    letter-spacing: -0.025em;
}

.stefa-slided__planes__head__oferta__big {
    font-size: 32px;
    line-height: 34px;
}

.stefa-slided__planes__head__oferta__small {
    font-size: 14px;
}

.stefa-slided__planes__head__txt {
    margin-bottom: 6px;
    font-size: 14px;
}

.stefa-slided__planes__body,
.stefa-slided__planes__footer {
    position: relative;
    padding: 16px;
}

.stefa-slided__planes__body__label {
    display: flex;
    padding: 3px 4px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #e63780;
    position: absolute;
    left: 50%;
    top: -10px;
    color: #fff;
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    gap: 6px;
    flex-wrap: nowrap;
    width: max-content;
    height: 28px;
}

.stefa-slided__planes__body__price {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
    min-height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}

.banner-portabilidad-test .lt-swiper-nav.swiper-button-disabled::after,
.stefa-slided__planes__body__price__new strong {
    font-weight: 400;
}

.stefa-slided__planes__body__card01 {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: #f5f5f5;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
    margin-bottom: 1em;
}

.stefa-slided__planes__body__card01-icon {
    width: 28px;
    height: 28px;
}

.stefa-slided__planes__body__card01-inner {
    text-align: left;
    color: #313235;
}

.stefa-slided__planes__body__card-ts-ttl,
.stefa-slided__planes__body__card01-ttl,
.stefa-slided__planes__body__card01-txt {
    font-size: 14px;
    margin-bottom: 0;
}

.stefa-slided__planes__body__card-ig,
.stefa-slided__planes__body__card-ts {
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: #f5f5f5;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

.stefa-slided__planes__body__card-ig-ttl {
    font-size: 14px;
    line-height: 16px;
    color: #019df4;
    margin-bottom: 0;
}

.stefa-slided__planes__body__card-ig-ttl span {
    color: #0b2739;
}

.stefa-slided__planes__body__card-ig-txt,
.stefa-slided__planes__body__card-ts-txt {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0;
}

.stefa-slided__planes__body__card-ig-txt span,
.stefa-slided__planes__body__card-ts-txt span {
    color: #019df4;
    font-weight: 700;
}

.stefa-slided__planes__body__card-ts-ttl-azul {
    color: #0b2739;
    font-size: 20px;
}

.stefa-slided__planes__body__card-ts-ttl-cyan {
    color: #019df4;
    font-size: 20px;
}

.stefa-slided__planes__body__separador hr,
.stefa-slided__planes__separador hr {
    height: 1px;
    border-width: 0;
    color: #ddd;
    background-color: #ddd;
}

.stefa-slided__planes__body__separador {
    padding: 0;
    position: relative;
    margin-bottom: 16px;
}

.stefa-slided__planes__body__separador__txt {
    display: inline-block;
    background-color: #fff;
    text-transform: uppercase;
    padding: 2px;
    position: absolute;
    width: 180px;
    height: 16px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -10px);
    font-size: 12px;
    letter-spacing: 0.15em;
    margin-bottom: 0;
}

.stefa-slided__planes__body .button--buy,
.stefa-slided__planes__body .button--call {
    border: none !important;
    height: 48px;
    width: 100%;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stefa-slided__planes__separador {
    padding: 0 16px;
    position: relative;
}

.stefa-slided__planes__footer__box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eeee;
    padding: 12px 18px;
}

.stefa-slided__planes__footer__box-tab {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
}

.stefa-slided__planes__footer__box-icon {
    width: 28px;
    height: 28px;
}

.stefa-slided__planes__footer__box-inner {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stefa-slided__planes__footer__box-ttl {
    font-size: 14px;
    line-height: 20px;
    color: #313235;
    margin-bottom: 0;
}

.stefa-slided__planes__footer__box-txt {
    font-size: 14px;
    line-height: 20px;
    color: #50535a;
    margin-bottom: 0;
}

.stefa-slided__planes__footer__box-txt img {
    margin: 2px 0;
}

.stefa-slided__planes__pie__container {
    padding: 20px;
    max-width: 580px;
    margin: 0 auto;
}

.stefa-slided__planes__pie__slide {
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    width: 255px !important;
    height: 96px;
    padding: 15px;
    margin-right: 5px;
}

.stefa-slided__planes__pie__slide .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.12px;
    color: #0b2739;
    margin-bottom: 4px;
    text-align: left;
    padding: 0;
}

.stefa-slided__planes__pie__slide .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.12px;
    color: #50535a;
}

.stefa-slided__planes__head__cintillo-v2 {
    margin-bottom: 0;
    background-color: #a13ea1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 35px;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stefa_btn_solicitalo_aqui,
.stefa_titulo_tabs_active {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.stefa-slided__planes__body__price__old {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.stefa-slided__planes__body__price__old span {
    text-decoration: line-through;
}

.stefa-slided__planes__wrap.azul {
    border: 2px solid #019bef;
}

.stefa-slided__planes__footer {
    margin-top: -2em;
}

.stefa-slided__planes--beneficios {
    font-size: 18px;
    color: #019bef;
    font-weight: 500;
    line-height: 24px;
    text-decoration: underline;
    margin-bottom: 1em;
    cursor: pointer;
}

.stefa-slided__planes--beneficios.ltfaqs__more .ltfaqs__morebtn.link__toggleactive .lt-toggle-icon {
    transform: rotate(0);
    position: relative;
    left: 5px;
}

.stefa-slided__planes--cintilloregalo {
    height: 28px;
    padding: 0 12px;
    background: #019bef;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.stefa-slided__planes__footer__box.fijo {
    border-bottom: 0;
    border-top: 1px solid #eeee;
    margin-bottom: 0;
}

.toggle-container {
    transition: height 0.35s ease-in-out;
    overflow: hidden;
    display: none;
}

[lt-toggle].link__toggleactive .minus {
    display: inline;
}

.link__toggleactive>.lt-toggle-icon {
    transform: rotate(0);
}

.stefa_titulo_tabs_active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

.stefa_titulo_tabs_active h2 {
    width: 328px;
    height: 64px;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 0;
}

.stefa_titulo_tabs_active p {
    width: 328px;
    height: 72px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
}

.seo-c2c-button {
    display: none !important;
}

.stefa_movistar_tv_app_p .stefa_box_max_width .stefa_picture_movistar_tv_app {
    width: auto;
    height: auto;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.stefa_movistar_tv_app_p .stefa_box_max_width .stefa_picture_movistar_tv_app .stefa_movistar_app_img {
    height: auto;
    width: auto;
    /* object-fit: cover; */
    /* object-position: center; */
    max-width: 360px;
}

.stefa_movistar_tv_app_p {
    width: 100%;
    background: #0b2739;
    padding-bottom: 32px;
    height: 570px;
}

.stefa_movistar_tv_app_p .stefa_box_max_width {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: 570px;
}

.stefa_movistar_tv_app_p .stefa_box_max_width .stefa_texto_box {
    width: 360px;
    height: auto;
    gap: 16px;
    position: relative;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.stefa_movistar_tv_app_p .stefa_box_max_width .stefa_texto_box .titulo {
    width: 312px;
    height: 96px;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    margin-bottom: 0;
}

.stefa_movistar_tv_app_p .stefa_box_max_width .stefa_texto_box .descripcion {
    width: 296px;
    height: 180px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    margin-bottom: 0;
}

.stefa_section_canales {
    width: 100%;
    height: 428px;
    padding: 48px 16px;
    gap: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background: #fff;
}

.stefa_section_canales .stefa_box_texto_canal {
    width: 328px;
    height: 128px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.stefa_section_canales .stefa_box_texto_canal .titulo {
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 0;
    color: #313235;
}

.stefa_section_canales .stefa_box_texto_canal .descripcion {
    width: 328px;
    height: 48px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
}

.stefa_section_canales .stefa_golperu_box {
    width: 328px;
    height: 172px;
    gap: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.stefa_section_canales .stefa_golperu_box img {
    border-radius: 8px;
}

.stefa_section_canales .stefa_golperu_box .text_box {
    width: 328px;
    height: 52px;
    padding-right: 8px;
    padding-left: 8px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.stefa_section_canales .stefa_golperu_box .text_box h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #313235;
}

.stefa_section_canales .stefa_golperu_box .text_box h3 span {
    color: #6b6c6f;
}

@media (min-width: 768px) {
    .stefa_banner_principal {
        padding-top: 1em;
    }

    .stefa_banner_principal .stefa_img_bg_banner {
        min-width: 704px !important;
        height: 266px !important;
        border-radius: 16px;
        width: 704px !important;
        left: 50% !important;
        transform: translateX(-50%);
    }
}

@media (min-width: 800px) and (max-width: 1279px) {
    .stefa_banner_carrousel_p .swiper-button-prev.lt-button-prev {
        left: 42% !important;
    }

    .stefa_banner_carrousel_p .swiper-button-next.lt-button-next {
        left: 58% !important;
    }

    .stefa_swiper_pagination_bulltes .swiper-pagination-bullet {
        padding: 0;
    }
}

@media (min-width: 1280px) {
    .stefa_section_canales {
        height: 308px;
        padding: 64px 72px;
        gap: 72px;
        flex-direction: row;
        justify-content: center;
    }

    .stefa_section_canales .stefa_box_texto_canal {
        width: 655px;
        height: 104px;
        gap: 32px;
    }

    .stefa_section_canales .stefa_box_texto_canal .titulo {
        width: 666px;
        height: 40px;
        font-size: 32px;
        line-height: 40px;
        text-align: left;
    }

    .stefa_section_canales .stefa_box_texto_canal .descripcion {
        width: 641px;
        height: 48px;
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }

    .stefa_section_canales .stefa_golperu_box .text_box h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .stefa_movistar_tv_app_p {
        height: 480px;
    }

    .stefa_movistar_tv_app_p .stefa_box_max_width {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 480px;
    }

    .stefa_movistar_tv_app_p .stefa_box_max_width .stefa_picture_movistar_tv_app {
        /* width: 496px; */
        /* height: 412px; */
        /* border-radius: 16px; */
        align-items: center;
    }

    .stefa_movistar_tv_app_p .stefa_box_max_width .stefa_picture_movistar_tv_app .stefa_movistar_app_img {
        max-width: 100%;
        border-radius: 0;
    }

    .stefa_movistar_tv_app_p .stefa_box_max_width .stefa_texto_box {
        width: 704px;
        height: 248px;
        gap: 24px;
        left: 0;
        transform: none;
        padding: 0 0 0 72px;
    }

    .stefa_movistar_tv_app_p .stefa_box_max_width .stefa_texto_box .titulo {
        width: 680px;
        height: 80px;
        font-size: 32px;
        line-height: 40px;
        text-align: left;
    }

    .stefa_movistar_tv_app_p .stefa_box_max_width .stefa_texto_box .descripcion {
        width: 680px;
        height: 144px;
        font-size: 18px;
        line-height: 24px;
        text-align: left;
        padding-right: 90px;
    }

    .stefa_btn_solicitalo_aqui {
        max-width: 200px !important;
        left: 20% !important;
    }

    .stefa_titulo_tabs_active p {
        width: 1080px;
        height: 24px;
        font-size: 18px;
        line-height: 24px;
    }

    .stefa_titulo_tabs_active {
        margin-bottom: 3em;
    }

    .stefa_titulo_tabs_active h2 {
        width: 1080px;
        height: 48px;
        font-size: 40px;
        line-height: 48px;
    }

    .stefa-slided__planes__ltfaqs__more {
        margin-top: 1em;
    }

    .stefa-slided__planes__item-v2 {
        margin: 0 20px;
    }

    .stefa-slided__planes__head__cintillo {
        top: 1px;
    }

    .stefa-tabbed__subtab-wrapper,
    .stefa-tabbed__tab-wrapper {
        overflow: hidden;
    }

    .stefa-tabbed__tab-wrapper {
        /* width: 600px; Este lo comente para el flexbox y aceptar los 3*/
        width: 1200px;
        height: 72px;
        border-radius: 8px;
        gap: 8px;
        padding: 8px;
    }

    .stefa-tabbed__subtab-item,
    .stefa-tabbed__tab-item {
        width: 177px;
        height: 56px;
        font-size: 16px;
        padding: 16px;
    }

    .stefa_banner_principal .stefa_items_banner .stefa_descripcion_banner.banner_2,
    .stefa_beneficios_section_p .stefa_titulo_custom {
        font-size: 40px !important;
        line-height: 48px !important;
    }

    .stefa_banner_principal .stefa_items_banner .stefa_descripcion_banner,
    .stefa_section_champions_league .stefa_left .stefa_description_left h3 {
        font-size: 18px !important;
    }

    .stefa_banner_principal .stefa_items_banner .stefa_titulo_banner {
        font-size: 32px !important;
        line-height: 40px;
        padding: 0 64px 0 0;
    }

    .stefa_banner_principal {
        display: flex;
        flex-direction: row-reverse;
        align-items: start;
        justify-content: center;
        min-height: 330px !important;
    }

    .stefa_banner_principal .stefa_items_banner {
        width: 496px !important;
        height: 228px !important;
        margin: 1em auto !important;
    }

    .stefa_banner_carrousel_p {
        padding-bottom: 0 !important;
    }

    .stefa_banner_carrousel_p .swiper-button-prev.lt-button-prev {
        left: 44% !important;
        transform: translate(-50%, -3px) !important;
    }

    .stefa_banner_carrousel_p .swiper-button-next.lt-button-next {
        left: 56% !important;
    }

    .stefa_banner_carrousel_p .swiper-container {
        max-width: 1224px !important;
    }

    .seccionfooterinternetfibra__General {
        margin-top: 3em;
    }
}

.stefa_movistar_tv_app__titulo_boys {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    max-width: 295px;
    margin: 8px auto;
}

.stefa_movistar_tv_app__titulo_boys {
    max-width: 680px;
}

.stefa-boysvscfc-canal {
    background-color: #F6F6F6;
    padding: 30px 0;
}

.stefa-boysvscfc-canal__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.stefa-boysvscfc-canal__titular {
    text-align: center;
}

.stefa-boysvscfc-canal__titular--title {
    font-family: Telefonica;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 312px;
    margin: 16px auto;
}



.stefa-boysvscfc-canal__titular--title b {
    display: block;
}

.stefa-boysvscfc-canal__titular--parrafo {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 312px;
    margin: 8px auto;
}

.stefa-boysvscfc-canal__golperu {
    text-align: center;
    padding: 16px 0;
}

.stefa-boysvscfc-canal__golperu__title {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #313235;
    margin-top: 15px;
}

.stefa-boysvscfc-canal__golperu__parrafo {
    display: block;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #6B6C6F;
    margin-top: 8px;
}

.stefa-boysvscfc-canal__golperu img {
    width: 83%;
}

.stefa-boysvscfc-canal_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #019BEF;
    width: 136px;
    height: 48px;
    border-radius: 60px;
    color: #fff;
    margin: 0 auto;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .stefa-boysvscfc-canal_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #019BEF;
        width: 136px;
        height: 48px;
        border-radius: 60px;
        color: #fff;
        margin: 0 auto;
        font-family: Roboto;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
    }

    .stefa-boysvscfc-canal__container {
        flex-direction: row;
        max-width: 1057px;
        justify-content: space-between;
        margin: 0 auto;
    }

    .stefa-boysvscfc-canal__titular--title {
        text-align: left;
        max-width: 477px;
        font-size: 40px;
        line-height: 48px;
    }

    .stefa-boysvscfc-canal__titular--title b {
        display: inline-block;
    }

    .stefa-boysvscfc-canal__titular--parrafo {
        text-align: left;
        max-width: 477px;
        font-size: 18px;
        line-height: 24px;
    }

    section.stefa-boysvscfc-canal {
        padding: 50px 0;
    }
}

.stefa_titulo_tabs_active.alianza_lima_lp {
    margin-bottom: 24px;
}

.stefa_titulo_tabs_active h2.alianza_lima_lp {
    height: 92px;
}

.stefa_titulo_tabs_active #lp_alianza_peru {
    width: 328px;
    height: 64px;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 0;
}

@media (min-width: 1280px) {
    .stefa_titulo_tabs_active h2.alianza_lima_lp {
        height: auto;
        margin-bottom: 8px;
        max-width: 841px;
        font-size: 40px;
    }

    .stefa_titulo_tabs_active #lp_alianza_peru {
        width: 1080px;
        height: auto;
        font-size: 40px;
        line-height: 48px;
    }

}

.stream__section .dateCounter__content .counter__heading {
    font-size: 28px;
    line-height: 32px;
}

.stream__section .dateCounter__content .counter__heading--dos {
    font-size: 24px;
}

.stefa_partidos__counter__versus {
    margin-bottom: 8px;
}


.stefa_partidos_tabs-paises__video {
    position: relative;
    padding-bottom: 26.25%;
    height: 0px;
    overflow: hidden;
    width: 50%;
    border-radius: 16px;
}

.stefa_partidos_tabs-paises__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.stefa-partidos__mira--container {
    display: flex;
    align-items: center;
    height: 343px;
    max-width: 1224px;
    margin: 0 auto;
}

.stefa_partidos_tabs-paises {
    width: 50%;
}

.stefa_partidos_tabs-paises__description {
    font-family: Telefonica;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
}

.stefa_partidos_tabs-paises__list--li_versus {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}

.amistososTabs .amistososTabs__title {
    color: #313235;
}

.amistososTabs__section .seccionfooterinternetfibra__General {
    background-color: #fff;
}

.stefa_partidos_tabs-paises__list--li {
    list-style-type: disc;
    padding-left: 16px;
}

.stefa_tvapp_section__container {
    /* position: relative; */
    padding: 163px 100px;
    max-width: 1280px;
    margin: 0 auto;
}

.stefa_tvapp_sectio__picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.stefa_tvapp_section {
    width: 100%;
    height: 494px;
    position: relative;
}

.stefa_tvapp_sectio__img.fondo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.stefa_tvapp_section__max {
    font-family: Telefonica;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0%;
    color: #fff;
    max-width: 432px;
}

.stefa_tvapp_section__quiero {
    width: 136px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E63780;
    color: #fff;
    border-radius: 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-top: 30px;
}

@media(max-width:768px) {
    .stefa_tvapp_section__max {
        font-size: 28px;
        line-height: 36px;
        max-width: 318px;
        margin: 0 auto 15px;
    }

    .stefa_tvapp_section__container {
        padding: 239px 0 0 0;
        text-align: center;
    }

    .stefa_tvapp_section__quiero {
        margin: 0 auto;
        font-size: 16px;
    }

    section.stefa_tvapp_section {
        height: 416px;
    }
}

.amistosos__section {
    background-color: #0B2739;
}

.principal__heading,
.secondary__heading,
.amistosos__section h3.amistoso__subheading,
.amistosos__section .text_description {
    color: #fff;
}

.amistosos__section h3.amistoso__subheading,
.amistosos__section .text_description {
    text-align: left;
    font-weight: 400;
}

@media(min-width:1280px) {
    .amistosos__section h3.amistoso__subheading {
        font-size: 40px;
        line-height: 48px;

    }

    .amistosos__content.wrap__amistosos.mb-4 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .amistoso__subheading {
        max-width: 576px;
    }

    .amistosos__section .text_description {
        max-width: 576px;
        font-size: 18px;
    }

    .amistosos__picture {
        margin-right: 28px;
    }
}

@media(max-width:768px) {
    .amistosos__section .text_description {
        font-size: 16px;
    }

    .amistosos__section h3.amistoso__subheading {
        font-size: 24px;
        line-height: 32px;
        margin-top: 30px !important;
    }
}

.stefa_partidos-eliminitarias-informacion-partidos__section {
    padding-top: 2em;
    padding-bottom: 15px;
}

.stefa_partidos-eliminitarias-informacion-partidos__item1 {
    height: auto !important;
}

.stefa_partidos-eliminitarias-informacion-partidos__item2 {
    height: auto !important;
    padding: 24px 0px 12px 0px;
    margin-bottom: 2em;
    width: 400px !important;
}

.stefa_partidos-eliminitarias-informacion-partidos__item2--content {
    justify-content: center;
    align-items: center;
    text-align: center;
    width: auto !important;
}

.stefa_partidos-eliminitarias-informacion-partidos__tv-canal {
    width: auto;
}

.stefa_partidos-eliminitarias-informacion-partidos__fecha-tv.custom_lp_peru_futbol {
    width: 190px;
    padding: 14px 6px;
    text-align: center;
    margin-left: 6px;
}

.stefa_partidos-eliminitarias-informacion-partidos__item2--content.bp {
    transform: translateX(-10px);
}

.stefa_partidos-eliminitarias-informacion-partidos__item2--content.pu {
    transform: translateX(10px);
}

.stefa_partidos-eliminitarias-informacion-partidos__item2--content.pc {
    transform: translateX(-8px);
}

.stefa_partidos-eliminitarias-informacion-partidos__item2--content.ap {
    transform: translateX(20px);
}

.stefa_partidos-eliminitarias-informacion-partidos__item2--content.pbol {
    transform: translateX(-6px);
}

.stefa_partidos-eliminitarias-informacion-partidos__item2--content.vp {
    transform: translateX(16px);
    margin-left: 0px !important;
}



@media (min-width: 600px) {
    .stefa_partidos-eliminitarias-informacion-partidos__item2 {
        width: auto !important;
        padding: 24px 12px 12px 12px;
    }

    .stefa_partidos-eliminitarias-informacion-partidos__fecha-tv.custom_lp_peru_futbol {
        text-align: start;
        justify-content: space-between;
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item2--container {
        margin-bottom: 8px;
    }
}

@media (min-width: 800px) {
    .stefa_partidos-eliminitarias-informacion-partidos__fecha-tv.custom_lp_peru_futbol {
        width: 345px;
        transform: translateX(6px);
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item2--content.pu {
        transform: translateX(-2px);
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item2--container {
        margin-bottom: -4px;
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item2--content.pc {
        transform: translateX(-26px);
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item2--content.ap {
        transform: translateX(32px);
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item2--content.pbol {
        transform: translateX(-24px);
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item2--content.vp {
        transform: translateX(6px);
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item1 h2 {
        height: auto;
    }



}

table.stefa_partidos__tablas {
    border: 1px solid #019DF4;
    background-color: #fff;
    width: 95%;
    max-width: 1064px;
    margin: 30px auto 12px;
    text-align: left;
    border-collapse: collapse;
}

table.stefa_partidos__tablas td,
table.stefa_partidos__tablas th {
    border: 1px solid #019DF4;
    padding: 3px 2px;
}

table.stefa_partidos__tablas tbody td {

    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;

}



table.stefa_partidos__tablas thead {
    background: #0B2739;

}

table.stefa_partidos__tablas thead th {
    font-size: 15px;
    color: #E6F5FD;
    font-weight: 400;
}

table.stefa_partidos__tablas thead th:first-child {
    border-left: none;
}

.stefa_partidos__tablas tr th,
.stefa_partidos__tablas tr td {
    text-align: center;
}

.stefa_partidos__counter__versus--2 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 10.46px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
}

.stefa_partidos__counter__versus--span {
    min-width: 50px;
    display: inline-block;
}

.stefa_partidos-eliminitarias-informacion-partidos__text-mobile {
    display: none;
}

@media(max-width:600px) {

    .stefa_partidos__tablas tr th:last-child,
    .stefa_partidos__tablas tr td:last-child {
        display: none;
    }


    .stefa_partidos-eliminitarias-informacion-partidos__text-mobile {
        display: block;

        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        vertical-align: middle;
        margin: 12px auto;
    }

}

@media(min-width: 600px) {
    table.stefa_partidos__tablas tbody td {
        font-size: 20px;
    }

    .stefa_partidos__counter__versus--2 {
        font-size: 16px;
    }

    .stefa_partidos__counter__versus--span {
        min-width: 70px;
        display: inline-block;
    }

    .stefa_partidos-eliminitarias-informacion-partidos__section {
        padding-top: 2em;
        padding-bottom: 30px;
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item1 {
        margin-top: 0;
        transform: translateY(0px);
    }
}

.stefa__banner-lateral-parrafo {
    display: none;
}

@media(max-width:600px) {
    .stefa-partidos__mira--container {
        flex-direction: column;
        height: auto;
    }

    p.stefa_partidos_tabs-paises__description {
        font-family: Telefonica;
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0%;
        vertical-align: middle;
    }

    .stefa_partidos_tabs-paises {
        width: 100%;
        order: 2;
        margin-bottom: 15px;
    }

    .stefa_partidos_tabs-paises__video {
        width: 100%;
        padding: 30%;
        order: 1;
        margin-bottom: 15px;
    }

    section#amistososTabs {
        padding-bottom: 0;
    }

    .stefa_titulo_tabs_active h2.alianza_lima_lp {
        height: auto;
    }

    .stefa__banner-lateral-parrafo {
        display: block;
        font-family: Roboto;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0%;
        vertical-align: middle;
        margin: 5px auto 47px;
        max-width: 296px;
    }

    a.btn__promo-mv.cta__slide {
        margin: 0px auto;
        bottom: 10px;
        left: 0;
        right: 0;
        height: 32px;
    }

    .banner__promo__content {
        border: 1px solid #DDDDDD;
        border-radius: 8px;
        max-width: 358px;
        margin: 0 auto;
    }

    .banner__promos_amistosos {
        border-radius: 8px 8px 0 0;
    }

    .dateCounter__content {
        max-width: 358px;
        margin: 0 auto;
    }

    .stream__section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .stefa_banner_carrousel_p {
        padding-bottom: 0em;
    }
}

.stefa_partidos-eliminitarias-informacion-partidos__item2--content_span {
    min-width: 90px;
}

@media (max-width: 600px) {
    .stefa_partidos-eliminitarias-informacion-partidos__item2 {
        width: 98% !important;
    }

    .stefa_partidos-eliminitarias-informacion-partidos__item2--content_span {
        min-width: 50px;
    }

    .stefa_partidos-eliminitarias-informacion-partidos__fecha-tv {
        width: 140px;
    }
}