@font-face {
    font-family: 'SeatBcn-Regular';
    src: url('../fonts/SeatBcn-Regular.otf') format('otf'),url('../fonts/SeatBcn-Regular.woff') format('woff');
    font-display: swap;
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'SeatBcn-Medium';
    src: url('../fonts/SeatBcn-Medium.otf') format('otf'),url('../fonts/SeatBcn-Medium.woff') format('woff');
    font-display: swap;
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'SeatBcn-Bold';
    src: url('../fonts/SeatBcn-Bold.otf') format('otf'),url('../fonts/SeatBcn-Bold.woff') format('woff');
    font-display: swap;
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'SeatBcn-Black';
    src: url('../fonts/SeatBcn-Black.otf') format('otf'),url('../fonts/SeatBcn-Black.woff') format('woff');
    font-display: swap;
    font-weight: normal;
    font-style: normal
}


.item-footer a {
    color: white
}

.legales-miautofinance {
    text-align: center;
    padding-top: 2%;
    max-width: 1300px;
    margin:0 auto;
    width:100%;
}
#subtitleTA {
    font-size: 32px;
    font-family: 'SeatBcn-Bold';
}
.legales-miautofinance p {
    color: #000;
    text-align: left;
}
/*=== BOLSA DE TRABAJO==*/
.head-bt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #DEDAD5;
}
.head-bt .info-bt {
    width: 35%;
    height: 100%;
    padding: 0 100px;
}
.head-bt .img-bt {width: 65%;}
.head-bt h2 {text-align: left;}
.head-bt .img-bt img {width: 100%;}
.form-vacantes p {
    text-align: center;
    font-size: 12px;
}
.div1-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.div1-form .form-control {
    width: calc(33% - 20px);
}
.form-vacantes h2 {
    padding: 25px 0;
}
.t-bt {
    font-size: 35px;
    padding: 0 !important;
    margin-bottom: 0;
}
.div2-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.div2-form .form-control {
    width: calc(48% - 20px);
    height:40px;
}
.div2-form .slc {
    width: calc(48% - 20px);
}
.slc {
    position: relative;
    margin: 0 10px 15px;
}
.div2-form select.form-control {width:100%;}
.div2-form .custom-file {
    width: 48%;
}
.custom-file label {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 0;
    height: 40px;
    margin: 0 10px 15px;
    font-size: 13px;
    background-color: transparent;
    border-bottom: 1px solid #ced4da;
}
.div2-form .custom-file-label::after {
    height: unset;
    padding: 0 10px;
    color: #495057;
    content: "\e90b";
    background-color: transparent;
    font-family: 'icomoon' !important;
    font-size: 25px;
    color: #FF0036;
}
.nota-form.mob {
    display: none;
}
.nota-form {
    display: block;
    padding: 0 10px;
    font-size: 13px;
    line-height: 15px;
    width: 50%;
}
.nombreFile {
    padding: 10px 0;
    position: relative;
    display: block;
    margin: 0 10px 15px;
}
.vacante-item {
    width: 70%;
    margin: 50px auto 0;
}
.title-vacante {
    color: #001D50;
    font-family: 'SeatBcn-Bold';
    font-size: 20px;
    border-bottom: 1px solid #001D50;
    display: inline-block;
    margin-bottom: 25px;
    text-transform:uppercase;
}
.title-interior {
    text-align: left;
    width: 70%;
    margin: 35px auto;
}
.title-interior h2 {
    text-align: center;
    margin-top: 0;
    font-size:30px;
    font-family: 'SeatBcn-Bold';
    text-transform:uppercase;
}
.vacante-item p {
    margin-left: 40px;
}
.info-vacante {
    display: flex;
    justify-content: space-between;
}
.info-vacante .datos {
    color: #ccc;
}
.btn-vacante a {
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid #001D50;
    color: #001D50;
    text-decoration: none;
}
.btn-vacante a i {
    margin-left: 10px;
}
.icon-vw_icon-link:before {
    content: "\e904";
}
.info-vacante .datos br {
    display: none;
}
/*=== FIN BOLSA DE TRABAJO==*/
/*=== AFASA==*/



