.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
}

.stefa-bhero__lptvmovplazanorte02__box img,
.stefa-bhero__lptvmovplazanorte__box img {
    width: auto;
    height: auto;
    max-width: initial !important
}

.banner-hero-front {
    overflow: hidden;
    position: relative
}

.dev-banner-container {
    height: 500px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%
}

.dev-banner__inner {
    width: 100%;
    max-width: 1280px;
    padding: 20px 25px;
    position: relative
}

.dev-banner__fondo-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(min-width:580px) {
    .dev-banner-container {
        height: 500px
    }
}

.toggle-container {
    transition: height .35s ease-in-out;
    overflow: hidden;
    display: none
}

.lt-accordion-content {
    transition: height .34s ease-in-out;
    overflow: hidden;
    display: none
}

.lt-accordion-title {
    cursor: pointer
}

[lt-accordion]>li {
    list-style: none
}

[lt-accordion]>*>* {
    margin: 0
}

.lt-toggle-icon {
    width: 13px;
    height: 13px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23019bf2' viewBox='0 0 512 512'%3E%3Cpath d='M255.5 115.2a28 28 0 0 0-19.1 8.3L9.2 350.7a28.3 28.3 0 1 0 40 40l206.3-206.3 206.3 206.3a28.3 28.3 0 1 0 40-40L274.6 123.5c-5.3-5.3-12.2-8-19.1-8.3z'/%3E%3C/svg%3E");
    background-size: cover;
    transform: rotate(180deg);
    transition: .5s
}

.link__toggleactive>.lt-toggle-icon,
.lt-accordion-title.accordion_link_active .lt-toggle-icon {
    transform: rotate(0)
}

.lt__subtabs,
.lt__tabs {
    display: flex;
    z-index: 2;
    position: relative;
    margin: unset;
    padding: 0;
    margin-bottom: 16px
}

.lt__subtab-item,
.lt__tab-item {
    cursor: pointer;
    list-style: none;
    padding: 5px;
    display: flex;
    justify-content: center
}

.lt__parent,
.lt__subparent {
    display: none;
    padding: 10px
}

.ltpopup-wp {
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    z-index: 1000;
    transition-timing-function: ease-in-out;
    transition-duration: .3s
}

.ltpopup-body {
    background: #d3d3d3;
    position: relative;
    z-index: 1100;
    display: block;
    margin: auto;
    width: 280px;
    height: 436px
}

.ltpopup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px 20px;
    box-sizing: border-box
}

.ltpopup-exit-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 2
}

.ltpopup-close-img {
    width: 24px;
    height: 24px;
    fill: #fff
}

.ltpopup-wp.visible {
    opacity: 1;
    visibility: visible
}

.ltpopup-wp.hide {
    visibility: hidden;
    opacity: 0;
    z-index: -2
}

.ltpopup-info {
    position: relative
}

@media(min-width:600px) {
    .ltpopup-body {
        width: 546px;
        height: 490px
    }
}

.hunter__body {
    position: fixed;
    bottom: 60px;
    right: 0;
    background-color: #4d4d4d;
    padding: 16px;
    z-index: 2;
    width: 415px;
    height: 215px;
    border-radius: 16px 0 0 16px
}

.hunter__close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 2
}

.hunter__inner img {
    width: auto;
    height: auto;
    max-height: 100%
}

.hunter__inner {
    height: 100%
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0
}

.swiper-container {
    padding-bottom: 20px
}

.lt-swiper-nav {
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2
}

.lt-button-next.lt-swiper-nav {
    position: absolute;
    right: 0
}

.lt-button-prev.lt-swiper-nav {
    position: absolute;
    left: 0
}

.lt-swiper-nav.swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.ltfaqs__section {
    padding: 32px 16px;
    display: flex;
    justify-content: center
}

.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: 14px;
    line-height: 20px;
    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
}

.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,
.stefa-section3-card-titulo-principal span {
    color: #019df4
}

.ltfaqs__section .ltfaqs__morebtn .ltfaqs__viewmore.minus,
.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.more,
.stefa-contenedor3__seccion3,
[lt-toggle] .minus,
[lt-toggle].link__toggleactive .more {
    display: none
}

