<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BANNER */
.stefa-seccionbanner {
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 3em
}

.stefa-seccionbanner__contenido.cont1 {
    width: 496px
}

.stefa-seccionbanner__img {
    width: auto;
    height: auto;
    border-radius: 16px;
    cursor: pointer;
    max-width: 100%;
}

.stefa-seccionbanner__planes {
    font-size: 14px;
    width: 41px;
    line-height: 20px;
    height: 28px;
    background: rgba(230, 245, 253, 1);
    color: rgba(1, 155, 239, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-bottom: 10px
}

.stefa-seccionbanner__span {
    width: 115px;
    height: 28px;
    background: rgb(230 245 253);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgb(1 155 239);
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.stefa-seccionbanner__texth1 {
    font-size: 31px;
    line-height: 40px;
    font-weight: 400
}

.stefa-seccionbanner__text {
    font-size: 32px;
    line-height: 40px;
    padding-right: 20px;
}

.stefa-seccionbanner__parrafo {
    font-size: 18px;
    line-height: 24px;
    padding-right: 25px;
}

.stefa-seccionbanner__boton {
    width: 180px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #019bef;
    border-radius: 60px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 1em
}

.stefa-seccionbanner__boton:hover {
    color: #fff;
    text-decoration: inherit;
    box-shadow: 0 0 0 1em transparent;
    animation: pulse 1s;
}


@media (max-width:799px) {
    .stefa-seccionbanner__contenido.cont2 {
        width: 100%;
        height: 100%
    }

    .stefa-seccionbanner {
        flex-direction: column-reverse;
        gap: 1em;
        margin-top: 0;
        margin-bottom: 2em;
        /* margin-left: 1.5em;
        margin-right: 1.5em; */
    }

    .stefa-seccionbanner__contenido.cont1 {
        /* width: 328px; */
        width: 100%;
        padding-left: 1.6em;
        padding-right: 1.6em;
    }

    .stefa-seccionbanner__boton {
        /* width: 328px; */
        width: 100%;
        height: 48px;
        margin-top: 1em
    }

    .stefa-seccionbanner__texth1 {
        margin-bottom: 10px;
    }

    .stefa-seccionbanner__text {
        font-size: 24px;
        line-height: 32px;
        padding-right: 20px;
        margin-bottom: 0.4em;
    }

    .stefa-seccionbanner__parrafo {
        font-size: 16px;
        padding-right: 20px;
    }

    .stefa-seccionbanner__img {
        border-radius: 0;
        width: 500px;
        height: 180px;
        object-fit: cover;
        max-width: 100%;
    }
}

@media (min-width:800px) and (max-width:1270px) {
    .stefa-seccionbanner {
        flex-direction: column-reverse;
        gap: 2em
    }

    .stefa-seccionbanner__contenido.cont1 {
        width: 660px
    }


}

@media (max-width: 600px) {

    .stefa-seccionbanner {
        margin-bottom: 1em;
    }

}

/* FIN BANNER */

/* PARRILLAS  */

.lt-accordion-content.toggleactive,
.lt__parent.lt__parent--active,
.lt__subparent.lt__subparent--active,
.toggle-container.toggleactive {
    display: block
}

.link__toggleactive&gt;.lt-toggle-icon,
.lt-accordion-title.accordion_link_active .lt-toggle-icon,
.seccionParrillasFriba__ParrillasFibra--dropdown .ltfaqs__morebtn.link__toggleactive .lt-toggle-icon {
    transform: rotate(0)
}

.portlet-decorate .portlet-content {
    padding: 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]&gt;li {
    list-style: none
}

[lt-accordion]&gt;*&gt;* {
    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
}

.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
}

.lt__subtab-item.lt__subtab-item--active {
    border-bottom: 1px solid #019df4
}

.ltpopup-wp {
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(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
}

.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: 28px;
    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&gt;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 .ltfaqs__morebtn .ltfaqs__viewmore.minus,
.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.more,
.stweb__ho-browse .ho-browse__carousel .swiper-button-next:after,
.stweb__ho-browse .ho-browse__carousel .swiper-button-prev:after,
[lt-toggle] .minus,
[lt-toggle].link__toggleactive .more {
    display: none
}

.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
}

.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.minus {
    display: block
}

@media (min-width:1280px) {
    .ltfaqs__section .ltfaqs__inner {
        max-width: 1024px
    }

    .ltfaqs__section .lt-accordion-title {
        margin-top: 12px
    }
}

[lt-toggle].link__toggleactive .minus {
    display: inline
}

.terminoscondiciones__separador {
    list-style: disc;
    padding: 0 30px
}

.stweb__ho-browse .ho-browse__carousel .swiper-button-next&gt;.icon path,
.stweb__ho-browse .ho-browse__carousel .swiper-button-prev&gt;.icon path {
    stroke: #fff
}

.stweb__ho-browse .ho-browse__carousel .swiper-button-next.swiper-button-disabled&gt;.icon path,
.stweb__ho-browse .ho-browse__carousel .swiper-button-prev.swiper-button-disabled&gt;.icon path {
    stroke: #019df4
}

.stweb__ho-browse {
    position: relative;
    padding: 34px 0 92px;
    background-color: #f6f6f6;
    height: 426px;
    margin-top: -3em
}

.stweb__ho-browse .ho-browse__title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    color: #313235;
    margin-bottom: 10px
}

.stweb__ho-browse .ho-browse__subtitle {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: #313235;
    margin-bottom: 32px
}

.stweb__ho-browse .ho-browse__carousel {
    position: relative
}

.stweb__ho-browse .ho-browse__carousel .swiper,
.stweb__ho-browse .ho-browse__carousel .swiper-container {
    max-width: 1014px;
    margin: 0 auto
}

