<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*menu interior*/
.tcATECA span {
    text-align: right !important;
}
section {
    overflow: hidden;
}

.menuInterior {
    position: fixed;
    top: 130px;
    z-index: 50;
    height: 55px;
    width: 100%;
    background: #1b1b1b;
}

.contentMenuModelo {
    max-width: 1300px;
    margin: 0 auto;
}

.wrapModel {
    height: 55px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0 25px 0 15px;
}

    .wrapModel span {
        margin: 0;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.14;
        letter-spacing: 1px;
        color: #ffffff;
        display: block;
    }

    .wrapModel font {
        margin: 0;
        font-size: 12px;
        line-height: 1.14;
        letter-spacing: 1px;
        color: #ffffff;
        display: block;
    }

.contentMenuModelo {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menuMovilModel {
    display: none;
}

.menuWebModel {
   /* display: none;*/
    border-left: 1px solid #fff;
}

    .menuWebModel .dropdown {
        margin-left: 25px;
    }

    .menuWebModel .dropdown-toggle {
        color: #fff;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

.dropdown-toggle::after {
    content: none;
}

.dropdown-toggle i {
    color: #fff;
    margin-left: 10px;
}

/*menu interior movi*/

.dropdown-menu {
    background-color: #1b1b1b;
    border-radius: 0;
    top: 12px !important;
    left: -25px !important;
}

    .dropdown-menu li a {
        color: #fff;
        font-size: 14px;
        letter-spacing: 0.5px;
        cursor: pointer;
    }

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #1b1b1b;
    color: #fff;
}

.gradient-container {
    width: 70px;
    height: 55px;
    position: absolute;
    right: 0;
    background-image: linear-gradient(to right, rgba(27,27,27,0.8), #1b1b1b);
}

.links-section-list .list-group-item {
    margin: 8px 0 8px 24px;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: normal;
    color: #fff;
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}

.links-section-list .activeLink {
    font-weight: 600;
}

.links-section-list {
    display: none;
    width: 95%;
    height: 55px;
    grid-column: 1 / 3;
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    flex-direction: row;
}

.menuMovilModel {
    width: 100%;
}

.list-group-item:first-child {
    border-radius: 0 !important
}

.links-section-list .list-group-item.active {
    margin: 8px 0 8px 24px;
}

.list-group-item::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 2px solid #fff;
    bottom: -8px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: transform .1s ease-in
}

.list-group-item.active::after, .list-group-itema:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.infoColores::-webkit-scrollbar,
.links-section-list::-webkit-scrollbar {
    display: none !important;
}

.bg-color-gray2 {
    background: #1b1b1b;
}

.letraBlanco{
    color:#fff;
}

.owl-theme.carouselVersiones .owl-nav {
    position: absolute;
    right: 2%;
    /* bottom: 160px; */
    top: 500px;
    display: flex;
    flex-wrap: wrap;
    width: 95%;
}
    .owl-theme.carouselVersiones .owl-nav [class*="owl-"] {
        background: transparent;
        border: 1px solid #fff;
        width: 60px;
        height: 60px;
        border-radius: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .owl-theme.carouselVersiones .owl-nav .owl-prev {
        position: relative;
        top: auto;
        /*right: 90%;*/
        transform: translateY(-180%);
        background: #929292 !important;
        border: none;
    }
    .owl-theme.carouselVersiones .owl-nav .owl-next {
        position: relative;
        top: auto;
        right: -90%;
        transform: translateY(-180%);
        background: #929292 !important;
        border: none;
    }


.custom-controls {  
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 10;
}

.btn-custom-video {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 20px;
    border: none;
    cursor: pointer;
    z-index: 11;
}

.progress-ring {
    transform: rotate(-90deg);
}

.progress-ring__circle {
    transition: stroke-dashoffset 0.35s;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
}

#nav-profile-tab:before {
    position: absolute;
    width: 1px;
    height: 4%;
    left: 50%;
    background: #75787b;
    content: "";
}

.bg-color-gray3 {
    background-color: #f4f4f3;
}

h3.tltleModelW {
    font-size: 60px;
    line-height: 1.07;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 40px;
}

h3.tltleModelB {
    font-size: 60px;
    line-height: 1.07;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 40px;
}

    h3.tltleModelW span,
    h3.tltleModelB span {
        display: block;
        font-size: 18px;
        color: #a3a3a3;
        margin-top: 15px;
        text-transform: initial;
    }

h4.tltleModelB {
    font-size: 40px;
    line-height: 1.07;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 40px;
    font-family: 'Cupra-Light';
}

h4.tltleModelW {
    font-size: 40px;
    line-height: 1.07;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 40px;
    font-family: 'Cupra-Light';
}

    h4.tltleModelW span,
    h4.tltleModelB span {
        display: block;
        font-size: 18px;
        color: #a3a3a3;
        margin-top: 15px;
        text-transform: initial;
    }

.cardHL span {
    margin-top: 24px;
    font-size: 19px;
    line-height: 1.2;
    display: block;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.cardHL p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 8px;
    color: hsla(0,0%,100%,.5);
    margin-bottom: 20px;
}

.divCupraC {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.imgCC {
    width: 35%;
}

    .imgCC img {
        width: 100%;
    }

.infoCC {
    width: 60%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}

.listCC {
    width: 48%;
}

    .listCC ul li {
        color: #a3a3a3;
        margin-bottom: 20px;
        font-size: 15px;
    }

    .listCC span {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        display: flex;
    }

    .listCC font {
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 20px;
        display: flex;
        color: #000;
    }

.btn-gray {
    background-color: #dbd3cb;
    color: #000;
}

.infoCC .listCC:first-child ul {
    list-style: none;
    padding: 0;
}

.secIMG01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imgHor {
    width: 60%;
}

.imgVer {
    width: 35%;
    padding-top: 40px;
}

    .imgHor img,
    .imgVer img {
        width: 100%;
    }

    .imgHor span,
    .imgVer span {
        display: block;
        font-size: 15px;
        font-weight: 600;
        padding: 3px;
    }

.InfoMas .btn {
    border-radius: 30px;
    margin: 0;
    font-weight: 600;
}

    .InfoMas .btn.btn-white {
        background-color: #fff;
        color: #000;
        border: 1px solid #fff;
    }

    .InfoMas .btn i {
        font-size: 23px;
        margin-right: 5px;
    }

/*slider exterior*/

.slider-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .slider-photos .slider-thumbs .slide {
        opacity: 0.3;
        margin-bottom: 20px;
        border-top: 2px solid #fff;
        padding-top: 20px;
        transition: all 0.5s linear;
    }

        .slider-photos .slider-thumbs .slide.active {
            opacity: 1;
        }

    .slider-photos .slides {
        counter-reset: currentSlide slide max;
    }

        .slider-photos .slides .owl-item:not(.cloned) {
            counter-increment: currentSlide;
        }

            .slider-photos .slides .owl-item:not(.cloned) .slide {
                counter-increment: max;
            }

            .slider-photos .slides .owl-item:not(.cloned).active ~ .owl-item {
                counter-increment: slide
            }

        .slider-photos .slides .owl-dots:before {
            content: counter(currentSlide)'/';
        }

        .slider-photos .slides .owl-dots:after {
            content: counter(max);
        }

        .slider-photos .slides .owl-dot {
            display: none;
        }

.slider-thumbs .owl-stage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.slides.owl-carousel {
    width: 65%;
}

.slider-thumbs.owl-carousel {
    width: 30%;
}

.slides.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    top: 45%;
    background-color: #ccc;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slides.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    top: 45%;
    background-color: #ccc;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .slides.owl-carousel .owl-nav .owl-next img,
    .slides.owl-carousel .owl-nav .owl-prev img {
        width: 10px;
        filter: brightness(0.4);
    }

.slides.owl-carousel .owl-nav .owl-prev img {
    transform: rotate(3.142rad) !important;
}

.InfoMas {
    margin-top: -80px;
    width: 60%;
}

.slider-thumbs.owl-carousel .owl-stage .owl-item {
    width: 100% !important;
}

.slide h4 {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 10px;
}

.slide {
    cursor: pointer;
}


.modal-header button {
    position: fixed;
    background-color: #fff;
    z-index: 99;
    top: 50px;
    right: 50px;
    border-radius: 30px;
    opacity: 1;
}

.legaleInterior {
    text-align: center;
    padding: 50px 0;
    color: rgba(36,34,33,0.6);
    font-family: 'Cupra';
}

.modal-dialog.modal-fullscreen {
    transition: all 0.4s linear;
}

.imgVer.marginTop {
    margin-top: -100px;
}

.imgHor.marginTop {
    margin-top: 100px;
}

.InfoMas.marginTop {
    margin-top: 100px;
}

.modal-header button.dark {
    background-color: #fff;
    filter: invert(1);
}

.slide-image h4,
.slide-image p {
    display: none;
}

.divCupraC.sec2 {
    align-items: flex-end;
}

    .divCupraC.sec2 .infoCC .listCC:first-child ul {
        list-style: unset;
        padding-left: revert;
    }

.contentInfo {
    border: 1px solid #d5d5d5;
    padding: 32px;
    margin: auto;
    max-width: 905px;
    /*margin-top: 50px;*/
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: 600;
}

.subTitleSpecs {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Cupra';
    margin-bottom: 10px;
    display: block;
}

.listSpecs {
    color: #666;
    padding-inline-start: 0;
    margin-bottom: 0;
}

    .listSpecs li {
        font-size: 16px;
        position: relative;
        display: flex;
        align-items: center;
        line-height: 24px;
    }

        .listSpecs li:before {
            content: '\00B7';
            font-size: 25px;
            margin-right: 4px;
            vertical-align: top;
        }

.datoS span {
    font-size: 16px;
    line-height: 1.25;
    color: #666;
}

.datoS p {
    font-size: 30px;
    line-height: 32px;
    max-height: 64px;
    margin: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
}

    .datoS p font {
        font-size: 14px;
        line-height: 16px;
        max-height: 16px;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        color: #666;
        margin-left: 5px;
    }

.datoS {
    width: 50%;
}

.datoPotencia {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.datosSpecs {
    padding: 20px;
    background-color: #f4f4f3;
    margin-bottom: 20px;
}

    .datosSpecs span {
        display: block;
        font-size: 20px;
        line-height: 24px;
        color: #000;
        font-weight: 600;
    }

    .datosSpecs font {
        font-size: 30px;
        line-height: 34px;
        max-height: 68px;
        margin-top: 16px;
        margin-bottom: 12px;
        height: auto;
        width: 100%;
        display: block;
        font-weight: 600;
    }

    .datosSpecs p {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 32px;
        max-height: 24px;
        color: #666;
        margin: 0;
    }

.txtSpecs {
    margin-top: 32px;
    font-size: 30px;
    line-height: 32px;
    max-height: 64px;
    font-family: 'Cupra-Medium';
    display: block;
}

.txtPrecioSP {
    margin-top: 8px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}

.simpleParallax img {
    width: 100%;
}

/*colores*/

.colores {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1250px;
    margin: 0 auto;
    /*    padding: 0 20px;*/
    position: relative;
}

/*.coloresAuto {
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 57%, rgba(27,27,27,1) 95%);
}*/

.contImgColores {
    position: relative;
    width: 100%;
    padding-right: 20px;
}

.infoColores {
    width: 100%;
    margin-bottom: 30px;
}

.spcesAuto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .spcesAuto span {
        text-align: center;
    }

    .spcesAuto i {
        color: #2360A5;
        font-size: 30px;
    }

    .spcesAuto font {
        font-size: 12px;
        display: block;
        line-height: 14px;
    }

.precioAuto {
    width: 100%;
    display: flex;
    justify-content: space-around;
    border: 1px solid #2360A5;
    padding: 20px;
    margin: 15px 0 0;
    border-radius: 6px;
}

.infoAuto p {
    /*font-size: 11px;*/
    text-align: justify;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    letter-spacing: -0.02em;
}

.infoAuto h1 {
    text-align: center;
}

.infoAuto h4 {
    /* font-size: 18px;*/
    font-family: 'chirey-antenna-medium';
    color: #3A3A3A;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.04em;
}

.content-color a {
    /*display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
    position: relative;*/
    margin-right: 5px;
    cursor: pointer;
}

    .content-color a img {
        width: 47px;
        transition: all .3s ease;
        padding-bottom: 5px;
    }

.text-aspectosTitulo {
    font-size: 30px;
    line-height: 2.1;
    font-weight: 400 !important;
    text-transform: unset;
    
}

.text-aspectosTitulo2 {
    font-size: 20px;
    line-height: 2.1;
    font-weight: 350 !important;
    text-transform: unset;
    color: #666;
}

.colores .content-color {
    text-align: center;
    position: relative;
}

.sepColors {
    flex: none;
    height: 47px;
    width: 1px;
    background-color: #fff;
    margin: 0 12px 0 6px;
    display: none
}

.tipoColor {
    color: #000;
    text-align: left;
    width: 460px;
    margin: 0 auto 10px;
    display: flex;
}

    .tipoColor span:first-child {
        width: 110px;
    }

    .tipoColor span.secondSpan {
        width: 240px;
    }

    .tipoColor span.lastSpan {
        width: auto;
    }
/*.colores .content-color:after {
    content: '';
    position: absolute;
    left: 50%;
    border-top: 1px solid #e6e6e6;
    width: 350px;
    transform: translate(-50%, -50%);
    top: -25px;
    margin-top: 15px;
}*/
.titColores {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #3A3A3A;
}

.colores .content-color {
    text-align: center;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.txtColor {
    font-size: 20px;
    color: #000;
    margin-top: 15px;
    text-align: center;
}

    .txtColor font {
        margin-left: 5px;
        display: block;
    }

.icoSelec img {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

.colores {
    position: relative;
}

.content-img .ncolor {
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    text-align: center;
}

    .content-img .ncolor img {
        position: inherit;
        opacity: 1;
        width: 100%;
    }

    .content-img .ncolor.imgSelec {
        opacity: 1;
    }

    .content-img .ncolor.hidden-car {
        position: inherit;
        opacity: 0;
    }

.imgColores {
    width: 100%;
}

.nav-tabs {
    width: 100%;
    margin: 8px auto;
    display: flex;
    justify-content: center;
    border: 0;
    /*margin-top: -245px;*/
    z-index: 10;
}

    .nav-tabs span {
        /*color: #000;*/
        font-size: 20px;
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        width: 133px;
        text-align: center;
        letter-spacing: 1px;
        font-weight: 600;
        margin: 0 15px;
        cursor: pointer;
    }

        .nav-tabs span.active {
            border-bottom: 1px solid transparent;
            font-family: 'Cupra';
        }
.NomColor3 {
    color: #1b1b1b;
}

.tab-content {
    width: 100%;
    /*margin-top: -105px;*/
}

.contentColores {
    position: relative;
}

.tab-content .tab-pane {
    margin-top: 25px;
}

.tipoColor2 {
    display: flex;
    justify-content: center;
    color: #fff;
    text-align: left;
    width: 440px;
    margin: 0 auto 10px;
}

.rinSpan {
    width: 50px;
    margin: 0 10px;
    text-align: center;
}

.colorOption2 {
    display: none;
}


.activeColor.color {
    display: block;
}

.activeColor.colorOption2 {
    display: block;
}

.color {
    display: none;
}

.colorOption2 {
    display: none;
}

.txtRin,
.txtRin2 {
    display: none;
}

    .txtRin.active,
    .txtRin2.active {
        display: block;
    }

.iconosDimenciones {
    display: flex;
    justify-content: space-between;
}

.owl-carousel .owl-item .equipamiento-content img {
    display: inline !important;
    width: auto !important;
    height: auto !important;
}

.coloresTitle {
    color: #fff;
    font-size: 30px;
    line-height: 1.07;
    text-align: center;
    padding: 40px 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
}

    .coloresTitle span {
        display: block;
        font-size: 16px;
        line-height: 1.5;
        opacity: .6;
    }

/*slider*/

.owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
    height: 3px !important;
}

.linkFicha {
    font-size: 16px;
    line-height: 1.25;
    color: #000;
    border-bottom: #000 1px solid;
    cursor: pointer;
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 600;
}

/*paralllax*/

/* Override UGG site */
#main {
    width: 100%;
    padding: 0;
}

.content-asset p {
    margin: 0 auto;
}

.breadcrumb {
    display: none;
}

/* Helpers */
/**************************/
.margin-top-10 {
    padding-top: 10px;
}

.margin-bot-10 {
    padding-bottom: 10px;
}

/* Typography */
/**************************/
#parallax-world-of-ugg h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: black;
    padding: 0;
    margin: 0;
}
/*#parallax-world-of-ugg h2 {font-family:'Oswald', sans-serif; font-size:70px; letter-spacing:10px; text-align:center; color:white; font-weight:400; text-transform:uppercase; z-index:10; opacity:.9;}*/
/*#parallax-world-of-ugg h3 {font-family:'Oswald', sans-serif; font-size:14px; line-height:0; font-weight:400; letter-spacing:8px; text-transform: uppercase; color:black;}*/
/*#parallax-world-of-ugg p {font-family:'Source Sans Pro', sans-serif; font-weight:400; font-size:14px; line-height:24px;}*/
.first-character {
    font-weight: 400;
    float: left;
    font-size: 84px;
    line-height: 64px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: 'Source Sans Pro', sans-serif;
}

.sc {
    color: #3b8595;
}

.ny {
    color: #3d3c3a;
}

.atw {
    color: #c48660;
}

/* Section - Title */
/**************************/
#parallax-world-of-ugg .title {
    background: white;
    padding: 60px;
    margin: 0 auto;
    text-align: center;
}

    #parallax-world-of-ugg .title h1 {
        font-size: 35px;
        letter-spacing: 8px;
    }