.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.minus {
    display: block
}

[lt-toggle].link__toggleactive .minus {
    display: inline
}

.stefa-bhero__lptvmovplazanorte {
    position: relative;
    overflow: hidden;
    width: 100%
}

.stefa-bhero__lptvmovplazanorte__bkgpic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1
}

.stefa-bhero__lptvmovplazanorte__bkgimg {
    position: relative;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    height: 400px
}

.stefa-bhero__lptvmovplazanorte__modulo {
    width: 100%;
    height: 400px;
    overflow: hidden
}

.stefa-bhero__lptvmovplazanorte__box {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.stefa-bhero__lptvmovplazanorte__content {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 350px;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.stefa-bhero__lptvmovplazanorte__wrapper {
    width: 100%;
    text-align: center;
    margin-top: 24px
}

.stefa-bhero__lptvmovplazanorte__ttl {
    color: #019df4;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 0
}

.stefa-bhero__lptvmovplazanorte__ttl strong {
    color: #fff;
    display: block;
    text-transform: uppercase;
    position: relative;
    font-size: 47px
}

.stefa-bhero__lptvmovplazanorte__ttl strong::before {
    content: attr(title);
    color: #0b2739;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-49%, -50%);
    z-index: -1;
    display: block;
    width: 100%;
    text-shadow: -1px -1px 0 #019df4, 1px -1px 0 #019df4, -1px 1px 0 #019df4, 1px 1px 0 #019df4
}

.stefa-bhero__lptvmovplazanorte02 {
    position: relative;
    overflow: hidden;
    width: 100%
}

.stefa-bhero__lptvmovplazanorte02__bkgpic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1
}

.stefa-bhero__lptvmovplazanorte02__bkgimg {
    position: relative;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    height: 400px
}

.stefa-bhero__lptvmovplazanorte02__modulo {
    width: 100%;
    height: 400px;
    overflow: hidden
}

.stefa-bhero__lptvmovplazanorte02__box {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.stefa-bhero__lptvmovplazanorte02__content {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 350px;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.stefa-bhero__lptvmovplazanorte02__wrapper {
    width: 100%;
    text-align: center;
    margin-top: 8px
}

.stefa-bhero__lptvmovplazanorte02__boxed01 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    position: relative;
    height: 200px;
    width: 180px
}

.stefa-bhero__lptvmovplazanorte02__boxed02 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 0
}

.stefa-bhero__lptvmovplazanorte02__ttl,
.stefa-bhero__lptvmovplazanorte02__txt {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 4px
}

.stefa-bhero__lptvmovplazanorte02__ttl strong {
    font-size: 14px;
    display: block
}

.stefa-bhero__lptvmovplazanorte02__imgoferta {
    position: absolute;
    top: 0;
    right: -170px
}

.stefa-bhero__lptvmovplazanorte02__form {
    width: 286px;
    height: 180px;
    position: relative;
    margin: 0 auto
}

.stefa-bhero__lptvmovplazanorte02__tyc {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300
}

.stefa-bhero__lptvmovplazanorte02__tyc a {
    color: #fff
}

.stefa-section__lpmovplazanorte01__module {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    overflow: hidden;
    color: #50535a;
    flex-direction: column
}

.stefa-section__lpmovplazanorte01__module--gris {
    background-color: #f6f6f6
}

.stefa-section__lpmovplazanorte01__module--azul {
    background-color: #0b2739;
    color: #fff
}

.stefa-section__lpmovplazanorte01__ttl--azul,
.stefa-section__lpmovplazanorte01__txt--azul {
    color: #0b2739
}

.stefa-section__lpmovplazanorte01__ttl {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 0
}

.stefa-section__lpmovplazanorte01__txt {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 300
}

.stefa-section__lpmovplazanorte01__wrap-medium,
.stefa-section__lpmovplazanorte01__wrap-small,
.stefa-section__lpmovplazanorte02__wrap-medium,
.stefa-section__lpmovplazanorte02__wrap-small,
.stefa-section__lpmovplazanorte03__wrap-small {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 740px;
    text-align: center;
    margin-bottom: 24px
}

.stefa-section__lpmovplazanorte01__card {
    position: relative;
    height: 144px;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 328px;
    margin: 0 auto;
    padding: 16px
}

.stefa-section__lpmovplazanorte01__card-content {
    width: 186px;
    text-align: left;
    transform: translateX(55px)
}

.stefa-section__lpmovplazanorte01__card-ttl {
    color: #0b2739;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 2px
}

.stefa-section__lpmovplazanorte01__card-txt {
    color: #86888c;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 8px
}

.stefa-section__lpmovplazanorte01__card-btn {
    font-family: Telefonica;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    outline: 0;
    border: none;
    white-space: nowrap;
    cursor: pointer;
    gap: 8px;
    padding: 6px 24px;
    border-radius: 24px;
    font-size: 14px;
    line-height: 20px;
    background-color: #0b2739;
    color: #fff
}

.stefa-section__lpmovplazanorte01__card-btn:hover {
    background-color: #3c5261;
    color: #fff;
    text-decoration: none
}

.stefa-section__lpmovplazanorte01__card-pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    align-items: end;
    display: flex
}

