/*body.header-auto{
    padding-top: 172px;
}

.ver-desktop{background-color: #34302d;}

.menu-interior .list-group{
    flex-direction: row;
    display: flex;
}
.menu-interior .list-group-item {
    padding: 1em 1rem;
    margin-bottom: 0;
    height: 50px;
    border: none;
    background-color: transparent;
    font-family: 'SeatBcn-Medium';
}
.menu-interior .list-group-item-action {
    color: #898989;
    width: auto;
    font-size: 14px;
}

.menu-interior .list-group a::after, #menu-movil a::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 2px solid #fff;
    bottom: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
}

.menu-interior .list-group a.active::after, .menu-interior .list-group a:hover::after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.ver-movil{
    background-color: #0F0F0F;
    padding: 0; 
    top: 86px; 
    display: none;
}

#menu-movil a:hover::after{
    -webkit-transform: scaleX(1); 
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.menu-interior .btn-collapse{width: 100%;} 
.menu-interior .btn-collapse a{
    color: #fff;
    height: 50px;
    padding: 0 2em;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #0F0F0F;
}

.menu-interior .btn-collapse a:after{
    content: "\e905";
    font-family: 'icomoon' !important;
    color: #fff;
    position: absolute;
    right: 50px;
    bottom: 5px;
    font-size: 25px;
}

.menu-interior .btn-collapse a.collapsed:after{
    content: "\e902";
    font-family: 'icomoon' !important;
    color: #fff;
    position: absolute;
    right: 50px;
    bottom: 5px;
    font-size: 25px;
}

.menu-interior #menu-movil{
    width: 100%; 
    text-align: center; 
    background-color: rgba(0, 0, 0, 0.8);
}*/

/*#menu-movil .list-group-item:first-child {border-top-left-radius: 0em !important;border-top-right-radius: 0em !important;}*/

/*BANNER AUTO*/
.banner-auto img {
    display: block;
    width: 100%;
}

.info-auto {
    padding: 50px 0 200px;
}

.ATEC21 h2, .ATEC22 h2 .ATEC23 h2, .IBIS24 h2, .ATEC24 h2 {
    color: white !important;
}

.ATEC21 span, .ATEC22 span .ATEC23 span, .IBIS24 span, .ATEC24 span {
    color: white !important;
}

.ATEC21 p, .ATEC22 p .ATEC23 p, .IBIS24 p, .ATEC24 p {
    color: white !important;
}

.IBIS24 p, .ATEC24 p {
    border-color: #fff !important;
}

    .info-auto h2 {
        text-align: left;
    }

.ARO24 h2, .IBIS24 h2, .ATEC24 h2, .TERRA24 h2 {
    font-size: 50px;
}

.ARO24 p, .IBIS24 p, .ATEC24 p, .TERRA24 p {
    font-size: 25px !important;
    height: 80%;
}

/*LEON 2024*/
.info-auto.NLEON24 {}
.info-auto.NLEON24 {}
.info-auto.NLEON24 {}
.info-auto.NLEON24 {}

.NLEON24 span {
    color: #ece9e1 !important;
}
.NLEON24 p {
    color: #ece9e1 !important;
    font-size: 25px !important;
    height: 80%;
    border-color: #ece9e1 !important;
}
    .features-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


.features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}

.features-item {
    color: #0f0f0f;
}

    .features-item span {
        color: #0f0f0f;
        font-size: 12px;
    }

    .features-item p {
        color: #0f0f0f;
        position: relative;
        border-bottom: 1px solid #0f0f0f;
        padding-bottom: 1rem;
        margin-right: 20px;
        font-family: 'SeatBcn-Bold';
    }

        .features-item p:after {
            /*content: "\e902";*/
            font-family: 'icomoon' !important;
            color: #0f0f0f;
            position: absolute;
            right: 10px;
            bottom: 15px;
        }

/*COTIZACION INTERIOR*/
#cotizador {
    margin-top: -190px;
    background-color: transparent;
}

    #cotizador .container {
        background-color: #fff;
        padding: 50px 30px 30px;
        box-shadow: 0px 10px 25px gray;
    }

        #cotizador .container .form-home .slc {
            z-index: 2;
        }

/*COLORES*/
#colores {
    width: 50%;
    margin: 0 auto;
}