#afasaSec {padding-top: 0;}
.afasa-sec {background-color: #E5E5E5;padding: 0;}
.info-afasa {
    padding: 50px 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.info-afasa h2 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.div-afasa {
    width: 30%;
}
.info-afasa ul {
    list-style: disc;
}
.info-afasa ul li {
    line-height: 20px;
    margin-bottom: 10px;
}
.title-afasa {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}


/*=== FIN AFASA==*/
.btn-black2 {
    background-color: transparent;
    border: solid 2px #0f0f0f;
    color: #0f0f0f
}

    .btn-black2:hover {
        background-color: #0f0f0f
    }

    .btn-black2:active, .btn-black2:focus {
        background-color: #393634;
        color: #fff
    }

.UrlMenuFooter a {
    cursor: pointer
}

.cookie-policy-container {
    background: #33302e;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1061;
    padding: 35px 0 25px
}

    .cookie-policy-container .container {
        max-width: 1400px
    }

.content-cookie {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

    .content-cookie .cookies-button {
        width: 35%
    }

    .content-cookie .cookies-text {
        width: 65%
    }

    .content-cookie p {
        font-size: 14px;
        color: #fff
    }

    .content-cookie h2 {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        margin-bottom: 8px;
        font-family: 'SeatBcn-Bold';
        text-align: left
    }

    .content-cookie .avisoCookies {
        color: #fff;
        font-size: 14px;
        line-height: 26px;
        border-bottom: 2px solid #fff;
        padding-bottom: 4px;
        font-family: 'SeatBcn-Bold'
    }

@media(max-width:650px) {
    .divpCookies {
        width: 95%
    }
}

.backLoadP {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    background-color: transparent;
    background-color: rgba(0,0,0,0.76);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
    color: white;
    font-size: 18px;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.backLoadP2 {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    background-color: transparent;
    background-color: rgba(0,0,0,0.76);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
    color: white;
    font-size: 18px;
    display: none
}

.cendiv {
    margin: 0 auto;
    width: 90%;
    padding: 21px;
    margin-top: 10%;
    text-align: center
}

.cendiv2 {
    margin: 0 auto;
    width: 95%;
    padding: 21px;
    margin-top: 5%;
    text-align: center
}

.imgclose {
    width: 70px;
    position: absolute;
    z-index: 4;
    right: 90px;
    margin-top: -90px;
    cursor: pointer
}

body {
    font-size: 16px;
    color: #898989;
    font-family: 'SeatBcn-Regular';
    padding-top: 120px
}

a, a:hover {
    text-decoration: none
}

section {
    padding: 50px 0 25px
}

    section h1 {
        text-align: center;
        margin: 10px 0 20px
    }

    section .container {
        max-width: 1400px
    }

ul {
    list-style: none
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 13;
    /*-webkit-box-shadow: 0 15px 12px -11px rgba(0,0,0,0.55);
    box-shadow: 0 15px 12px -11px rgba(0,0,0,0.55)*/
}

    header .container {
        max-width: 1300px
    }

.headHome{
    background-color: #000;
}

.header-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin: 0 auto;
    height: 40px;
    max-width: 1300px;
}

    .header-top i {
        color: #FF0036;
        font-size: 30px
    }

    .header-top a {
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        margin: 0 5px
    }

    .info-dist span{
        color: #fff;
    }

        .header-top a.icono-txt i {
            margin-right: 5px
        }

    .header-top .contacto-dist a img {
        width: 30px
    }

    .header-top .info-dist a.icono-txt {
        color: #fff;
        font-family: 'SeatBcn-Medium';
        margin-right: 10px
    }

.navbar {
    border-top: solid 1px #ccc
}

.navbar-brand {
    border-right: solid 1px #ccc;
    padding-right: 15px
}

.navbar-nav .nav-item .nav-link {
    font-family: 'SeatBcn-Medium';
    font-size: 14px;
    color: #0f0f0f;
    padding: 0 1em;
    transition: .3s ease
}

    .navbar-nav .nav-item .nav-link:hover {
        color: #FF0036
    }

.navbar-nav .nav-item.nav-movil {
    display: none
}

.contacto-dist, .info-dist {
    display: flex;
    align-items: center
}

.header-talet {
    display: none
}

.dropdown-toggle::after {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    content: "\e902";
    border: 0;
    font-family: 'icomoon' !important
}

.navbar-light .navbar-toggler {
    border-radius: 100%;
    width: 45px;
    height: 45px;
    /*background-color: #FF0036;*/
    background-color: #FF0036;
    padding: .25rem .25rem;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 21;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../svg/seat_menu.svg");
    background-repeat: no-repeat;
    background-size: auto
}

    .navbar-light .navbar-toggler-icon.close {
        background-image: url("../svg/seat_cerrar.svg");
        opacity: 1
    }

.dropdown-menu {
    top: 44px;
    border-radius: 0;
    border: 0;
    font-family: 'SeatBcn-Medium';
    font-size: 14px;
    color: #0f0f0f
}

    .dropdown-menu a:hover {
        color: #FF0036;
        background-color: transparent
    }

.modal-content {
    border: 0;
    border-radius: 0
}

.modal-dialog {
    max-width: 1300px;
    margin: 122px auto
}

.modal-header {
    padding: 0;
    border-top: 1px solid #dee2e6
}

.menu-autos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 30px;
    max-height: calc(100vh - 190px);
    overflow: auto;
    overscroll-behavior: contain;
}

body:has(.menu_modelos_autos.active) {
    overflow: hidden;
}

.richtext {
    margin: 0 auto;
    margin-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px;
    margin-top : 30px;
}
    .richtext b, .richtext strong {
        font-family: 'SeatBcn-Bold';
        font-weight: normal;
        color: rgba(15,15,15,0.6);
    }
    .richtext p {
        font-family: 'SeatBcn-Regular';
        font-size: 16px;
        line-height: 30px;
        color: rgba(15,15,15,0.6) ;
        margin-bottom: 32px;
        margin-top: 32px;
    }
    .content-garantia .richtext a {
    font-family: 'SeatBcn-Regular';
    color: rgba(15,15,15,0.6) !important;
    border-bottom: 1px solid rgba(15,15,15,0.6);
    white-space: normal;
    word-break: break-word;
    }
.content-garantia .richtext a:hover {
    color: #0f0f0f !important;
    text-decoration: none;
    border-bottom: 1px solid #0f0f0f
}
.content-garantia .cont-img-active img {
    position: relative;
    max-width: 100%;
    height: auto;
}


.item-menu {
    width: 24%;
    padding: 0 15px 20px;
    cursor: pointer;
    transition: .5s ease;
    background-color: #fafaf9;
    margin: 15px .5%;
}

    .item-menu:hover, .item-servicio:hover {
        background-color: #fafaf9
    }

    .item-menu img {
        width: 100%
    }

    .item-menu h4, .item-servicio h4 {
        font-size: 16px;
        line-height: 29px;
        margin-top: 16px;
        margin-bottom: 0;
        color: #0f0f0f;
        font-family: 'SeatBcn-Bold'
    }

    .item-menu p, .item-servicio p {
        font-size: 14px;
        margin-bottom: 8px;
        min-height: inherit;
        color: #898989;
    }

    .item-menu .btn-desc {
        display: block;
        line-height: 26px;
        color: #FF0036;
        white-space: nowrap;
        font-family: 'SeatBcn-Bold';
        font-size: 14px;
        position: relative;
    }

        .item-menu .btn-desc.seatmo {
            display: block;
            width: 50%;
            line-height: 26px;
            color: #FF0036;
            white-space: nowrap;
            font-family: 'SeatBcn-Bold';
            position: relative;
            font-size: 17px;
        }

        .item-menu .btn-desc:after {
            content: "\e904";
            font-family: 'icomoon' !important;
            color: #FF0036;
            position: absolute;
            left: 95px;
            bottom: 0;
            font-size: 22px;
        }

    .item-menu .btn-modelo {
        color: #0f0f0f;
        border-bottom: 2px solid #33302e;
        padding-bottom: 8px;
        font-size: 14px;
        line-height: 26px
    }

.option-auto {
    height: 69px;
}

    .option-auto ul {
        margin-bottom: 0;
        display: flex;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .option-auto ul li {
            padding: 23px 1rem 1rem;
            
        }

.option-auto ul li.active {
    border-bottom: solid 2px #0f0f0f;
    color: #0f0f0f
}

.option-auto ul li:hover {
    color: #0f0f0f;
}

a.MenuAutosColor {
    color: #000;
}

.btnMenuMovil {
    font-family: 'SeatBcn-Medium';
    font-size: 14px;
    color: #0f0f0f;
    transition: .3s ease;
    padding: 0.75em 1em;
    display: block;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.btnMenuMovil:hover{
    color: #0f0f0f;
}

.btnMenuMovil::after {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    content: "\e902";
    border: 0;
    font-family: 'icomoon' !important;
}

.itemsSeat{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.option-auto ul li a {
    /*padding: 23px 1rem 1rem;
    border-bottom: solid 2px transparent;
    font-size: 14px;
    line-height: 29px;
    color: rgba(15,15,15,0.6);*/
    font-family: 'SeatBcn-Medium';
/*    cursor: pointer;
*/}

.menu-servicio {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-top: 1px solid #ccc;
    /*padding-top: 30px*/
}

.item-servicio {
    /*width: 25%;
    text-align: center;
    padding: 15px*/
    width: 30%;
    margin: 0 1%;
}

    .item-servicio img {
        width: 100%
    }

h2 {
    font-size: 32px;
    color: #190F14;
    font-family: 'SeatBcn-Black';
    text-align: center
}

    .tituM {
        font-size: 60px !important;
    }

    h1.title-banner {
        font-size: 35px;
        color: #190F14;
        font-family: 'SeatBcn-Black'
    }

h2.title-banner {
    font-size: 35px;
    color: #000;
    font-family: 'SeatBcn-Black';
}

h3 {
    font-size: 26px;
    color: #000;
    font-family: 'SeatBcn-Bold'
}

.back-color {
    color: #0f0f0f
}

.btn {
    border-radius: 4px;
    height: 48px;
    color: #fff;
    font-family: 'SeatBcn-Medium';
    display: block;
    width: 230px;
    padding: .75rem;
    margin: 20px 0;
    font-size: 14px
}

.btn-white2 {
    background-color: transparent;
    color: #fff;
    border: solid 2px #fff;
    margin: 20px auto
}

    .btn-white2:hover {
        color: #fff
    }

.btn:hover {
    color: #fff
}

.btn:focus, .btn:active {
    box-shadow: none
}

.btn-orange {
    background-color: #FF0036
}

    .btn-orange:hover {
        background-color: #f08d5f
    }

    .btn-orange:active, .btn-orange:focus {
        background-color: #d7571c
    }

.btn-feat.IBIS23 .btn-black,
.btn-feat.NLEON24 .btn-black,
.btn-feat.IBIS24 .btn-black,
.btn-feat.ATEC23 .btn-black,
.btn-feat.ATEC24 .btn-black {
    background-color:#fff;
    color:#000;
}
    .btn-feat.IBIS23 .btn-black:hover {
        background-color: #fff !important;
        opacity: 0.6;
        color: #000 !important
    }



.btn-black {    background-color: #0f0f0f}



    .btn-black:hover {
        background-color: rgba(15,15,15,0.7)
    }

    .btn-black:active, .btn-black:focus {
        background-color: #393634;
        opacity: 1
    }

.btn-white {
    background-color: transparent;
    color: #898989;
    border: solid 2px #898989
}

    .btn-white:hover {
        background-color: #898989;
        color: #fff
    }

.btn-black2 {
    background-color: transparent;
    border: solid 2px #0f0f0f;
    color: #0f0f0f
}

    .btn-black2:hover {
        background-color: #0f0f0f
    }

    .btn-black2:active, .btn-black2:focus {
        background-color: #393634;
        color: #fff
    }

.terraco1 {
    background-color: #ded1a7
}

.terraco2 {
    background-color: #d5b29c
}

.terraco3 {
    background-color: #ebd0c1
}

.ibiza1 {
    background-color: #e63a2b
}

.ibiza2 {
    background-color: #ffde4a
}

.ibiza3 {
    background-color: #84c497
}

.toledo1 {
    background-color: #d8dc48
}

.toledo2 {
    background-color: #ffde4a
}

.toledo3 {
    background-color: #84c497
}

.arona1 {
    background-color: #00afac
}

.arona2 {
    background-color: #fcc446
}

.arona3 {
    background-color: #ee7d05
}

.ateca1 {
    background-color: #ee7d05
}

.ateca2 {
    background-color: #8ececf
}

.ateca3 {
    background-color: #f18c76
}

.leon2 {
    background-color: #9f948e
}

.leon3 {
    background-color: #dedad4
}

.color-back {
    background-color: #fafafa
}

.form-control {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 0;
    height: 40px;
    margin: 0 10px 15px;
    font-size: 13px
}

    .form-control::placeholder {
        color: #898989
    }

    .form-control:focus {
        border-color: #0f0f0f;
        box-shadow: none;
        border: 1px solid;
        background-color: transparent
    }

.custom-control-label {
    font-size: 13px
}

.avisoPriv {
    color: #898989;
    border-bottom: 1px solid #ccc;
    text-decoration: none
}

    .avisoPriv:hover {
        color: #d7571c;
        border-bottom: 1px solid #d7571c
    }

form .btn {
    margin: 20px auto
}

.custom-select {
    color: #898989;
    background: 0
}

.slc select {
    width: 100%;
    margin: 0
}

.slc {
    position: relative;
    margin: 0 10px 15px
}

.checkboxes {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

    .checkboxes input[type="checkbox"] {
        position: absolute;
        left: -9999px;
        margin: 0
    }

        .checkboxes input[type="checkbox"] + label {
            position: relative;
            display: block;
            color: #898989;
            font-weight: 400;
            line-height: 1;
            padding-left: 30px;
            margin: 0 0 10px;
            cursor: pointer;
            font-size: 13px
        }

            .checkboxes input[type="checkbox"] + label:before {
                content: '';
                top: calc(50% - 10px);
                left: 0;
                width: 20px;
                height: 20px;
                background: #fff;
                position: absolute;
                border: 1px solid #ccc;
                border-radius: 100%
            }

            .checkboxes input[type="checkbox"] + label:after {
                content: '';
                color: #fff;
                font-size: 20px;
                line-height: 30px;
                text-align: center;
                top: 1px;
                left: 4px;
                width: 12px;
                height: 12px;
                position: absolute;
                background: #FF0036;
                -webkit-transition: all .2s ease;
                transition: all .2s ease;
                border-radius: 100%
            }

        .checkboxes input[type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0)
        }

        .checkboxes input[type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1)
        }

.radios {
    padding: 0 10px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle
}

    .radios input[type="radio"] {
        position: absolute;
        left: -9999px;
        margin: 0
    }

        .radios input[type="radio"] + label {
            margin: 0;
            color: #898989;
            font-size: 13px;
            cursor: pointer;
            font-weight: 400;
            line-height: 20px;
            position: relative;
            padding-left: 30px;
            display: inline-block
        }

            .radios input[type="radio"] + label:before {
                content: '';
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                background: #fff;
                position: absolute;
                border: 1px solid #ccc;
                -webkit-border-radius: 100%;
                border-radius: 100%
            }

        .radios input[type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0)
        }

        .radios input[type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        .radios input[type="radio"] + label:after {
            content: '';
            top: 4px;
            left: 4px;
            width: 12px;
            height: 12px;
            position: absolute;
            background: #FF0036;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

.form-home {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 20px
}

    .form-home .form-control {
        width: 18%
    }

.checkbox-item {
    display: flex;
    justify-content: center;
    padding: 20px 0 10px
}

.form-home .slc {
    width: 18%;
    position: relative
}

    .form-home .slc select {
        width: 100%
    }

.content-slide-home {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

.info-slide-home {
    width: 40%;
    padding: 0 0 0 10%
}

    .info-slide-home.rigth-info {
        padding: 0 0 0 5%
    }

.img-slide-home {
    width: 60%
}

.info-slide-home p {
    color: #0f0f0f
}

.info-slide-home p {
    color: #0f0f0f
}

.badge {
    padding: .4em .5em;
    font-weight: unset;
    background-color: #0f0f0f;
    color: #fff;
    margin-bottom: 15px
}

#modelos h2 {
    text-align: left;
    font-size: 35px
}

    #modelos h2.famCupra {
        width: 25%;
        text-align: center;
    }

.ModelosHomeCUPRA {
    text-align: center;
}

.content-seat-autos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

    .content-seat-autos .item-auto {
        width: 25%;
        margin: 20px 0;
        padding: 0 10px
    }

.item-auto ul li {
    position: relative
}

    .item-auto ul li:after {
        content: "\e904";
        font-family: 'icomoon' !important;
        color: #FF0036;
        position: absolute;
        left: calc(100% - 25%);
        bottom: calc(50% - 12px)
    }

.item-auto ul {
    padding-left: 0
}

    .item-auto ul a {
        color: #0f0f0f;
        display: flex;
        align-items: center;
        transition: .3s;
        font-size: 14px;
        margin-bottom: 5px;
    }

        .item-auto ul a:hover {
            color: #FF0036
        }

        .item-auto ul a:focus {
            color: #d7571c
        }

        .item-auto ul a i {
            color: #FF0036;
            font-size: 30px;
            margin-right: 5px
        }

.info-modelo {
    margin-top: 20px
}

    .info-modelo h3 {
        margin-bottom: 0;
        text-transform: capitalize;
    }

    .info-modelo p {
        font-family: 'SeatBcn-Medium'
    }

.banner-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between
}

.banner-item {
    width: 49%;
    text-align: center;
    padding: 50px 0 20px
}

    .banner-item:last-child {
        background-color: #f3f2f0
    }

    .banner-item a {
        margin: 20px auto
    }

    .banner-item p {
        font-family: 'SeatBcn-Medium'
    }

    .banner-item img {
        margin: 20px 0
    }

.crm-end {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.item-crm {
    width: 25%;
    padding: 0 20px;
    text-align: center
}

    .item-crm i {
        font-size: 70px
    }

    .item-crm .btn {
        width: 100%
    }

.banner-cot#phantom {
    top: 42px;
    max-height:400px;
    overflow:hidden;
}
.banner-cot {
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}

/*BANNER*/
.cont-module {
    min-height: 320px;
    max-height: 320px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 0 16px 48px;
    z-index: 2;
}

.cont-module-text {
    width: auto;
    text-align: center;
}

.eyebrow {
    font-size: 16px;
    line-height: 30px;
    font-family: 'SeatBcn-Black';
    font-stretch: normal;
    letter-spacing: normal;
}

.cont-module-text h1.title {
    font-size: 50px;
    line-height: 64px;
    max-height: calc(64px*2 + 4px);
    margin-bottom: 0;
    overflow: hidden;
    font-family: 'SeatBcn-Black';
}



/**/

    .banner-cot img {
        display: block;
        position: relative;
        width: 100%
    }

    .banner-cot h2 {
        position: absolute;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #fff
    }

.form-cotizacion .slc {
    width: 48%
}

.form-cotizacion {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0
}

.datos-izq {
    width: 48%
}

.datos-der {
    width: 48%;
    text-align: center
}

.btn-cotizacion {
    display: flex
}

.datos-der .checkboxes {
    margin: 10px 0
}

.slc::before {
    content: "\e902";
    font-family: 'icomoon' !important;
    color: #FF0036;
    position: absolute;
    right: 15px;
    top: 9px;
    z-index: -1
}

.banner-cot picture {
    width: 100%
}

.contacto-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between
}

.form-contacto, .datos-generales {
    width: 45%
}

    .form-contacto .form-control {
        margin: 0 0 15px
    }

    .datos-generales ul {
        padding-left: 0;
        margin-bottom: 50px
    }

        .datos-generales ul li {
            color: #0f0f0f;
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            font-size: 14px
        }

.contacto-content h2 {
    text-align: left;
    margin: 20px 0
}

.datos-generales ul li a {
    display: flex;
    align-items: center;
    margin-left: 35px;
    color: #FF0036
}

    .datos-generales ul li a i {
        font-size: 20px;
        margin-left: 10px
    }

.datos-generales ul i {
    font-size: 30px;
    color: #FF0036;
    margin-right: 5px
}

.form-contacto .btn {
    margin: 20px 0
}

.directorio-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.directorio-item {
    width: 33.3%;
    margin-bottom: 50px
}

    .directorio-item span {
        color: #0f0f0f;
        display: block
    }

    .directorio-item a {
        color: #0f0f0f;
        display: block;
        width: auto
    }

        .directorio-item a:hover {
            color: #FF0036
        }

.bg-directorio {
    background-color: #fafafa;
    border-top: 1px solid #ccc;
    padding-top: 50px;
    margin-top: 25px
}

#directorio h2 {
    text-align: left
}

#directorio {
    padding-bottom: 0
}

#map {
    padding: 0
}

