﻿@keyframes shine-skeleton-lines {
    0 {
        background-position: -100px
    }

    40%,100% {
        background-position: 600px
    }
}

.mod__max-w-xl {
    max-width: 1436px;
    margin: auto
}

.cmp-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 2px;
    background-color: #ece9e1;
    padding: 12px 16px;
    cursor: pointer;
    transition: all .15s ease-in-out;
    border: 0
}

.cmp-button__text {
    width: 100%;
    height: 16px;
    text-align: center;
    color: #190f14;
    font-size: 14px;
    line-height: 16px;
    font-family: 'SeatBold',sans-serif;
    font-weight: 700;
    overflow: hidden;
    max-height: 16px
}

@media(hover:hover) {
    .cmp-button:hover {
        opacity: .6;
        text-decoration: none
    }
}

.cmp-button:disabled {
    cursor: not-allowed;
    opacity: .4
}

.mod__short-height-button .cmp-button {
    height: 32px;
    padding: 7px 16px 9px
}

.mod__short-height-button .cmp-button__text {
    height: auto;
    line-height: 1.33;
    font-size: 12px
}

@media(min-width:1016px) {
    .cmp-button {
        height: 48px;
        padding: 13px 16px 15px
    }

    .cmp-button__text {
        font-size: 16px;
        line-height: 20px;
        height: 20px;
        max-height: 20px
    }
}

.mod__primary-button .cmp-button {
    background-color: #190f14;
    border-radius: 50px
}

@media(hover:hover) {
    .mod__primary-button .cmp-button:hover {
        opacity: .8
    }
}

.mod__primary-button .cmp-button__text {
    color: #ece9e1
}

.mod__primary-button .cmp-button:disabled {
    background-color: #190f14
}

.mod__light-primary-button .cmp-button {
    border-radius: 50px
}

.mod__secondary-button {
    border-radius: 50px
}

    .mod__secondary-button .cmp-button {
        border: solid 1px #190f14;
        background-color: transparent;
        border-radius: 50px
    }

    .mod__secondary-button .cmp-button__text {
        color: #190f14
    }

@media(hover:hover) and (pointer:fine) {
    .mod__secondary-button .cmp-button:hover {
        opacity: 1;
        box-shadow: 0 0 0 1px #190f14
    }
}

.mod__secondary-button .cmp-button:disabled {
    opacity: .2
}

.mod__light-secondary-button {
    border-radius: 50px
}

    .mod__light-secondary-button .cmp-button {
        border: solid 1px #f5f5f5;
        background-color: transparent;
        border-radius: 50px
    }

    .mod__light-secondary-button .cmp-button__text {
        color: #f5f5f5
    }

@media(hover:hover) and (pointer:fine) {
    .mod__light-secondary-button .cmp-button:hover {
        opacity: 1;
        box-shadow: 0 0 0 1px #f5f5f5
    }
}

.mod__light-secondary-button .cmp-button:disabled {
    opacity: .2
}

.mod__tertiary-button {
    position: relative;
    overflow: hidden
}

    .mod__tertiary-button .cmp-button {
        border: 0;
        background: transparent;
        z-index: 1
    }

    .mod__tertiary-button .cmp-button__text {
        color: #f5f5f5
    }

    .mod__tertiary-button .cmp-button:before, .mod__tertiary-button .cmp-button:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all .3s ease;
        z-index: -1
    }

    .mod__tertiary-button .cmp-button:before {
        background: linear-gradient(90deg,#f31d57 50%,var(--color-brand-primary) 100%);
        border-radius: 50px
    }

    .mod__tertiary-button .cmp-button:after {
        background: linear-gradient(90deg,#c20a3c 50%,var(--color-brand-primary) 100%);
        border-radius: 50px;
        opacity: 0
    }

@media(hover:hover) {
    .mod__tertiary-button .cmp-button:hover {
        opacity: 1
    }

        .mod__tertiary-button .cmp-button:hover:after {
            opacity: 1
        }
}

.mod__tertiary-button .cmp-button:disabled {
    opacity: 1;
    color: #e3e3e4
}

    .mod__tertiary-button .cmp-button:disabled:before {
        background: #b7b6b9
    }

.mod__link-button .cmp-button {
    padding: 0;
    width: max-content;
    height: auto;
    text-decoration: none;
    border: 0;
    background-color: transparent;
    display: inline-block
}

.mod__link-button .cmp-button__text {
    font-family: 'SeatRegular',sans-serif;
    font-weight: 400;
    color: #190f14;
    font-size: 14px;
    line-height: 16px;
    height: auto
}

.mod__link-button .cmp-button:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: all .15s ease-in-out;
    background-color: #190f14
}

@media(hover:hover) {
    .mod__link-button .cmp-button:hover {
        border: 0;
        text-decoration: none
    }

        .mod__link-button .cmp-button:hover:after {
            opacity: .6
        }
}

@media(min-width:1016px) {
    .mod__link-button .cmp-button__text {
        font-size: 16px;
        line-height: 20px
    }
}

.mod__light-link-button .cmp-button {
    padding: 0;
    width: max-content;
    height: auto;
    text-decoration: none;
    border: 0;
    background-color: transparent;
    display: inline-block
}

.mod__light-link-button .cmp-button__text {
    font-family: 'SeatRegular',sans-serif;
    font-weight: 400;
    color: #ece9e1;
    font-size: 14px;
    line-height: 16px;
    height: auto
}

.mod__light-link-button .cmp-button:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: all .15s ease-in-out;
    background-color: #ece9e1
}