.stweb__ho-browse .ho-browse__carousel .swiper-slide {
    padding: 0 15px
}

.stweb__ho-browse .ho-browse__carousel .swiper-button-prev {
    left: 0
}

.stweb__ho-browse .ho-browse__carousel .swiper-button-next {
    right: 0
}

.stweb__ho-browse .ho-browse__carousel .swiper-button-next,
.stweb__ho-browse .ho-browse__carousel .swiper-button-prev {
    font-size: 14px;
    font-weight: 700;
    width: 28px;
    height: 28px;
    margin-top: 0;
    border-radius: 50%;
    background-color: #019df4;
    box-shadow: 0 0 4px rgb(0 0 0 / .25)
}

.stweb__ho-browse .ho-browse__carousel .swiper-button-next.swiper-button-disabled,
.stweb__ho-browse .ho-browse__carousel .swiper-button-prev.swiper-button-disabled {
    background-color: #fff
}

.stweb__ho-browse .ho-browse__carousel .swiper-button-next.swiper-button-disabled .swiper-button-next:after,
.stweb__ho-browse .ho-browse__carousel .swiper-button-next.swiper-button-disabled .swiper-button-prev:after {
    color: rgb(128 206 249)
}

.stweb__ho-browse .ho-browse__carousel .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px
}

.stweb__ho-browse .ho-browse__carousel .swiper-pagination-bullet-active {
    background-color: #019df4
}

.stweb__ho-browse .ho-browse__box {
    position: relative;
    display: block;
    width: 308px;
    height: 138px;
    background: #fff;
    padding: 17px 16px;
    margin: 20px 0;
    box-shadow: 0 2px 4px rgb(11 39 57 / .05);
    border-radius: 8px
}

.stweb__ho-browse .swiper-button-next,
.stweb__ho-browse .swiper-button-prev {
    top: 32%
}

@media (max-width:575.98px) {
    .stweb__ho-browse .ho-browse__box {
        max-width: 248px;
        margin: 0 auto
    }
}

.stweb__ho-browse .ho-browse__box .box__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px
}

.stweb__ho-browse .ho-browse__box .box__icon&gt;.icon {
    font-size: 34px;
    color: #019df4
}

.stweb__ho-browse .ho-browse__box .box__description {
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #50535a;
    margin: 0 auto
}

.stweb__ho-browse .ho-browse__box .box__description&gt;* {
    font-size: 12px;
    margin-bottom: 4px
}

@media (min-width:992px) {
    .stweb__ho-browse {
        padding: 36px 0 120px
    }

    .stweb__ho-browse .ho-browse__title {
        font-size: 28px;
        margin-bottom: 10px
    }

    .stweb__ho-browse .ho-browse__subtitle {
        font-size: 32px;
        margin-bottom: 24px;
        color: rgb(49 50 53)
    }

    .stweb__ho-browse .ho-browse__box .box__description,
    .stweb__ho-browse .ho-browse__box .box__description&gt;*,
    .stweb__ho-signal .fo-signal__banner-repetidor .banner__description {
        font-size: 14px
    }
}

.stweb__ho-browse .ho-browse__box .box__description&gt;:last-child {
    margin-bottom: 0
}

.stweb__ho-browse .ho-browse__box .box__description .text-tip {
    color: rgb(107 108 111);
    font-weight: 600
}

.stweb__ho-browse .swiper-pagination {
    bottom: -8px !important;
    position: relative;
    margin-bottom: 1em
}

.seccionelegirfibraopticaplay__img,
.seccionelegirfibraopticaplay__img--iconos,
.seccionwifi__boxes--img,
.seccionwifi__cards--boxesSeÃ±ales-img {
    width: auto;
    height: auto
}

.seccionelegirfibraopticaplay {
    height: 490px;
    text-align: center;
    padding-top: 2px
}

.seccionelegirfibraopticaplay__titulo {
    font-size: 32px;
    line-height: 40px;
    color: rgb(49 50 53);
    margin-bottom: 40px
}

.seccionelegirfibraopticaplay__contenido {
    justify-content: center;
    gap: 3em
}

.seccionelegirfibraopticaplay__boxes {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    gap: 20px
}

.seccionelegirfibraopticaplay__boxes--cards {
    width: 288px;
    height: 102px;
    border-radius: 8px;
    box-shadow: 0 7px 8px rgb(11 39 57 / .02), 0 5px 22px rgb(11 39 57 / .12);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    gap: 15px
}

.seccionelegirfibraopticaplay__boxes--titulofibras {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    margin: 0
}

@media (min-width:600px) {
    .ltpopup-body {
        width: 546px;
        height: 490px
    }

    .seccionelegirfibraopticaplay__boxes--cards.new1 {
        margin-top: -3em
    }
}

.seccionwifi__contenido {
    justify-content: center;
    align-items: center;
    gap: 4em
}

.seccionwifi__boxes.box2 {
    width: 680px
}

.seccionwifi__boxes--seÃ±al {
    font-size: 40px;
    line-height: 48px;
    color: rgb(49 50 53)
}

.seccionwifi__boxes--repetidor {
    font-size: 18px;
    line-height: 24px;
    color: rgb(107 108 111)
}

.seccionwifi {
    margin-bottom: 2em
}

.seccionwifi__cards {
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 1218px;
    margin: 4em auto 0
}

.seccionwifi__cards--boxes {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 286px;
    height: 180px;
    padding: 0 16px;
    text-align: center
}

.seccionwifi__cards--boxesSeÃ±ales {
    font-size: 20px;
    line-height: 28px;
    color: rgb(49 50 53);
    margin-bottom: 5px;
    margin-top: 1em
}