/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {
    background: white;
    padding: 60px;
    width: 820px;
    margin: 0 auto;
    text-align: justify;
}

#parallax-world-of-ugg .block-gray {
    background: #f2f2f2;
    padding: 60px;
}

#parallax-world-of-ugg .section-overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.70;
}

/* Section - Parallax */
/**************************/
.imgParallax {
    display: none;
}

.txtModeloTop {
    display: none;
}

#parallax-world-of-ugg .parallax-one {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(/Assets/img/autos-nuevos/cupra-leon-en-gris-magnetico-mate-xl.jpg);
    background-attachment: fixed;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-repeat: no-repeat;
    height: 800px;
    background-size: cover;
    background-position-y: 50%;
    background-position-x: center;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.parallax-one h2 {
    font-size: 75px;
    color: #fff;
    padding-left: 25px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 46px;
}

.parallax-one p {
    font-size: 48px;
    color: #fff;
    line-height: 1.08;
    padding-right: 25px;
    margin-bottom: 25px;
}

    .parallax-one p span {
        display: block;
        font-size: 16px;
    }

.titleSecond {
    position: relative;
    margin-top: 40px;
    font-size: 30px;
    margin-bottom: 40px;
    color: #fff;
    opacity: .5;
    display: block;
}

.animateItem {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 60px;
}

    .animateItem p {
        margin-bottom: 4px;
        font-size: 20px;
        line-height: 1.2;
        color: #a3a3a3;
        text-align: left;
    }

    .animateItem span {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .animateItem font {
        font-size: 96px;
        line-height: 1.04;
        display: block;
        color: #fff;
    }

    .animateItem sup {
        font-size: 20px;
        top: unset;
        margin-left: 5px;
        color: #fff;
        bottom: 3%;
    }

.bloqueDatos {
    display: flex;
    padding-bottom: 65px;
    border-bottom: 1px solid #a3a3a3;
    flex-wrap: wrap;
}
/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {
    border-bottom: 1px solid black;
    width: 150px;
    margin: 0 auto;
}

/* Media Queries */
/**************************/
/*@media screen and (max-width: 959px) and (min-width: 768px) {
    #parallax-world-of-ugg .block {
        padding: 40px;
        width: 620px;
    }
}

@media screen and (max-width: 767px) {
    #parallax-world-of-ugg .block {
        padding: 30px;
        width: 420px;
    }

    #parallax-world-of-ugg h2 {
        font-size: 30px;
    }

    #parallax-world-of-ugg .block {
        padding: 30px;
    }

    #parallax-world-of-ugg .parallax-one, #parallax-world-of-ugg .parallax-two, #parallax-world-of-ugg .parallax-three {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 479px) {
    #parallax-world-of-ugg .block {
        padding: 30px 15px;
        width: 290px;
    }
}*/




.odometer {
    height: 1.5em;
    width: 100%;
    padding-top: 7px;
    color: #fff;
    text-align: center;
    display: inline-flex;
    /*background: #fff;*/
    font-size: 56px;
    font-weight: 500;
}

.digit {
    margin: -0.5vw;
    display: inline-block;
    height: 1.3em;
    width: 0.7em;
    overflow: hidden;
    margin-right: 4px;
}

    .digit:first-child {
        border-left: none;
    }

.digit-container {
    line-height: 1.5em;
}

    .digit-container.digit-thousand {
        line-height: 1.5em;
        -webkit-animation: slide 5s infinite ease;
        animation: slide 5s infinite ease;
    }

    .digit-container.digit-hundred {
        line-height: 1.5em;
        -webkit-animation: slide 5s infinite ease-out;
        animation: slide 5s infinite ease-out;
    }

    .digit-container.digit-ten {
        line-height: 1.5em;
        -webkit-animation: slide 5s infinite ease-in-out;
        animation: slide 5s infinite ease-in-out;
    }

    .digit-container.digit-one {
        line-height: 1.5em;
        -webkit-animation: slide 5s infinite linear;
        animation: slide 5s infinite linear;
    }

@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateY(-5em);
    }
    /* delay between animations by adding extra transform type with the same value as transform for 100% */
    40% {
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes slide {
    0% {
        transform: translateY(-5em);
    }

    40% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}


.slider-hl .owl-dots .owl-dot span {
    background: #869791 !important;
}

.slider-hl .owl-dots .owl-dot.active span,
.slider-hl .owl-dots .owl-dot:hover span {
    background: #D6D6D6 !important;
}

.imgRines {
    position: absolute;
    width: 100%;
    top: 0;
}

    .imgRines img {
        width: 100%;
    }

.tipoColor span {
    color: #000 !important;
}

span.NomColor {
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.listCC span {
    color: #fff;
}

.coloresTitle span {
    color: #fff;
}

span.rinSpan {
    color: #fff;
}

.parallax-one p span {
    color: #fff;
}

a.btn.btn-gray:hover {
    background-color: #fff !important;
}


/*estilos preguntas frecuentes*/

.preguntas-div a {
    font-size: 22px;
    line-height: 1.17;
    font-weight: 600;
    width: 100%;
    display: block;
    padding: 18px 45px 18px 0;
    position: relative;
    border-bottom: none;
}

.preguntas-div a.collapsed {
    border-bottom: 1px solid #000;
}

.preguntas-div p {
    font-size: 15px;
    color: #666;
    font-weight: 600;
}

.preguntas-div a::before {
    content: "\F2EA";
    font-family: bootstrap-icons !important;
    position: absolute;
    right: 10px;
    font-size: 30px;
    font-weight: normal;
}

.preguntas-div a.collapsed::before {
    content: "\f4fe";
    font-family: bootstrap-icons !important;
    position: absolute;
    right: 10px;
    font-size: 30px;
    font-weight: normal;
    top: 25%;
}


.preguntas-div .collapse {
    border-bottom: 1px solid #000;
}

#parallax-world-of-ugg .parallax-two {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(/Assets/img/hibridos/cupra-formentor-phev-2024.jpg);
    background-attachment: fixed;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-repeat: no-repeat;
    height: 400px;
    background-size: contain;
    background-position-y: 30%;
    background-position-x: center;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.slider-cupraH .owl-item.active {
    opacity: 1;
}

.slider-cupraH .owl-item {
    opacity: 0.5;
}

.info-auto {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    max-width: 500px;
    margin: 0 auto;
}

.info-auto p{
    text-align: center;
}

.info-auto p span{
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    display: block;
    font-weight: 600;
}

.listCC .hibrid-number {
    color: #000 !important;
    font-size: 60px;
    font-weight: normal;
    margin-right: 25px;
    margin-bottom: 0;
}

/*navs slider hibridos*/

.sliderHibridos .slider-hl.owl-theme .owl-nav [class*=owl-],
.slider-cupraH.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30%;
}

.sliderHibridos .slider-hl.owl-theme .owl-nav [class*=owl-]:hover,
.slider-cupraH.owl-theme .owl-nav [class*=owl-]:hover {
    color: #000;
    background-color: #fff;
}

.sliderHibridos .slider-hl.owl-theme .owl-nav .owl-prev{
    left: 25px;
}

.sliderHibridos .slider-hl.owl-theme .owl-nav .owl-next {
    right: 25px;
}

.sliderHibridos .slider-hl.owl-theme .owl-nav [class*=owl-] i,
.slider-cupraH.owl-theme .owl-nav [class*=owl-] i {
    font-size: 20px;
    font-weight: bold;
}

.slider-cupraH.owl-theme .owl-nav .owl-prev {
    left: 15%;
}

.slider-cupraH.owl-theme .owl-nav .owl-next {
    right: 15%;
}

.slideHibridos2 .slider-hl.owl-theme .owl-stage,
.sliderHibridos .slider-hl.owl-theme .owl-stage {
    padding-left: 0 !important;
}

@media (max-width: 1600px) {
    #parallax-world-of-ugg .parallax-one {
        height: 700px;
    }

    #parallax-world-of-ugg .parallax-two {
        height: 400px;
    }
}