.mapa iframe {
    width: 100%;
    height: 450px
}

#fam-suvs {
    padding-top: 0;
    padding: 0 !important
}

#slide-suvs-sec {
    padding-bottom: 0;
    padding: 0 !important
}

    #slide-suvs-sec .slider-content {
        padding-top: 0
    }

.content-suvs .suvs-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

.suvs-info:first-child {
    background-color: #438A9C
}

.suvs-info:nth-child(even) {
    background-color: #fafaf9
}

.suvs-info:nth-child(3) {
    background-color: #a0c99f
}

.suvs-info .img-suv {
    width: 70%
}

    .suvs-info .img-suv img {
        width: 100%
    }

.suvs-info .suvs-dato {
    width: 30%;
    padding: 4% 5%
}

.suvs-dato h1 {
    font-size: 35px;
    margin-bottom: 20px;
    text-align: left
}

.suvs-dato span {
    color: #0f0f0f;
    font-family: 'SeatBcn-Bold'
}

.suvs-dato ul {
    padding-left: 0;
    text-align: justify
}

    .suvs-dato ul li {
        margin-bottom: 5px
    }

.slider-content {
    padding-top: 50px
}

.owl-theme .item picture {
    width: 100%;
    display: block
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%,-50%)
}

    .owl-theme .owl-dots .owl-dot span {
        width: 30px !important;
        height: 3px !important;
        border-radius: 0 !important
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #fff !important
    }

.owl-theme .owl-nav {
    margin-top: 0 !important
}

    .owl-theme .owl-nav [class*="owl-"] {
        position: absolute;
        top: 50%;
        color: #0f0f0f !important;
        font-size: 20px !important
    }

    .owl-theme .owl-nav .owl-prev {
        left: 5%
    }

    .owl-theme .owl-nav .owl-next {
        right: 5%
    }

.submenu-modelos-wrap {
    display: none;
    overflow: hidden;
    height: auto;
    position: relative;
    z-index: 9999;
    background: #fff;
    width: 100%;
    opacity: 1
}

    .submenu-modelos-wrap .container {
        padding-bottom: 30px
    }

.toggle-submenu-modelos {
    padding: 0 2rem 0 0 !important
}

    .toggle-submenu-modelos:after {
        content: "\e902";
        font-family: 'icomoon' !important;
        color: #0f0f0f;
        position: absolute;
        right: 13px;
        bottom: -3px;
        font-size: 16px
    }

    .toggle-submenu-modelos:hover:after, .toggle-submenu-modelos.active:hover:after {
        color: #FF0036
    }

    .toggle-submenu-modelos.active:after {
        content: "\e905";
        font-family: 'icomoon' !important;
        color: #0f0f0f;
        position: absolute;
        right: 13px;
        bottom: -3px;
        font-size: 16px
    }

footer {
    background-color: #34302d;
    color: #fff;
    padding-top: 50px;
    margin-top: -1px
}

    footer .container {
        max-width: 1400px
    }

    footer h3 {
        color: #898989
    }

.content-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 30px;
    /*border-bottom: 1px solid #ccc*/
}

.item-footer {
    width: 20%
}

    .item-footer h3 {
        font-family: 'SeatBcn-Bold';
        font-size: 15px;
        color: #898989;
        margin: 30px 0
    }

    .item-footer ul {
        list-style: none;
        padding-left: 0
    }

        .item-footer ul li {
            font-size: 13px;
            font-family: 'SeatBcn-Bold';
            margin-bottom: 15px
        }

            .item-footer ul li a {
                font-size: 13px;
                font-family: 'SeatBcn-Bold';
                color: #fff;
                text-decoration: none
            }

.footer-final {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.logo-xs a {
    color: #FFF;
    text-decoration: none;
}
.logo-xs img {
    margin: 0 5px;
    width: 200px;
}
.logos-redes {
    margin: 10px 0
}

    .logos-redes i {
        font-size: 35px;
        padding: 0 10px
    }

    .logos-redes a {
        text-decoration: none;
        color: #fff
    }

.logo-seat {
    margin: 10px 0
}

.footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .footer-info p {
        margin-bottom: 0;
        font-size: 13px
    }

.logo-xs p {
    display: flex;
    align-items: center
}

    .logo-xs p i {
        font-size: 35px
    }

.crm {
    position: fixed;
    top: calc(50% - 150px);
    right: 10px;
    width: 45px;
    z-index: 50
}

    .crm a {
        position: relative;
        display: flex;
        width: 45px;
        height: 45px;
        color: #fff;
        margin-bottom: 15px
    }

        .crm a article {
            display: flex;
            align-items: center;
            width: 45px;
            height: 45px;
            background-color: #FF0036;
            padding-left: 4px;
            border-radius: 25px;
            overflow: hidden;
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

            .crm a article i {
                font-size: 36px;
                margin-right: 10px
            }

            .crm a article span {
                width: 150px;
                font-size: 14px;
                line-height: 1;
                white-space: nowrap;
                padding-left: 10px
            }

        .crm a:hover article {
            position: absolute;
            right: 0;
            width: 200px;
            height: 45px
        }

.drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 80%;
    left: -80%;
    padding: 40px 20px;
    margin: 0;
    z-index: 20;
    background: rgba(255,255,255,.95);
    transform: translate3d(0,0,0);
    transition: box-shadow .3s ease-in-out,left .3s ease-in-out .3s
}

.open.drawer {
    left: 0;
    box-shadow: 10px 0 15px rgba(0,0,0,.3)
}

.drawer-content .navbar {
    border-top: 0
}

#navbarNavDropdown2 {
    width: 100%
}

.drawer-content .navbar-nav .dropdown-menu {
    background-color: transparent
}

    .drawer-content .navbar-nav .dropdown-menu a {
        border-bottom: solid 1px #ccc;
        transition: .3s ease
    }

.content-refacciones .container {
    width: 630px;
    padding-bottom: 100px
}

.content-refacciones p {
    margin: 25px 0
}

.content-refacciones span {
    font-size: 13px;
    text-align: center;
    display: block
}

.content-garantia {
    width: 850px;
    margin: 0 auto 50px
}

    .content-garantia p {
        margin-bottom: 0
    }

    .content-garantia ul {
        list-style: inherit;
        padding-left: 25px;
        margin: 25px 0
    }

        .content-garantia ul li {
            padding-left: 5px;
            margin-bottom: 5px;
        }
.legales {
    margin: 30px 0
}

    .legales span {
        font-size: 13px;
        text-align: center;
        display: block;
        margin-bottom: 5px
    }

.tabla-precios h2 {
    width: 60%;
    margin: 0 auto 50px
}

.tabla-precios .container {
    width: 50%
}

.tabla-precios .content-tablas {
    background-color: #99bab1;
    padding: 20px
}

.tabla-precios .table-mant {
    padding-top: 20px
}

.table thead th {
    border-bottom: 0;
    font-family: 'SeatBcn-Bold';
    font-weight: unset
}

.table td, .table th {
    border-bottom: 1px solid #0f0f0f;
    border-top: 0;
    font-weight: unset
}

table span {
    display: block
}

.table-sm td {
    vertical-align: middle;
    font-size: 13px;
    text-align: center
}

table tbody tr {
    font-size: 13px
}

.tabla-precios p {
    font-family: 'SeatBcn-Bold';
    font-weight: unset;
    color: #0f0f0f
}

.table-mant.movil {
    display: none
}