.seccionwifi__cards--boxesSeÃ±ales--secundario {
    font-size: 16px;
    line-height: 24px
}

.seccionwifi__cards--boxes.box1 .seccionwifi__cards--boxesSeÃ±ales-img {
    position: relative;
    bottom: 1em
}

.seccionwifi__cards--boxes.box1 .seccionwifi__cards--boxesSeÃ±ales {
    margin-top: 0
}

/* .seccionbannersFibraOptica__itemsCelularesOferta {
    padding: 0;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 1em
}

.seccionbannersFibraOptica__itemsCelularesOferta--descripcion {
    width: 496px
}

.seccionbannersFibraOptica__itemsCelularesOferta--span {
    width: 82px;
    height: 28px;
    background: rgb(230 245 253);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgb(1 155 239);
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px
}

.seccionbannersFibraOptica__itemsCelularesOferta-titulo {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    color: rgb(49 50 53)
}

.seccionbannersFibraOptica__itemsCelularesOferta--Listadodepaises {
    background: rgb(1 155 239);
    width: 156px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px
}

.seccionbannersFibraOptica__itemsCelularesOferta--imagen {
    width: auto;
    height: auto;
    border-radius: 16px
}

.seccionbannersFibraOptica__itemsCelularesOferta--Listadodepaises:hover {
    color: #fff !important;
    text-decoration: inherit
} */

.seccioncoberturafibra {
    text-align: center;
    height: auto;
    padding-top: 2em;
    margin-bottom: 2em
}

.seccioncoberturafibra__titulo {
    font-size: 40px;
    line-height: 48px;
    width: 800px;
    margin: 0 auto 10px;
    color: rgb(49 50 53)
}

.seccioncoberturafibra__subtitulo {
    width: 786px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 28px;
    color: rgb(80 83 90)
}

.plan-card-benefits.beneficio1,
.seccioncoberturafibra__TABSMapas {
    margin-top: 2em
}

.seccioncoberturafibra__TABSMapas--contenido {
    justify-content: center;
    align-items: center;
    width: 808px;
    height: 50px;
    margin: 0 auto 1em;
    border-bottom: 1px solid rgb(238 238 238)
}

.seccioncoberturafibra__TABSMapas--nav {
    width: 269.33px;
    height: 50px;
    font-size: 18px;
    line-height: 24px
}

.seccioncoberturafibra__TABSMapas--nav.lt__tab-item--active {
    font-weight: 700;
    border-bottom: 4px solid #019df4
}

.seccionParrillasFriba__cintilloestado--img,
.seccioncoberturafibra__TABSMapas--img {
    width: auto;
    height: auto
}

.seccioncoberturafibra__TABSMapas--mapitascontend {
    justify-content: center;
    align-items: center;
    gap: 4em;
    position: relative
}

.seccioncoberturafibra__TABSMapas--boxes.box1 {
    width: 496px
}

.seccioncoberturafibra__TABSMapas--coberturas {
    font-size: 18px;
    line-height: 24px;
    width: 470px;
    margin: 0 auto
}

.seccioncoberturafibra__TABSMapas--mapitascontend.selva,
.seccioncoberturafibra__TABSMapas--mapitascontend.sierra {
    gap: 0
}

.seccioncoberturafibra__TABSMapas--botonverificar {
    width: 183px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(1 155 239);
    border-radius: 60px;
    margin: 30px auto 0;
    color: #fff;
    font-size: 18px;
    line-height: 24px
}

.seccioncoberturafibra__TABSMapas--botonverificar:hover {
    color: #fff;
    text-decoration: inherit
}


.seccionParrillasFriba {
    background: rgb(245 245 245)
}

.seccionParrillasFriba__fibraopticacards--contend {
    text-align: left
}

.seccionParrillasFriba__fibraopticacards--modem {
    margin-bottom: 5px;
    color: rgb(49 50 53);
    font-size: 18px;
    line-height: 24px
}

.seccionParrillasFriba__fibraopticacards--gh {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: rgb(115 117 120)
}

.seccionParrillasFriba__fibraopticacards--item.item2 {
    gap: 25px
}

.seccionParrillasFriba__cintilloestado {
    margin-top: 1em;
    padding-bottom: 1em
}

.seccionParrillasFriba__cintilloestado--contend {
    width: 1224px;
    margin: 0 auto;
    background: rgb(11 39 57);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    gap: 8em
}

.seccionParrillasFriba__cintilloestado--orden {
    margin: 0;
    font-size: 18px;
    line-height: 24px
}

.seccionParrillasFriba__cintilloestado--boxes.box1 {
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 24px
}