.colores a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    width: 47px;
    height: 47px;
    background-repeat: no-repeat;
    background-size: contain;
    border: 3px solid #fff;
    border-radius: 100%;
    position: relative;
}

    .colores a.icoColor.icoSelec:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -20px;
        border-bottom: 2px solid #898989;
        width: 100%;
    }

.colores .content-color {
    text-align: center;
    position: relative;
}

    .colores .content-color:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -12px;
        border-bottom: 1px solid #ccc;
        width: 465px;
        transform: translate(-50%, -50%);
    }

/*.colores .color-tipo{
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 20px auto 0;
}*/

.colores .color-tipo {
    display: flex;
    width: 465px;
    margin: 20px auto 0;
    justify-content: space-between;
}

    .colores .color-tipo p {
        font-size: 12px;
    }

.colores .content-color {
    text-align: center;
}

.colores .NomColor {
    font-size: 16px;
    color: #0f0f0f;
    text-align: center;
    margin-top: 30px;
}

.icoColor.icoSelec {
    transition: all .4s ease;
    /*box-shadow: 0px 10px 10px -8px rgba(0,0,0,0.75);*/
    box-shadow: 0px 4px 9px -2px rgba(0,0,0,0.75);
}

.colores {
    position: relative;
}

    .colores .content-img .ncolor {
        position: absolute;
        margin: 0 auto;
        top: 145px;
        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;
    }

        .colores .content-img .ncolor img {
            position: inherit;
            width: auto;
            opacity: 1;
            width: auto;
        }

        .colores .content-img .ncolor.imgSelec {
            opacity: 1;
        }

        .colores .content-img .ncolor.hidden-car {
            position: inherit;
            opacity: 0;
        }

.txt-version {
    text-align: center;
    font-size: 12px;
}

/*FONOS COLORES*/
.icoColor#camuflage {
    background-image: url(../img/autos/tarraco/colores/thumbs/seat-colores-camuflage-icon.png);
}

.icoColor#blancoOryx {
    background-image: url(../img/autos/tarraco/colores/thumbs/seat-color-blanco-oryx-icon.png);
}

.icoColor#plataReflex {
    background-image: url(../img/autos/tarraco/colores/thumbs/seat-color-plata-reflex-icon.png);
}

.icoColor#titaniumBeige {
    background-image: url(../img/autos/tarraco/colores/thumbs/seat-color-titanium-beige-icon.png);
}

.icoColor#azulAtlantico {
    background-image: url(../img/autos/tarraco/colores/thumbs/seat-color-azul-atlantico-icon.png);
}

.icoColor#grisIndio {
    background-image: url(../img/autos/tarraco/colores/thumbs/seat-color-gris-indio-icon.png);
}

.icoColor#negroProfundo {
    background-image: url(../img/autos/tarraco/colores/thumbs/seat-color-negro-profundo-icon.png);
}

.icoColor#grisUrano {
    background-image: url(../img/autos/tarraco/colores/thumbs/seat-color-gris-urano-icon.png);
}


/*GALERÃA*/
#galeria {
    padding-bottom: 0;
}

/*TITULOS INTERIOR*/
.title-section {
    text-align: center;
    padding: 20px 0 40px;
}

    .title-section p {
        margin-bottom: .5rem;
        font-family: 'SeatBcn-Medium';
    }

/*VERSIONES*/
.content-versiones {
    display: flex;
    justify-content: center;
    width: 60%;
    margin: 0 auto;
}

.version-item {
    width: 75%;
}

    .version-item.item img {
        margin-bottom: 20px;
        /*display: none !important;*/
    }

    .version-item span {
        color: #0f0f0f;
        margin-bottom: 1rem;
        display: block;
    }

    .version-item p {
        color: #0f0f0f;
        font-family: 'SeatBcn-Bold';
    }

    .version-item ul {
        list-style: unset;
        padding-left: 15px;
    }

        .version-item ul li {
            margin-bottom: 5px;
        }

/*FICHA TÃ‰CNICA*/
.content-ficha {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.img-ficha {
    width: 50%;
}

.info-ficha {
    width: 30%;
}

    .info-ficha span {
        font-size: 14px;
        font-family: 'SeatBcn-Bold';
    }

    .info-ficha .slc {
        margin: 0 0 50px;
    }

.specs-ficha ul {
    justify-content: center;
}

section#ficha {
    padding-bottom: 0;
}