@media(hover:hover) {
    .mod__light-link-button .cmp-button:hover {
        border: 0;
        text-decoration: none
    }

        .mod__light-link-button .cmp-button:hover:after {
            opacity: .6
        }
}

@media(min-width:1016px) {
    .mod__light-link-button .cmp-button__text {
        font-size: 16px;
        line-height: 20px
    }
}

.mod__arrow-button .cmp-button {
    border: 0;
    background-color: transparent;
    width: auto;
    height: 16px;
    justify-content: flex-start;
    padding: 0
}

.mod__arrow-button .cmp-button__text {
    width: auto;
    height: 16px;
    text-align: start;
    color: #190f14;
    transition: none
}

.mod__arrow-button .cmp-button:after {
    content: '';
    width: 7px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/old.etc/designs/nuevaswebs/main/img/arrow_next_mobile.svg");
    margin: 6px 8px 6px 9px
}

@media(min-width:1016px) {
    .mod__arrow-button .cmp-button .cmp-button {
        height: 20px
    }

    .mod__arrow-button .cmp-button .cmp-button__text {
        height: 20px
    }
}

.mod__arrow-left-button .cmp-button {
    border: 0;
    background-color: transparent;
    width: auto;
    height: 16px;
    justify-content: flex-start;
    padding: 0
}

.mod__arrow-left-button .cmp-button__text {
    width: auto;
    height: 16px;
    text-align: start;
    color: #190f14;
    transition: none
}

.mod__arrow-left-button .cmp-button:before {
    content: '';
    width: 7px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/old.etc/designs/nuevaswebs/main/img/arrow_next_mobile.svg");
    margin: 6px 7px 6px 9px;
    transform: rotate(180deg)
}

@media(min-width:1016px) {
    .mod__arrow-left-button .cmp-button .cmp-button {
        height: 20px
    }

    .mod__arrow-left-button .cmp-button .cmp-button__text {
        height: 20px
    }
}

.mod__light-arrow-button .cmp-button {
    border: 0;
    background-color: transparent;
    width: auto;
    height: 16px;
    justify-content: flex-start;
    padding: 0
}

.mod__light-arrow-button .cmp-button__text {
    width: auto;
    height: 16px;
    text-align: start;
    color: #ece9e1;
    transition: none
}

.mod__light-arrow-button .cmp-button:after {
    content: '';
    width: 7px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/old.etc/designs/nuevaswebs/main/img/arrow_prev_mobile.svg");
    margin: 6px 8px 6px 9px
}

@media(min-width:1016px) {
    .mod__light-arrow-button .cmp-button .cmp-button {
        height: 20px
    }

    .mod__light-arrow-button .cmp-button .cmp-button__text {
        height: 20px
    }
}

.mod__light-arrow-left-button .cmp-button {
    border: 0;
    background-color: transparent;
    width: auto;
    height: 16px;
    justify-content: flex-start;
    padding: 0
}

.mod__light-arrow-left-button .cmp-button__text {
    width: auto;
    height: 16px;
    text-align: start;
    color: #ece9e1;
    transition: none
}

.mod__light-arrow-left-button .cmp-button:before {
    content: '';
    width: 7px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/old.etc/designs/nuevaswebs/main/img/arrow_prev_mobile.svg");
    margin: 6px 7px 6px 9px;
    transform: rotate(180deg)
}

@media(min-width:1016px) {
    .mod__light-arrow-left-button .cmp-button .cmp-button {
        height: 20px
    }

    .mod__light-arrow-left-button .cmp-button .cmp-button__text {
        height: 20px
    }
}