@media (max-width: 1400px) {

    #parallax-world-of-ugg .parallax-one {
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
    }

    .parallax-one h2 {
        font-size: 50px;
    }

    .parallax-one p {
        font-size: 40px;
        padding-right: 60px;
        margin-bottom: 20px;
    }

    #parallax-world-of-ugg .container {
        padding: 0;
    }

    .animateItem {
        margin-right: 50px;
    }

    
}

@media (max-width: 1300px) {
    .content-img .ncolor img {
        position: inherit;
        opacity: 1;
        width: 94%;
        margin-left: 4%;
        margin-top: 34px;
    }

    .imgColores {
        transform: scale(1.1);
        margin-bottom: 50px;
    }

    .imgRines img {
        width: 94% !important;
        margin-left: 4%;
        margin-top: 34px;
    }
}

@media (max-width: 1250px) {
    .content-img .ncolor img {
        margin-left: 3%;
        margin-top: 23px;
    }

    .imgRines img {
        margin-left: 3%;
        margin-top: 23px;
    }
}

@media (max-width: 1200px) {

    /*.content-img .ncolor {
        width: 90%;
    }*/

    .tab-content .tab-pane {
        margin-top: 15px;
    }

    .nav-tabs span {
        font-size: 14px;
        padding: 5px 15px;
    }

    .tab-content {
        width: 100%;
        margin-top: -65px;
    }

    .nav-tabs {
        margin-top: -170px;
    }

    .infoColores {
        margin-bottom: 15px;
    }

    .txtModeloTop {
        display: block;
    }

    .parallax-one h2,
    .parallax-one p {
        display: none;
    }

    .txtModeloTop h2 {
        font-size: 60px;
        width: 100%;
        margin-top: 25px;
        text-align: left;
        color: #fff;
        padding-left: 25px;
        font-weight: 300;
    }

    .txtModeloTop p {
        font-size: 35px;
        padding-right: 0;
        padding-left: 25px;
        color: #fff;
        margin: 0;
    }

        .txtModeloTop p span {
            display: block;
            font-size: 16px;
            color: #fff;
        }

    #parallax-world-of-ugg .parallax-one {
        height: 600px;
        background-position-y: 130px;
        background-position-x: center;
        background-size: contain;
        -moz-background-size: contain;
        -webkit-background-size: contain;
    }

    .animateItem font {
        font-size: 60px;
    }

    .content-img .ncolor img {
        width: 89%;
        margin-left: 4%;
        margin-top: 7px;
    }

    .imgRines img {
        width: 89% !important;
        margin-left: 4%;
        margin-top: 7px;
    }

    .imgColores {
        transform: scale(1);
        margin-bottom: 50px;
    }

    #parallax-world-of-ugg .parallax-two {
        height: 340px;
    }

}

