@font-face {
    font-family: 'Cupra';
    src: url('../../../assets/fonts/Cupra.otf') format('otf'), url('../../../assets/fonts/Cupra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cupra-Light';
    src: url('../../../assets/fonts/Cupra-Light.otf') format('otf'), url('../../../assets/fonts/Cupra-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cupra-Book';
    src: url('../../../assets/fonts/Cupra-Book.otf') format('otf'), url('../../../assets/fonts/Cupra-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cupra-Bold';
    src: url('../../../assets/fonts/Cupra-Bold.otf') format('otf'), url('../../../assets/fonts/Cupra-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cupra-Medium';
    src: url('../../../assets/fonts/Cupra-Medium.otf') format('otf'), url('../../../assets/fonts/Cupra-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
h3{
    /*font-weight: 600 !important;*/
}

#MainCont{
    font-family: 'Cupra-Light' !important;
    color:#212529;
}
/*.contImgColores{min-height:657px;}*/
/*Estilo Colores*/
#portada .title-interior-cu {
    font-size: 76px;
    font-family: Cupra-Light !important;
}

#portada .info-banner-cu {
    width: 100%;
    text-align: center;
}
.litError {
    color: #fff;
    text-align: center;
}
.content-color .tit-gama {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 8px;
    color: white;
}

.btn-nuevo {
    /*margin: 25px 0 0 !important;*/
    border-radius: 4px !important;
    background-color: #DBD3CB !important;
    color: #1B1B1B !important;
    font-weight: 600 !important;
    height: 43px !important;
    border: none !important;
}


.content-opciones-colores {
    display: flex;
}


.banner-inicial-video {position:relative;}
.banner-inicial-video video{width:100%;}
.banner-inicial-img {position:relative;}
.banner-inicial-img img{width:100%;}
section{padding: 0 !important;}
section .container {
    max-width: 1400px !important;
}
.nav-tabs{border:0 !important;}
.hcupra {
    padding-top: 0 !important;
    /*position: fixed;
    width: 100%;
    background-color: white;
    z-index: 15;
    margin-top: -30px;*/
}
.menu-interior-models .list-group-item-models {
    padding: 0.5em 2.5rem;
    margin-bottom: 0;
}
.menu-interior-models .list-group-models {
    flex-direction: row;
    display: flex;
    justify-content: center;
}

.option-leon {
    border-bottom: 2px solid #DBD3CB !important;
}

.menu-interior-models .list-group-item-action-models {
    color:#DBD3CB;
    width: auto;
    font-size: 16px;
    font-family: 'Cupra-Light' !important;
}

.content-header{
    text-align: center;
    padding: 20px 0;
}

.content-header img{
    width: 300px;
    height: auto;
}



.txtRin {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
    text-align: center;
}
/*menu interior*/
#MenuInterior {
position: fixed;
    top: 112px;
    z-index: 19;
    background-color: #1B1B1B;
    width: 100%;
    left: 0;
    height:max-content;
    overflow: visible;
}

.menu-interior-cupra {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.name-vehiculo {
    width: 270px;
    padding-right: 5px;
    border-right: 1px solid #fff;
}

.name-vehiculo img {
    width: 29px;
    margin-right: 10px;
}

    .name-vehiculo a {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

.menu-web-cupra {
    width: calc(100% - 270px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}
.form-check {
    margin: 0 15px;
}
.menu-links-cupra a {
    color: #DBD3CB;
    font-weight: 600;
    margin-right: 20px;
}
.menu-links-cupra a:hover {
    color: #DBD3CB !important;
    font-weight: 600;
    margin-right: 20px;
}

.menu-links-cupra a.active {
    color: #fff;
    font-weight: 600;
}

.menu-web-cupra .btn-nuevo {
    margin: 0 50px 0 0;
    height: auto !important;
    padding: 7px;
    width: 140px;
    font-family: 'Cupra-Light' !important;
}

.menu-movil-cupra {
    display: none;
}




.gradient-cupra {
    background: linear-gradient(180deg, rgba(27, 27, 27, 0) 65%, #1B1B1B 100%);
    position: absolute; 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.info-banner-cu {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
}

.title-interior-cu {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: 'Cupra-Light' !important;
}

    .info-banner-cu p {
        color: #fff;
        text-align: center;
        font-size: 21px;
    }

.info-cupra-modelo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.specs-modelo {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.specs-modelo .item-cu {
    width: 25%;
    margin-right: 50px;
}

.item-cu span {
    color: #fff;
    font-size: 18px;
}

.item-cu p {
    color: #fff;
    font-size: 56px;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: -9px;
}

    .item-cu p font {
        font-size: 16px;
        margin-left: 5px;
    }

.precio-modelo {
    width: 30%;
}

.precio-modelo .item-cu {
    border-left: 1px solid #fff;
    padding-left: 15px;
    width: 100%;
}

/*cotizacion*/

.form-cot-int {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.form-left{
    width: 30%;
}

.form-left p {
    color: #A3A3A3;
    text-align: center;
    font-size: 15px;
}

.form-right {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-right .form-control{
    color: #fff !important;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    margin:0 0 15px 0 !important;
    width: 48%;
}

    .form-right .form-control::placeholder {
        color: #fff !important;
    }

.checkItems2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.checkItems2 input{
    border: 1px solid #fff !important;
    background-color: transparent !important;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position:
center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance:
none;
  -moz-appearance:
none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust:
exact;
  print-color-adjust: exact;
}

.checkItems2 label{    color: #fff;}
.checkItems2 label a{    color: #fff !important;text-decoration:underline; font-weight:600;}
.checkItems2 label a:hover{    color: #fff !important;text-decoration:underline}

    .checkItems2 .form-check-label a {
        color: #fff !important;
    }

.checkItems2 .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.checkItems2 .form-check-input:checked {
    background-color: #fff !important;
}

.form-right .btn-nuevo{
    margin: 25px auto !important;
}

/*Diseño*/
.color-dark {
    color: #1B1B1B  !important;
}

.banner-dis-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}

.img-disenio{
    width: 65%;
}

.info-disenio{
    width: 30%;
}

.info-disenio h4 {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 400;
    font-family: Cupra !important;
}

.info-disenio p{
    font-size: 17px;
}

.cupra-care-banner{
    position: relative;
}

.datos-banner-cc {
    position: absolute;
    left: 10%;
    top: 15%;
    width: 450px;
}

.datos-banner-cc p {
    font-size: 18px;
    color: #fff;
}

    .datos-banner-cc p span{
        font-size: 18px;
        color: #fff;
        font-weight: 600;
    }

/*.btn-nuevo {
    margin: 0px 0 0 !important;
    border-radius: 4px !important;
    background-color: #DBD3CB !important;
    color: #1B1B1B !important;
    font-weight: 600 !important;
    height: 43px !important;
    border: none !important;
}*/

    .btn-nuevo:hover,
    .btn-nuevo:focus,
    .btn-nuevo:active {
        color: #1B1B1B;
        background-color: #fff !important;
        border: none;
    }

#nav-profile-tab:before {
    position: absolute;
    width: 1px;
    height: 4%;
    left: 50%;
    background: #75787b;
    content: "";
}

.btn-nuevo:hover,
.btn-nuevo:focus,
.btn-nuevo:active{
    color: #1B1B1B;
    /*background-color: #fff !important;*/
    border: none;
}

.txt-subsection{
    font-size: 30px;
}

.info-dis h4{
    font-size: 23px;
    font-weight: 400;
    margin: 15px 0;
    font-family: Cupra !important;
}

.info-dis p {
    text-align: justify;
    font-size: 16px;
}

.bg-graylight {
    background-color: #F4F4F3;
}

.owl-theme.slider-disenio .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    background-color: #DBD3CBD9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 5px;
    position: absolute;
    top: 30%;
}

.owl-theme.slider-disenio .owl-nav [class*=owl-]:hover{
    background-color: #fff;
    color: #000;
}

.owl-theme.slider-disenio .owl-nav [class*=owl-] i {
    font-size: 25px;
}

.owl-theme.slider-disenio .owl-nav .owl-prev{
    left: 0;
}

.owl-theme.slider-disenio .owl-nav .owl-next {
    right: 0;
}

/*FICHA TECNICA*/

.ficha-tec-cu{
    display: flex; 
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.ficha-img {
    width: 50%;
    margin: 25px auto;
}

.ficha-img span {
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ficha-img p {
    font-size: 21px;
    text-align: center;
    margin: 0;
}

.ficha-info {
    width: 48%;
}

.ficha-info span {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.ficha-info p {
    font-size: 21px;
}

.dato-ficha {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: center;
}

.btn {
    width: 300px;
    height: 45px;
    border-radius: 0;
    /*color: #fff !important;*/
    /*background-color: #000 !important;*/
    border-color: #000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    font-family: 'Cupra-Light' !important;
}

.equipamiento-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.equipamiento-item {
    text-align: center;
    width: 14%;
    margin: 25px 1.3%;
}
.owl-carousel .owl-item .equipamiento-content img {
    display: inline !important;
    width: auto !important;
    height: auto !important;
}
.aspectos-tec span {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    display: block;
}
.aspectos-tec .dato-ficha {
    justify-content: flex-start;
}

.dato-ficha {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: center;
}

.owl-theme.carouselVersiones .owl-nav {
    position: absolute;
    right: 2%;
    /* bottom: 160px; */
    top: 470px;
    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%;
}

.item-ft {
    margin-right: 20px;
}

.item-ft font {
    color: #707070;
}

.item-ft p{
    margin: 0;
}

.item-ft:last-child {
    border-left: 2px solid transparent;
    padding-left: 15px;
}

.btn-ficha {
    margin: 50px auto !important;
    border: 1px solid #000 !important;
    background-color: transparent !important;
    color: #000 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 16px !important;
    width: 300px !important;
  font-weight: normal !important;
  font-family: inherit !important;;
}

    .btn-ficha i {
        margin-right: 5px;
        font-size: 21px;
    }


/* Contenedor de barras */
.progress-bars {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
}

/* Barra de progreso */
.progress-bar {
    width: 30% !important; /* Ajusta según el número de slides */
    height: 4px !important;
    background: #A3A3A3 !important;
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer;
}

.progress {
    width: 0%;
    height: 4px;
    /*transition: width var(--autoplayTime) linear;*/
    background: transparent;
}

.active-bar {
    width: 100%;
    background: #fff;
}

/* Animación de carga */
@keyframes progressAnimation {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

/* Se aplica solo a la barra activa */
.progress.active-bar {
    animation: progressAnimation linear var(--autoplayTime);
}

.div-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.div-buttons a{
    width: 30%;
    color: #fff;
}
.div-buttons a:hover{
    width: 30% !important;
    color: #fff !important;
}

.owl-theme.cupra-hl .owl-dots {
    display: none;
}

.legales-interior p{
    text-align: justify;
}

.info-movil-slide{
    display: none;
}

@media (max-width: 1400px) {
}

@media (max-width: 1300px){

}

@media (max-width: 1200px) {

    /*cupra care*/

    .datos-banner-cc {
        left: 5%;
        top: 10%;
    }

    /*banner inicial*/

    .info-banner-cu {
        width: 100%;
    }

        .info-banner-cu h3 {
            text-align: center;
        }

    /*menu interior*/

    .menu-links-cupra a {
        margin-right: 10px;
    }

    .menu-web-cupra .btn-nuevo {
        width: 150px;
        font-size: 15px;
    }

    .crm {
        top: calc(50% - 120px) !important;
    }

}

@media (max-width: 991px) {


        /*caracteristicas*/

        .ficha-img {
        width: 60%;
        margin: 0 auto 20px;
    }

    .ficha-info {
        width: 100%;
    }

    /*cupra care*/

    .datos-banner-cc p span,
    .datos-banner-cc p {
        font-size: 16px;
    }

    .datos-banner-cc {
        top: 4%;
    }

    /*disenio*/

    .owl-theme.slider-disenio .owl-stage {
        padding-left: 0 !important;
    }

    .menu-web-cupra {
        display: none;
    }

    .menu-movil-cupra {
        width: auto !important;
        display: flex;
        justify-content: flex-start;
    }

        .menu-movil-cupra .btn {
            width: 92px;
            background: transparent;
            color: #fff;
            text-align: center;
            margin: 0;
            margin-left: 10px;
            font-size: 11px;
            padding: .15rem;
            height: 38px;
        }
        .menu-movil-cupra .btn-nuevo {
            padding: .75rem;
        }

    #collapseMenuMovil {
        position: absolute;
        width: 100%;
        left: 0;
        border-radius: 0 !important;
        top: 50px;
        background-color: #1b1b1b;
    }

    .link-menu-movil {
        display: flex;
        flex-direction: column;
        border-radius: 0 !important;
        padding: 15px;
    }

        .link-menu-movil a {
            color: #DBD3CB;
            text-align: center;
            margin-bottom: 10px;
        }

        .link-menu-movil .btn-nuevo {
            background-color: #DBD3CB !important;
            color: #1B1B1B !important;
            width: 200px;
            margin: 0 auto;
        }

    .info-movil-slide {
        padding: 10px 0;
    }

        .info-movil-slide h4 {
            color: #fff;
            margin: 10px 0;
        }

        .info-movil-slide p {
            color: #fff;
            text-align: justify;
            margin: 0;
        }

        .info-movil-slide .progress-bar {
            width: 100%;
        }

    .specs-modelo {
        width: 100%;
    }

    .precio-modelo {
        width: 100%;
    }

        .precio-modelo .item-cu {
            border-left: none;
            padding-left: 0;
        }

}

@media (max-width: 768px) {

    .form-right {
        width: 100%;
    }

    .form-left {
        width: 60%;
        margin: 0 auto;
    }

    .img-disenio {
        width: 100%;
        margin-bottom: 15px;
    }

    .info-disenio {
        width: 100%;
        order: 2;
    }

    /*caracteristicas*/

    .ficha-img {
        width: 100%;
    }

    .item-ft:last-child {
        border-left: 0;
        padding-left: 0;
    }

    /*cupra care*/

    .datos-banner-cc {
        top: 10%;
        width: 90%;
    }

    /*banner inicial*/
    .info-banner-cu h3 {
        text-align: center;
        width: 90%;
        margin: 0 auto 20px;
        font-size: 28px !important;
    }

    .info-banner-cu p {
        font-size: 18px;
    }

    #MenuInterior {
        top: 140px;
    }

    .content-img .ncolor {
        position: unset;
    }
    

    .specs-modelo .item-cu {
        width: 48%;
        margin-right: 0;
    }

    .item-cu p {
        font-size: 36px;
    }

    .item-cu span {
        font-size: 16px;
    }
    .text-aspectosTitulo {
        font-size: 20px;
    }
    .text-aspectosTitulo2 {
        font-size: 16px;
        color:#666 !important;
    }
    .owl-theme.carouselVersiones .owl-nav .owl-next {
        right: -80%; 
    } 
    .owl-theme.carouselVersiones .owl-nav {
        top: 500px; 
    }
}

@media (max-width: 575px) {

    /*cotizacion*/

    .form-right .form-control {
        width: 100%;
    }

    .form-left {
        width: 100%;
    }

    .form-right .btn-nuevo {
        width: 100%;
    }

    /*general*/

    .title-interior-cu {
        font-size: 32px;
    }

    .txt-subsection {
        font-size: 16px;
    }

    /*caracteristicas*/

    .ficha-img p {
        font-size: 18px;
    }

    .info-banner-cu {
        bottom: 0;
    }

    .owl-carousel.cupra-hl .owl-stage {
        padding-left: 0 !important;
    }

    .div-buttons{
        display: none;
    }

    .progress-bars{
        display: none;
    }

    .info-movil-slide {
        display: block;
        padding: 10px;
    }

    .odometer {
        font-size: 48px;
    }

    .item-cu span {
        font-size: 14px;
    }

    .name-vehiculo {
        width: auto;
    }

    .menu-movil-cupra {
        width: calc(100% - 220px);
    }

    .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: 680px;
    }

}

@media (max-width: 480px) {

}