.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
}

.toggle-container.toggleactive {
    display: block
}

.lt-accordion-content {
    transition: height .34s ease-in-out;
    overflow: hidden;
    display: none
}

.lt-accordion-content.toggleactive {
    display: block
}

.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: all .5s
}

.link__toggleactive>.lt-toggle-icon {
    transform: rotate(0deg)
}

.lt__tabs {
    display: flex;
    z-index: 2;
    position: relative;
    margin: unset;
    padding: 0;
    margin-bottom: 16px
}

.lt__tab-item {
    cursor: pointer;
    list-style: none;
    padding: 5px;
    display: flex;
    justify-content: center
}

.lt__parent {
    display: none;
    padding: 10px
}

.lt__parent.lt__parent--active {
    display: block
}

.lt__tab-item.lt__tab-item--active {
    border-bottom: 1px solid #019DF4
}

.lt__subtabs {
    display: flex;
    z-index: 2;
    position: relative;
    margin: unset;
    padding: 0;
    margin-bottom: 16px
}

.lt__subtab-item {
    cursor: pointer;
    list-style: none;
    padding: 5px;
    display: flex;
    justify-content: center
}

.lt__subparent {
    display: none;
    padding: 10px
}

.lt__subparent.lt__subparent--active {
    display: block
}

.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: 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
}

.lt-accordion-title.accordion_link_active .lt-toggle-icon {
    transform: rotate(0deg)
}

.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 0;
    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 {
    display: none
}

.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.minus {
    display: block
}

.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.more {
    display: none
}

@media (min-width: 1280px) {
    .ltfaqs__section .ltfaqs__inner {
        max-width:1024px
    }

    .ltfaqs__section .lt-accordion-title {
        margin-top: 12px
    }
}

[lt-toggle] .minus {
    display: none
}

[lt-toggle].link__toggleactive .minus {
    display: inline
}

[lt-toggle].link__toggleactive .more {
    display: none
}

.banner-interhogar__promo p,.losOlivos-beneficios__item p,.losOlivos-gratis__right p,.losOlivos-planes__inner p {
    margin-bottom: unset
}

.losOlivos-cintillo__text b,.losOlivos-cintillo__title b,.losOlivos-planes__title b {
    font-weight: 700
}

.banner-interhogar,.losOlivos-gratis {
    display: flex;
    justify-content: center;
    height: 360px;
    margin-left: -15px;
    max-width: 100vw
}

@media(max-width: 600px) {
    .banner-interhogar,.losOlivos-gratis {
        display:flex;
        justify-content: center;
        height: 360px;
        margin-left: 0;
        max-width: 100vw
    }
}

.losOlivos-gratis__inner {
    display: flex
}

.losOlivos-gratis__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 360px;
    justify-content: end
}

.losOlivos-gratis__title {
    text-shadow: 1.5039px 1.5039px 2.50649px #0b2739;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 99.7%
}

.losOlivos-gratis__precio-img {
    width: auto;
    height: auto;
    margin-top: 3px
}

.losOlivos-gratis__desde {
    font-weight: 400;
    font-size: 12px;
    line-height: 99.7%;
    color: #fff
}

.losOlivos-gratis__terms {
    font-weight: 400;
    font-size: 10px;
    line-height: 98.75%;
    text-align: center;
    color: #fff;
    margin-top: 5px
}

.losOlivos-gratis__btn {
    margin-top: 14px;
    background: #e63780;
    border-radius: 60px;
    width: 155px;
    height: 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px
}

.losOlivos-cintillo__inner,.losOlivos-planes__inner {
    width: 100%;
    max-width: 330px;
    row-gap: 10px;
    display: flex
}

.losOlivos-cintillo,.losOlivos-planes {
    display: flex;
    justify-content: center;
    padding: 32px 15px
}

.losOlivos-planes__inner {
    flex-direction: column;
    align-items: center
}

.losOlivos-planes__title {
    color: #50535a;
    text-align: center;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px
}

.losOlivos-planes__subtitle {
    text-align: center;
    color: #50535a;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.losOlivos-cintillo__inner {
    flex-direction: column;
    padding: 20px;
    background-color: #019df4;
    border-radius: 12px
}

.losOlivos-cintillo__inner p {
    margin-bottom: 0
}

.losOlivos-cintillo__title {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-align: center
}

.losOlivos-cintillo__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center
}

.losOlivos-mil {
    height: 360px;
    margin-left: -15px;
    max-width: 100vw
}

.losOlivos-mil__inner {
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: unset
}

.losOlivos-mil__right {
    display: flex;
    flex-direction: column;
    align-items: center
}

.banner-interhogar__texto-img,.losOlivos-beneficios__icon,.losOlivos-mil__plan-img {
    width: auto;
    height: auto
}

.losOlivos-mil__btn {
    background-color: #e63780;
    border-radius: 60px;
    width: 187px;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    margin-top: 10px
}

.losOlivos-mil__terms {
    color: #fff;
    text-align: center;
    margin-bottom: unset;
    font-weight: 400;
    font-size: 10px;
    line-height: 98.75%;
    margin-top: 10px
}

