/*.contImgColores{min-height:657px;}*/
/*Estilo Colores*/
.div-buttons h4 {
    font-family: 'Cupra-Light';
    font-weight: normal;
}

#portada .title-interior-cu {    font-size: 76px;}
#cupraCare .title-interior-cu {    font-size: 30px;}
#diseno .title-interior-cu {    font-size: 40px; font-weight:normal;}
#diseno .txt-subsection {    font-size: 24px;}
#portada .info-banner-cu{width:100%;text-align:center;}
.litError {
    color: #fff;
}

.content-opciones-colores {
    display: flex;
}

.content-color .tit-gama {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 8px;
    color: white;
}

.txtRin {
    font-size: 20px;
    color: #000;
    margin-top: 15px;
    text-align: center;
}

.container2 {
    max-width: 100%;
}

    .txtRin font {
        /*font-weight: 600;*/
        margin-left: 5px;
    }
/*menu interior*/
#MenuInterior {
    position: fixed;
    top: 130px;
    z-index: 98;
    background-color: #1B1B1B;
    width: 100%;
    left: 0;
    height: 50px;
    overflow: visible;
}

.menu-interior-cupra {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.name-vehiculo {
    width: 270px;
    border-right: 1px solid #fff;
}

    .name-vehiculo img {
        width: 29px;
        margin-right: 10px;
    }

    .name-vehiculo a {
        color: #fff;
        font-size: 15px;
        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;
}


.menu-links-cupra a {
    color: #DBD3CB;
    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: 36px;
    width: 200px;
}

.menu-movil-cupra {
    display: none;
}

.banner-inicial-video {
    position: relative;
}

    .banner-inicial-video video {
        width: 100%;
    }

.banner-inicial-img {
    position: relative;
}

    .banner-inicial-img img {
        width: 100%;
    }

.banner-inicial {
    position: relative;
    background-image: url(/assets/img/autos-nuevos/slider-principal-web.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
}

.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;
}

.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-bottom: 15px;
        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;
        background-color: transparent;
    }

    .checkItems2 label {
        color: #fff;
    }

    .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;
}

/*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;
    }

    .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: 24px;
        color: #fff;
        line-height: 32px;
    }

        .datos-banner-cc p span {
            font-size: 24px;
            color: #fff;
            font-weight: 600;
        }

.btn-nuevo {
    margin: 25px 0 0;
    border-radius: 4px;
    background-color: #DBD3CB;
    color: #1B1B1B;
    font-weight: 600;
    height: 43px;
    border: none;
}

    .btn-nuevo:hover,
    .btn-nuevo:focus,
    .btn-nuevo:active {
        color: #1B1B1B;
        background-color: #fff !important;
        border: none;
    }

.txt-subsection {
    font-size: 24px;
    line-height: 1.4;
    /*color: #666;*/
}

.info-dis h4 {
    font-size: 23px;
    font-weight: 400;
    margin: 15px 0;
}

.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 {
        text-align: center;
        margin: 0;
        font-size: 24px;
        line-height: 1.4;
        color: #666;
    }

    .ficha-img button {
        padding: 13px 16px 15px;
        border: none;
        width: auto;
        margin-top: 50px;
        margin-bottom: 25px;
    }

    .ficha-img button:hover {
        color: #fff;
        background-color: #000;
        opacity: 0.75;
        border: none;
    }

.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;
}

.item-ft {
    margin-right: 20px;
    text-align: center;
}

    .item-ft font {
        color: #707070;
    }

    .item-ft p {
        margin: 0;
        font-weight: 600;
    }

        .item-ft p small {
            font-weight: normal;
            font-size: 14px;
        }

    /*.item-ft:last-child {
        border-left: 2px solid #000;
        padding-left: 15px;
    }*/