.stefa-section__lpmovplazanorte01__card-img {
    position: relative;
    width: 100%;
    object-fit: contain;
    object-position: top left;
    height: 144px
}

.stefa-section__lpmovplazanorte02__module {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    overflow: hidden;
    color: #50535a;
    flex-direction: column;
    background: linear-gradient(180deg, #019df4 0, #0b2739 100%)
}

.stefa-section__lpmovplazanorte02__ttl {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 0;
    color: #fff
}

.stefa-section__lpmovplazanorte02__txt {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 16px;
    font-weight: 300;
    color: #fff
}

.stefa-section__lpmovplazanorte02__card {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 328px;
    margin: 0 auto;
    padding: 32px 20px 24px;
    flex-direction: column;
    min-height: 544px;
    background-color: #fff
}

.stefa-section__lpmovplazanorte02__card-content {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 1
}

.stefa-section__lpmovplazanorte02__card-ttl {
    color: #0b2739;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 2px
}

.stefa-section__lpmovplazanorte02__card-txt {
    color: #86888c;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 8px
}

.stefa-section__lpmovplazanorte02__card-pic,
.stefa-section__lpmovplazanorte03__banner01-pic,
.stefa-section__lpmovplazanorte03__banner02-pic,
.stefa-section__lpmovplazanorte03__banner03-pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 0
}

.stefa-section__lpmovplazanorte02__card-img {
    position: relative;
    width: 100%;
    object-fit: cover;
    object-position: top left;
    height: 199px
}