.form-servicio {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

    .form-servicio h2 {
        text-align: left;
        margin-bottom: 25px
    }

.content-cita {
    width: 50%;
    padding: 25px 2% 25px 2%
}

/*.servMovil {
    display: none;
}*/
.dir {
    display:none;
}
.opcPago {
    display:none;
}
    .content-cita .form-control {
        margin: 0 0 20px 0
    }

    .content-cita .slc {
        margin: 0
    }

.final-servicio {
    width: 100%;
    text-align: center
}

    .final-servicio .checkboxes {
        margin: 10px 0
    }

    .final-servicio .btn-servicio {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

.btn-servicio .btn {
    margin: 20px
}

.fecha .input-group .btn {
    margin: 0 0 20px 0;
    height: 40px;
    border-top: 0;
    border-right: 0;
    border-radius: 0
}

.fecha .input-group .btn {
    color: #FF0036
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #FF0036;
    background-color: #fff;
    border-color: #ccc
}

    .btn-outline-secondary:not(:disabled):not(.disabled).active:hover, .btn-outline-secondary:not(:disabled):not(.disabled):active:hover, .show > .btn-outline-secondary.dropdown-toggle:hover {
        box-shadow: none
    }

.gj-picker {
    margin-top: -20px
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #FF0036 !important
}

.content-pmanejo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.form-pmanejo {
    padding: 25px 0
}

    .form-pmanejo .form-control {
        margin: 0 0 20px 0
    }

    .form-pmanejo h2 {
        width: 100%;
        margin-bottom: 20px
    }

    .form-pmanejo .slc {
        margin: 0
    }

    .form-pmanejo.step1 {
        width: 48%
    }

    .form-pmanejo.step2 {
        width: 48%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

        .form-pmanejo.step2 .fecha, .form-pmanejo.step2 .slc {
            width: 48%;
            margin: 0
        }

    .form-pmanejo.step3 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

        .form-pmanejo.step3 .datos-contacto {
            width: 48%
        }

            .form-pmanejo.step3 .datos-contacto:last-child {
                text-align: center
            }

.datos-contacto .checkboxes {
    margin: 10px 0
}

#financiamiento {
    padding: 0
}

p.sub-title {
    font-family: 'SeatBcn-Bold';
    margin-bottom: 0
}

.content-financiamiento {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

    .content-financiamiento .finan-info {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center
    }
    #financiamiento .btn{border-radius:50px;}
finan-info.portada {
    flex-direction: column;
}

.finan-info:first-child {
    background-color: #9fb9ae
}

.finan-info .img-finan {
    width: 50%
}
.finan-info.portada .img-finan{width:100%;}


    .finan-info .img-finan img {
        width: 100%
    }

.finan-info .finan-dato {
    width: 50%;
    padding: 2% 5%
}
.finan-dato {
    padding: 8% 5%;
    max-width: 510px;
    margin: 0 auto;
}


.finan-info .finan-dato-titulo {
    width: 100%;
    padding: 4% 5% 6% 8%;
}

.finan-info .finan-dato-titulo h1.title-banner{font-size:68px; text-align:left;}

.finan-info.back-white {
    background-color: #fff !important;
}
#afasaSec {
    padding-top: 0;
}

.finan-dato h1 {
    font-size: 35px;
    margin-bottom: 20px;
    text-align: left
}

.promos-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

.img-promos {
    /*width: 50%*/
    width: 100%;
}

    .img-promos img {
        width: 100%
    }

.promos-dato {
    width: 50%;
    padding: 0 5%
}

.promos-option {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

    .promos-option article {
        color: #0f0f0f;
        font-family: 'SeatBcn-Bold';
        font-size: 20px;
        margin-bottom: 10px;
        padding: 0 25px
    }

.promos-dato p {
    color: #0f0f0f
}

.content-promos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px
}

.promo-item {
    width: 40%;
    margin-top: 50px;
    position: relative
}

    .promo-item .precio-mensualidad {
        color: #0f0f0f;
        font-family: 'SeatBcn-Bold';
        font-size: 20px;
        margin-bottom: 10px;
        display: block
    }

    .promo-item p {
        font-size: 12px;
        margin-bottom: 5px
    }

.promo-fin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    flex-wrap: wrap
}

    .promo-fin .btn {
        width: 48%;
        height: 55px;
        padding-block: 15px;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .promo-fin .btn-orange {
        position: relative
    }

        .promo-fin .btn-orange.collapsed::after {
            content: "\e902";
            font-family: 'icomoon' !important;
            color: #fff;
            position: absolute;
            font-size: 22px;
            top: 5px;
            right: 10px;
        }

        .promo-fin .btn-orange::after {
            content: "\e905";
            font-family: 'icomoon' !important;
            color: #fff;
            position: absolute;
            font-size: 22px;
            top: 5px;
            right: 10px;
        }

@media(max-width: 450px) {
    .promo-fin { flex-direction: column; }
    .promo-fin .btn { width: 100% !important; }
}
.promo_link_boton_mas_informacion {
    padding-right: 30px;
}

.promo-item .card-body {
    font-size: 13px
}

#promociones .promos-info .img-promos {
    width: 60%
}

#promociones .promos-info .promos-dato {
    width: 40%
}

    #promociones .promos-info .promos-dato h1 {
        text-align: left
    }

#promociones p.txt-promos {
    text-align: center;
    width: 60%;
    margin: 0 auto
}

#inventarioSeminuevos {
    background: #fafaf9;
    padding-bottom: 15px
}

#seminuevos h2 {
    margin-bottom: 30px
}

.content-inventario {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 25px
}

.section-filtros {
    width: 25%;
    margin-right: 5%;
    margin-top: 25px
}

.inventario-item .header-item .btn {
    color: #0f0f0f;
    width: 100%;
    margin: 0;
    background-color: #fafaf9;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    height: 50px;
    padding: .5rem 1rem;
    position: relative;
    text-align: left
}

.inventario-item {
    background-color: #fafaf9;
    padding: 1px 15px
}

    .inventario-item .header-item .btn:after {
        content: "\e905";
        font-family: 'icomoon' !important;
        color: #0f0f0f;
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 20px
    }

    .inventario-item .header-item .collapsed.btn:after {
        content: "\e902";
        font-family: 'icomoon' !important;
        color: #0f0f0f;
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 20px
    }

    .inventario-item .option-item ul {
        padding: 10px 20px;
        margin-bottom: 0
    }

        .inventario-item .option-item ul a {
            font-size: 14px;
            color: #898989
        }

            .inventario-item .option-item ul a:hover {
                color: #FF0036
            }

.filtros-inventario span {
    display: block;
    width: 100%;
    background: #0f0f0f;
    color: #fff;
    padding: .75rem 2rem;
    font-family: 'SeatBcn-Bold'
}

.filtros-autos {
    width: 70%
}

.item-seminuevo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-top: 25px
}

    .item-seminuevo h4 {
        width: 100%;
        font-family: 'SeatBcn-Medium';
        font-size: 20px;
        color: #0f0f0f
    }

        .item-seminuevo h4 span {
            font-family: 'SeatBcn-Regular'
        }

.slider-seminuevos-inv {
    width: 30%
}

.info-seminuevo {
    width: 45%;
    margin-left: 10%
}

.datos-seminuevo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px
}

    .datos-seminuevo .dato {
        padding: 0 25px
    }

        .datos-seminuevo .dato:first-child {
            padding-left: 0;
            border-right: 1px solid #ccc
        }

    .datos-seminuevo font {
        font-size: 14px
    }

    .datos-seminuevo article {
        color: #0f0f0f;
        font-family: 'SeatBcn-Bold';
        font-size: 20px
    }

        .datos-seminuevo article.line {
            text-decoration: line-through;
            text-decoration-color: #FF0036
        }

.specs-seminuevo ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0
}

    .specs-seminuevo ul li {
        width: 30%;
        font-size: 14px;
        display: flex;
        align-items: center;
        font-family: 'SeatBcn-Medium'
    }

        .specs-seminuevo ul li img {
            margin-right: 7px
        }

        .specs-seminuevo ul li i {
            color: #FF0036;
            font-size: 30px;
            margin-right: 7px
        }

.dist-seminuevo {
    text-align: center;
    font-size: 13px
}

.btn-seminuevo {
    display: flex
}

    .btn-seminuevo .btn-black2 {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        margin-top: 10px
    }

    .btn-seminuevo .btn-black {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-top: 10px
    }

.owl-theme.slider-seminuevos .owl-nav [class*="owl-"] {
    background-color: transparent !important;
    font-size: 30px !important;
    top: 30%
}

    .owl-theme.slider-seminuevos .owl-nav [class*="owl-"] i {
        color: #FF0036
    }

.owl-theme.slider-seminuevos .owl-nav .owl-prev {
    left: 0
}

.owl-theme.slider-seminuevos .owl-nav .owl-next {
    right: 0
}

.header-inventario {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    width: 100%
}

.item-header {
    width: 20%;
    font-size: 14px
}

    .item-header p {
        color: #0f0f0f;
        font-family: 'SeatBcn-Medium'
    }

    .item-header.select {
        display: flex;
        align-items: center;
        width: 30%;
        text-align: center
    }

        .item-header.select .slc {
            width: 60%
        }

.filtro-movil {
    width: 100%;
    display: none
}

    .filtro-movil a {
        color: #0f0f0f;
        width: 100%;
        margin: 0;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
        height: 50px;
        padding: .75rem 1rem;
        position: relative;
        text-align: left;
        display: block
    }

        .filtro-movil a::after {
            content: "\e905";
            font-family: 'icomoon' !important;
            color: #0f0f0f;
            position: absolute;
            right: 15px;
            top: 10px;
            font-size: 20px
        }

        .filtro-movil a.collapsed::after {
            content: "\e902";
            font-family: 'icomoon' !important;
            color: #0f0f0f;
            position: absolute;
            right: 15px;
            top: 10px;
            font-size: 20px
        }

.item-header ul {
    display: flex;
    padding: 0
}

    .item-header ul li {
        margin: 0 5px
    }

#parati {
    padding: 0
}

    #parati .img-finan {
        width: 65%
    }

    #parati .finan-dato {
        width: 35%
    }

    #parati .finan-info .finan-dato {
        padding: 4% 6%
    }

.container.form-finan {
    padding: 50px 15px 30px 15px
}

.info-plan {
    width: 100%;
    padding: 65px
}

    .info-plan h1 {
        text-align: left
    }

    .info-plan .list-beneficios {
        column-count: 3;
        column-gap: 56px
    }

        .info-plan .list-beneficios ul {
            list-style: unset;
            padding-left: 15px
        }

            .info-plan .list-beneficios ul li {
                padding-left: 15px;
                margin-bottom: 5px;
                line-height: 30px
            }

.legales-planes {
    width: 100%;
    background-color: #fafafa;
    padding: 50px 0
}

.content-legal {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

    .content-legal .legal {
        width: 48%;
        font-size: 12px;
        text-align: center
    }

        .content-legal .legal a {
            display: block;
            color: #898989
        }

#parati .finan-info:first-child {
    background-color: #9f948e
}

#seguroAuto {
    padding: 0
}

.coberturas-content {
    background: #fafaf9;
    padding: 50px 0
}

    .coberturas-content .item-ficha .btn-link {
        font-family: 'SeatBcn-Bold';
        font-size: 16px
    }

    .coberturas-content .list-item {
        width: 80%;
        margin: 0 auto;
        padding-top: 25px
    }

        .coberturas-content .list-item ul {
            list-style: none;
            padding: 0
        }

            .coberturas-content .list-item ul span {
                font-family: 'SeatBcn-Bold'
            }

.list-beneficios a {
    display: block;
    margin-bottom: 10px;
    color: #0f0f0f;
    font-family: 'SeatBcn-Bold';
    position: relative
}

    .list-beneficios a::after {
        content: "\e902";
        font-family: 'icomoon' !important;
        color: #0f0f0f;
        position: absolute;
        bottom: -5px;
        font-size: 22px
    }

.productos {
    padding: 0
}

.legales.seguro {
    background-color: #fafaf9;
    padding: 50px;
    margin: 0
}

#parts {
    padding: 0
}

.btn-video {
    background: rgba(51,48,46,0.5);
    border: 2px solid #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    align-self: center;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    transition: all .1s ease-in;
    width: 58px;
    height: 58px;
    margin-left: -24px;
    padding-top: 7.5px;
    position: absolute;
    top: 50%;
    left: 50%
}

    .btn-video:hover {
        background: rgba(51,48,46,0.8)
    }

    .btn-video img {
        width: 14px !important;
        height: 14px;
        min-width: 14px;
        min-height: 14px;
        margin: 0;
        position: absolute;
        left: calc(50% - 7px);
        top: calc(50% - 7px);
        bottom: 0
    }

.finan-info .video-modal {
    position: relative
}

.name-refaccion {
    width: 50%;
    background-color: #dadadc;
    padding: 25px
}

    .name-refaccion .title-refaccion {
        display: block;
        color: #0f0f0f;
        font-size: 22px;
        text-transform: uppercase;
        font-family: 'SeatBcn-Bold'
    }

    .name-refaccion .desc-refaccion {
        color: #0f0f0f;
        font-size: 20px;
        text-transform: uppercase
    }

.info-refaccion {
    display: flex;
    align-items: center;
    padding: 25px;
    width: 50%
}

.selectFicha.slc {
    margin: 0 0 15px;
    width: 50%
}

.info-refaccion .datos-refaccion ul {
    text-transform: uppercase;
    font-size: 13px;
    color: #0f0f0f;
    padding-left: 0
}

.info-refaccion .img-refaccion {
    width: 60%
}


    .info-refaccion .img-refaccion img {
        width: auto
    }

#postVenta .btn{width:100%;}
.postventa-dato {
    position: relative;
    margin: 16px 0 16px -56px;
    max-width: 100%;
    background: #fff;
    padding: 24px 32px;
    height: 100%;
    min-height: 341px;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 1px 3px 0 rgb(51 48 46 / 60%);
}
.reverse .postventa-dato {
    margin: 16px -56px 16px 0;
}