.seccionParrillasFriba__cintilloestado--pedidobtn {
    width: 116px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(1 155 239);
    border-radius: 60px;
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.seccionParrillasFriba__cintilloestado--pedidobtn:hover {
    color: #fff;
    text-decoration: inherit
}

.seccionParrillasFriba__TabsContend--box2 {
    justify-content: center;
    align-items: center;
    width: 1016px;
    margin: 0 auto;
    height: 72px;
    box-shadow: 0 0 6px rgb(99 100 101 / 20%);
    border-radius: 8px;
    background: #fff;
    gap: 8px;
    padding: 8px
}

.seccionParrillasFriba__TabsNav.lt__tab-item--active {
    background-color: rgb(11 39 57);
    color: rgb(255 255 255);
    font-weight: 700
}

.seccionParrillasFriba__TabsNav {
    width: 244px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    color: rgb(49 50 53);
    border: 1px solid rgb(221 221 221);
    font-weight: 400;
    border-radius: 6px
}

.seccionParrillasFriba__relative {
    position: relative;
    bottom: 35px;
    margin-top: 3em
}

.seccionParrillasFriba__ParrillasFibra--Item {
    width: 100%;
    max-width: 288px;
    margin: 0 auto;
    height: auto;
    border: 1px solid rgb(221 221 221);
    border-radius: 16px;
    margin: 0 auto;
    background: rgb(255 255 255);
    position: relative;
}

.seccionParrillasFriba__ParrillasFibra {
    width: 100%;
    margin: 0 auto
}

.seccionParrillasFriba__ParrillasFibra .swiper-wrapper {
    padding-top: 4em
}

.seccionParrillasFriba__ParrillasFibra .swiper-wrapper.internetTV,
.seccionParrillasFriba__ParrillasFibra .swiper-wrapper.planestrio {
    height: auto !important
}

.seccionParrillasFriba__ParrillasFibra--header {
    width: 100%;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(11 39 57);
    color: #fff;
    border-radius: 16px 16px 0 0
}

.seccionParrillasFriba__ParrillasFibra--head-ttl {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px
}

.seccionParrillasFriba__ParrillasFibra--head-oferta {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 2px
}

.seccionParrillasFriba__ParrillasFibra--meses6 {
    font-size: 20px;
    line-height: 24px
}

.seccionParrillasFriba__ParrillasFibra--head-oferta-small {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    text-align: center
}

.seccionParrillasFriba__ParrillasFibra--header.header1 {
    padding-bottom: 33px
}

.seccionParrillasFriba__ParrillasFibra--meses6.mbps {
    color: #314959;
    font-size: 14px
}

.seccionParrillasFriba__ParrillasFibra--box-outstanding-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -14px;
    height: 28px;
    width: 101.5%;
    left: 0;
    right: 0px;
}

.seccionParrillasFriba__ParrillasFibra--outstanding-azul {
    border-radius: 16px 16px 0 0;
    align-items: center;
    background: rgb(1 155 239);
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    line-height: 27px;
    height: 28px;
    z-index: 1;
    display: flex;
    justify-content: center;
    column-gap: 4px;
    width: 100%;
    position: relative;
    right: 2px;
}

.seccionParrillasFriba__ParrillasFibra--Item.celeste {
    border: 2px solid rgb(1 155 239)
}

.seccionParrillasFriba__ParrillasFibra--cintilloregalo {
    width: 94px;
    height: 26px;
    background: rgb(230 55 128);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 7em;
    gap: 5px;
    top: 11.3em
}

.seccionParrillasFriba__ParrillasFibra--cintilloregalo.seccionParrillasFriba__ParrillasFibra--cintilloregalo2 {
    width: 116px
}

.seccionParrillasFriba__ParrillasFibra--cintilloregalo.regalo2 {
    width: 158px;
    left: 62px
}

.seccionParrillasFriba__ParrillasFibra--bodyContenido {
    padding: 25px 16px 16px;
    text-align: center
}

.contenedormovistar,
.plan-card-benefits {
    padding: 0 8px;
    width: 100%;
    border-radius: 8px
}

.seccionParrillasFriba__ParrillasFibra--precios {
    font-size: 32px;
    line-height: 40px;
    color: rgb(49 50 53);
    margin-bottom: 2px
}

.seccionParrillasFriba__ParrillasFibra--precios2 {
    font-size: 22px;
    line-height: 24px;
    margin: 0 4px
}

.seccionParrillasFriba__ParrillasFibra--regular {
    font-size: 14px;
    line-height: 20px;
    color: rgb(107 108 111)
}

.contenedormovistar {
    height: 56px;
    background: #f6f6f6;
    column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
    margin-top: -5px
}

.contenedormovistar__movistartv {
    font-size: 14px;
    line-height: 20px;
    color: rgb(49 50 53);
    margin: 0;
    font-weight: 700
}

.seccionParrillasFriba__botoncompraronline {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px
}

.plan-card-benefits {
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex;
    background-color: #f6f6f6;
    justify-content: flex-start;
    margin: -5px auto 20px;
    height: 56px
}

.plan-card-benefits img {
    border-radius: 8px
}

.plan-card-benefits-text {
    color: #313235;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start
}

.plan-card-benefits-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0
}

.plan-card-benefits-subtitle {
    font-size: 14px !important;
    font-weight: 400;
    margin: 0
}

.plan-card-benefits.herramienta {
    margin: 0;
    padding: 0 15px;
    display: flex;
    justify-content: flex-start;
    gap: 16px
}

.contenedormovistar__movistarmeses {
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

.contenedormovistar.movistartv2 {
    height: 56px
}

.contenedormovistar__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 183px
}

.seccionParrillasFriba__botoncompraronline.doble {
    margin-top: 25px !important
}

.seccionParrillasFriba__ParrillasFibra--footer {
    margin-top: 20px;
    margin-bottom: 6px
}

.seccionParrillasFriba__ParrillasFibra--footer-cards {
    border-bottom: 1px solid rgb(238 238 238);
    border-top: 1px solid rgb(238 238 238);
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 14px 13px
}

.seccionParrillasFriba__ParrillasFibra--subfooter {
    text-align: left;
    width: 200px
}

.seccionParrillasFriba__ParrillasFibra--subfooter-velocidad {
    margin: 0;
    font-size: 14px;
    color: rgb(49 50 53);
    line-height: 20px
}

.seccionParrillasFriba__ParrillasFibra--subfooter-maxima {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: rgb(107 108 111)
}

.seccionParrillasFriba__ParrillasFibra--subfooter-maxima.maxima2 {
    padding: 0 10px
}