.item-ficha {
    width: 80%;
    margin: 0 auto;
}

    .item-ficha .btn-link {
        color: #0f0f0f;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
        width: 100%;
        text-align: left;
        text-decoration: none;
        position: relative;
    }

    .item-ficha .collapsed.btn-link:after {
        content: "\e902";
        font-family: 'icomoon' !important;
        color: #0f0f0f;
        position: absolute;
        right: 10px;
        bottom: 10px;
        font-size: 20px;
    }

    .item-ficha .btn-link:after {
        content: "\e905";
        font-family: 'icomoon' !important;
        color: #0f0f0f;
        position: absolute;
        right: 10px;
        bottom: 10px;
        font-size: 20px;
    }

.list-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-item {
    width: 45%
}

    .list-item ul {
        list-style: unset;
    }

        .list-item ul li {
            margin-bottom: 7px;
        }

.specs-ficha {
    background: #f1f1f1;
    padding-bottom: 50px;
    margin-top: 30px;
}

    .specs-ficha .nav-tabs {
        background: #fff;
    }

        .specs-ficha .nav-tabs .nav-link {
            border: none;
            border-bottom: 2px solid transparent;
            color: #898989;
            padding: 1rem 2rem;
            text-align: center;
        }

            .specs-ficha .nav-tabs .nav-link.active {
                border: none;
                border-bottom: 2px solid #0f0f0f;
                color: #0f0f0f;
            }

    .specs-ficha br {
        display: none;
    }

/*COLORES MOTO*/

.colores.sec2 .content-color:after {
    width: 165px;
}

.colores.sec2 .color-tipo {
    width: 165px;
}
/*MENU FICHA MOVIL*/
#menuft-movil {
    display: none;
}

    #menuft-movil .nav {
        flex-direction: column;
        align-items: unset
    }

    #menuft-movil .btn {
        background: #fff;
        width: 100%;
        margin: 0;
        color: #0f0f0f;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
        height: 50px;
        position: relative;
    }

    #menuft-movil .collapsed.btn-ficha:after {
        content: "\e902";
        font-family: 'icomoon' !important;
        color: #0f0f0f;
        position: absolute;
        right: 50px;
        bottom: 10px;
        font-size: 20px;
    }

    #menuft-movil .btn-ficha:after {
        content: "\e905";
        font-family: 'icomoon' !important;
        color: #0f0f0f;
        position: absolute;
        right: 50px;
        bottom: 10px;
        font-size: 20px;
    }
/*TECNOLOGIA*/
section#tecnologia {
    padding: 0;
}

.size-chart-block img.img-tab {
    display: none;
}

#tecnologia .txt-acc {
    padding: 4% 10%;
}


/*ACCESORIOS*/
section#accesorios {
    padding-top: 0;
}

.content-acc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.img-acc {
    width: 50%;
}

    .img-acc img {
        width: 100%;
    }

.txt-acc {
    width: 50%;
    color: #190F14 !important;
    padding: 10%;
}

    .txt-acc h1 {
        text-align: left;
    }

    .txt-acc p:first-child {
        font-family: 'SeatBcn-Bold';
    }


/*SEGURIDAD*/