.cmp-car-range__container {
    --cr--bg-01: var(--color-bg-01);
    --cr--bg-03: var(--color-bg-03);
    --cr--font-01: var(--color-font-01);
    --cr--font-03: var(--color-font-03);
    background-color: var(--tc--bg-01);
    color: var(--tc--font-01)
}

.cmp-car-range {
    padding: 20px 0
}

.cmp-car-range__title {
    margin-bottom: 6px;
    padding: 0 25px
}

    .cmp-car-range__title .cmp-title__text {
        color: var(--tc--font-01);
        font-family: 'SeatBold',sans-serif;
        font-size: 30px;
        line-height: 1;
        margin: 0;
        word-break: break-word
    }

.cmp-car-range__subtitle .cmp-text, .cmp-car-range__subtitle .cmp-text p {
    color: var(--tc--font-01);
    font-family: 'SeatRegular',sans-serif;
    font-size: 16px;
    line-height: 1.5
}

    .cmp-car-range__subtitle .cmp-text a {
        color: var(--tc--font-01);
        text-decoration: underline
    }

    .cmp-car-range__subtitle .cmp-text h1, .cmp-car-range__subtitle .cmp-text h2, .cmp-car-range__subtitle .cmp-text h3, .cmp-car-range__subtitle .cmp-text h4, .cmp-car-range__subtitle .cmp-text h5, .cmp-car-range__subtitle .cmp-text h6, .cmp-car-range__subtitle .cmp-text blockquote, .cmp-car-range__subtitle .cmp-text pre {
        color: var(--tc--font-01);
        font-family: 'SeatRegular',sans-serif;
        font-size: 16px;
        line-height: 1.5;
        margin: 0
    }

.cmp-car-range .car-range__swiper-container {
    margin: 10px 0
}

    .cmp-car-range .car-range__swiper-container .swiper-button-next, .cmp-car-range .car-range__swiper-container .swiper-button-prev {
        width: 32px;
        height: 32px;
        border-radius: 2px;
        background: var(--color-bg-07)
    }

        .cmp-car-range .car-range__swiper-container .swiper-button-next:after, .cmp-car-range .car-range__swiper-container .swiper-button-prev:after {
            mask: url("/old.etc/designs/nuevaswebs/main/img/arrow_next_mobile.svg") no-repeat 100% 100%;
            -webkit-mask: url("/old.etc/designs/nuevaswebs/main/img/arrow_next_mobile.svg") no-repeat 100% 100%;
            -webkit-mask-size: cover;
            mask-size: cover;
            background: var(--color-font-01);
            width: 75%;
            height: 75%
        }

@media(min-width:764px) {
    .cmp-car-range {
        padding: 30px 0
    }

    .cmp-car-range__title {
        margin-bottom: 16px
    }

    .cmp-car-range .car-range__swiper-container__swiper-wrapper__swiper-slide.swiper-slide, .cmp-car-range .car-range__swiper-container__swiper-wrapper__swiper-slide.swiper-slide.swiper-slide-next, .cmp-car-range .car-range__swiper-container__swiper-wrapper__swiper-slide.swiper-slide.swiper-slide-prev {
        width: 100%;
        height: 100%
    }

    .cmp-car-range .car-range__swiper-container .swiper-button-next, .cmp-car-range .car-range__swiper-container .swiper-button-prev {
        background: var(--color-bg-07);
        width: 42px;
        height: 42px
    }
}

@media(min-width:1016px) {
    .cmp-car-range__title .cmp-title__text {
        font-size: 40px;
        line-height: 1.2;
        margin: 0;
        word-break: break-word
    }

    .cmp-car-range__subtitle .cmp-text, .cmp-car-range__subtitle .cmp-text p {
        font-size: 20px
    }

        .cmp-car-range__subtitle .cmp-text a {
            text-decoration: underline
        }
}

@media(min-width:1436px) {
    .cmp-car-range {
        padding: 50px 0 30px
    }

    .cmp-car-range__title {
        margin-bottom: 24px
    }

        .cmp-car-range__title .cmp-title__text {
            font-size: 48px;
            line-height: 1.2;
            margin: 0;
            word-break: break-word
        }
}

.cmp-car-range__swiper__item__info-wrapper__title {
    font-size: 20px;
    line-height: 1.2;
    font-family: 'SeatBold',sans-serif;
    font-weight: 700;
    color: var(--color-font-01)
}