.seccionParrillasFriba__ParrillasFibra--dropdown .ltfaqs__morebtn {
    margin-top: 25px;
    font-size: 18px;
    line-height: 24px;
    color: rgb(1 155 239);
    font-weight: 500;
    margin-bottom: 8px;
    cursor: pointer
}

@media (max-width:799px) {

    .seccionParrillasFriba .swiper-pagination {
        bottom: -10px !important;
        position: relative;
        margin-bottom: 1em
    }

    .seccionParrillasFriba__ParrillasFibra .swiper-pagination {
        bottom: -35px !important;
        position: relative;
        margin-bottom: 2em
    }

    .seccionParrillasFriba__ParrillasFibra {
        width: 328px
    }

}

.hv_div_plan {
    background: #2196f3;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 3px .5em;
    width: 256px;
    height: 28px;
    min-height: 28px;
    border-radius: 4px;
    justify-content: center
}

.hv_txt_plan {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff
}

.stefa-mb-2--5 {
    margin-bottom: 2.5rem
}

.seccionParrillasFriba__cintilloestado--orden b {
    display: inline-block;
    padding: 0 4px
}

.swiper-button-next svg,
.swiper-button-prev svg {
    height: 1em !important
}


.seccionbannersFibraOptica__formularioCelularesOferta--itempicture {
    cursor: pointer
}

.seccionParrillasFriba__app2 {
    margin-top: 16px;
    margin-bottom: 0px;
}

.stefa-mb-2--4 {
    margin-bottom: 24px;
}

.stweb-btn {
    display: inline-block;
    padding: 12px 10px;
    font-weight: 700;
    border: 0;
    border-radius: .375rem;
    line-height: 1;
    color: #019df4;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all .15s ease;
    background: inherit;
    border-style: solid
}

.stweb-btn--round {
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 50px;
}

.stweb-btn--cian {
    background: #019df4;
    color: #fff;
}

.stweb-btn--cian:hover {
    color: #fff;
}

.stefa-edificios__tabs .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #019df4;
    width: 28px;
    height: 12px;
    border-radius: 99px;
}


@media (max-width: 600px) {
    .stefa-edificios-parrillas {
        padding: 0px 0 40px;
    }
}

/* FIN PARRILLAS */

.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__fondo-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
} */

.hv_div_plan_2_meses {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    top: -16px;
    left: 140px;
    background: #019DF4;
    width: 100%;
    height: 65px;
    border-radius: 5px;
    justify-content: center;
}

.hv_txt_plan_2_meses {
    display: flex;
    font-size: 10px;
    flex-direction: column;
    line-height: 1.4em;
    color: white;
    align-items: center;
    text-wrap: nowrap;
    margin-left: 15px;
}

.hv_txt_plan_2_meses b {
    font-size: 14px;
}

.hv_txt_plan_2_meses span {
    font-style: italic;
    font-size: 10px;
}

.hv-tag-magento {
    position: absolute;
}

.hv_img_plan_2_meses {
    width: 36px;
    height: 36px;
}

.descuento {
    background: #E6F5FD;
    width: 66px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 12px;
    line-height: 24px;
    margin: 0 4px;
}

.hv-clock-magento {
    width: 50px;
    height: 40px;
    position: absolute;
    animation: heartbeat 1s infinite alternate;
}

.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]&gt;li {
    list-style: none
}

[lt-accordion]&gt;*&gt;* {
    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&gt;.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
}

.hunter__body {
    position: fixed;
    bottom: 60px;
    right: 0;
    background-color: #4d4d4d;
    padding: 16px;
    z-index: 2;
    width: 415px;
    height: 215px;
    border-radius: 16px 0 0 16px
}

.hunter__close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 2
}

.hunter__inner img {
    width: auto;
    height: auto;
    max-height: 100%
}

.hunter__inner {
    height: 100%
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0
}

/* .swiper-container {
    padding-bottom: 20px
} */

.lt-swiper-nav {
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2
}

.lt-button-next.lt-swiper-nav {
    position: absolute;
    right: 0
}

.lt-button-prev.lt-swiper-nav {
    position: absolute;
    left: 0
}

.lt-swiper-nav.swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.ltfaqs__section {
    padding: 32px 16px;
    display: flex;
    justify-content: center
}

.ltfaqs__section .ltfaqs__title {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    color: #50535a;
    margin-bottom: 36px
}

.ltfaqs__section .ltfaqs__list {
    list-style: none;
    padding: 0
}

.ltfaqs__section .ltfaqs__inner {
    width: 100%;
    max-width: 340px
}

.ltfaqs__section .lt-accordion-title {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    position: relative
}

.ltfaqs__section .ltfaqs__list&gt;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
}

.ltfaqs__section .ltfaqs__morebtn .ltfaqs__viewmore.minus,
.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.more,
.stefa-banner-hero-front .swiper-button-next,
.stefa-banner-hero-front .swiper-button-prev,
.stefa-edificios-tabs__cliente .swiper-button-next,
.stefa-edificios-tabs__cliente .swiper-button-prev,
[lt-toggle] .minus,
[lt-toggle].link__toggleactive .more {
    display: none
}

.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.minus {
    display: block
}

@media(min-width: 1280px) {
    .ltfaqs__section .ltfaqs__inner {
        max-width: 1024px
    }

    .ltfaqs__section .lt-accordion-title {
        margin-top: 12px
    }
}

[lt-toggle].link__toggleactive .minus {
    display: inline
}

.stefa-proceso-cableado {
    padding: 48px 0
}

.stefa-proceso-cableado__container {
    display: flex;
    align-items: center;
    flex-direction: column
}

.stefa-proceso-cableado-container__encabezado {
    max-width: 740px
}

.stefa-proceso-cableado-container-encabezado__titulo {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #313235;
    margin-bottom: 16px;
}