.btn-ficha {
    margin: 0 auto;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.btn-ficha2 {
    width: auto;
    padding: 26px;
}

.btn-ficha2:hover {
    color: #fff;
    background-color: #000;
    border: none;
}

    .btn-ficha i {
        margin-right: 5px;
        font-size: 21px;
    }

.equipamiento-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.equipamiento-item {
    text-align: center;
    width: 14%;
    margin: 25px 1.3%;
}

.equipamiento-item img{
    margin-bottom: 10px;
}

.aspectos-tec span {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    display: block;
}

.aspectos-tec .dato-ficha {
    justify-content: flex-start;
}

.aspectos-tec .item-ft {
    margin-right: 3.3%;
    text-align: left;
    width: 30%;
    margin-bottom: 25px;
}

.size-specs img{
    width: 80%;
    margin: 50px auto;
    display: block;
}

.datos-dimensiones {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.datos-dimensiones p{
    margin-right: 3.3%;
    width: 30%;
    margin-bottom: 25px;
            font-size: 24px;
        line-height: 1.2;
}

/* Contenedor de barras */
.progress-bars {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
}

/* Barra de progreso */
.progress-bar {
    width: 30%; /* Ajusta según el número de slides */
    height: 4px;
    background: #A3A3A3;
    position: relative;
    overflow: hidden;
    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;
    }

.owl-theme.cupra-hl .owl-dots {
    display: none;
}

.legales-interior p {
    text-align: justify;
}

.info-movil-slide {
    display: none;
}

.banner-terramar {
    height: 415px;
    background-image: url(/Assets/img/autos-nuevos/new-cupra-formentor-2024-release-waiting-list.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 50px;
    position: relative;
}

.div-bg-tm {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #1b1b1b;
    opacity: 1;
    -webkit-mask-image: linear-gradient(to left, transparent 0, #fff 100%);
    mask-image: linear-gradient(to left, transparent 0, #fff 100%);
}


.banner-terramar::before {
    background: #b1b1b1;
    -webkit-mask-image: linear-gradient(to left, transparent 0, #fff 100%);
    mask-image: linear-gradient(to left, transparent 0, #fff 100%);
}
.info-tm {
    max-width: 470px;
    z-index: 1;
}

.info-tm button{
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;

}

.info-tm h3 {
        font-size: 30px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}

.info-tm p {
    font-size: 24px;
    line-height: 32px;
}

@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;
    }

    .equipamiento-item {
        width: 18%;
        margin: 25px 1%;
    }
    /*.nav-tabs {
        margin-top: 48px;
    }*/
}

@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: calc(100% - 250px);*/
        display: flex;
        justify-content: flex-start;
        padding-right: 60px;
    }

        .menu-movil-cupra .btn {
            width: auto;
            background: transparent;
            color: #fff;
            text-align: left;
            margin: 0;
            margin-left: 20px;
            font-size: 15px;
        }

    #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;
            font-family: 'Cupra-Light';
            font-weight: normal;
        }

        .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;
        }

    .size-specs img {
        width: 100%;
    }

    .equipamiento-item {
        width: 23%;
        margin: 25px 1%;
    }
}

@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: 170px;
    }



    .specs-modelo .item-cu {
        width: 48%;
        margin-right: 0;
    }

    .item-cu p {
        font-size: 36px;
    }

    .item-cu span {
        font-size: 16px;
    }

    .equipamiento-item {
        width: 46%;
        margin: 25px 2%;
    }

    .aspectos-tec .item-ft {
        margin-right: 0;
        width: 100%;
    }

    .datos-dimensiones {
        width: 100%;
    }

    .datos-dimensiones p {
        margin-right: 0;
        width: 100%;
        font-size: 18px;
    }

    .content-color a img {
        width: 32px !important;
    }
    .menu-movil-cupra {
        width: auto;
        padding-right: 0px;
    }
    .nav-tabs {
        margin-top: 48px;
    }
}


    

@media (max-width: 675px) {
    .menu-movil-cupra {
        width: auto;
    }
    .nav-tabs {
        margin-top: 48px;
    }
}

@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 !important; 
    }

    .txt-subsection {
        font-size: 16px !important;
    }

    /*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: 245px;
    }

    .menu-movil-cupra {
        width: calc(100% - 245px);
    }

    .banner-inicial {
        height: 70vh;
    }


    .info-tm h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .info-tm p {
        font-size: 20px;
        line-height: 24px;
    }

    .info-tm {
        max-width: 100%;
        z-index: 1;
        width: 100%;
        text-align: center;
    }

    .div-bg-tm {
        position: absolute;
        top: unset;
        left: 0;
        width: 100%;
        height: 83%;
        background-color: #1b1b1b;
        -webkit-mask-image: linear-gradient(to bottom, transparent 0, #fff 33%);
        mask-image: linear-gradient(to bottom, transparent 0, #fff 33%);
        bottom: 0;
        z-index: unset;
    }

    .banner-terramar {
        height: 415px;
        background-image: url(/Assets/img/autos-nuevos/new-cupra-formentor-2024-release-waiting-list.jpg);
        background-repeat: repeat-x;
        background-position: top;
        background-size: contain;
        align-items: center;
        justify-content: flex-start;
        background-color: #1b1b1b;
    }

    .iconosDimenciones {
        display: block;
        
    }

    .btn-ficha2 {
        margin: 20px;
    }
    .nav-tabs {
        margin-top: 82px;
    }

}

@media (max-width: 480px) {
}