.img-postventa {
    width: 100%;
    max-width: 553px;
    height: auto;
    max-height: 373px;
}

    .img-postventa img {
        width: 100%
    }

#postVenta .container {
    max-width: 1140px;
}
#postVenta .promos-info {
    background-color: #fff;
    margin-bottom: 50px;
    align-items: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: inherit !important;
    align-items:center;
}


.btn-postventa{background-color:#FF0036;}
    .btn-postventa:hover {
        background-color: #f08d5f;
        color: #fff
    }

.postventa-dato .card-price-box{border-bottom: 1px solid #ccc;}

.postventa-dato h2 {
    text-align: left;
    font-size:20px;

}
.end-posventa {
    margin-top: 24px;
    padding-top: 24px;
    width:100% !important;
}

.postventa-dato .txt-descuento {
    font-size: 16px;
    color: rgba(15,15,15,0.6);
}

.txt-descuento span {
    font-family: 'SeatBcn-Bold'
}

.legales-postventa {
    padding: 32px 90px 104px;
    column-count: 2;
    column-gap: 50px;
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    font-size: 12px;
    text-align: justify
}

#servicioPostVenta {
    background-color: #809887
}

    #servicioPostVenta .promos-dato {
        width: 40%;
        padding: 0 5% 0 10%
    }

    #servicioPostVenta .img-promos {
        width: 60%
    }

.cookie-policy-container {
    background: #33302e;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1061;
    padding: 35px 0 25px
}

    .cookie-policy-container .container {
        max-width: 1400px
    }