.stefa-proceso-cableado-container-encabezado__sub-titulo {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #50535a;
    margin-bottom: 20px
}

.stefa-proceso-cableado-container__video {
    max-width: 558px;
    height: 308px
}

.stefa-proceso-cableado-container__video iframe {
    border-radius: 25px
}

.stefa-edificios-parrillas {
    padding: 0px 0 40px;
    margin-top: 5em;
}

.stefa-edificios__tabs {
    margin-top: 40px;
    top: -35px;
    position: relative;
}


.stefa-edificios-tabs__encabezado {
    width: 520px;
    height: 72px;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    gap: 8px;
    box-shadow: 0 4px 18px 0 #3864A633;
    background-color: #fff;
    margin: auto
}

.stefa-edificios-tabs__encabezado .lt__tab-item {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #313235;
    border: 1.6px solid #DDDDDD;
}

.stefa-edificios-tabs__encabezado .lt__tab-item.lt__tab-item--active {
    background-color: #0b2739;
    color: #fff
}



.plan-box {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 24px 0;
    box-shadow: 0 7px 8px rgba(11, 39, 57, .02), 0 5px 22px rgba(11, 39, 57, .12)
}


@media(min-width: 600px) {
    .plan-box {
        width: 227px !important
    }
}


.plan-box.plan-box-only {
    max-width: 330px;
    margin: 0 auto
}

.plan-box .box__outstanding {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 24px;
    align-items: center;
    background: #0b2739;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    text-transform: uppercase
}

