.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: 400px;
    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: 400px
    }
}

.toggle-container {
    transition: height .35s ease-in-out;
    overflow: hidden;
    display: none
}

.lt-accordion-content {
    transition: height .34s ease-in-out;
    overflow: hidden;
    display: none
}

.lt-accordion-title {
    cursor: pointer
}

[lt-accordion]>li {
    list-style: none
}

[lt-accordion]>*>* {
    margin: 0
}

.lt-toggle-icon {
    width: 13px;
    height: 13px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23019bf2' viewBox='0 0 512 512'%3E%3Cpath d='M255.5 115.2a28 28 0 0 0-19.1 8.3L9.2 350.7a28.3 28.3 0 1 0 40 40l206.3-206.3 206.3 206.3a28.3 28.3 0 1 0 40-40L274.6 123.5c-5.3-5.3-12.2-8-19.1-8.3z'/%3E%3C/svg%3E");
    background-size: cover;
    transform: rotate(180deg);
    transition: .5s
}

.link__toggleactive>.lt-toggle-icon,
.lt-accordion-title.accordion_link_active .lt-toggle-icon {
    transform: rotate(0)
}

.lt__subtabs,
.lt__tabs {
    display: flex;
    z-index: 2;
    position: relative;
    margin: unset;
    padding: 0;
    margin-bottom: 16px
}

.lt__subtab-item,
.lt__tab-item {
    cursor: pointer;
    list-style: none;
    padding: 5px;
    display: flex;
    justify-content: center
}

.lt__parent,
.lt__subparent {
    display: none;
    padding: 10px
}

.ltpopup-wp {
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    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,
.seccionfibratopticaplaya__contenido {
    position: relative
}

@media (min-width:600px) {
    .ltpopup-body {
        width: 546px;
        height: 490px
    }
}

.hunter__body {
    position: fixed;
    bottom: 60px;
    right: 0;
    background-color: #4d4d4d;
    padding: 16px;
    z-index: 2;
    width: 415px;
    height: 215px;
    border-radius: 16px 0 0 16px
}

.hunter__close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 2
}

.hunter__inner img {
    width: auto;
    height: auto;
    max-height: 100%
}

.hunter__inner {
    height: 100%
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0
}

.swiper-container {
    padding-bottom: 20px
}

.lt-swiper-nav {
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2
}

.lt-button-next.lt-swiper-nav {
    position: absolute;
    right: 0
}

.lt-button-prev.lt-swiper-nav {
    position: absolute;
    left: 0
}

.lt-swiper-nav.swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.ltfaqs__section {
    padding: 32px 16px;
    display: flex;
    justify-content: center
}

.ltfaqs__section .ltfaqs__title {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    color: #50535a;
    margin-bottom: 36px
}

.ltfaqs__section .ltfaqs__list {
    list-style: none;
    padding: 0
}

.ltfaqs__section .ltfaqs__inner {
    width: 100%;
    max-width: 340px
}

.ltfaqs__section .lt-accordion-title {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    position: relative
}

.ltfaqs__section .ltfaqs__list>li {
    border-bottom: 1px solid #d3d4d3
}

.ltfaqs__section .lt-accordion-number {
    border-radius: 100px;
    background: #d3d4d3;
    width: 32px;
    height: 32px;
    color: #50535a;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center
}

.ltfaqs__section .lt-accordion-titlelabel {
    color: #50535a;
    font-size: 14px;
    font-weight: 400;
    line-height: 142%;
    max-width: 70%;
    margin-left: 10px;
    margin-bottom: 0
}

.ltfaqs__section .lt-toggle-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg)
}

.ltfaqs__section .lt-accordion-content {
    margin: 0 30px;
    font-size: 16px;
    color: #50535a
}