.content-seguridad {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.seguridad-item {
    width: 33.3%;
    padding: 0 20px;
}

    .seguridad-item img {
        width: 100%;
    }

    .seguridad-item h4 {
        font-size: 16px;
        color: #0f0f0f;
        font-family: 'SeatBcn-Bold';
        padding: 30px 0 20px;
    }

    .seguridad-item p {
        text-align: justify;
    }


/*MEDIA QUERYS*/

@media (min-width: 1436px) {
    .info-auto.NLEON24 .Titulo {
        font-size: 68px;
        font-weight: 900;
        line-height: 94px;
        max-height: 152px;
        margin-top: 64px;
        margin-bottom: 56px;
        color:#ece9e1 !important;
    }

}

    @media (max-width: 1650px) {
        /*ACCESORIOS*/
        .txt-acc {
            padding: 4%;
        }
    }

    @media (max-width: 1200px) {
        /*FICHA TÃ‰CNICA*/
        .specs-ficha br {
            display: block;
        }

        .specs-ficha .nav-tabs {
            align-items: end;
        }

        /*COLORES*/
        #colores {
            width: 60%;
        }

        /*VERSIONES*/
        .img-ficha {
            width: 60%;
        }

            .img-ficha img {
                width: 100%;
            }

        .content-ficha {
            justify-content: flex-start;
        }

        /*TECNOLOGIA*/
        #tecnologia .txt-acc {
            padding: 4% 10% 1% 5%;
        }
    }

    @media (max-width: 991px) {
        .features {
            width: 100%;
        }

        /*body.header-auto{padding-top: 201px;}

    .ver-movil{display: block;}
    .ver-desktop{display: none;}*/
        /*SEGURIDAD*/
        .seguridad-item {
            padding: 0 10px;
        }

        /*ACCESORIOS*/
        .txt-acc {
            padding: 0 7%;
        }

        /*FICHA TÃ‰CNICA*/
        .specs-ficha .nav-tabs .nav-link {
            padding: 1rem;
        }

        .item-ficha {
            width: 100%;
        }

        /*COLORES*/
        .colores .content-img .ncolor img {
            width: 100%;
        }

        #colores {
            width: 80%;
        }

        /*VERSIONES*/

        .content-versiones {
            width: 75%;
        }

        .version-item {
            width: 100%;
        }

        .size-chart-block img.img-desktop {
            display: none;
        }

        .size-chart-block img.img-tab {
            display: block;
        }
    }

    @media (max-width: 767px) {
        /*SEGURIDAD*/
        .seguridad-item {
            width: 50%;
            margin-bottom: 20px;
        }

        .specs-ficha .nav-tabs .nav-link {
            font-size: 14px;
        }

        /*COLORES*/
        #colores {
            width: 90%;
        }

        /*BANNER INTERIOR*/
        .btn-feat {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

            .btn-feat .btn {
                width: 48%;
            }

        .features {
            display: block;
        }

        /*VERSIONES*/
        .content-ficha {
            display: none;
        }

        .version-item.item img {
            display: block !important;
        }

        .content-versiones {
            width: 100%;
        }
    }

    @media (max-width: 575px) {
        /*GENERAL*/
        p {
            font-size: 14px;
        }
        /*body.header-auto{padding-top: 185.5px;}*/

        /*SEGURIDAD*/
        .seguridad-item {
            width: 100%;
        }

        /*ACCESORIOS*/
        .txt-acc {
            width: 100%;
            order: 2;
            padding: 10%;
        }

        .img-acc {
            width: 100%;
        }

        .list-item ul {
            margin-bottom: 0;
        }

            .list-item ul li {
                font-size: 14px;
            }

        .list-item {
            width: 100%;
        }

        #menuft-desktop {
            display: none;
        }

        #menuft-movil {
            display: block;
        }

        /*COLORES*/
        #colores {
            width: 100%;
        }

        .colores a {
            width: 40px;
            height: 40px;
        }

        .colores .content-color::after, .colores .color-tipo {
            width: 407px;
        }

        /*COTIZADOR*/
        #cotizador {
            width: 90%;
            margin: -190px auto 0;
        }

            #cotizador .container {
                padding: 50px 15px 30px;
            }

        /*VERSIONES*/
        .slider-versiones.owl-theme .owl-dots .owl-dot.active span, .slider-versiones.owl-theme .owl-dots .owl-dot:hover span {
            background: #0f0f0f !important;
        }

        .slider-versiones.owl-theme .owl-dots {
            /*bottom: -25px !important;*/
            /*bottom: -75px !important;*/
            bottom: -117px !important;
        }

        /*TECNOLOGIA*/

        #img img.img-desktop {
            display: block;
        }

        #img img.img-tab {
            display: none;
        }

        #tecnologia .txt-acc {
            padding: 10%;
        }
    }

    @media (max-width: 480px) {

        .colores a {
            margin-left: 2px;
            margin-right: 2px;
            width: 34px;
            height: 34px;
        }

        .colores .content-color::after, .colores .color-tipo {
            width: 317px;
        }

        /*BANNER INTERIOR*/

        .btn-feat {
            width: 100%;
            flex-wrap: wrap;
        }

            .btn-feat .btn {
                width: 100%;
            }


        /*VERSIONES*/
        .version-item {
            text-align: center;
        }

            .version-item ul {
                padding-left: 60px;
                text-align: left;
            }

            .version-item .btn {
                margin: 20px auto;
            }
    }

    @media (min-width: 320px) and (max-width: 763px) {
        .info-auto.NLEON24 .Titulo {
            max-width: 440px;
            margin-left: auto;
            margin-right: auto;
            color: #ece9e1 !important;
        }
    }
    @media (min-width: 764px) and (max-width: 1015px) {
        .info-auto.NLEON24 .Titulo {
            max-height: 84px;
            font-size: 38px;
            line-height: 48px;
            margin: 48px 0px 40px 0px;
            color: #ece9e1 !important;
        }
    }