.stefa-cobertura {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.stefa-cobertura__fondo-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.stefa-cobertura__ilustracion {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: auto;
    height: 115%
}

.stefa-cobertura__zona-cobertura {
    width: 730px;
    height: 392px;
    padding: 80px 95px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_xMeLvcK421pk {
    scroll-margin-top: 120px
}


.vives-en-edificio__frmWrap {
    display: flex;
    padding: 20px 22px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .8);
    max-width: 100%;
    margin: 0 auto
}

.vives-en-edificio__titleFrm {
    color: var(--textos-texto-default, #50535a);
    text-align: center;
    font-family: Telefonica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.vives-en-edificio__input {
    border-radius: 4px;
    background: var(--Blanco-Secundario, #fff);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 20px;
    width: 315px
}

.vives-en-edificio__input input {
    display: flex;
    justify-content: flex-start;
    border: 0;
    align-self: flex-start;
    width: 100%;
    font-size: 18px;
}

.vives-en-edificio__input input:focus {
    outline: 0 !important
}

.vives-en-edificio__input svg {
    margin-right: 10px
}

.vives-en-edificio__frm {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center
}

.vives-en-edificio__frm-btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #fff !important;
    border-radius: 60px;
    background: #019df4;
    display: flex;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 180px;
}

@media(min-width: 900px) {
    .instalacion-gratis__titulo {
        margin-bottom: 2px
    }
}

@media(min-width: 576px) {
    .plan-box .box__outstanding {
        position: absolute;
        border-radius: 6px;
        width: 131px;
        height: 18px;
        left: calc(50% - 65px + .5px);
        top: -9px
    }

    .sin-costo-adicional-content {
        flex-direction: column;
        justify-content: center
    }

    .sin-costo-adicional-content__titulo {
        margin-bottom: 0 !important
    }

    .sin-costo-adicional-content__logos {
        margin-bottom: 2px
    }

    .sin-costo-adicional-content__meses {
        font-size: 10px !important;
        line-height: 14px;
        text-align: center;
        width: 106px
    }

    .box__description {
        display: block !important;
        height: auto !important
    }
}

@media(min-width: 600px) {
    .ltpopup-body {
        width: 546px;
        height: 490px
    }
}

@media(max-width: 600px) {
    .stefa-banner-edificios {
        align-items: start;
        justify-content: center
    }

    .stefa-banner-edificios-contenedor__titulo {
        font-size: 32px;
        line-height: 41.6px
    }

    .stefa-proceso-cableado {
        padding: 36px 0 36px
    }

    .stefa-proceso-cableado-container-encabezado__titulo {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 32px
    }

    /* .stefa-cobertura__ilustracion,.stefa-proceso-cableado-container-encabezado__sub-titulo {
        display: none
    } */

    .stefa-proceso-cableado-container__video {
        width: 328px;
        height: 180px
    }

    .stefa-proceso-cableado-container__video iframe {
        width: 328px;
        height: 180px;
        border-radius: 18px
    }

    .megas__col-2 {
        position: relative;
        width: 100%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .info-megas {
        justify-content: center;
        display: flex;
        flex-wrap: wrap
    }

    .stefa-edificios-tabs-cliente__encabezado {
        width: 220px;
        height: 64px
    }

    .stefa-edificios-tabs-cliente__encabezado .lt__subtab-item {
        width: 110px;
        height: 42px;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        font-weight: 400
    }

    .stefa-edificios-tabs-cliente__encabezado .lt__subtab-item.lt__subtab-item--active {
        font-weight: 700
    }

    .stefa-edificios-tabs__encabezado {
        width: 100%;
        height: 60px
    }

    .stefa-edificios-tabs__encabezado .lt__tab-item {
        font-size: 14px;
        line-height: 20px
    }

    .plan-box .box__outstanding {
        width: 169px;
        border-radius: 4px;
        padding: 1px 8px;
        height: 22px;
        position: relative;
        top: -10px
    }

    .solo-internet__tabs--planes {
        width: 100% !important;
        max-width: unset !important
    }

    /* .stefa-edificios-parrillas {
        padding: 26px 0 48px
    } */

    .parrilla_planes_pedidos_movil_body--button_ocultar {
        display: block
    }

    .stefa-cobertura {
        justify-content: center
    }

    .stefa-cobertura__zona-cobertura {
        padding: 36px 16px;
        width: 360px;
        height: 374px
    }
}

@media screen and (min-width: 768px) {
    .vives-en-edificio__titleFrm {
        font-size: 14px
    }
}

.stefa-movistar-tv-app__titulo,
.stefa-tv-app {
    font-weight: 400;
    font-size: 12px;
    color: #50535a
}

@media (max-width: 600px) {
    .sin-costo-adicional-content {
        flex-direction: column
    }

    .sin-costo-adicional-content__titulo {
        margin: 0
    }
}

.stefa-tv-app {
    width: auto;
    height: 24px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
    line-height: 16px;
    text-align: center;
    margin-bottom: 16px;
    gap: 4px
}

.stefa-movistar-tv__app,
.stefa_custom--Disney_contenedor {
    background-color: #f6f6f6;
    border-radius: 8px;
    gap: 12px;
    display: flex
}

.logoDisney {
    width: auto;
    height: auto
}

.stefa-movistar-tv__app {
    width: 233px;
    height: 44px;
    justify-content: center;
    align-items: center
}

.stefa-movistar-tv-app__titulo {
    line-height: 22px;
    margin-bottom: 0
}

.stefa_custom--Disney_contenedor {
    width: 223px;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px
}

.stefa-tv-app-2session__img,
.stefa_custom_logoDisney {
    width: 28px;
    height: 28px
}

.stefa_custom--Disney_content {
    width: 159px;
    height: 32px;
    display: flex;
    justify-content: start
}

.stefa_custom--Disney_meses,
.stefa_custom--Disney_titulo {
    line-height: 16px;
    width: 162px;
    height: 16px;
    text-align: start
}

.stefa_custom--Disney_titulo {
    font-weight: 700;
    font-size: 12px;
    color: #50535a
}

.stefa_custom--Disney_meses {
    font-size: 10px;
    font-weight: 400
}

.stefa-tv-app-2session {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    padding: 8px 6px;
    display: flex;
    align-items: center;
    background-color: #f6f6f6;
    margin-bottom: 0;
    justify-content: center
}

.stefa-tv-app-2session__container-text {
    font-size: 10px;
    line-height: 16px;
    margin-left: 8px
}

.stefa-tv-app-2session__container-text b {
    font-size: 12px !important;
    line-height: 16px
}

.solo-internet__meses6 {
    font-size: 19px;
    position: relative;
    left: 4px
}

.plan-card-benefits-title {
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    margin: 0
}

.plan-card-benefits-subtitle {
    font-size: 11px !important;
    font-weight: 400;
    margin: 0;
    text-align: left
}

.plan-card-benefits img {
    border-radius: 8px
}

.plan-card-benefits-text {
    color: #313235;
    display: flex;
    flex-flow: column nowrap
}

.contenedormovistar {
    margin: 0 auto;
    height: 66px;
    background: #F6F6F6;
    border-radius: 8px;
    padding: 8px 12px 8px 12px;
    column-gap: 7px;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 24px;
    width: 100%
}

.contenedormovistar__box {
    text-align: left
}

.contenedormovistar__movistartv {
    font-size: 12px;
    line-height: 22px;
    color: #50535A;
    margin: 0
}

.contenedormovistar__movistarmeses {
    font-size: 10px;
    line-height: 14px;
    margin: 0
}

.stefa-slided__planes__head {
    font-size: 14px;
    line-height: 20px;
    background-color: #0b2739;
    color: #fff;
    padding: 0;
    text-align: center;
    min-height: 156px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0px -11px;
    bottom: 24px;
    border-radius: 8px 8px 0 0
}

.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__txt {
    margin-bottom: 0;
    font-size: 12px
}

.stefa-slided__planes__head__oferta__big {
    font-size: 27px;
    line-height: 34px
}

.stefa-slided__planes__head__oferta.solo-internet__meses6 {
    font-size: 18px
}

.stefa-slided__planes__head__oferta__small {
    font-size: 14px
}

.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: 145px;
    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__head.nuevo {
    min-height: 180px;
    padding-top: 2em
}

.stefa-slided__planes__body__label.label2 {
    top: 170px
}

.info-text-6 del {
    margin: 0 4px
}


.vives-en-edificio__frmWrap {
    display: flex;
    padding: 20px 22px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: transparent;
    max-width: 100%;
    margin: 0 auto;
}

.vives-en-edificio__input {
    border-radius: 4px;
    background: var(--Blanco-Secundario, #fff);
    display: flex;
    justify-content: flex-start;
    padding: 12px 20px;
    width: 496px;
    height: 60px;
    align-items: center;
}

.vives-en-edificio__input input {
    display: flex;
    justify-content: flex-start;
    border: 0;
    align-self: auto;
    width: 100%;
}

.vives-en-edificio__titleFrm {
    color: #ffffff;
    text-align: center;
    font-family: Telefonica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.stefa-proceso-cableado__container {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 32px;
}

.hv_paso_phase_active {
    background: #019df4;
    color: #fff !important;
    border-radius: 50%;
    padding: 7px 13px;
}

@media screen and (min-width: 768px) {
    .vives-en-edificio__titleFrm {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .vives-en-edificio__input {
        width: 100%;
    }

    .vives-en-edificio__frmWrap {
        display: flex;
        padding: 0;
        align-items: center;
        gap: 12px;
        border-radius: 8px;
        background: transparent;
        max-width: 100%;
        margin: 0;
        flex-direction: column;
    }

    .stefa-cobertura__zona-cobertura {
        padding: 36px 16px;
        width: 100%;
        height: 374px;
    }

    .stefa-cobertura__zona-cobertura form {
        width: 100%;
    }

    .stefa-proceso-cableado__container {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 0px;
    }
}


#atm-c2c-hv_fijo_landing_educativa_edificios-lb-container {
    background-color: #fff;
    border-radius: 16px;
    background-size: 100%;
    font-family: MovistarText, Telefonica, Telefonica-Regular, TelefonicaWeb-Light, sans-serif;
    font-size: 16px;
    line-height: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    box-shadow: 2px 2px 30px 15px rgba(0, 0, 0, .7);
    background-image: unset
}

#atm-c2c-hv_fijo_landing_educativa_edificios-lb-overlay .atm-c2c-exp-havas .atm-c2c-documento-input::before {
    left: unset;
    right: 8px
}

#atm-c2c-hv_fijo_landing_educativa_edificios-lb-overlay .atm-c2c-exp-havas .atm-c2c-phone-input::before {
    left: unset;
    right: 8px
}

#atm-c2c-hv_fijo_landing_educativa_edificios-lb-celular,
#atm-c2c-hv_fijo_landing_educativa_edificios-lb-documento {
    padding: 10px 0 10px 20px !important;
    background: #fff !important;
    color: #185577;
    background: #fff !important;
    border: 1px solid #bbb !important;
    border-radius: 2px !important;
    display: block;
    width: 100% !important;
    margin-bottom: 10px !important
}

#atm-c2c-hv_fijo_landing_educativa_edificios-lb-overlay .atm-c2c-input-group-form {
    display: unset;
    justify-content: unset
}

#atm-c2c-hv_fijo_landing_educativa_edificios-lb-glosa-whatsapp-span,
#atm-c2c-hv_fijo_landing_educativa_edificios-lb-proteccion-datos-span {
    color: #86888c
}

#atm-c2c-hv_fijo_landing_educativa_edificios-lb-glosa-whatsapp-link,
#atm-c2c-hv_fijo_landing_educativa_edificios-lb-proteccion-datos-link {
    color: #007bff
}