.ltfaqs__section .accordion_link_active .lt-accordion-number {
    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,
.seccionfibratopticaplaya__instalacioncosto {
    color: #019df4
}

.ltfaqs__section .ltfaqs__morebtn .ltfaqs__viewmore.minus,
.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.more,
.seccionfibratopticaplaya .swiper-pagination,
[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
}

.seccionesterminoscondiciones {
    height: 428px;
    background: #f6f6f6;
    padding: 60px 0;
    text-align: center
}

.seccionesterminoscondiciones__titulo {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    font-weight: 300
}

.seccionesterminoscondiciones__titulosub {
    text-align: left;
    width: 1090px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px
}

.seccioncintilloofertas {
    position: relative;
    text-align: center;
    top: 40px
}

.seccioncintilloofertas__general {
    height: 160px
}

.seccioncintilloofertas__contenido {
    position: relative;
    display: flex;
    align-items: center;
    padding: 23px 10px;
    width: 1090px;
    justify-content: center;
    margin: 0 auto
}

.seccioncintilloofertas__item,
.seccionfibratopticaplaya__item,
.seccionpotenciaverano__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.seccioncintilloofertas__itempictures {
    height: auto;
    width: auto
}

.seccioncintilloofertas__llama {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    width: 533px;
    margin: 0 auto
}

.seccioncintilloofertasplayas__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.seccionMasdivertidoPlaya__img,
.seccioncintilloofertasplayas__icono,
.seccioncintilloofertasplayas__itempictures,
.seccionfibraoptivahogar__img,
.seccionfibratopticaplaya__imgwhatsapp,
.seccionpotenciaverano__modemimg {
    width: auto;
    height: auto
}

.seccioncintilloofertasplayas {
    position: relative;
    text-align: center;
    top: 4em
}

.seccioncintilloofertasplayas__general {
    height: 134px
}

.seccioncintilloofertasplayas__contenido {
    position: relative;
    justify-content: center;
    align-items: center;
    column-gap: 2em;
    width: 973px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 16px;
    z-index: 2
}

.seccioncintilloofertasplayas__descuento {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin: 0
}

.seccioncintilloofertasplayas__whatsapp {
    width: 255px;
    height: 40px;
    background: #5cb615;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    column-gap: 7px
}

.seccioncintilloofertasplayas__whatsapp:hover {
    color: #ffff
}

.seccionMasdivertidoPlaya,
.seccionMasdivertidoPlaya__whatsapp:hover,
.seccionfibraoptivahogar__descarga.new,
.seccionfibraoptivahogar__videollamdas.new {
    color: #fff
}

.seccionMasdivertidoPlaya {
    justify-content: center;
    align-items: center;
    column-gap: 7em;
    position: relative;
    right: 12em;
    top: 10px
}

.seccionMasdivertidoPlaya__boxes {
    text-align: center
}

.seccionMasdivertidoPlaya__verano {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 8px
}

.seccionMasdivertidoPlaya__whatsapp {
    width: 351px;
    display: flex;
    height: 56px;
    background: #5cb615;
    border-radius: 60px;
    color: #fff;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    column-gap: 10px;
    transform: translateY(-10px)
}

.seccionMasdivertidoPlaya__descuentos {
    font-size: 18px;
    line-height: 24px;
    width: 312px;
    margin: 0 auto 30px;
    text-align: center
}

.seccionMasdivertidoPlaya__tvplayas {
    width: 252px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 14px;
    line-height: 17px;
    background: #019df4;
    border-radius: 6px 6px 0 0
}

.seccionMasdivertidoPlaya__contenedorprecios {
    height: 113px;
    width: 252px;
    margin: 0 auto;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 6px 6px;
    color: #019df4;
    flex-direction: column
}

.seccionMasdivertidoPlaya__contenedorinternet {
    margin: 16px 10px 25px
}

.seccionMasdivertidoPlaya__boxes.box2 {
    position: relative;
    top: 20px
}

.seccionMasdivertidoPlaya__anual {
    font-size: 18px;
    line-height: 20px
}

.seccionMasdivertidoPlaya__solo {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    right: 55px;
    bottom: -5px
}

.seccionMasdivertidoPlaya__preciosoles {
    margin: 0;
    font-size: 60px;
    line-height: 0
}

.seccionMasdivertidoPlaya__soles {
    font-size: 32px;
    line-height: 36px;
    margin: 0 6px
}

.seccionMasdivertidoPlaya__precioregular {
    font-size: 16px;
    line-height: 20px
}

.seccionfibraoptivahogar {
    height: 592px;
    background-color: #f6f6f6;
    text-align: center;
    color: #0b2739;
    padding-top: 55px
}

.seccionfibraoptivahogar__titulo {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 70px
}

.seccionfibraoptivahogar__descargasseries {
    justify-content: center;
    align-items: center;
    column-gap: 22px
}

.seccionfibraoptivahogar__cardfibra.card1 {
    width: 502px;
    height: 170px;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 22px;
    border: 1px solid #d3d4d3
}

.seccionfibraoptivahogar__cardfibra.card2 {
    width: 502px;
    height: 170px;
    background: #019df4;
    border-radius: 16px
}

.seccionfibraoptivahogar__img.foto1 {
    border-radius: 16px 0 0 16px
}

.seccionfibraoptivahogar__descarga {
    font-size: 28px;
    line-height: 40px;
    text-align: left;
    width: 238px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.seccionfibraoptivahogar__cardfibra-derecha.card3 {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 274px;
    height: 359px;
    margin: 0 auto;
    border-radius: 16px;
    border: 1px solid #d3d4d3
}

.seccionfibraoptivahogar__cardfibra-derecha.card4 {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    background: #019df4;
    width: 274px;
    height: 359px;
    margin: 0 auto;
    border-radius: 16px
}

.seccionfibraoptivahogar__img.foto2 {
    border-radius: 0 0 16px 16px;
    position: relative;
    top: 37px
}

.seccionfibraoptivahogar__videollamdas {
    width: 210px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 40px;
    text-align: left
}

.seccionfibraoptivahogar__descargasseries-cards {
    column-gap: 20px
}

.seccionpotenciaverano {
    position: relative;
    height: 1145px;
    padding-top: 64px;
    text-align: center
}

.seccionpotenciaverano__contenido {
    position: relative;
    color: #0b2739
}

.seccionpotenciaverano__potencia {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 10px
}

.seccionpotenciaverano__valido {
    font-size: 20px;
    line-height: 25px;
    color: #86888c;
    margin: 0
}

.seccionfibratopticaplaya__itempictures,
.seccionpotenciaverano__itempicture {
    height: 100%;
    width: 100%
}

.seccionpotenciaverano__modemparrillascontenido {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 4em
}

.seccionpotenciaverano__modemparrillasboxes.box1 {
    column-gap: 9em;
    align-items: center;
    justify-content: center
}

.seccionpotenciaverano__modemparrillasboxes.box2 {
    column-gap: 10em;
    align-items: center;
    justify-content: center
}

.seccionpotenciaverano__parteparrillasItem {
    box-shadow: 0 5px 20px 0 rgba(11, 39, 57, .12), 0 7px 8px 0 rgba(11, 39, 57, .02);
    border-radius: 16px;
    width: 280px;
    height: 436px;
    margin: 0 auto;
    background: #ffff
}

.stefa-slided__planes__head {
    text-align: center;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #0b2739;
    color: #fff;
    border-radius: 16px 16px 0 0
}

.seccionpotenciaverano__whatsappboton {
    width: 248px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    background: #5cb615;
    margin: 0 auto;
    color: #fff;
    column-gap: 6px;
    font-size: 16px;
    line-height: 24px
}

.seccionpotenciaverano__whatsappboton:hover {
    color: #fff
}

.stefa-slided__planes__head__ttl {
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto 10px
}

.stefa-slided__planes__head__oferta {
    font-size: 32px;
    line-height: 40px;
    margin: 0 auto 5px
}

.stefa-slided__planes__head__numero {
    font-size: 48px
}

.stefa-slided__planes__head__txt {
    font-size: 14px;
    line-height: 17px;
    margin: 0 auto
}

.seccionpotenciaverano__medioterminos {
    width: 248px;
    margin: 30px auto 16px
}

.seccionpotenciaverano__medioterminosoxess {
    column-gap: 1em
}

.seccionpotenciaverano__repetidores {
    width: 208px;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    margin: 0 auto 1rem;
    color: #86888c
}

.seccionfibratopticaplaya {
    position: relative;
    text-align: center;
    height: auto;
    padding-top: 4em
}

.seccionfibratopticaplaya__parrillasItem {
    box-shadow: 0 5px 20px 0 rgba(11, 39, 57, .12), 0 7px 8px 0 rgba(11, 39, 57, .02);
    border-radius: 16px;
    background-color: #fff;
    width: 280px;
    height: auto;
    margin: 0 auto;
    padding: 24px
}

.seccionfibratopticaplaya__internetplayas {
    font-size: 16px;
    line-height: 20px;
    color: #019df4;
    margin: 0 auto 2px
}

.seccionfibratopticaplaya__mbps {
    font-size: 40px;
    line-height: 50px;
    color: #019df4;
    margin: 0 auto 5px
}

.seccionfibratopticaplaya__tarifa {
    font-size: 14px;
    line-height: 17px;
    margin: 0 auto 5px
}

.seccionfibratopticaplaya__tarifasoles {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px
}

.seccionfibratopticaplaya__tarifasolesnueve {
    font-size: 48px
}

.seccionfibratopticaplaya__tarifaprecio {
    font-size: 14px;
    line-height: 17px;
    font-style: italic;
    color: #86888c
}

.seccionfibratopticaplaya__botonwhatsapp {
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    height: 40px;
    background: #5cb615;
    color: #fff;
    column-gap: 9px;
    margin-bottom: 20px
}

.seccionfibratopticaplaya__botonwhatsapp:hover {
    color: #ffff !important
}

.seccionfibratopticaplaya__instalacion {
    width: 240px;
    height: 36px;
    margin: 0 auto 2em;
    background: #f4f4f4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px
}

.seccionfibratopticaplaya__contenidoParrillas {
    width: auto;
    margin: 2em auto 0;
    padding-bottom: 2em
}

.seccionfibratopticaplaya__titulo {
    font-size: 40px;
    line-height: 48px;
    margin: 0 auto;
    font-weight: 300;
    color: #0b2739
}

.seccionfibratopticaplaya__itemBeneficios {
    width: 248px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    margin: 3em auto 20px
}

.seccionfibratopticaplaya__divisor hr {
    border: 1px solid #d3d4d3
}

.seccionfibratopticaplaya__-item__encabezado {
    justify-content: center;
    align-items: center;
    column-gap: 1em;
    cursor: pointer
}

.seccionfibratopticaplaya__textoFibraOptica {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    width: 184px;
    text-align: left;
    color: #0b2739
}

.seccionfibratopticaplaya__-item__encabezado .lt-toggle-icon {
    width: 16px;
    height: 16px;
    position: relative;
    right: 16px
}

.seccionfibratopticaplaya____contenido {
    margin-top: 1em
}

.seccionfibratopticaplaya-contenido__ilustracion {
    width: 90px;
    height: 90px
}

.seccionfibratopticaplaya-contenido__contenido {
    text-align: left
}

.seccionfibratopticaplaya-contenido__texto {
    margin: 0;
    font-size: 14px;
    line-height: 17px
}

.seccionfibratopticaplaya-contenido__texto b {
    color: #019df4
}

.seccionfibratopticaplaya__año {
    font-size: 12px;
    line-height: 15px;
    color: #86888c;
    margin: 0 0 7px
}

.seccionfibratopticaplaya-contenido__textos {
    font-size: 14px;
    line-height: 17px;
    color: #86888c;
    margin: 0 auto
}

.seccionfibratopticaplaya__itemBeneficios.item1 {
    margin-top: 20px
}

.seccionfibratopticaplaya__itemBeneficios.item2 {
    margin-bottom: 0;
    margin-top: 20px
}

.seccionfibratopticaplaya-contenido__ilustracion.ilus1 {
    width: 10px;
    height: 10px
}

.seccionfibratopticaplaya-contenido__textocanales {
    font-size: 14px;
    line-height: 17px;
    margin: 0 auto 8px
}

.seccionfibratopticaplaya__beneficioscontenido {
    width: 100%;
    gap: 16px;
    margin-top: 12px
}

.seccionfibratopticaplaya__contenidodisney {
    width: 200px;
    display: flex;
    gap: 2px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.seccionfibratopticaplaya .swiper-wrapper {
    margin-top: 2em
}

@media(min-width:600px) {
    .seccionfibratopticaplaya .swiper-wrapper {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        align-items: baseline;
        width: 1000px;
        margin: 2em auto 0;
        transform: inherit !important
    }

    .seccionfibratopticaplaya .swiper-slide {
        width: 33% !important;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .seccionfibratopticaplaya__parrillasItem.item1 {
        margin-bottom: 40px
    }
}

@media(max-width:600px) {
    .seccionesterminoscondiciones {
        height: 740px;
        padding: 28px 0
    }

    .seccionesterminoscondiciones__titulo {
        font-size: 32px;
        line-height: 40px
    }

    .seccionesterminoscondiciones__titulosub {
        width: 328px;
        font-size: 14px;
        line-height: 20px
    }

    .seccioncintilloofertas {
        height: 152px;
        top: 15px
    }

    .seccioncintilloofertas__general {
        height: 145px
    }

    .seccioncintilloofertas__contenido {
        width: 328px;
        padding: 28px 10px
    }

    .seccioncintilloofertas__llama {
        width: 228px;
        font-size: 14px;
        line-height: 16px
    }

    .seccioncintilloofertasplayas {
        height: 139px;
        top: 2em
    }

    .seccioncintilloofertasplayas__contenido {
        width: 328px;
        flex-direction: column;
        padding: 4px 0
    }

    .seccioncintilloofertasplayas__whatsapp {
        width: 215px;
        height: 32px;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        top: 5px
    }

    .seccioncintilloofertasplayas__descuento {
        width: 253px;
        margin: 0 auto;
        font-size: 12px;
        line-height: 15px
    }

    .seccionMasdivertidoPlaya {
        right: 0;
        top: 0;
        column-gap: 0;
        flex-direction: column
    }

    .seccionMasdivertidoPlaya__anual,
    .seccionMasdivertidoPlaya__verano {
        font-size: 12px;
        line-height: 15px
    }

    .seccionMasdivertidoPlaya__whatsapp {
        width: 215px;
        font-size: 14px;
        height: 32px;
        line-height: 20px;
        column-gap: 7px;
        position: relative;
        left: 5em;
        top: 10em
    }

    .seccionMasdivertidoPlaya__solo {
        font-size: 12px;
        line-height: 14px;
        right: 33px;
        bottom: -3px
    }

    .seccionMasdivertidoPlaya__preciosoles {
        font-size: 32px
    }

    .seccionMasdivertidoPlaya__soles {
        font-size: 16px;
        line-height: 20px
    }

    .seccionMasdivertidoPlaya__precioregular {
        font-size: 10px;
        line-height: 15px
    }

    .seccionMasdivertidoPlaya__boxes.box1 {
        position: relative;
        right: 5em;
        top: 5px
    }

    .seccionMasdivertidoPlaya__boxes.box2 {
        top: -5px
    }

    .seccionMasdivertidoPlaya__descuentos {
        font-size: 14px;
        line-height: 17px;
        width: 304px;
        margin-bottom: 15px
    }

    .seccionMasdivertidoPlaya__tvplayas {
        width: 160px;
        height: 21px;
        font-size: 10px;
        font-weight: 400;
        line-height: 12.5px;
        text-align: left
    }

    .seccionMasdivertidoPlaya__contenedorprecios {
        width: 160px;
        height: 86px;
        min-height: 86px !important
    }

    .seccionMasdivertidoPlaya__mb-text {
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        text-align: center
    }

    .seccionMasdivertidoPlaya__contenedorinternet {
        margin: 14px 10px 0
    }

    .seccionfibraoptivahogar {
        height: 616px;
        padding-top: 32px
    }

    .seccionfibraoptivahogar__titulo {
        font-size: 32px;
        width: 328px;
        margin: 0 auto 30px
    }

    .seccionfibraoptivahogar__descargasseries {
        flex-direction: column
    }

    .seccionfibraoptivahogar__cardfibra.card1,
    .seccionfibraoptivahogar__cardfibra.card2 {
        width: 328px;
        height: 100px;
        margin-bottom: 12px;
        border-radius: 8px
    }

    .seccionfibraoptivahogar__img.foto1 {
        border-radius: 8px 0 0 8px
    }

    .seccionfibraoptivahogar__descarga {
        font-size: 16px;
        line-height: 20px;
        width: 155px;
        font-weight: 400
    }

    .seccionfibraoptivahogar__cardfibra-derecha.card3,
    .seccionfibraoptivahogar__cardfibra-derecha.card4 {
        width: 158px;
        height: 216px;
        border-radius: 8px;
        flex-direction: column
    }

    .seccionfibraoptivahogar__img.foto2 {
        border-radius: 8px 8px 0 0;
        top: -18px
    }

    .seccionfibraoptivahogar__videollamdas {
        font-size: 16px;
        line-height: 20px;
        width: 122px;
        font-weight: 400
    }

    .seccionpotenciaverano {
        height: 1448px;
        padding-top: 32px
    }

    .seccionpotenciaverano__modemparrillasboxes.box1 {
        column-gap: 0;
        flex-direction: column
    }

    .seccionpotenciaverano__potencia {
        font-size: 32px;
        width: 328px;
        margin: 0 auto 10px
    }

    .seccionpotenciaverano__valido {
        width: 332px;
        font-size: 16px;
        line-height: 20px;
        margin: 0 auto
    }

    .seccionpotenciaverano__modemimg {
        margin-bottom: 2em
    }

    .seccionpotenciaverano__modemparrillasboxes.box2 {
        flex-direction: column-reverse;
        column-gap: 0;
        margin-top: 3em
    }

    .seccionpotenciaverano__modemparrillascontenido {
        margin-top: 2em
    }

    .seccionfibratopticaplaya {
        height: auto;
        padding-top: 32px
    }

    .seccionfibratopticaplaya .swiper-pagination {
        display: block;
        bottom: -22px !important;
        position: relative
    }

    .seccionfibratopticaplaya__titulo {
        font-size: 32px;
        line-height: 40px;
        width: 328px
    }

    .seccionfibratopticaplaya__contenidoParrillas {
        width: 310px;
        margin-top: 1em
    }

    .seccionfibratopticaplaya .swiper-pagination-bullet-active {
        background: #0b2739 !important
    }

    .seccionfibratopticaplaya .swiper-pagination-bullet {
        background: #ffff;
        opacity: 1
    }
}

@media (min-width:800px) and (max-width:1270px) {

    .seccionesterminoscondiciones__titulo,
    .seccionpotenciaverano__potencia {
        font-size: 32px;
        line-height: 40px
    }

    .seccionesterminoscondiciones__titulosub {
        width: 736px;
        font-size: 14px;
        line-height: 20px
    }

    .seccionesterminoscondiciones {
        height: 408px;
        padding: 28px 0
    }

    .seccioncintilloofertas {
        height: 134px;
        top: 18px
    }

    .seccioncintilloofertas__contenido,
    .seccioncintilloofertasplayas__contenido {
        width: 736px;
        column-gap: 3em
    }

    .seccioncintilloofertas__general {
        height: 125px
    }

    .seccioncintilloofertasplayas__descuento {
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        width: 336px
    }

    .seccioncintilloofertasplayas {
        top: 2em
    }

    .seccionMasdivertidoPlaya {
        right: 9em;
        top: 24px;
        column-gap: 2em
    }

    .seccionMasdivertidoPlaya__verano {
        font-size: 14px;
        line-height: 17px
    }

    .seccionMasdivertidoPlaya__anual {
        font-size: 14px;
        line-height: 18px
    }

    .seccionMasdivertidoPlaya__solo {
        right: 60px;
        bottom: -2px
    }

    .seccionMasdivertidoPlaya__soles {
        font-size: 24px;
        line-height: 23px
    }

    .seccionMasdivertidoPlaya__precioregular {
        font-size: 12px;
        line-height: 19px
    }

    .seccionMasdivertidoPlaya__whatsapp {
        width: 255px;
        height: 40px;
        font-size: 16px;
        line-height: 24px
    }

    .seccionMasdivertidoPlaya__boxes.box2 {
        top: 20px
    }

    .seccionMasdivertidoPlaya__descuentos {
        width: 196px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 22px
    }

    .seccionMasdivertidoPlaya__contenedorinternet {
        margin: 25px 0
    }

    .seccionMasdivertidoPlaya__tvplayas {
        width: 187px;
        height: 27px;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        text-align: left
    }

    .seccionMasdivertidoPlaya__contenedorprecios {
        width: 187px;
        height: 103px;
        min-height: 103px !important
    }

    .seccionfibraoptivahogar {
        height: 497px;
        padding-top: 32px
    }

    .seccionfibraoptivahogar__titulo {
        font-size: 32px;
        margin-bottom: 22px
    }

    .seccionfibraoptivahogar__descarga,
    .seccionfibraoptivahogar__videollamdas {
        font-size: 20px;
        width: 130px;
        line-height: 24px
    }

    .seccionfibraoptivahogar__cardfibra.card1,
    .seccionfibraoptivahogar__cardfibra.card2 {
        height: 170px;
        width: 358px
    }

    .seccionfibraoptivahogar__cardfibra-derecha.card3,
    .seccionfibraoptivahogar__cardfibra-derecha.card4 {
        width: 358px;
        height: 170px;
        flex-direction: row;
        margin: 10px 0
    }

    .seccionfibraoptivahogar__descargasseries-cards {
        column-gap: 0;
        flex-direction: column-reverse
    }

    .seccionfibraoptivahogar__img.foto2 {
        border-radius: 16px 0 0 16px;
        position: relative;
        top: 0
    }

    .seccionpotenciaverano {
        height: 1100px
    }

    .seccionpotenciaverano__valido {
        font-size: 16px;
        line-height: 20px
    }

    .seccionpotenciaverano__modemparrillascontenido {
        margin-top: 3em
    }

    .seccionpotenciaverano__modemparrillasboxes.box1,
    .seccionpotenciaverano__modemparrillasboxes.box2 {
        column-gap: 6em
    }

    .seccionfibratopticaplaya .swiper-wrapper {
        width: 670px !important;
        margin: 0 auto
    }

    .seccionfibratopticaplaya .swiper-slide {
        margin: 0 auto;
        width: 47% !important
    }

    .seccionfibratopticaplaya__parrillasItem.item1 {
        margin-bottom: 40px
    }
}

.seccionMasdivertidoPlaya__mb-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #019df4;
    display: contents
}

.seccionMasdivertidoPlaya__contenedorprecios {
    min-height: 131px
}

@media (min-width:1200px) {
    .seccionMasdivertidoPlaya__mb-text {
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        text-align: center
    }
}

img{
    max-width: 100%;
}