/*@media (max-width: 1024px) and (min-width: 993px) {  
    .contImgColores {
        margin-top: -2.7%;
    }

    img.imgColores.ModeloFORMENTOR {
        transform: scale(1.1);
    }
}

@media (max-width: 1180px) and (min-width: 820px) {
    .content-img .ncolor img {
        transform: scale(1);
    }

    .imgRines img {
        width: 100%;
        transform: scale(1);
    }

    img.imgColores.ModeloFORMENTOR {
        transform: scale(1.111);
    }
}*/



@media (max-width: 991px) {
    body {
        overflow-x: auto;
        height: calc(100% &nbsp;-&nbsp;55px);
    }

    .imgColores {
        transform: scale(1.5);
    }

    .contentColores {
        overflow: hidden;
    }

    .coloresTitle {
        padding: 20px 0;
        top: 0;
    }

    .coloresAuto {
        position: initial;
    }

    .contImgColores {
       /* margin-top: -55%;*/
        /*margin-top: -47%;*/
    }

    .nav-tabs {
        margin-top: -25px;
    }

    /* .content-img .ncolor {
        transform: scale(1.5);
    }*/

    .nav-tabs {
        margin-top: -25px;
    }

    .tab-content {
        margin-top: 0;
    }

    /*.bgColores {
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,0) 14%, rgba(27,27,27,1) 56%);
        position: absolute;
        top: 0;
        width: 115%;
        height: 100%;
        left: -15px;
        z-index: 0;
    }*/

    .tab-content .tab-pane {
        margin-top: 15px;
        z-index: 10;
        position: relative;
    }

    .infoColores {
        margin-bottom: 0;
    }

    .listCC {
        width: 100%;
    }

        .listCC ul li {
            font-size: 14px;
            margin-bottom: 15px;
        }

    .infoCC {
        width: 48%;
    }

    .imgCC {
        width: 45%;
    }

    h3.tltleModelW,
    h3.tltleModelB {
        font-size: 40px;
    }

    .imgHor {
        width: 100%;
    }

    .imgVer {
        width: 70%;
        margin-left: 30%;
    }

    .InfoMas {
        margin-top: 50px;
        width: 100%;
    }

    .slides.owl-carousel .owl-nav .owl-prev,
    .slides.owl-carousel .owl-nav .owl-next {
        top: 25%;
    }

    /*paralax*/
    #parallax-world-of-ugg .parallax-one {
        height: 500px;
    }

    .titleSecond {
        font-size: 25px;
    }

    .animateItem {
        margin-bottom: 25px;
    }

    .txtModeloTop p {
        margin-bottom: -1px;
    }

    .imgVer.marginTop {
        margin-top: 20px;
    }

    .menuWebModel {
        display: block;
    }

    .menuMovilModel {
        width: calc(100% - 150px);
        border-left: 1px solid #fff;
        padding-right: 40px;
        display: block;
        width: -moz-calc(100% - 150px);
        width: -webkit-calc(100% - 150px);
        width: -o-calc(100% - 150px);
    }

    .wrapModel {
        width: 145px;
    }

    .content-img .ncolor img {
        width: 100%;
        margin-left: 2%;
        transform: scale(1.45);
        margin-top: -5%;
    }

    .imgColores {
        margin-bottom: 0;
    }

    .imgRines img {
        width: 100% !important;
        margin-left: 2%;
        transform: scale(1.45);
        margin-top: -5%;
    }

    #parallax-world-of-ugg .parallax-two {
        height: 275px;
    }
}