#atm-c2c-hv_fijo_landing_educativa_edificios-lb-glosa-whatsapp-link:hover,
#atm-c2c-hv_fijo_landing_educativa_edificios-lb-proteccion-datos-link:hover {
    color: #0056b3
}

#atm-c2c-hv_fijo_landing_educativa_edificios-lb-button {
    background-color: #019df4 !important;
    color: #fff
}

.etiqueta__oferta-promo .precio--regular {
    font-family: Telefonica;
    font-style: normal;
    color: #000;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 15px;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 5px
}

#atm-c2c-hv_fijo_landing_educativa_edificios-lb-close:after {
    background: url(https://crossattachmedia.serviciosmovistar.com/developers/files/resources/close_gray.webp)
}

#atm-c2c-hv_fijo_landing_educativa_edificios-lb-celular::placeholder,
#atm-c2c-hv_fijo_landing_educativa_edificios-lb-documento::placeholder {
    font-style: unset
}

#hv-hv_fijo_landing_educativa_edificios_success {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.hv_success_img {
    width: 48px
}

.hv_success_txt_1 {
    color: #019df4;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0
}

.hv_success_txt_2 {
    text-align: center;
    font-size: 14px;
    padding-bottom: 15px
}

.hv_success_txt_3 {
    text-align: center;
    font-size: 14px
}

.hv_container_fail_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    padding-top: 2em;
}

.hv_fail_img {
    width: 32px
}

.hv_fail_txt_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    background: transparent;
    color: #343a40;
    padding: 10px 0;
    border-radius: 10px;
    margin: 10px 0;
}

.hv_fail_txt_3 {
    font-size: 18px;
    font-weight: 700
}

.hv_landing_educativa_form_paso {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.hv_paso_separator_inactive {
    width: 72px;
    background: #b6b7b7;
    height: 3px;
    margin: 0 5px
}

.hv_paso_separator_active {
    width: 72px;
    background: #019df4;
    height: 3px;
    margin: 0 5px
}

.hv_paso_phase_active {
    background: #019df4;
    color: #fff !important;
    border-radius: 50%;
    padding: 7px 13px
}

.hv_paso_phase_inactive {
    border: 1px solid #b6b7b7;
    border-radius: 50%;
    padding: 7px 13px;
    color: #b6b7b7
}

.hv_flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.hv_landing_educativa_input {
    height: 40px;
    width: 132px;
    padding: 0 15px;
    margin: 0 3px;
    background: #ededed;
    border: 1px solid #e4e5e7;
    border-radius: 5px
}

.hv_btn_pasos_next {
    background: #019df4;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    border: unset;
    margin-top: 10px
}

.hv_btn_pasos_prev {
    border: 1px solid #019df4;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #019df4;
    padding: 10px 30px;
    border-radius: 20px
}

.hv-c2c-lb-img-mapa {
    width: 280px;
    height: 100px;
    left: 0;
    border-radius: 10px
}

.vives-en-edificio__input input {
    width: 100%
}

#hv-hv_fijo_landing_educativa_edificios_fail_screen_lead {
    display: flex;
    flex-direction: column;
    align-items: center
}

.hv_fail_img_screen {
    margin-top: 40px;
    width: 48px
}

.hv_txt_fail_1 {
    font-size: 28px;
    font-weight: 700;
    color: #019df4;
    padding: 10px 0
}

.hv_txt_fail_2 {
    text-align: center;
    font-size: 18px;
    padding: 10px 0
}

.hv_btn_pasos_end {
    background: #019df4;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    border: unset;
    margin: 10px 0 50px 0
}

@media (min-width: 1200px) {
    .container {
        max-width: 1264px;
    }
}</pre></body></html>