@media all and (max-width: 764px) {
    .info-auto.NLEON24 .Titulo {
        min-width: 288px;
        font-size: 30px;
        line-height: 38px;
        margin-top: 32px;
        margin-bottom: 40px;
        max-height: 114px;
        overflow: hidden;
        color: #ece9e1 !important;
    }
}

    /*legales modelos*/
    .centerlegales {
        font-size: 18px;
        text-align: center;
        font-weight: bold;
    }

    .detalleLegal {
        text-align: justify;
    }

    .IBIS22 h2 {
        color: #ece9e1;
        font-size: 50px;
    }

    .IBIS22 span {
        color: #ece9e1;
    }

    .IBIS22 p {
        color: #ece9e1;
        border-bottom: 1px solid #ece9e1;
        font-size: 25px;
        height: 80%;
    }

    .IBIS22 .btn-black {
        background-color: #ece9e1 !important;
        color: #190f14 !important;
        font-size: 16px;
        font-weight: 700;
    }

        .IBIS22 .btn-black:hover {
            opacity: 0.6;
        }

    .LEON22 h2 {
        color: #ece9e1;
        font-size: 50px;
    }

    .LEON22 span {
        color: #ece9e1;
    }

    .LEON22 p {
        color: #ece9e1;
        border-bottom: 1px solid #ece9e1;
        font-size: 25px;
        height: 80%;
    }

    .LEON22 .btn-black {
        background-color: #ece9e1 !important;
        color: #190f14 !important;
        font-size: 16px;
        font-weight: 700;
    }

        .LEON22 .btn-black:hover {
            opacity: 0.6;
        }

    .ATEC22 h2 .ATEC23 h2 {
        color: #ece9e1 !important;
        font-size: 50px !important;
    }

    .ATEC22 span .ATEC23 span {
        color: #ece9e1 !important;
    }

    .ATEC22 p .ATEC23 p {
        color: #ece9e1 !important;
        border-bottom: 1px solid #ece9e1 !important;
        font-size: 25px !important;
        height: 80%;
    }

    .ATEC22 .btn-black .ATEC23 .btn-black {
        background-color: #ece9e1 !important;
        color: #190f14 !important;
        font-size: 16px !important;
        font-weight: 700 !important;
    }

    .ATEC22 .btn-black:hover {
        opacity: 0.6;
    }

    .ARO22 h2 {
        font-size: 50px;
    }

    .ARO22 p {
        font-size: 25px;
        height: 80%;
    }

    .ARO22 .btn-black {
        font-size: 16px;
        font-weight: 700;
    }

    .TERRA22 h2 {
        font-size: 50px;
    }

    .TERRA22 p {
        font-size: 25px;
        height: 80%;
    }

    .TERRA22 .btn-black {
        font-size: 16px;
        font-weight: 700;
    }


    .txt-acc.ColorNuevoleon p {
        font-size: 14px !important;
    }

    h2.ColorNuevoleon {
        color: #fff !important;
        font-size: 50px;
    }

    .ColorNuevoleon span {
        color: #fff !important;
    }

    .ColorNuevoleon p {
        color: #fff !important;
        font-size: 25px !important;
        height: 80%;
    }


    .ColorNuevoleon.features-item p {
        border-bottom: 1px solid #fff;
    }

    .ColorNuevoleon h1.title-banner {
        color: #fff !important;
    }
