.bandest-section,
.section-equipos {
    position: relative
}

.banner-hero .glide__slide--1 .slider__item .container__header {
    text-align: center
}

.banner-hero .glide__slide--1 .slider__item .container__header .banner--badge {
    border-radius: 15px
}

.banner-hero .glide__slide--1 .slider__item .container__body {
    max-width: 100%
}

@media only screen and (min-width:600px) {
    .banner-hero .glide__slide--1 .slider__item .container__header {
        text-align: left
    }
}

.title-top--section {
    text-align: center;
    font-weight: 300;
    padding-top: 40px;
    padding-bottom: 40px
}

.title-top--section .title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 auto;
    text-align: center;
    color: #50535a
}

.title-top--section .description {
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    margin: 15px auto 0
}

.section-equipos {
    padding: 40px 0
}

.section-equipos .equipos-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 auto 30px;
    text-align: center;
    color: #50535a
}

.section-equipos .container-equipos {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.section-equipos .container-equipos .equipos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-equipos .container-equipos .equipos .equipo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 340px;
    margin-top: 20px;
    margin-bottom: 20px
}

.section-equipos .container-equipos .equipos .equipo .equipo-img {
    margin-right: 25px
}

.section-equipos .container-equipos .equipos .equipo .equipo-img img {
    width: 118px;
    height: 232px;
    -o-object-fit: cover;
    object-fit: cover
}

.section-equipos .container-equipos .equipos .equipo .equipo-info p {
    margin: 0
}

.section-equipos .container-equipos .equipos .equipo .equipo-info .equipo-info_nombre {
    color: #50535a;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 1px
}

.section-equipos .container-equipos .equipos .equipo .equipo-info .equipo-info_codigo {
    color: #86888c;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px
}

.section-equipos .container-equipos .equipos .equipo .equipo-info .equipo-info_icono {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.section-equipos .container-equipos .equipos .equipo .equipo-info .equipo-info_icono .icono-img {
    margin-right: 10px
}

.section-equipos .container-equipos .equipos .equipo .equipo-info .equipo-info_icono span {
    color: #86888c;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    margin-top: 3px
}

.section-equipos .container-equipos .equipos .equipo .equipo-info .equipo-info_icono_cel .icono-img {
    margin-right: 13px;
    margin-left: 3px
}

.section-equipos .container-equipos .equipos .equipo .equipo-info .equipo-info_precio-subtitulo {
    color: #50535a;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px
}

.section-equipos .container-equipos .equipos .equipo .equipo-info .equipo-info_precio-cantidad {
    color: #50535a;
    font-size: 30px;
    font-weight: 300;
    line-height: 37px
}

@media screen and (min-width:1024px) {
    .section-equipos .container-equipos .equipos .equipo {
        margin-right: 80px;
        margin-top: 40px;
        margin-bottom: 40px
    }

    .section-equipos .container-equipos .equipos .equipo:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width:1180px) {
    .section-equipos .container-equipos {
        width: 100%;
        max-width: 1181px;
        padding-left: 0;
        padding-right: 0
    }

    .section-equipos .container-equipos .equipos {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .section-equipos .container-equipos .equipos .equipo:nth-child(2n) {
        margin-right: 80px
    }

    .section-equipos .container-equipos .equipos .equipo:nth-child(3n) {
        margin-right: 0
    }
}

.bandest-section .bandest {
    position: relative;
    display: block;
    max-height: 168px;
    overflow: hidden
}

.bandest-section .bandest .bandest-container {
    position: absolute;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 2;
    padding: 25px 20px
}

.bandest-section .bandest .bandest-container .bandest__title {
    display: block;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 1.15;
    margin: 0
}

.bandest-section .bandest .bandest__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .16) 50%, rgba(0, 0, 0, .2) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .16) 50%, rgba(0, 0, 0, .2) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .16) 50%, rgba(0, 0, 0, .2) 100%)
}

.bandest-section .bandest .bandest__img {
    max-width: 100%;
    z-index: 0
}

@media only screen and (min-width:992px) {

    .bandest-section .bandest .bandest-container .bandest__title,
    .section-equipos .equipos-title,
    .title-top--section .title {
        font-size: 40px
    }

    .section-equipos {
        padding: 60px 0
    }

    .bandest-section {
        height: 100%
    }

    .bandest-section .bandest {
        max-height: 100%;
        height: 100%
    }

    .bandest-section .bandest .bandest-container {
        display: flex;
        align-items: center;
        position: relative;
        bottom: auto;
        height: 100%;
        min-height: 450px;
        padding: 30px 25px
    }

    .bandest-section .bandest .bandest__img {
        position: absolute;
        background: #727272;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        left: 0;
        top: 0
    }
}

.banner-hero .slider,
.banner-hero .slider__item {
    height: 500px
}

.banner-hero .slider__item .item__container .container__free-html {
    position: static
}

.banner-hero .glide__slide.glide__slide--0 {
    width: 100vw important;
    max-width: 100vw !important;
}

/* slider */

.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;
    height: 500px;
}

.dev-banner__fondo-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    max-width: 100%;
}

@media (min-width: 580px) {
    .dev-banner-container {
        height: 500px;
    }

}


/* toggle */

.toggle-container {
    transition: height 0.35s ease-in-out;
    overflow: hidden;
    display: none;
}

.toggle-container.toggleactive {
    display: block;
}

.lt-accordion-content {
    transition: height 0.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: 0px;
}


.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 0.5s;
}

.link__toggleactive>.lt-toggle-icon {
    transform: rotate(0deg);
}

/* tabs */

.lt__tabs {
    display: flex;
    z-index: 2;
    position: relative;
    margin: unset;
    padding: 0px;
    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;
}


/* subtabs */

.lt__subtabs {
    display: flex;
    z-index: 2;
    position: relative;
    margin: unset;
    padding: 0px;
    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;
}

/* modal */

.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: 0.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: 0px;
    z-index: 2;
}

.ltpopup-close-img {
    width: 24px;
    height: 24px;
    fill: #fff;
}


.ltpopup-wp.visible {
    opacity: 1;
    visibility: visible;
}

.ltpopup-wp.hide {
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    z-index: -2;
}

.ltpopup-info {
    position: relative;
}


@media (min-width: 600px) {
    .ltpopup-body {
        width: 546px;
        height: 490px;
    }

}

/* hunter */


.hunter__body {
    position: fixed;
    bottom: 60px;
    right: 0px;
    background-color: #4d4d4d;
    padding: 16px;
    z-index: 2;
    width: 415px;
    height: 215px;
    border-radius: 16px 0px 0px 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: 20px;
}

.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: 0px;

}

.lt-button-prev.lt-swiper-nav {
    position: absolute;
    left: 0px;
}

.lt-swiper-nav.swiper-button-disabled {
    opacity: 0.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: 0px;
}




.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: 0px;
}

.ltfaqs__section .lt-toggle-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}


.ltfaqs__section .lt-accordion-content {
    margin: 0px 30px 0px;
    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 0px;
    }

    .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
}

.ltfaqs__section.preguntas_frecuentes {
    background-color: #f5f5f5;
}

.banner-hero-front{
    height: 500px
}

.banner-hero-front .swiper-container{
    height: 100%;
}

.banner-hero-front .swiper-button-next,
.banner-hero-front .swiper-button-prev{
    display: none;
}