.content-cookie {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

    .content-cookie .cookies-button {
        width: 35%
    }

    .content-cookie .cookies-text {
        width: 65%
    }

    .content-cookie p {
        font-size: 14px;
        color: #fff
    }

    .content-cookie h2 {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        margin-bottom: 8px;
        font-family: 'SeatBcn-Bold';
        text-align: left
    }

    .content-cookie .avisoCookies {
        color: #fff;
        font-size: 14px;
        line-height: 26px;
        border-bottom: 2px solid #fff;
        padding-bottom: 4px;
        font-family: 'SeatBcn-Bold'
    }

.container.container-typage {
    position: relative
}

.promos-info.typage span {
    font-family: 'SeatBcn-Bold'
}

/*.promos-info.typage .promos-dato {
    padding: 0 18% 0 5%
}*/

.promos-dato {
    margin: auto;
    text-align: center;
}

article.wpCRMArt {
    background-color: #54c050 !important;
    color: white;
}

.link-crm {
    z-index: 9999;
    background: #f1f1f1;
    color: #000;
    width: auto;
    position: fixed;
    right: -300px;
    bottom: 62%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    overflow: auto;
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
}

.link-crm.show {
    right: 65px;
}

.link-crm a {
    display: block;
    width: 220px;
    padding: 10px 15px;
    color: inherit;
}
.link-crm a:hover {
    color: #d7571c;
}

.content-typage {
    width: 50%;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap
}

.info-typage:first-child {
    border-right: 2px solid #ccc;
    color: #898989
}

.info-typage {
    width: 50%;
    margin: 20px 0;
    color: #0f0f0f
}

    .info-typage li {
        margin-bottom: 10px;
        white-space: nowrap;
    }

        .info-typage li span {
            font-family: 'SeatBcn-Bold'
        }

.btn-typage {
    width: 100%;
    display: flex;
    justify-content: center
}

    .btn-typage .btn {
        margin: 20px 15px
    }

.btn-option {
    position: absolute;
    top: 40%
}

    .btn-option a article {
        display: flex;
        align-items: center;
        width: 45px;
        height: 45px;
        background-color: #FF0036;
        padding-left: 4px;
        border-radius: 25px;
        margin-bottom: 10px
    }

    .btn-option a {
        color: #fff
    }

        .btn-option a article i {
            font-size: 36px;
            margin-right: 10px
        }

.info-typage.mb-content {
    width: 100%;
    display: none
}

    .info-typage.mb-content li.head-list {
        color: #898989;
        margin-bottom: 0
    }
.revision h2 {
    font-size: 38px;
    color: #000;
    font-family: 'SeatBcn-Black';
    text-align: inherit;
    margin-bottom: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.three-columns {
    padding-top: 40px;
    padding-bottom: 40px;
}
.bg-white-2 {
    background-color: #ece9e1;
    color: #190f14 !important;
}
.three-columns .container-fluid {
    max-width: 472px;
}
.container-fluid {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
}


.three-columns .container-columns {
    column-count: 2;
    column-gap: 56px;
}

.richtext a {
    color: #0f0f0f;
    font-size: 16px;
    line-height: 30px;
}
.richtext h2 {
    font-size: 25px;
    color: #000;
    font-family: 'SeatBcn-Black';
    text-align: inherit;
}

/*mo 125*/
.bgRed {
    background-color: #fe3b1f !important;
}

.info-mo125 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.info-mo125 p{
    color:#000 ;
}

.info-mo125 h2{
    margin: 25px 0;
}

.suvs-dato2,
.img-suv2 {
    width: 50%;
}

.suvs-dato2 {
    padding: 4% 10%;
}

.img-suv2 img{
    width: 100%;
}

.coloropacity {
    opacity: 0.8;
}

.bgGris {
    background-color: #fafafa !important;
}

.bgGris2 {
    background-color: #a59c94 !important;
}

.bgGris3 {
    background-color: #cbc4bc !important;
}

.bgNegro {
    background-color: #000 !important;
}

.bannerFS{
    position: relative;
}

.bannerFS img {
    width: 100%;
}

.infoBannerFS {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.infoBannerFS .btn{
    width:  300px;
}

.infoBannerFS span {
    color: #fff;
    font-size: 40px;
    font-family: 'SeatBcn-Bold';
}

.suvs-dato2 span {
    font-family: 'SeatBcn-Medium';
    color: #000;
    font-size: 16px;
}

.img-suv3{
    width: 40%;
}

.img-suv3 img {
    width: 100%;
}

.suvs-dato3 {
    width: 60%;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
}

.MoBloque01{
    width: 40%;
}

.suvs-dato3 span {
    font-family: 'SeatBcn-Medium';
    color: #000;
    font-size: 16px;
}

.MoBloque01 ul li {
    color: #000;
    font-family: 'SeatBcn-Medium';
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    line-height: 28px;
}

.MoBloque01 ul li img{
    margin-right: 15px;
}

/*usados certificados*/

.color-orange {
    color: #FF0036;
}

.content-landing-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
}

.landing-item {
    width: 33.3%;
    padding: 0 20px;
}

.landing-item h4 {
    font-size: 20px;
    color: #0f0f0f;
    font-family: 'SeatBcn-Bold';
    padding: 15px 0 20px;
    margin: 0;
}

.prom-item {
    width: 25%;
    padding: 0 20px;
    margin-bottom: 25px;
}

.prom-item h4 {
    font-size: 20px;
    color: #FF0036;
    font-family: 'SeatBcn-Bold';
    padding: 15px 0 20px;
    margin: 0;
}

.prom-item span {
    background-color: #FF0036;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.prom-item span i{
    color: #fff;
    font-size: 80px;
}

.prom-item font {
    font-size: 11px;
    display: block;
    line-height: 12px;
    color: #FF0036;
}

.info-landing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    
}

.iconos-vertical {
    background-color: #FF0036;
    width: 120px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 25px 0;
}

.iconos-vertical img {
    width: 80px;
    font-size: 100px;
    color: #fff;
    margin: 15px 0;
}

.txt-landing {
    width: calc(100% - 120px);
    padding: 0 40px;
}

.banner-landing{
    position: relative;
}

.banner-landing a {
    position: absolute;
    right: 20%;
    top: 75%;
    font-size: 25px;
    width: auto;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prom-item span img {
    width: 80px !important;
}

.legales {
    font-size: 12px;
    /*padding: 0px 80px 0px 80px;*/
}

/*IBIZA 40 ANIVERSARIO*/
.bg-blue-2 {
    background-color: #95c0d6 !important;
}

.bg-blue-3 {
    background-color: #6baee0 !important;
}

.img-03 {
    background-image: url(/assets/img/ibiza-40-aniversario/seat-ibiza-digital-cockpit-radio.jpg);
    width: 50%;
    height: 600PX;
    background-position: center;
    background-size: cover;
}

.img-02 {
    background-image: url(/assets/img/ibiza-40-aniversario/seat-ibiza-40-aniversario-pantalla_xl.jpg);
    width: 50%;
    height: 600PX;
    background-position: center;
    background-size: cover;
}

.img-01 {
    background-image: url(/assets/img/ibiza-40-aniversario/seat-ibiza-40-aniversario-interior_xl.jpg);
    width: 100%;
    height: 600PX;
    background-position: center;
    background-size: cover;
    justify-content: flex-end;
}

.img-01 .suvs-dato2{
    height: 100%;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-01 .suvs-dato2 span,
.img-01 .suvs-dato2 p,
.img-01 .suvs-dato2 h2{
    color: #fff !important;
}

.slider-ibiza{
    padding: 75px 0 75px 50px;
}

.owl-theme.slider-ibiza-40 .owl-stage {
    padding-left: 0 !important;
}

.owl-theme.slider-ibiza-40 .item span {
    font-family: 'SeatBcn-Medium';
    color: #000;
    font-size: 16px;
    display: block;
    margin: 15px 0;
}

.owl-theme.slider-ibiza-40 .item p {
    color: #000;
    margin-top: 15px;
}

.owl-theme.slider-ibiza-40 .owl-dots .owl-dot span {
    width: 200px !important;
    height: 2px !important;
    margin: 0;
    background: rgba(25, 15, 20, 0.4);
    transition: all 0.3s linear;
}

.owl-theme.slider-ibiza-40 .owl-dots .owl-dot.active span, .owl-theme.slider-ibiza-40 .owl-dots .owl-dot:hover span {
    background: rgb(25, 15, 20) !important;
}

.slider-ibiza h2 {
    text-align: left;
    margin-bottom: 50px;
}

.sub-ibiza {
    font-family: 'SeatBcn-Medium';
    color: #000;
    font-size: 16px;
}

.promos-ibiza{
    width: 55%;
    padding: 50px;
}

.promos-ibiza .btn {
    margin: 40px 0 20px;
}

.promos-ibiza span{
    margin-bottom: 25px;
    display: block;
}

.banner-ibiza40{
    display: flex;
    flex-wrap: wrap;

}

.img-banner-ibiza{
    width: 85%;
}

.top-banner-ibiza {
    position: relative;
}

.name-ibiza {
    position: absolute;
    bottom: -65px;
    right: 100px;
}

.name-ibiza span {
    font-size: 30px;
    line-height: 32px;
    font-family: 'SeatBcn-Black';
    color: #000;
    display: block;
    margin-bottom: 15px;
    text-align: right;
}

.name-ibiza h2 {
    font-size: 140px;
    line-height: 107px;
}

.name-ibiza p {
    font-size: 40px;
    line-height: 44px;
    font-family: 'SeatBcn-Black';
    color: #000;
}

.specs-ibiza {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 75px 25px 50px;
    width: 75%;
}

.specs-ibiza-item {
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.specs-ibiza-item span {
    font-family: 'SeatBcn-Medium';
    color: #000;
    font-size: 16px;
}

.specs-ibiza-item p {
    font-size: 30px;
    line-height: 32px;
    font-family: 'SeatBcn-Black';
    color: #000;
    margin: 0;
        margin-top: 25px;
}

.specs-ibiza-btn {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    padding: 75px 0 50px;
    flex-direction: column;
}

.img-04{
    display: none;
}


/*PROMOCIONES NUEVAS*/

.head-new-promos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.promos-dato2{
    width: 45%;
    padding: 50px;
}

.img-promos2{
    width: 55%;
}

.promos-dato2 h1 {
    font-size: 48px;
    font-weight: 800;
    color: #000;
}

.promos-dato2 p{
    font-size: 20px;
    font-weight: 400;
}

.switch-tabs {
    position: relative;
    display: flex;
    width: 420px;
    background: #fff;
    border-radius: 50px;
    padding: 6px;
    overflow: hidden;
}

.switch-option {
    position: relative;
    flex: 1;
    border: none;
    background: transparent;
    padding: 14px 0;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    z-index: 2;
    transition: color 0.3s ease;
    color: #999;
    align-items: center;
    display: flex;
    justify-content: center;
}

    .switch-option.active {
        color: #fff;
    }

.switch-slider {
    position: absolute;
    top: 6px;
    left: 6px;
    width: calc(50% - 6px);
    height: calc(100% - 12px);
    background: #ff1744;
    border-radius: 50px;
    transition: transform 0.35s cubic-bezier(.4,0,.2,1);
    z-index: 1;
}

.switch-container {
    margin: 50px 0;
    border-radius: 53px;
    background-color: #F3F3F3;
    padding: 10px 10px 10px 25px;
}

    .switch-container p {
        margin: 0;
        font-size: 20px;
        color: #323232;
        font-weight: 600;
    }

.switch-option img {
    filter: invert(1);
    margin-right: 10px;
    width: 20px;
}

.new-promo-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.style-promo-01 {
    background-color: #0C3040 !important;
    color: #92F9FF !important;
}

.style-promo-01 h3{
    color: #92F9FF !important;
}

.style-promo-02 {
    background-color: #191633 !important;
    color: #F11C59 !important;
}

.style-promo-02 h3{
    color: #F11C59 !important;
}

.style-promo-03 {
    background-color: #20134B !important;
    color: #CA8EFE !important;
}

.style-promo-03 h3{
    color: #CA8EFE !important;
}

.img-new-promo{
    width: 60%;
}

.info-new-promo{
    width: 40%;
    padding: 50px;
}

.info-new-promo h3{
    font-size: 40px;
    margin-bottom: 25px;
}

.info-new-promo p{
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 400;
}

.button-new-promo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .button-new-promo .btn {
        width: 46%;
        color: #fff;
        border: 1px solid #fff;
        background-color: #F11C59;
        border-radius: 34px;
    }

.legal-new-promos{
    max-width: 900px;
    padding: 25px;
    margin: 50px auto;
}

.div-legal {
    width: 48%;
}

.div-legal p {
    font-size: 15px;
    font-weight: 400;
    color: #949494;
}

.detalle-promos-head{
    margin-top: 40px;
}

.info-detalle-promo {
    position: absolute;
    width: 400px;
    color: #fff;
    top: 50%;
    transform: translate(0, -50%);
    left: 100px;
}

    .info-detalle-promo h3 {
        color: #fff;
        font-size: 58px;
        font-weight: 700;
    }

.info-detalle-promo p{
    font-size: 18px;
}

.detalle-promos {
    box-shadow: 0px 4px 19px 0px #00000040;
    margin-top: 100px;
}

.item-description {
    height: 300px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #aaa;
}

.description-detalle {
    width: 33.33%;
    background-color: #E8E6E3;
}

.description-detalle p{
    font-size: 20px;
    font-weight: 400;
    color: #323232;
    padding-bottom: 10px;
}

.description-detalle h3{
    color: #323232;
    font-size: 36px;
    margin-bottom: 15px;
}

.description-detalle span{
    display: block;
    color: #323232;
    font-size: 30px;
    font-weight: 900;
}

.description-detalle small{
    color: #323232;
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}


.detalle-item-promo{
    width: 33.33%;
}

.item-promo-top,
.item-promo-bottom {
    height: 300px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.detalle-promos{
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between;
}

.item-promo-top h4,
.item-promo-bottom h4 {
    font-size: 32px;
    color: #323232;
    font-weight: 700;
    margin-bottom: 20px;
}

.item-promo-top p,
.item-promo-bottom p {
    font-size: 18px;
    color: #323232;
    font-weight: 400;
    margin-bottom: 0;
}

.item-promo-top p span,
.item-promo-bottom p span{
    color: #F31E58;
    font-weight: 900;
}

.item-promo-top {
    border-bottom: 1px solid #aaa;
}

.item-promo-top.first-item,
.item-promo-bottom.first-item{
    border-right: 1px solid #aaa;
}

@media(max-width:1650px) {
    .suvs-info .suvs-dato {
        padding: 0 2%
    }

    .item-auto img {
        width: 100%
    }

    .finan-info .finan-dato {
        padding: 0 2%
    }

    .finan-dato {
        padding: 0 2%
    }

    /*.promos-info.typage .promos-dato {
        padding: 0 14% 0 5%
    }*/
}

@media(max-width:1650px) {
    #parati .finan-info .finan-dato {
        padding: 2% 4%
    }

    .banner-landing a {
        right: 15%;
    }
}

@media(max-width:1400px) {

    .MoBloque01 {
        width: 50%;
    }

    .MoBloque01 ul{
        padding-left: 0;
    }

    .suvs-info.info-mo125 .suvs-dato {
        width: 40%;
    }

    .suvs-info.info-mo125 .img-suv {
        width: 60%;
    }

    /*ibiza 40 aniversario*/

    .promos-ibiza {
        width: 80%;
    }

    .specs-ibiza-item {
        width: 45%;
        margin-bottom: 25px;
    }

    .info-new-promo p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .info-new-promo h3 {
        font-size: 36px;
    }

    .item-promo-top h4, .item-promo-bottom h4 {
        font-size: 28px;
    }

    .item-promo-top p, .item-promo-bottom p {
        font-size: 16px;
    }

    .description-detalle span {
        font-size: 28px;
    }

    .description-detalle h3 {
        font-size: 30px;
    }

    .description-detalle p {
        font-size: 16px;
    }

}

@media(max-width:1200px) {
    .legales-miautofinance {max-width: 1140px;}
        .div-afasa {
        width: 32%;
        font-size: 14px;
    }   
    .suvs-dato ul li {
        font-size: 13px;
        margin-bottom: 2px
    }

    .suvs-dato a {
        margin: 15px 0
    }

    .suvs-dato h1 {
        font-size: 25px
    }

    .navbar-nav .nav-item .nav-link {
        padding: 0 .75em
    }

    .header-top {
        font-size: 11.5px
    }

    .form-control {
        margin: 0 7px 15px
    }

    .finan-dato p {
        font-size: 13px
    }

    .finan-dato h1 {
        font-size: 23px;
        margin-bottom: 10px
    }

    .tabla-precios .container {
        width: 100%
    }

    .promo-item {
        width: 45%
    }

        .promo-item img {
            width: 100%
        }

    #promociones .promos-info .promos-dato {
        width: 50%
    }

    #promociones .promos-info .img-promos {
        width: 50%
    }

    .specs-seminuevo ul li {
        width: 50%
    }

    .slider-seminuevos-inv {
        width: 40%
    }

    .info-seminuevo {
        margin-left: 5%
    }

    #parati .finan-info .finan-dato {
        padding: 2% 5%
    }

    .selectFicha.slc, .name-refaccion, .info-refaccion {
        width: 60%
    }

        .info-refaccion .img-refaccion img {
            width: 100%
        }

    .end-posventa .btn {
        margin: 10px 0
    }


    .promos-info.typage .promos-dato {
        padding: 0 6% 0 5%
    }

    .promos-info.typage p {
        font-size: 15px
    }

    /*mo125*/
    .suvs-dato2 {
        padding: 4%;
    }

    .MoBloque01 {
        width: 100%;
    }

    .MoBloque01 ul li {
        margin-bottom: 15px;
        line-height: 20px;
    }

    /*ibiza 40 aniversario*/

    .owl-theme.slider-ibiza-40 .owl-nav.disabled + .owl-dots {
        width: 100%;
    }

    .owl-theme.slider-ibiza-40 .owl-dots .owl-dot span {
        width: 120px !important;
    }

    .promos-dato2 h1 {
        font-size: 38px;
    }

    .promos-dato2 p {
        font-size: 16px;
    }

    .info-new-promo h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .info-new-promo p {
        font-size: 15px;
        margin-bottom: 0;
    }

    .info-new-promo {
        padding: 25px 50px 25px 25px;
    }

}

@media(max-width:991px) {

    .prom-item {
        width: 33.3%;
    } 

    .legales-miautofinance {max-width: 960px;}
    .div-afasa {
        width: 48%;
    }    
    .custom-file{height:auto;}
    /*Bolsa trabajo*/
    .head-bt .img-bt,
    .head-bt .info-bt {
        width: 50%;
    }


    .crm {
        display: none
    }
    .link-crm {
        display: none;
    }

    body {
        padding-top: 141px
    }

    section .container {
        max-width: 850px
    }

    .suvs-info .suvs-dato, .suvs-info .img-suv {
        width: 50%
    }

    .suvs-dato ul li {
        font-size: 16px;
        margin-bottom: 5px
    }

    .suvs-dato a {
        margin: 20px 0
    }

    .suvs-dato h1 {
        font-size: 35px
    }

    .suvs-info .suvs-dato {
        padding: 4% 5%
    }

    .item-footer {
        width: 33%
    }

    .contacto-dist, .info-dist span {
        display: none
    }

    .info-dist {
        margin: 0 auto
    }

    .navbar-brand {
        border-right: 0
    }

    .navbar {
        padding: 0rem 1rem
    }

    .header-top .info-dist a.icono-txt {
        font-size: 16px
    }

    .header-talet {
        display: flex;
        align-items: center;
        background-color: #FF0036;
        justify-content: space-around;
        height: 45px
    }

        .header-talet a {
            color: #fff;
            font-size: 14px;
            text-decoration: none;
            display: flex;
            align-items: center
        }

            .header-talet a img, .header-talet a i {
                margin-right: 10px
            }

            .header-talet a i {
                font-size: 35px
            }

    .navbar-nav .nav-item .nav-link {
        padding: .75em 1em;
        border-bottom: 1px solid #ccc
    }

        .navbar-nav .nav-item .nav-link i {
            font-size: 30px;
            color: #FF0036;
            margin-right: 10px
        }

    .navbar-nav .nav-item.nav-movil {
        display: block
    }

        .navbar-nav .nav-item.nav-movil .nav-link {
            display: flex;
            align-items: center
        }

    #navbarNavDropdown {
        display: none
    }

    #navbarNavDropdown2.height-mov {
        height: 80vh;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transition: all .6s ease-in-out;
        transition: all .5s ease-in-out
    }

    .content-seat-autos .item-auto {
        width: 33.3%
    }

    .banner-item {
        width: 50%;
        padding: 50px 15px 20px
    }

        .banner-item img {
            width: 100%
        }

    .item-crm {
        padding: 0 10px
    }

    .form-home .form-control {
        width: 31%;
        margin-bottom: 20px
    }

    .form-home .slc {
        width: 31%
    }

        .form-home .slc .form-control {
            margin-bottom: 0
        }

    .info-slide-home, .img-slide-home {
        width: 50%
    }

        .info-slide-home.rigth-info {
            padding: 0 10% 0 5%
        }

    .slider-home.owl-theme .owl-nav .owl-prev {
        left: 2%
    }

    .slider-home.owl-theme .owl-nav .owl-next {
        right: 2%
    }

    .form-cotizacion .slc {
        width: 47%
    }

    .btn-cotizacion {
        justify-content: space-between
    }

        .btn-cotizacion .btn {
            width: 48%
        }

    .form-contacto, .datos-generales {
        width: 100%
    }

    .directorio-item {
        font-size: 14px
    }

    .mapa iframe {
        height: 300px
    }

    .content-garantia {
        width: 90%
    }

    .form-pmanejo.step1 {
        width: 100%
    }

    .form-pmanejo.step2 {
        width: 100%
    }

    .form-pmanejo h2 {
        text-align: left
    }

    .finan-info .finan-dato {
        width: 50%;
        padding: 0 5%
    }
    .finan-dato {
        padding: 0 5%
    }
    .finan-info .finan-dato-titulo {
        width: 100%;
        padding: 4% 5% 6% 8%;
    }

    .finan-info .finan-dato-titulo h1.title-banner {
        font-size: 38px;
        text-align: left;
    }


    .finan-dato p {
        font-size: 15px
    }

    .finan-dato h1 {
        font-size: 30px
    }

    #promociones p.txt-promos {
        width: 100%
    }

    .filtros-autos {
        width: 65%
    }

    .section-filtros {
        width: 30%
    }

    .slider-seminuevos-inv {
        width: 70%;
        margin: 0 auto
    }

    .info-seminuevo {
        width: 100%;
        margin-left: 0
    }

    .specs-seminuevo ul li {
        width: 30%
    }

    .slider-seminuevos-inv {
        width: 60%;
        margin: 25px auto
    }

    #parati .img-finan {
        width: 50%
    }

    #parati .finan-dato {
        width: 50%
    }

    #parati .finan-info .finan-dato {
        padding: 2% 8%
    }

    .info-plan .list-beneficios {
        column-count: 1
    }

    .fancybox-slide--iframe .fancybox-content {
        height: 50% !important
    }

    .selectFicha.slc, .name-refaccion, .info-refaccion {
        width: 80%
    }

    .end-posventa .btn {
        margin: 20px 0
    }

    .legales-postventa {
        column-count: 1;
        padding: 32px 50px 104px
    }



    .content-cookie p {
        font-size: 12px
    }

    .btn-option {
        display: none
    }

    .content-typage {
        width: 70%
    }

    #modelos h2.famCupra {
        width: 33.3%;
    }

    /*mo125*/

    .img-suv3 {
        width: 100%;
    }

    .suvs-dato3 {
        width: 100%;
        justify-content: space-between;
    }

    .MoBloque01 {
        width: 48%;
    }

    .suvs-info.info-mo125 .suvs-dato {
        width: 50%;
    }

    .suvs-info.info-mo125 .img-suv {
        width: 50%;
    }

    .option-auto ul {
        border-top: none;
    }

    .menu-autos {
        padding-top: 0;
        justify-content: space-between;
    }

    .item-menu {
        width: 49%;
        margin: 10px 0;
    }

    .MENUAutos.desktopMenu{
        display: none;
    }

    .banner-landing a {
        right: 5%;
    }

    /*ibiza 40 aniersario*/

    .specs-ibiza {
        width: 65%;
    }

    .specs-ibiza-item p {
        font-size: 20px;
        line-height: 25px
    }

    .name-ibiza {
        right: 30px;
    }

    .promos-ibiza {
        width: 100%;
    }

    .button-new-promo .btn{
        width: 100%; 
        margin-top: 15px;
        margin-bottom: 0;
    }

    .info-new-promo {
        padding: 25px;
    }

    .item-promo-top h4, .item-promo-bottom h4 {
        font-size: 24px;
    }

}
@media (min-width: 764px) {
    .three-columns {
        padding: 64px 16px;
    }
    .three-columns .container-fluid {
        max-width: 1436px;
    }

    .three-columns .container-columns div {
        display: inline;
    }
}
@media(max-width:767px) {
    .revision h2 {
        font-size: 30px;
    }

    .three-columns .container-columns {
        column-count: 2;
        column-gap: 32px;
    }

    .vacante-item {
        width: 90%;
    }

    .legales-miautofinance {
        max-width: 540px;
    }

    .div1-form .form-control, .div2-form .form-control {
        width: calc(50% - 20px);
    }

    section, #parts {
        padding: 0
    }

    .content-financiamiento, .promos-info, .banner-cot {
        margin-top: 60px
    }

    .imgclose {
        margin-top: -50px;
        right: 40px
    }

    section .container {
        max-width: 700px
    }

    .suvs-info .suvs-dato {
        padding: 2% 3%
    }

    .suvs-dato ul li {
        font-size: 13px
    }

    .logo-xs {
        margin: 0 auto
    }

    .footer-info {
        flex-direction: column;
        text-align: center
    }

    .header-talet a {
        font-size: 12px
    }

        .header-talet a img, .header-talet a i {
            margin-right: 5px
        }

    .owl-theme .owl-nav [class*="owl-"] {
        top: 40%;
        font-size: 13px !important
    }

    .owl-theme .owl-dots {
        bottom: -10px;
        zoom: 0.5;
        transform: translate(-50%, 110%) !important;
    }

    .slider-content-home {
        margin-bottom: 10% !important;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791 !important;
    }

    .owl-theme .owl-nav .owl-prev {
        left: 2%
    }

    .owl-theme .owl-nav .owl-next {
        right: 2%
    }

    .content-seat-autos .item-auto {
        width: 50%
    }

    .item-crm {
        width: 50%
    }

    .form-home .form-control {
        width: 47%
    }

    .form-home .slc {
        width: 47%
    }

    .checkbox-item {
        flex-direction: column
    }

        .checkbox-item .checkboxes {
            margin: 5px auto
        }

    .info-slide-home .btn {
        width: 170px
    }

    h1.title-banner {
        font-size: 30px
    }

    .info-slide-home {
        order: 1
    }

        .info-slide-home p {
            font-size: 14px
        }

    .form-cotizacion .slc {
        width: 100%;
        margin: 0 0 15px
    }

    .datos-izq, .datos-der {
        width: 100%
    }

        .datos-izq .form-control {
            margin: 0 0 15px
        }

    .datos-generales, .form-contacto {
        width: 100%
    }

    .directorio-item {
        width: 50%;
        font-size: 16px
    }

    .content-refacciones .container {
        width: 80%;
        padding-bottom: 50px
    }

    .content-cita {
        width: 100%
    }

    .form-pmanejo.step2 .fecha, .form-pmanejo.step2 .slc {
        width: 100%
    }

    .form-pmanejo.step3 .datos-contacto {
        width: 100%
    }

    .form-pmanejo.step3 textarea {
        margin: 20px 0
    }

    .promo-fin .btn {
        width: 100%;
        margin: 10px 0
    }

    .finan-dato p {
        font-size: 13px
    }

    .finan-dato h1 {
        margin-top: 0
    }

    .finan-dato a {
        margin: 10px 0
    }

    .filtro-movil {
        display: block
    }

    .filtros-inventario span {
        display: none
    }

    .content-inventario {
        margin-top: 0
    }

    .filtros-autos {
        width: 100%
    }

    .slider-seminuevos-inv {
        width: 45%;
        margin-right: 5%
    }

    .info-seminuevo {
        width: 50%
    }

    .specs-seminuevo ul li {
        width: 50%
    }

    .section-filtros {
        width: 100%;
        margin-right: 0;
        order: -1;
        margin-bottom: 25px
    }

    .content-legal .legal {
        width: 100%
    }

    .info-plan .list-beneficios ul li {
        font-size: 14px
    }

    .header-inventario {
        flex-wrap: wrap
    }

    .item-header {
        width: 50%
    }

        .item-header.select {
            width: 50%
        }

    .tabla-precios h2 {
        width: 100%
    }

    .info-plan .list-beneficios {
        column-gap: 20px
    }

    .coberturas-content .list-item {
        width: 90%
    }

    .fancybox-slide--iframe .fancybox-content {
        height: 40% !important
    }

    .selectFicha.slc, .name-refaccion, .info-refaccion {
        width: 100%
    }

    .postventa-dato .end-posventa {
        position: relative
    }

    #servicioPostVenta .promos-dato {
        padding: 0 5% 0 5%
    }

    .content-cookie .cookies-button {
        width: 100%
    }

    .content-cookie .cookies-text {
        width: 100%
    }

    .content-typage {
        width: 100%
    }

    /*mo125*/
    .suvs-dato2 {
        width: 100%;
        order: 2;
    }

    .img-suv2 {
        width: 100%;
    }

    .suvs-info.info-mo125 .suvs-dato {
        width: 100%;
        order: 2;
        padding: 25px;
    }

    .suvs-info.info-mo125 .img-suv {
        width: 100%;
    }

    .fichT {
        padding: 50px 20px;
    }

    .item-auto ul a {
        padding: 48px;
    }

    .landing-item {
        width: 50%;
    }

    .prom-item {
        width: 50%;
    }

    .iconos-vertical {
        width: 100%;
        flex-direction: row;
        justify-content: space-around;
        padding: 0;
    }

    .txt-landing {
        width: 100%;
        padding: 20px 0;
    }

    /*ibiza 40 aniversario*/

    .name-ibiza {
        position: relative;
        bottom: unset;
        right: unset;
        padding: 25px;
    }

    .img-banner-ibiza {
        width: 95%;
    }

    .name-ibiza span {
        font-size: 20px;
        line-height: 22px;
        text-align: left;
        margin-bottom: 5px;
    }

    .name-ibiza h2 {
        font-size: 48px;
        line-height: 52px;
        text-align: left;
        margin: 0;
    }

    .name-ibiza p {
        font-size: 20px;
        line-height: 24px;
    }

    .specs-ibiza {
        width: 100%;
        padding: 0 25px;
    }

    .specs-ibiza p {
        margin-top: 15px;
    }

    .specs-ibiza-btn {
        width: 100%;
        padding: 25px 0;
    }

    h2.title-banner {
        font-size: 30px;
        line-height: 1.07;
    }

    .promos-ibiza {
        padding: 25px;
    }

    .img-03,
    .img-02 {
        width: 100%;
        height: 350px;
    }

    .slider-ibiza {
        padding: 25px 0 50px 25px;
    }

    .img-04 {
        background-image: url(/assets/img/ibiza-40-aniversario/seat-ibiza-40-aniversario-interior_xl.jpg);
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
        display: block;
    }

    .img-01{
        height: auto;
        background-image: none;
    }

    .img-01 .suvs-dato2 {
        background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
    }

    .info-mo125 .suvs-dato2 {
        padding-bottom: 60px;
    }

    .head-new-promos {
        margin-top: 47px;
    }

    .description-detalle {
        width: 100%;
    }

    .detalle-item-promo {
        width: 100%;
    }

    .item-promo-top, .item-promo-bottom,
    item-description {
        height: 200px;
        padding: 25px;
    }

    .item-promo-bottom {
        border-bottom: 1px solid #aaa;
    }

    .item-promo-top.first-item,
    .item-promo-bottom.first-item{
        border-right: 0;
    }

    .detalle-promos-head {
        margin-top: 50px;
    }

    .info-detalle-promo {
        position: relative;
        width: 100%;
        color: #000;
        top: unset;
        transform: unset;
        left: unset;
        padding: 30px;
    }

    .info-detalle-promo h3 {
        color: #000;
        font-size: 48px;
    }


}
    @media(max-width:575px) {

        /*ibiza 40 aniversario*/
        .img-04,
        .img-02,
        .img-03{
            height: 230px;
        }

        .tituM {
            font-size: 36px !important;
        }

        .three-columns .container-columns {
            column-count: 1;
            column-gap: 32px;
        }

        .info-vacante {
            display: block;
        }

        .vacante-item p {
            margin-left: 0px;
        }

        .div-afasa {
            width: 100%;
        }

        .custom-file {
            height: auto;
        }

        .nota-form.mob {
            display: block;
            width: 100%;
            padding-bottom: 11px;
            font-size: 12px;
        }

        .nota-form {
            display: none;
        }

        .div1-form .form-control, .div2-form .form-control, .div2-form .slc, .div2-form .custom-file {
            width: 100%;
        }

        .head-bt .img-bt {
            width: 100%;
        }

        .head-bt .info-bt {
            width: 100%;
            padding: 40px;
            order: 2;
        }

        p {
            font-size: 14px;
        }

        section .container {
            max-width: 520px
        }

        body {
            padding-top: 131px
        }

        .form-control, .slc {
            margin: 0 0 15px
        }

        .suvs-info .suvs-dato, .suvs-info .img-suv {
            width: 100%
        }

        .suvs-dato ul li {
            font-size: 14px
        }

        .suvs-info:first-child .suvs-dato {
            padding: 15% 5%
        }

        .suvs-info .suvs-dato {
            padding: 5% 15%;
            order: 1
        }

        .item-footer {
            width: 49%
        }

            .item-footer ul li {
                font-size: 12px
            }

        .footer-final {
            flex-direction: column
        }

        .logo-seat {
            order: 1
        }

        .logos-redes {
            margin: 0;
            width: 100%;
            text-align: center;
            border-bottom: 1px solid #ccc;
            padding: 10px 0
        }

        .header-talet a span {
            display: none
        }

        .header-talet {
            height: 45px
        }

            .header-talet a {
                font-size: 11px;
                flex-direction: column;
                width: 33%;
                border-right: 1px solid #ccc;
                text-align: center;
            }

                .header-talet a img {
                    width: 25px
                }

                .header-talet a:last-child {
                    border-right: 0
                }

                .header-talet a i {
                    font-size: 27px
                }

        .header-top {
            padding: 5px 0
        }

        #navbarNavDropdown2.height-mov {
            height: 80vh
        }

        .navbar-brand img {
            width: 90%
        }

        .drawer-content .navbar {
            padding: 0
        }

        .dropdown-toggle::after {
            position: absolute;
            right: 15px
        }

        .content-seat-autos .item-auto {
            width: 100%
        }

        .info-modelo, .item-auto ul {
            padding: 0 10%
        }

        .banner-item {
            width: 100%;
            padding: 50px 15px 20px
        }

        #banners .container {
            max-width: 100%;
            padding: 0
        }

        .item-crm {
            padding: 0 5px
        }

        .form-home .form-control {
            width: 100%
        }

        .form-home .slc {
            width: 100%
        }

        .info-slide-home, .img-slide-home {
            width: 100%
        }

            .info-slide-home, .info-slide-home.rigth-info {
                padding: 50px
            }

        .btn-cotizacion {
            flex-direction: column
        }

            .btn-cotizacion .btn {
                width: 230px;
                margin: 10px auto
            }

        .banner-cot h2 {
            transform: translate(-50%,-10%);
            width: 80%
        }

        .directorio-item {
            width: 100%;
            font-size: 14px
        }

        .table-mant.movil {
            display: block
        }

        .table-mant.desktop {
            display: none
        }

        .table td, .table th {
            text-align: center
        }

        .content-refacciones .container {
            width: 95%;
            text-align: justify
        }

        .content-garantia {
            width: 100%
        }

            .content-garantia ul li {
                font-size: 14px
            }

        .btn-servicio .btn {
            margin: 10px 0
        }

        .form-servicio h2 {
            font-size: 22px
        }

        .finan-info .img-finan {
            width: 100%
        }

        .finan-info .finan-dato {
            width: 100%;
            order: 2;
            padding: 25px 50px
        }

        .finan-dato p {
            font-size: 14px
        }

        .promo-item {
            width: 100%
        }

        .promo-fin .btn {
            width: 48%;
            margin: 20px 0
        }

        #promociones .promos-info .img-promos, .promos-info .img-promos {
            width: 100%
        }

        #promociones .promos-info .promos-dato, .promos-info .promos-dato {
            width: 100%;
            padding: 25px 50px
        }

        .header-inventario {
            flex-wrap: wrap
        }

        .item-header {
            width: 50%
        }

            .item-header.select {
                width: 50%
            }

        .info-seminuevo {
            width: 100%
        }

        .slider-seminuevos-inv {
            width: 80%;
            margin: 25px auto
        }

        #parati .finan-dato {
            width: 100%
        }

        #parati .img-finan {
            width: 100%
        }

        #parati .finan-info .finan-dato {
            padding: 8%
        }

        .info-plan .list-beneficios ul li {
            line-height: 25px
        }

        .info-plan .list-beneficios {
            column-count: 1
        }

        .info-plan {
            padding: 25px
        }

        #seguroAuto .finan-info .finan-dato {
            padding: 50px
        }

        .coberturas-content .item-ficha .btn-link {
            font-size: 14px;
            height: auto
        }

        .productos .info-plan {
            padding: 20px 0
        }

        .fancybox-slide--iframe .fancybox-content {
            height: 32% !important;
            width: 90% !important;
            max-width: 100% !important
        }

        .btn-video {
            top: 40%
        }

        .postventa-dato {
            padding: 30px 20px 0
        }

        .legales-postventa {
            padding: 0 10px
        }

            .legales-postventa p {
                font-size: 12px
            }

        #servicioPostVenta .img-promos {
            width: 100%
        }

        #servicioPostVenta .promos-dato {
            padding: 40px 25px;
            order: 1;
            width: 100%
        }

        .info-typage {
            display: none
        }

            .info-typage.mb-content {
                display: block
            }

                .info-typage.mb-content ul {
                    padding-left: 10px
                }

        .promos-info.typage .promos-dato {
            padding: 30px
        }

        #modelos h2.famCupra {
            width: 100%;
        }

        /*mo125*/

        .MoBloque01 {
            width: 100%;
        }

        .suvs-dato3 {
            padding: 25px;
        }

        .infoBannerFS span {
            font-size: 30px;
            line-height: 30px;
        }

        .infoBannerFS {
            padding: 20px;
        }

        .item-menu {
            width: 100%;
        }

        .landing-item {
            width: 100%;
        }

        .prom-item {
            width: 100%;
        }

        .banner-landing a {
            right: 20%;
            top: unset;
            bottom: -13px;
            font-size: 20px;
        }

        /* .drawer {
        width: 100%;
        left: -100%;
    }*/

        .item-auto ul a {
            padding: 10px !important;
        }

        .promos-dato2 {
            width: 100%;
            order: 2;
            padding: 25px;
        }

        .img-promos2 {
            width: 100%;
        }

        .head-new-promos {
            margin-top: 60px;
        }

        .switch-container {
            margin: 25px 0;
            flex-wrap: wrap;
            padding: 25px;
        }

            .switch-container p {
                margin-bottom: 20px;
                width: 100%;
            }

        .switch-tabs {
            width: 100%;
        }

        .img-new-promo {
            width: 100%;
        }

        .info-new-promo {
            width: 100%;
            order: 2;
        }

        .div-legal {
            width: 100%;
        }

        .legal-new-promos {
            margin: 25px auto;
        }

    }

    @media(max-width:480px) {
        .suvs-info .suvs-dato {
            padding: 5%
        }

        .suvs-dato a {
            margin: 20px auto
        }

        .item-auto ul li::after {
            left: calc(100% - 15%)
        }

        .info-modelo, .item-auto ul {
            padding: 0 5%
        }

        .info-modelo, .item-auto img {
            width: auto
        }

        .info-slide-home, .info-slide-home.rigth-info {
            padding: 30px
        }

        #promociones .promos-info .promos-dato, .promos-info .promos-dato {
            padding: 25px
        }

        .item-header.select {
            width: 100%;
            flex-wrap: wrap;
            text-align: left
        }

            .item-header.select label {
                width: 40%
            }

            .item-header.select .slc {
                width: 60%;
                margin: 0 0 10px
            }

        .section-filtros {
            margin-top: 0
        }

        .fancybox-slide--iframe .fancybox-content {
            height: 30% !important;
            width: 100% !important
        }

        .finan-info .finan-dato {
            padding: 25px
        }

        .info-refaccion .img-refaccion {
            width: 100%
        }

            .info-refaccion .img-refaccion img {
                width: 90%;
                display: block;
                margin: 0 auto
            }

        .info-refaccion {
            flex-wrap: wrap
        }

        .name-refaccion .title-refaccion {
            font-size: 18px
        }

        .name-refaccion .desc-refaccion {
            font-size: 18px
        }

        .btn-typage {
            flex-direction: column;
            align-items: center
        }

            .btn-typage .btn {
                margin: 10px 0
            }

        .promos-info.typage p {
            font-size: 14px
        }
    }

    @media(max-width:768px) {
        .banner-cot#phantom {
            top: 0;
        }

        #phantom .cont-module {
            max-height: auto;
            min-height: auto;
            padding: 16px 0;
        }

        .cont-module-text h1.title {
            max-height: calc(46px* 4 + 4px);
            font-size: 38px;
            line-height: 46px;
            overflow: hidden;
        }


        .promo-fin .btn-orange.collapsed::after {
            right: 1px
        }

        .promo-fin .btn-orange::after {
            right: 1px
        }

        .postventa-dato .end-posventa {
            position: unset !important;
            bottom: 0;
        }

        .menu-autos {
            height: 75vh;
            overflow-x: hidden;
            overflow-y: scroll;
        }
    }

    @media(min-width:575px) and (max-width:768px) {
        #modelos h2.famCupra {
            width: 50%;
        }
    }

    @media(min-width:367px) and (max-width:425px) {
        .promo-fin .btn-orange.collapsed::after {
            content: "\e902";
            font-family: 'icomoon' !important;
            color: #fff;
            position: absolute;
            font-size: 22px;
            top: 5px;
            right: 5px !important
        }

        .promo-fin .btn-orange::after {
            content: "\e905";
            font-family: 'icomoon' !important;
            color: #fff;
            position: absolute;
            font-size: 22px;
            top: 5px;
            right: 5px
        }
    }

    @media(max-width:320px) {
        .promo-fin .btn {
            width: 100%;
            margin: 20px 0
        }
    }

    .svg-cupra {
        width: 120px;
        height: auto;
    }

    #popupIframe, #chatIframe {
        float: left !important;
        right: auto !important;
    }

    #itemRazones a {
        color: rgba(15,15,15,0.6);
    }

        #itemRazones a:hover {
            color: black;
        }

    .img-finan {
        /*margin-top: 4%;*/
    }

    .sfsCredito {
        background-color: #fafaf9;
    }

    /*logo xs*/
    .logoxs {
        width: 230px !important;
        filter: brightness(0.7);
    }

        .logoxs:hover {
            filter: contrast(0%) brightness(2);
        }

    .nomMoto {
        color: #FF0036 !important;
        white-space: nowrap;
        font-family: 'SeatBcn-Bold';
    }


    @media (max-width:1366px) and (min-width: 1025px) {
        .menu-autos {
            height: 75vh;
            overflow-x: hidden;
            overflow-y: scroll;
        }

            .menu-autos::-webkit-scrollbar-thumb {
                background-color: rgba(1, 127, 255, 0.2);
                border-radius: 20px;
                border: 3px solid transparent;
            }
    }

    @media (max-width: 1440px) and (min-width: 1367px) {
        .menu-autos {
            height: 75vh;
            overflow-x: hidden;
            overflow-y: scroll;
        }
    }

    /* Works on Chrome, Edge, and Safari */
    .menu-autos::-webkit-scrollbar {
        width: 5px;
    }

    .menu-autos::-webkit-scrollbar-track {
        background: transparent;
    }

    .menu-autos::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 20px;
        border: 3px solid transparent;
    }