.cmp-car-range__swiper__item__info-wrapper__text {
    margin-top: 10px
}

    .cmp-car-range__swiper__item__info-wrapper__text .cmp-text, .cmp-car-range__swiper__item__info-wrapper__text .cmp-text p {
        color: var(--color-font-01);
        font-family: 'SeatRegular',sans-serif;
        font-size: 14px;
        line-height: 1.2
    }

        .cmp-car-range__swiper__item__info-wrapper__text .cmp-text a {
            color: var(--color-font-01);
            text-decoration: underline
        }

        .cmp-car-range__swiper__item__info-wrapper__text .cmp-text h1, .cmp-car-range__swiper__item__info-wrapper__text .cmp-text h2, .cmp-car-range__swiper__item__info-wrapper__text .cmp-text h3, .cmp-car-range__swiper__item__info-wrapper__text .cmp-text h4, .cmp-car-range__swiper__item__info-wrapper__text .cmp-text h5, .cmp-car-range__swiper__item__info-wrapper__text .cmp-text h6, .cmp-car-range__swiper__item__info-wrapper__text .cmp-text blockquote, .cmp-car-range__swiper__item__info-wrapper__text .cmp-text pre {
            color: var(--color-font-01);
            font-family: 'SeatRegular',sans-serif;
            font-size: 14px;
            line-height: 1.2;
            margin: 0
        }

.cmp-car-range__swiper__item__info-wrapper__fuel-tag {
    font-size: 16px;
    line-height: 1.2;
    color: var(--color-font-02)
}

.cmp-car-range__swiper__item__info-wrapper__prices-container__total-price, .cmp-car-range__swiper__item__info-wrapper__prices-container__monthly-price {
    font-size: 14px;
    line-height: 1.2;
    color: var(--color-font-02)
}

.cmp-car-range__swiper__item__info-wrapper__prices-container__monthly-price {
    border-left: .5px solid var(--color-font-02)
}

.cmp-car-range__swiper__item__image-wrapper {
    padding-top: 0
}

.cmp-car-range__swiper__item__disclaimer-wrapper .cmp-disclaimer {
    background-color: unset
}

    .cmp-car-range__swiper__item__disclaimer-wrapper .cmp-disclaimer p {
        font-size: 12px;
        line-height: 1.2;
        color: var(--color-font-04)
    }

.cmp-car-range__swiper__item__info__model-stats {
    position: relative;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto
}

    .cmp-car-range__swiper__item__info__model-stats .cmp-model-stats__items {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        justify-content: center;
        align-items: flex-start
    }

    .cmp-car-range__swiper__item__info__model-stats .cmp-model-stats__item {
        text-align: center;
        width: auto;
        display: flex;
        flex-direction: column
    }

    .cmp-car-range__swiper__item__info__model-stats .cmp-model-stats__item__display {
        display: flex;
        justify-content: center;
        align-items: end;
        column-gap: 4px
    }

    .cmp-car-range__swiper__item__info__model-stats .cmp-model-stats__item__title {
        font-size: 14px;
        line-height: 1.2;
        font-family: 'SeatRegular',sans-serif;
        font-weight: 400;
        margin-bottom: auto
    }

    .cmp-car-range__swiper__item__info__model-stats .cmp-model-stats__item__display-units {
        font-size: 14px;
        line-height: 1.5;
        font-family: 'SeatBold',sans-serif;
        font-weight: 700
    }

    .cmp-car-range__swiper__item__info__model-stats .cmp-model-stats__item__display-odometer {
        font-family: 'SeatBold',sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 10px
    }

@media(min-width:764px) {
    .cmp-car-range__swiper__item__info-wrapper__title {
        font-size: 24px;
        line-height: 1.2
    }

    .cmp-car-range__swiper__item__info-wrapper__text .cmp-text, .cmp-car-range__swiper__item__info-wrapper__text .cmp-text p {
        font-size: 16px
    }

        .cmp-car-range__swiper__item__info-wrapper__text .cmp-text a {
            text-decoration: underline
        }

    .cmp-car-range__swiper__item__info__model-stats .cmp-model-stats__container .cmp-model-stats__item .cmp-model-stats__item__title {
        font-size: 16px;
        line-height: 1.2
    }

    .cmp-car-range__swiper__item__info__model-stats .cmp-model-stats__container .cmp-model-stats__item__display-odometer {
        font-size: 22px
    }

    .cmp-car-range__swiper__item__info__model-stats .cmp-model-stats__item__display-units {
        line-height: 1.9
    }
}

@media(min-width:1016px) {
    .cmp-car-range__swiper__item__info-wrapper__title {
        font-size: 30px;
        line-height: 1.5
    }

    .cmp-car-range__swiper__item__info__model-stats {
        margin-top: 30px
    }
}

@media(min-width:1436px) {
    .cmp-car-range__swiper__item__info-wrapper__title {
        font-size: 40px;
        line-height: 1.5
    }
}