.losOlivos-beneficios {
    display: flex;
    justify-content: center;
    padding: 32px 15px;
    background-color: #f6f6f6
}

.losOlivos-beneficios__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 330px
}

.losOlivos-beneficios__title {
    color: #50535a;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    text-align: center
}

.losOlivos-beneficios__title b {
    font-weight: 700
}

.losOlivos-beneficios__list {
    display: flex;
    flex-wrap: wrap
}

.losOlivos-beneficios__item {
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.losOlivos-beneficios__itemtitle {
    color: #50535a;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center
}

.losOlivos-beneficios__itemdescription {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #50535a
}

@media (min-width: 600px) {
    .losOlivos-gratis,.losOlivos-mil {
        max-width:1280px
    }

    .losOlivos-gratis__left {
        width: 33%;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .losOlivos-gratis__right {
        width: 33%;
        justify-content: start;
        padding-top: 45px
    }

    .losOlivos-gratis__inner {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px
    }

    .losOlivos-gratis__llamaremos {
        font-weight: 300;
        font-size: 20px;
        line-height: 25px;
        color: #fff;
        margin-bottom: 12px
    }

    .losOlivos-gratis__form {
        min-height: 180px
    }

    .losOlivos-gratis__title {
        font-size: 36.353px;
        line-height: 99.7%;
        margin-bottom: 11px!important
    }

    .losOlivos-gratis__desde {
        font-size: 25.9803px;
        line-height: 99.7%;
        margin-bottom: 50px!important;
        margin-top: 10px!important
    }

    .losOlivos-gratis__terms {
        font-size: 14px;
        line-height: 98.75%
    }

    .losOlivos-planes {
        padding: 64px 15px
    }

    .losOlivos-planes__inner {
        max-width: 800px
    }

    .losOlivos-planes__title {
        font-size: 40px;
        line-height: 48px
    }

    .losOlivos-planes__subtitle {
        font-size: 20px;
        line-height: 24px
    }

    .losOlivos-cintillo__inner {
        max-width: 1170px;
        padding: 20px 60px
    }

    .losOlivos-cintillo__title {
        font-size: 32px;
        line-height: 40px
    }

    .losOlivos-cintillo__text {
        font-size: 24px;
        line-height: 24px
    }

    .losOlivos-mil__inner {
        flex-direction: row;
        column-gap: 15px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .losOlivos-mil__left {
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .losOlivos-mil__right {
        width: 30%;
        justify-content: center;
        transform: translate(-3em,0)
    }

    .losOlivos-mil__llamaremos {
        font-weight: 300;
        font-size: 20px;
        line-height: 25px;
        color: #fff;
        text-align: center;
        margin-bottom: 12px
    }

    .losOlivos-beneficios__inner {
        max-width: 1170px
    }

    .losOlivos-beneficios {
        padding: 64px 15px
    }

    .losOlivos-beneficios__title {
        font-size: 40px;
        line-height: 48px;
        max-width: 800px;
        margin-bottom: 64px
    }

    .losOlivos-beneficios__list {
        width: 100%;
        justify-content: space-between;
        column-gap: 5px
    }

    .losOlivos-beneficios__item {
        width: 246px
    }

    .losOlivos-beneficios__itemtitle {
        margin-bottom: 3px!important
    }
}

.glide__slide .slider__item {
    height: 400px
}

.template-hero-banner .slider {
    height: 400px!important
}

.template-hero-banner .next,.template-hero-banner .prev {
    display: none
}

.planes-box-mbps_container.planes-box-mbps_container--cintillo {
    margin: 30px auto 0
}

.planes-box-mbps_item.planes-box-mbps_item--mes {
    padding-left: 5px
}

.planes-box-mbps_item {
    padding-right: 5px
}

button#Hogar-WP-fibra-regionales-Parrilla-2,button#Hogar-WP-fibra-regionales-Parrilla-3,button#Hogar-WP-fibra-regionales-Parrilla-4,button#Hogar-WP-fibra-regionales-Parrilla-5,button#Hogar-WP-fibra-regionales-Parrilla-6,button#Hogar-WP-fibra-regionales-Parrilla-7 {
    width: 100%
}

a.callTo--button.bg-dark {
    width: 100%!important
}

p.planes-box-mbps_megas {
    line-height: 22px
}

p.planes-box-mbps_precio {
    line-height: 10px
}

.planes--box-header__box-costo {
    max-width: 200px;
    height: 24px;
    margin: 16px auto;
    display: flex;
    justify-content: space-between
}

.planes--box-header__instalacion {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6c6f74
}

.planes--box-header__gratis {
    text-align: center;
    width: 66px;
    height: 24px;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #e63780;
    background: #fbc7de;
    border-radius: 4px
}

.planes-internet .callTo--button.bg-dark {
    background-color: #0d2d42!important
}

.faqs-accordion .container .toggler-header .btn {
    padding-left: 40px!important;
    padding-top: 25px!important;
    padding-bottom: 25px!important
}

.faqs-accordion .container .toggler-header:nth-child(2n):before {
    content: "1";
    position: absolute;
    display: flex;
    background-color: #d3d4d3;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    top: 50%;
    translate: 0 -51%;
    font-size: 16px;
    color: #242628;
    font-weight: 700
}

.faqs-accordion .container .toggler-header:nth-child(2):before {
    content: "1"
}

.faqs-accordion .container .toggler-header:nth-child(4):before {
    content: "2"
}

.faqs-accordion .container .toggler-header:nth-child(6):before {
    content: "3"
}

.faqs-accordion .container .toggler-header:nth-child(8):before {
    content: "4"
}

.faqs-accordion .container .toggler-header:nth-child(10):before {
    content: "5"
}

.faqs-accordion .container .toggler-header:nth-child(12):before {
    content: "6"
}

.faqs-accordion .container .toggler-header-expanded:before {
    color: #fff!important;
    background-color: #019df4!important
}

@media (min-width: 600px) and (max-width:1080px) {
    .losOlivos-gratis__inner {
        width:80%!important
    }

    .losOlivos-beneficios__list {
        column-gap: 0!important
    }
}

.banner-interhogar__inner {
    width: 100%;
    max-width: 330px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.banner-interhogar__uno {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 8px
}

.banner-interhogar__cuadro-img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0
}

.banner-interhogar__promo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.banner-interhogar__internet {
    color: #fff;
    letter-spacing: 2.8px;
    font-size: 20px;
    font-weight: 300
}

.banner-interhogar__planes {
    font-size: 18px;
    color: #fff;
    line-height: 1.3em
}

.banner-interhogar__disfruta {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1.2em;
    max-width: 80%;
    margin-top: 5px
}

.banner-interhogar__dos {
    margin-top: 15px
}

.banner-interhogar__form {
    display: flex;
    flex-direction: column
}

.banner-interhogar__llamaremos {
    color: #fff;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 300
}

@media (max-width: 600px) {
    .faqs-accordion .container {
        padding:0 15px!important
    }

    .template-hero-banner .picture .picture__image {
        object-position: right top
    }

    span.swiper-pagination-bullet {
        background: #c1c1c1!important
    }

    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #019df4!important
    }

    .banner-interhogar__llamaremos {
        text-align: center!important;
        margin-top: 10px!important
    }
}

@media (min-width: 600px) {
    .banner-interhogar__inner {
        max-width:900px;
        flex-direction: row;
        justify-content: space-around
    }

    .banner-interhogar__internet {
        font-size: 28px
    }

    .banner-interhogar__texto-img {
        margin-top: -15px;
        margin-bottom: -8px
    }

    .banner-interhogar__planes {
        font-size: 22px
    }

    .banner-interhogar__disfruta {
        font-size: 14px
    }

    .banner-interhogar__cuadro-img {
        width: 377px;
        left: 50%;
        transform: translate(-50%,-50%);
        top: 50%
    }

    .banner-interhogar__llamaremos {
        font-size: 20px
    }
}

.container__free-html-banner {
    position: relative
}

@media(min-width: 1024px) and (max-width:1080px) {
    .banner-interhogar__cuadro-img {
        width:590px!important;
        height: 325px
    }
}

@media (min-width: 1024px) {
    .banner-interhogar {
        height:400px
    }

    .banner-interhogar__inner {
        max-width: 900px;
        justify-content: start
    }

    .banner-interhogar__cuadro-img {
        width: auto
    }

    .banner-interhogar__texto-img {
        margin-bottom: unset;
        margin-top: -7px
    }

    .banner-interhogar__internet {
        font-size: 40px;
        margin-top: -10px
    }

    .banner-interhogar__planes {
        font-size: 38px
    }

    .banner-interhogar__disfruta {
        font-size: 18px;
        max-width: unset
    }

    .banner-interhogar__uno {
        margin-right: 115px
    }

    .banner-interhogar__llamaremos {
        margin-bottom: 10px
    }
}

@media(min-width: 1570px) {
    .template-hero-banner [data-analytics-asset-id="13428311"] .picture .picture__image {
        object-position:-370px top
    }

    .template-hero-banner [data-analytics-asset-id="13428311"] .slider__item .item__picture {
        width: 120%
    }

    .losOlivos-mil {
        margin-left: 44px
    }
}

.bannerinternerfibra {
    display: flex;
    align-items: center;
    justify-content: center
}

.bannerinternerfibra__botononline {
    width: 252px;
    height: 56px;
    background: #E63780;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    color: #FFFF;
    position: relative;
    right: 372px;
    top: 195px
}

.bannerinternerfibra__botononline:hover {
    color: #FFFF!important;
    background-color: #922859!important
}

@media(max-width: 600px) {
    .bannerinternerfibra__botononline {
        right:0;
        top: 282px;
        width: 196px;
        height: 40px;
        font-size: 16px;
        line-height: 24px
    }
}

@media (min-width: 800px) and (max-width:1270px) {
    .bannerinternerfibra__botononline {
        width:196px;
        height: 40px;
        font-size: 16px;
        line-height: 24px;
        right: 200px;
        top: 265px
    }
}