.stefa-section__lpmovplazanorte02__card-tabla {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.stefa-section__lpmovplazanorte02__card-fila {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: baseline
}

.stefa-section__lpmovplazanorte02__card-fila-ttl {
    color: #86888c;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0;
    min-width: 66px
}

.stefa-section__lpmovplazanorte02__card-fila-txt {
    color: #86888c;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0
}

.stefa-section__lpmovplazanorte01__card:hover {
    background: #e6f5fd;
    z-index: 1
}

.stefa-section {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 32px 16px;
    background-color: #fff
}

.stefa-section__lpmovplazanorte03__module {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    overflow: hidden;
    color: #50535a;
    flex-direction: column;
    background: #fff
}

.stefa-section__lpmovplazanorte03__ttl {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 0;
    color: #50535a
}

.stefa-section__lpmovplazanorte03__txt {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 16px;
    font-weight: 300;
    color: #50535a
}

.stefa-section__lpmovplazanorte03__wrap-medium {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 740px;
    text-align: center;
    margin-bottom: 24px;
    height: 602px
}

.stefa-section__lpmovplazanorte03__banner01,
.stefa-section__lpmovplazanorte03__banner02,
.stefa-section__lpmovplazanorte03__banner03 {
    border-radius: 8px;
    width: 328px;
    height: 190px;
    position: relative;
    overflow: hidden
}

.stefa-section__lpmovplazanorte03__banner01-img,
.stefa-section__lpmovplazanorte03__banner02-img,
.stefa-section__lpmovplazanorte03__banner03-img {
    position: relative;
    width: 100%;
    object-fit: cover;
    object-position: top left;
    height: 190px
}

.stefa-section__lpmovplazanorte03__banner01-content,
.stefa-section__lpmovplazanorte03__banner02-content,
.stefa-section__lpmovplazanorte03__banner03-content {
    position: relative;
    z-index: 1;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.stefa-section__lpmovplazanorte03__banner02-foto {
    width: 100%;
    height: 100%
}

.stefa-section3-card-container__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.stefa-section3-card-titulo-principal {
    width: 277px;
    height: 23px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: center;
    color: #fff;
    margin-top: 2em
}

.stefa-section3-card1__contenedor-pct {
    width: 150px;
    height: 100px;
    transform: translateX(-60px)
}

.stefa_flexbox--loquiero_seccion3 {
    position: relative;
    transform: translate(80px, -90px);
    width: 155px;
    height: 36px;
    font-size: 14px;
    line-height: 17.5px;
    text-align: center;
    color: #fff
}

a.stefa-btn_loquiero--blue {
    width: 108px;
    height: 32px;
    padding: 6px 24px;
    border-radius: 60px;
    background: #019df4;
    color: #fff;
    transform: translate(22px, -4px);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left
}

.stefa-btn_loquiero--blue:hover {
    background-color: #018cf4
}

.stefa-section3-card2-titulo-principal b {
    font-size: 24px;
    line-height: 24px
}

.stefa-section3-card2-titulo-principal {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #fff;
    width: 203px;
    height: 46px;
    margin-top: 2em
}

.stefa-section3-card2__comida-pct {
    transform: translateX(-60px)
}

.stefa_flexbox2--loquiero_seccion3 {
    width: 108px;
    height: 55px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #e63780;
    transform: translate(100px, -110px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.stefa-btn_loquiero--dark {
    width: 108px;
    height: 32px;
    position: absolute;
    padding: 6px 24px;
    border-radius: 60px;
    background: #0b2739;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    transform: translateY(60px)
}

.stefa-contenedor2__seccion3 p {
    width: 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 4px;
    margin-top: 4px
}

.stefa-contenedor2--custom__seccion3 span {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #fff
}

.stefa-contenedor2--custom__seccion3 {
    width: 86px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center
}

.stefa-contenedor2__seccion3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.stefa-section3-card3-container__info {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.stefa-section3-card2__camion-pct {
    position: absolute;
    left: 0;
    padding: 10px
}

.stefa-section3-card3-titulo-principal {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 102px
}

.stefa-btn_loquiero--magenta {
    width: 108px;
    height: 32px;
    padding: 6px 24px;
    border-radius: 60px;
    background: #e63780;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    transform: translate(93px, 40px);
    display: flex
}

.stefa-section3-card3-titulo-principal b {
    width: 124px;
    color: #019df4;
    transform: translate(-10px, 0);
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    display: flex
}

@media(min-width:800px) {
    .ltfaqs__section .ltfaqs__inner {
        max-width: 700px
    }

    .ltfaqs__section {
        padding: 32px
    }

    .ltfaqs__section .ltfaqs__title {
        font-size: 40px;
        margin-bottom: 12px;
        padding: 24px 0
    }

    .ltfaqs__section .lt-accordion-content {
        margin: 0 12px
    }

    .ltfaqs__section .lt-accordion-titlelabel {
        max-width: 80%
    }

    .stefa-bhero__lptvmovplazanorte02__content,
    .stefa-bhero__lptvmovplazanorte__content {
        width: 100%;
        max-width: 716px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-height: 330px;
        height: auto
    }

    .stefa-bhero__lptvmovplazanorte__wrapper {
        width: 280px;
        margin: 0
    }

    .stefa-bhero__lptvmovplazanorte__ttl {
        font-size: 42px;
        line-height: 62px
    }

    .stefa-bhero__lptvmovplazanorte__ttl strong {
        font-size: 76px;
        line-height: 76px
    }

    .stefa-bhero__lptvmovplazanorte__ttl strong::before {
        transform: translate(-48.5%, -50%)
    }

    .stefa-bhero__lptvmovplazanorte02__wrapper {
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .stefa-bhero__lptvmovplazanorte02__boxed01 {
        width: 210px;
        height: 210px
    }

    .stefa-bhero__lptvmovplazanorte02__ttl,
    .stefa-bhero__lptvmovplazanorte02__txt {
        font-size: 17px;
        line-height: 18px
    }

    .stefa-bhero__lptvmovplazanorte02__ttl strong {
        font-size: 20px;
        line-height: 22px
    }

    .stefa-bhero__lptvmovplazanorte02__imgoferta {
        right: -204px
    }

    .stefa-section__lpmovplazanorte01__wrap-medium,
    .stefa-section__lpmovplazanorte02__wrap-medium {
        flex-direction: row;
        gap: 30px;
        flex-wrap: wrap
    }

    .stefa-section__lpmovplazanorte02__card {
        flex-direction: row;
        width: 100%;
        max-width: 780px;
        min-height: 304px
    }

    .stefa-section__lpmovplazanorte02__card-content {
        width: 350px
    }

    .stefa-section__lpmovplazanorte02__card-img {
        object-fit: contain;
        height: 304px
    }

    .stefa-section__lpmovplazanorte02__card-pic {
        text-align: left
    }

    .stefa-contenedor3__seccion3 p,
    .stefa-contenedor3__seccion3 span {
        font-weight: 700;
        text-align: center;
        width: 142px;
        font-size: 20px;
        line-height: 25px
    }

    .stefa-contenedor3__seccion3 span {
        height: 35.74px;
        padding: 9.94px 11.93px;
        border-radius: 0 0 7.6px 7.6px;
        background: #fff;
        color: #e63780;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .stefa-contenedor3__seccion3 p {
        height: 77px;
        padding: 16px 40px;
        border-radius: 7.6px 7.6px 0 0;
        background: #e63780;
        color: #fff;
        margin-bottom: 0
    }

    .stefa-contenedor3__seccion3 {
        display: flex;
        position: absolute;
        width: 142px;
        height: 112.74px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 0 0 7.6px 7.6px;
        transform: translate(240px, -42px)
    }

    .stefa-section3-card3-titulo-principal {
        right: 0;
        left: 25px;
        height: 80px;
        font-size: 20px;
        line-height: 25px;
        width: 191px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .stefa-btn_loquiero--magenta {
        transform: translate(-215px, 50px)
    }

    #card3_secccion3__custom {
        position: absolute;
        bottom: 0;
        width: 672px;
        height: 159px
    }

    .stefa-section3-card2-titulo-principal {
        right: 0;
        left: 0;
        position: relative;
        margin-top: 55px
    }

    .stefa-section3-card2__camion-pct {
        right: 90px;
        text-align: end
    }

    .stefa-section__lpmovplazanorte03__wrap-medium {
        flex-direction: column;
        gap: 30px;
        flex-wrap: wrap;
        width: 686px;
        height: 365px;
        top: 0;
        position: relative;
        justify-content: start
    }

    .stefa-section3-card3-titulo-principal b {
        width: 149px;
        height: 30px;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        transform: translate(0, 0)
    }
}

@media(min-width:1280px) {
    .ltfaqs__section .ltfaqs__inner {
        max-width: 1024px
    }

    .ltfaqs__section .lt-accordion-title {
        margin-top: 12px
    }

    .stefa-bhero__lptvmovplazanorte__content {
        max-width: 1176px
    }

    .stefa-bhero__lptvmovplazanorte__wrapper {
        width: 600px;
        margin: 0
    }

    .stefa-bhero__lptvmovplazanorte__ttl {
        font-size: 48px;
        line-height: 62px
    }

    .stefa-bhero__lptvmovplazanorte__ttl strong {
        font-size: 80px;
        line-height: 64px
    }

    .stefa-bhero__lptvmovplazanorte__ttl strong::before {
        transform: translate(-49.25%, -50%)
    }

    .stefa-bhero__lptvmovplazanorte02__content {
        max-width: 1120px
    }

    .stefa-bhero__lptvmovplazanorte02__boxed01 {
        width: 330px;
        height: 290px;
        gap: 4px
    }

    .stefa-bhero__lptvmovplazanorte02__ttl {
        font-size: 25px;
        line-height: 30px
    }

    .stefa-bhero__lptvmovplazanorte02__ttl strong {
        font-size: 29px;
        line-height: 32px
    }

    .stefa-bhero__lptvmovplazanorte02__txt {
        font-size: 24px;
        line-height: 26px
    }

    .stefa-bhero__lptvmovplazanorte02__imgoferta {
        right: -336px
    }

    .stefa-bhero__lptvmovplazanorte02__form {
        width: 368px;
        height: 180px
    }

    .stefa-section__lpmovplazanorte01__module,
    .stefa-section__lpmovplazanorte02__module,
    .stefa-section__lpmovplazanorte03__module {
        padding: 64px 95px
    }

    .stefa-section__lpmovplazanorte01__ttl,
    .stefa-section__lpmovplazanorte02__ttl,
    .stefa-section__lpmovplazanorte03__ttl {
        font-size: 40px;
        line-height: normal
    }

    .stefa-section__lpmovplazanorte01__txt,
    .stefa-section__lpmovplazanorte02__txt,
    .stefa-section__lpmovplazanorte03__txt {
        font-size: 20px;
        line-height: 28px;
        font-weight: 300
    }

    .stefa-section__lpmovplazanorte01__wrap-medium,
    .stefa-section__lpmovplazanorte02__wrap-medium {
        max-width: 1048px
    }

    .stefa-section__lpmovplazanorte02__card-content {
        width: 370px
    }

    .stefa-section__lpmovplazanorte03__banner01 {
        width: 534px;
        height: 159px
    }

    .stefa-section__lpmovplazanorte03__wrap-medium {
        max-width: 1086px;
        width: 1086px;
        height: 334px;
        gap: 16px;
        flex-direction: row;
        align-items: baseline
    }

    .stefa-section3-card-titulo-principal {
        width: 155px;
        height: 90px;
        position: absolute;
        left: 20px;
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        color: #019df4;
        margin: 0 auto
    }

    .stefa-section3-card1__contenedor-pct {
        transform: translate(15px, 20px)
    }

    .stefa_flexbox--loquiero_seccion3 {
        transform: translate(175px, -70px);
        font-size: 16px;
        line-height: 20px
    }

    p.stefa-section3-card2-titulo-principal {
        width: 191px;
        height: 57px;
        position: absolute;
        left: 20px;
        transform: translate(0, -25px);
        font-size: 20px;
        font-weight: 400;
        line-height: 25px
    }

    .stefa-section3-card2__comida-pct {
        transform: translate(80px, 28px)
    }

    .stefa_flexbox2--loquiero_seccion3 {
        transform: translate(200px, -90px)
    }

    .stefa-btn_loquiero--dark {
        transform: translate(-350px, 60px)
    }

    #card3_secccion3__custom {
        width: 1086px;
        height: 159px
    }

    .stefa-section3-card3-titulo-principal {
        font-size: 26px;
        line-height: 32.5px;
        width: 419px;
        height: 33px;
        left: 1em;
        margin-top: 10px
    }

    .stefa-section3-card2__camion-pct {
        right: 180px
    }

    .stefa-contenedor3__seccion3 {
        transform: translate(380px, -45px)
    }

    .stefa-btn_loquiero--magenta {
        transform: translate(-308px, 46px);
        width: 132px;
        height: 40px;
        padding: 8px 32px;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: left
    }

    .stefa-section3-card3-titulo-principal b {
        width: 310px;
        height: 63px;
        font-size: 50px;
        font-weight: 700;
        line-height: 62.5px;
        text-align: left;
        color: #019df4
    }
}

img{
    max-width: 100%;
}