@media (max-width: 850px) {



}

@media (max-width: 768px) {

    .contImgColores {
        /*margin-top: -55%;*/      
    }

    /*.content-img .ncolor {
        transform: scale(1.3);       
        width: 100%;
    }

    .imgRines {       
        top: 0;
        transform: scale(1.3);
    }*/

    .content-img .ncolor img {
        transform: scale(1.5);
    }

    /*rines estiilos*/

    .imgRines img {
        width: 100%;
        transform: scale(1.5);
    }
        


    .imgCC {
        width: 100%;
    }

    .infoCC {
        width: 100%;
    }

    h4.tltleModelW span, h4.tltleModelB span {
        font-size: 15px;
        margin-top: 10px;
    }

    h3.tltleModelW span, h3.tltleModelB span {
        font-size: 16px;
    }

    .slides.owl-carousel {
        width: 100%;
    }

    .slider-thumbs.owl-carousel {
        width: 100%;
        margin-top: 25px;
    }

    .slider-thumbs .owl-stage {
        display: block;
    }

    .slider-thumbs.owl-carousel .owl-stage .owl-item {
        width: auto !important;
    }

    .slide h4 {
        font-size: 17px;
        margin-bottom: 10px;
        width: 100%;
        border-top: 1px solid #fff;
        padding-top: 10px;
        margin-top: 15px;
        display: block;
    }

    .slide p {
        display: block;
    }

    .slider-thumbs {
        display: none !important;
    }

    .slide-image p {
        margin: 0;
    }

    .slides.owl-carousel .owl-nav .owl-prev,
    .slides.owl-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
    }

    .slides.owl-carousel .owl-nav .owl-prev, .slides.owl-carousel .owl-nav .owl-next {
        top: 30%;
    }

    /*parallax*/

    #parallax-world-of-ugg .parallax-one {
        height: 370px;
        background-position-y: 170px;
    }

    .animateItem p {
        font-size: 16px;
        height: 30px;
    }

    .animateItem font {
        font-size: 30px;
    }

    .animateItem sup {
        font-size: 15px;
        bottom: 11px;
    }

    .titleSecond {
        margin-top: 0;
    }

    .animateItem {
        margin-right: 0;
        width: 48%;
    }

    .titleSecond {
        font-size: 20px;
    }

    .menuInterior {
        top: 170px;
    }

    .menuMovilModel {
        padding-right: 0;
    }

    .gradient-container {
        display: none;
    }

    .txtSpecs {
        font-size: 20px;
    }

    .txtPrecioSP {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .datosSpecs font {
        font-size: 25px;
    }

    .content-img .ncolor img {
        position: inherit;
        opacity: 1;
        width: 100%;
        margin-left: 2.5%;
        transform: scale(1.35);
        margin-top: 3%;
    }
    .imgColores {
        transform: scale(1.4);
    }

    .imgRines img {
        width: 100% !important;
        margin-left: 2.5%;
        transform: scale(1.35);
        margin-top: 3%;
    }

    /*hibridos*/
    .preguntas-div a{
        font-size: 16px;
    }

    #parallax-world-of-ugg .parallax-two {
        height: 195px;
    }

    .wrapModel span {
        font-size: 12px;
    }

}

@media (max-width: 575px) {

    .contentInfo {
        width: 80%;
        font-size: 14px;
    }

    .btnCC {
        width: 100%;
    }

    h4.tltleModelB,
    h4.tltleModelW {
        font-size: 30px;
    }

    .imgVer {
        width: 80%;
        margin-left: 20%;
    }

    .txtModeloTop h2 {
        font-size: 50px;
    }

    #parallax-world-of-ugg .parallax-one {
        height: 500px;
    }

    .txtModeloTop p {
        font-size: 30px;
    }

    /*colores*/

    .contentColores .container {
        display: flex;
        flex-wrap: wrap;
    }

    .coloresTitle {
        position: relative;
        order: -1;
        font-size: 24px;
        font-weight: 300;
        top: -35px;
    }

    .content-img .ncolor {
       /* transform: scale(1.7);*/
        /*transform: scale(1);*/
        width: 100%;
    }

        .content-img .ncolor img {          
            transform: scale(1.75);
        }

    .imgRines {
        position: absolute;
        width: 100%;
        top: 0;
        /*transform: scale(1.7);*/
    }

        .imgRines img {
            width: 100%;
            transform: scale(1.7);
        }

    .imgColores {
        transform: scale(2);
    }

    img.imgColores.ModeloATECA {
        transform: scale(1.7) !important;
    }

    .content-img.contImgColores.ATECA {
        /*margin-top: -55.6%;*/
    }

    .nav-tabs {
        margin-top: 65px;
    }

    .colores .content-color {
        /*overflow: unset;
        justify-content: start;*/
        width: 100%;
    }

    /*.bgColores {
        left: -25px;
    }*/

   /* .txtColor {
        font-size: 14px;
    }*/

    #nav-profile .content-color,
    #nav-home-Rines .content-color {
        overflow: unset;
        justify-content: center !important;
        width: 100%;
    }

    /*.tipoColor,*/
    .tipoColor2 {
        width: auto;
    }

    h3.tltleModelW, h3.tltleModelB {
        font-size: 30px;
    }

    .contImgColores {
        /* margin-top: -50%; */
        /*margin-top: -49.6%;*/
    }

    .content-img .ncolor img {
        margin-left: 0%;
        margin-top: 0.5%;
    }

    .imgRines img {
        margin-left: 0%;
        margin-top: 0.5%;
        transform: scale(1.75);
        width: 100% !important;

    }

    .wrapModel span {
        font-size: 10px !important;
    }

    .owl-theme.carouselVersiones .owl-nav .owl-next {
        
        right: -75%;
    }
    .owl-theme.carouselVersiones .owl-nav [class*="owl-"] {
        width: 50px;
        height: 50px;
    }
    .owl-theme.carouselVersiones .owl-nav {
        top: 650px;
    }
}

@media (max-width: 490px) {

    .colores .content-color {
        /* justify-content: unset;*/
        justify-content: center;
        padding: 0 2%;
    }

    #nav-home .infoColores,
    #nav-home-Colores .infoColores {
        overflow-x: scroll;
    }

    /*.tipoColor span:first-child {
        width: 125px;
    }*/
}


.hibridotext span {
    color: #000 !important;
}

.hibridotext p {
    color: #666 !important;
}

a.btn.btn-hibrido {
    background-color: #dbd3cb;
    color: #000;
}

a.btn.btn-hibrido:hover {
    background-color: #fff;
    color: #000;
}</pre></body></html>