﻿.bannerAuto {
    position: relative;
    padding-top: 40px
}

    .bannerAuto picture img {
        display: block;
        width: 100%
    }

.infoAuto {
    position: absolute;
    right: 60px;
    top: 20%
}

    .infoAuto p {
        font-size: 16px;
        margin-bottom: 0
    }

    .infoAuto .precio {
        border-top: 2px solid #c00;
        border-bottom: 2px solid #c00;
        padding: 15px 0;
        text-align: center
    }

        .infoAuto .precio span {
            display: block;
            font-family: 'Poppins-Bold';
            font-size: 34px;
            line-height: 30px
        }

.btn.btn-gris {
    background-color: #9c9c9c;
    color: #fff;
    font-family: 'Poppins-Bold';
    height: 50px;
    display: block;
    margin-top: 20px;
    padding: 11px;
    border-radius: 7px
}

.btn.btn-white {
    background-color: #fff;
    color: #5c5c5c;
    font-family: 'Poppins-Bold';
    height: 50px;
    display: block;
    margin-top: 20px;
    padding: 11px;
    border-radius: 7px
}

.slider-auto3 .item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
}

.infoSlide {
    width: 35%;
    padding: 25px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #e5e2e2;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px
}

.slider-auto3 .infoSlide {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.imgSlide img {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px
}

.slider-auto3 .imgSlide img {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.infoSlide p {
    font-size: 15px;
    text-align: justify;
    line-height: 20px
}

.infoSlide span {
    font-size: 12px
}

.slider-auto.owl-theme .owl-nav [class*=owl-], .slider-auto2.owl-theme .owl-nav [class*=owl-], .slider-auto3.owl-theme .owl-nav [class*=owl-] {
    border-radius: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c00
}

    .slider-auto.owl-theme .owl-nav [class*=owl-]:hover, .slider-auto2.owl-theme .owl-nav [class*=owl-]:hover, .slider-auto3.owl-theme .owl-nav [class*=owl-]:hover {
        background: #c00;
        opacity: .7
    }

.slider-auto.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 40%
}

.slider-auto2.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 40%
}

.slider-auto3.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 40%
}

.container.marginUp {
    margin-top: -170px;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap
}

.owl-theme.slider-auto {
    width: 64%
}

.slider-auto3 .imgSlide {
    width: 64%
}

.colores .aviso {
    text-align: center
}

.colores .content-img {
    position: relative;
    padding-top: 0;
    width: 600px;
    margin: 0 auto
}

.colores .NomColor {
    color: #fff
}

.content-color span {
    position: absolute;
    bottom: -23px;
    padding-left: 5px
}
.colores#colores .content-img .ncolor{top:0}
.colores .content-img .ncolor {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

    .colores .content-img .ncolor img {
        position: inherit;
        opacity: 1 !important
    }

    .colores .content-img .ncolor .image img {
        width: 100%
    }

    .colores .content-img .ncolor.hidden-car {
        position: inherit;
        opacity: 0
    }

        .colores .content-img .ncolor.hidden-car img {
            position: inherit
        }

    .colores .content-img .ncolor.imgSelec, .colores .content-img .ncolor.imgSelec img {
        opacity: 1
    }

.colores .content-color {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%
}

.colores a.icoColor {
    border-radius: 0;
    width: 24%;
    height: 40px;
    position: relative;
    margin: 0 .5% 30px;
    cursor: pointer
}

.colores h3 {
    width: 100%
}

.intColor {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .intColor span {
        border-radius: 0;
        width: 24%;
        height: 40px;
        position: relative;
        margin: 0 .5% 30px;
        background-color: #000
    }

        .intColor span font {
            position: absolute;
            bottom: -42px;
            padding-left: 5px
        }

.divVersion {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    justify-content: flex-start
}

    .divVersion a {
        width: 32.3%;
        text-align: center;
        border: 1px solid #000;
        padding: 7px;
        color: #000;
        margin: 0 .5% 0
    }

        .divVersion a:hover {
            color: #c00
        }

.icoColor#blanco {
    background-color: #fff;
    border: 1px solid #9c9c9c
}

.icoColor#plata {
    background-color: #77787e
}

.icoColor#grisMt {
    background-color: #0a0d13
}

.icoColor#grisSc {
    background-color: #394249
}

.icoColor#rojo {
    background-color: #d20910
}

.icoColor#negro {
    background-color: #000
}

.icoColor#azul {
    background-color: #04175f
}

.icoColor.icoSelec {
    border: 4px solid #c00 !important
}

.form-cot .btn {
    width: 100%
}

.cotizador-content {
    display: flex;
    justify-content: space-between;
    color: #fff;
    flex-wrap: wrap
}

.datos-rango {
    display: flex;
    color: #fff;
    border: 2px solid #c00;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px
}

.enganche-dato {
    width: 49%
}

.plazo-dato {
    width: 49%
}

.datos-rango .dato1 {
    width: 40%;
    background-color: transparent;
    font-size: 18px;
    color: #000
}

.datos-rango .dato2 {
    width: 60%;
    background-color: transparent;
    font-size: 18px;
    color: #c00;
    text-align: right;
    font-family: 'Poppins-Bold';
}

.cotizador-content h4 {
    margin-top: 25px
}

#cotizador .title-section {
    margin-left: 0
}

.barra-inv .irs--round .irs-handle {
    background-color: #000;
    box-shadow: 0 1px 3px rgba(11,11,11,.3);
    border: none
}

    .barra-inv .irs--round .irs-handle.state_hover, .barra-inv .irs--round .irs-handle:hover {
        background-color: #000
    }

.barra-inv .irs--round .irs-bar {
    top: 34px;
    height: 8px;
    background-color: #000
}

.barra-inv .irs--round .irs-line {
    top: 34px;
    height: 8px;
    background-color: #000
}

.barra-inv .irs--round .irs-grid-pol, .barra-inv .irs-grid-pol.small {
    background-color: #000
}

.rango-num ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    color: #000
}

#cotizador .form-pmanejo p {
    font-size: 16px;
    color: #000
}

.legal-info {
    font-size: 12px;
    padding: 10px 0;
    color: #a3a3a3;
    margin-bottom: 0
}

#cotizador .option-version {
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
    flex-wrap: wrap
}

.cotizador-content p {
    color: #000;
    margin-bottom: 0;
    margin-top: 20px;
    padding-left: 10px
}

#cotizador .option-version .option {
    width: 32%;
    color: #495057;
    background-color: transparent;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    border: 1px solid #ced4da;
    border-radius: 10px
}

    #cotizador .option-version .option:hover {
        border: 1px solid #c00;
        color: #495057
    }

    #cotizador .option-version .option.active {
        border: 1px solid #c00;
        color: #495057
    }

    #cotizador .option-version .option p {
        margin-bottom: 0
    }

.especs h2 {
    text-align: center;
    padding: 40px 0 30px
}

.especs {
    width: 80%;
    margin: 0 auto
}

.info-spec {
    padding: 0 15px
}

.specs-item {
    margin-bottom: 5px
}

.table td, .table th {
    border-top: 1px solid #000;
    padding: .5rem
}

.info-spec table tr td:first-child {
    text-align: left
}

.info-spec table tr td {
    text-align: center
}

.info-spec table tr th {
    text-align: center;
    border-bottom: 2px solid #000;
    border-top: none
}

.specs-item button {
    display: block;
    width: 100%;
    text-align: left;
    background: #fff;
    color: #000;
    height: 40px;
    font-family: 'Poppins-Bold';
}

.panel-heading {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.specs-item button.collapsed {
    background-image: url(../img/flecha-abajo-red.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position-x: 95%;
    background-position-y: center;
    padding-right: 20px !important;
    margin-right: 10px
}

.specs-item button {
    background-image: url(../img/flecha-abajo-grey.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position-x: 95%;
    background-position-y: center;
    padding-right: 20px !important;
    margin-right: 10px
}

.btn-pdf {
    background-color: #fff;
    color: #000;
    display: block;
    margin: 20px auto 20px;
    text-align: center;
    width: 180px;
    border-radius: 4px
}

.text-specs {
    padding: 35px 0;
    font-size: 12px
}

    .text-specs ul {
        list-style: none;
        padding-left: 0
    }

.bg-specs {
    background-image: url(../img/interior-nuevo/fondo-slide.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.specs-item button br {
    display: none
}

.btnFicha {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 25px 0
}

    .btnFicha .btn.btn-red {
        /* width: 48%;*/
        width: 33%;
        border-radius: 7px;
        margin: 0
    }

    .btnFicha .btn.btn-gray {
        /*width: 48%;*/
        width: 33%;
        border-radius: 7px;
        margin: 0
    }

    .btnFicha .btn.btn-collapse {
        /*width: 48%;*/
        width: 33%;
        border: 1px solid #c00;
        color: #c00;
        margin: 0;
        border-radius: 7px;
        font-family: 'Poppins-Bold';
        height: 45px;
        padding: 11px;
        /*margin-bottom: 20px;*/
    }

    .btnFicha a{
        margin-bottom: 20px!important;
    }

.ver-desktop {
    background-color: #ededed;
    position: fixed;
    top: 100px;
    z-index: 5;
    height: 40px;
    width: 100%
}

.menu-interior {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    max-width: 1440px;
    margin: 0 auto
}

    .menu-interior .img-logo {
        width: 15%
    }

    .menu-interior .list-group {
        width: 85%;
        flex-direction: row;
        justify-content: flex-end
    }

.list-group .list-group-item {
    padding: 10px;
    margin-bottom: 0;
    color: #000;
    width: auto;
    border: none;
    background-color: transparent;
    position: relative
}

.menu-interior .btn-collapse img, .menu-interior .img-logo img {
    width: 125px;
    margin-left: 20px
}

.menu-interior .list-group a::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 3px solid red;
    bottom: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in
}

.menu-interior .list-group a.active::after, .menu-interior .list-group a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.menu-interior .btn-collapse {
    width: 100%;
    position: relative;
    display: none;
    border-bottom: 1px solid #d3cdcd
}

    .menu-interior .btn-collapse a {
        color: #000;
        display: block
    }

        .menu-interior .btn-collapse a font {
            padding-right: 45px
        }

.owl-theme.slider-version .item {
    background-color: #ececec;
    padding: 30px
}

    .owl-theme.slider-version .item ul {
        padding-left: 25px;
        font-size: 14px;
        overflow: auto;
        height: 450px;
        overflow: auto;
    }

.imgVer {
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 20px
}

    .imgVer h3 {
        margin-bottom: 0
    }

    .imgVer p span {
        font-family: 'Poppins-Bold';
    }

.configHonda {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

    .configHonda .contImgColores {
        width: 40% !important;
        display: flex;
        align-items: center;
    }

.configOption {
    width: 40%;
    background-color: #ececec;
    padding: 25px 15px
}

.configResumen {
    width: 20%
}

.configColors {
    display: none;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between
}

    .configColors.show {
        display: flex
    }

.itemsAcc {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    transition: all ease .5s;
    height: 360px;
    overflow-y: scroll;
    overflow-x: hidden
}

.configAccesorios {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    transition: all ease .5s
}

    .configAccesorios.show {
        display: block
    }

.itemAcc {
    width: 48%;
    margin: 0 1% 20px;
    position: relative
}

    .itemAcc img {
        width: 100%;
        margin-bottom: 5px
    }

.backAcc, .backColor, .backSlide {
    background-color: #6c757d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 40px;
    cursor: pointer;
    background: #6c757d url(../img/flecha-izq.png) no-repeat center center/20px 20px;
    background-size: 8px
}

.nextAcc {
    background-color: #c00;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    cursor: pointer;
    background: #c01 url(../img/flecha-der.png) no-repeat right 1rem center/20px 20px;
    background-size: 8px
}

.btnStep01 {
    background: #c01 url(../img/flecha-der.png) no-repeat right 1.75rem center/20px 20px;
    background-size: 10px
}

.btnStep02 {
    display: flex;
    justify-content: space-between
}

.step02 {
    display: none
}

    .step02.show {
        display: block
    }

.step01 {
    display: none
}

    .step01.show {
        display: block
    }

.itemAcc.select img {
    border: 2px solid #c00
}

.itemAcc.select:before {
    content: "";
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    background-image: url(/Assets/img/cuadro-ok.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: #c00;
    background-position-x: center;
    background-position-y: center
}

.titleConfig {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: space-between
}

    .titleConfig span {
        display: block;
        width: 25%;
        color: #9a9fa2;
        text-align: center;
        border-bottom: 3px solid #9a9fa2;
        font-family: 'Poppins-Bold';
        font-size: 16px;
        padding-bottom: 5px;
        margin-bottom: 10px
    }

        .titleConfig span.active {
            color: #c00;
            border-bottom: 3px solid #c00
        }

.colores h4 {
    width: 100%
}

.precioTotal {
    background-color: #dcdcdc;
    text-align: center;
    padding: 10px 0
}

    .precioTotal p {
        margin: 0
    }

        .precioTotal p span {
            font-family: 'Poppins-Bold';
            display: block
        }

.legalConfig {
    background-color: #cbcbcb;
    padding: 11px 15px;
    font-size: 12px;
    text-align: justify
}

    .legalConfig p {
        margin-bottom: 4px
    }

.configAccesorios p {
    width: 100%
}

.infoConfig {
    padding: 20px 20px 0;
    height: 285px;
    overflow-y: scroll;
    overflow-x: hidden
}

.itemRes {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 5px
}

    .itemRes font {
        font-family: 'Poppins-Bold';
        display: block
    }

    .itemRes ul li span {
        display: block;
        font-family: 'Poppins-Bold';
    }

.itemAcc p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 15px
}

.infoConfig p {
    font-family: 'Poppins-Bold';
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.itemRes ul {
    padding-left: 25px
}

.configAccesorios, .configColors, .infoConfig, .itemsAcc {
    scrollbar-width: thin;
    scrollbar-color: #001c71 #ff5100
}

    .configAccesorios::-webkit-scrollbar, .configColors::-webkit-scrollbar, .infoConfig::-webkit-scrollbar, .itemsAcc::-webkit-scrollbar {
        width: 5px
    }

    .configAccesorios::-webkit-scrollbar-track, .configColors::-webkit-scrollbar-track, .infoConfig::-webkit-scrollbar-track, .itemsAcc::-webkit-scrollbar-track {
        background: 0 0
    }

    .configAccesorios::-webkit-scrollbar-thumb, .configColors::-webkit-scrollbar-thumb, .infoConfig::-webkit-scrollbar-thumb, .itemsAcc::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,.3);
        border-radius: 20px;
        border: 3px solid transparent
    }

.configHonda.colores a.icoColor {
    width: 32.3%
}

.configHonda.colores .intColor span {
    width: 32.3%
}

.legalConfig a {
    background-color: #6c757d;
    padding: 12px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    display: block;
    color: #fff;
    height: 40px;
    margin-top: 10px
}

.cotConfig {
    display: none
}

    .cotConfig.show {
        display: flex;
        flex-wrap: wrap
    }

.nextCot {
    background-color: #c00;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    cursor: pointer;
    background: #c01 url(../img/flecha-der.png) no-repeat right 1rem center/20px 20px;
    background-size: 8px
}

.btnStep03 {
    display: flex;
    justify-content: space-between;
    margin-top: 15px
}

.btnStep04 {
    width: 100%;
    margin-top: 20px
}

@media (max-width:1600px) {
    .infoAuto {
        right: 50px;
        top: 15%
    }
}

@media (max-width:1400px) {
    .container.marginUp {
        margin-top: -65px
    }

    .marginUp .infoSlide {
        width: 39%;
        padding: 25px
    }

    .owl-theme.slider-auto {
        width: 60%
    }

    .slider-auto3 .infoSlide {
        width: 39%;
        padding: 25px
    }

    .slider-auto3 .imgSlide {
        width: 60%
    }

    .infoAuto {
        width: 250px
    }

        .infoAuto img {
            width: 100%
        }
}

@media (max-width:1200px) {
    .slider-auto3 .item {
        align-items: center
    }

    .container.marginUp {
        align-items: center
    }

    .infoAuto {
        width: auto;
        display: flex;
        align-items: center;
        left: 50%;
        right: unset;
        top: unset;
        transform: translate(-50%,0);
        bottom: 50px
    }

    .btn-modelo {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .infoAuto img {
        width: 250px;
        margin-right: 20px
    }

    .infoAuto .precio {
        padding: 10px 0;
        text-align: center;
        margin-right: 25px
    }

    .btn-modelo .btn {
        width: 200px;
        height: 40px;
        padding: 7px;
        margin-top: 10px
    }

    .container.marginUp {
        margin-top: -20px
    }

    .configResumen {
        width: 25%
    }

    .configHonda .contImgColores {
        width: 35% !important
    }
}

@media (max-width:992px) {
    .owl-theme.slider-auto {
        width: 100%
    }

    .marginUp .infoSlide {
        width: 100%
    }

    .slider-auto3 .infoSlide {
        width: 100%
    }

    .slider-auto3 .imgSlide {
        width: 100%
    }

    .infoAuto {
        bottom: 35px
    }

    .container.marginUp {
        margin-top: 18px
    }

    .imgSlide img {
        border-top-left-radius: 35px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 15px
    }

    .infoSlide {
        border-top-right-radius: 0;
        border-bottom-right-radius: 35px;
        border-bottom-left-radius: 35px;
        order: 2
    }

    .slider-auto3 .imgSlide img {
        border-top-right-radius: 35px;
        border-bottom-right-radius: 0;
        border-top-left-radius: 35px;
        border-bottom-left-radius: 0
    }

    .slider-auto3 .infoSlide {
        border-top-left-radius: 0;
        border-bottom-left-radius: 35px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 35px
    }

    .menu-interior .btn-collapse {
        display: block
    }

    .img-logo {
        display: none
    }

    .menu-interior .list-group {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        background-color: #ededed;
        align-items: center
    }

    .menu-interior .list-group-item {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #d3cdcd
    }

    .menu-interior .list-group a::after {
        content: none
    }

    .menu-interior .btn-collapse a {
        background-image: url(../img/flecha-abajo-red.svg);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position-x: 95%;
        background-position-y: center;
        padding-right: 35px
    }

    .menu-interior .btn-collapse a {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .configResumen {
        width: 100%
    }

    .configHonda .contImgColores {
        width: 48% !important
    }

    .configOption {
        width: 48%
    }
}

@media (max-width:1360px) {
    .configOption{padding:32px 0;}
}
@media (max-width:768px) {
    .colores .content-img {
        width: 100%
    }

    .colores a.icoColor {
        width: 32%
    }

    .intColor span {
        width: 32%
    }

    .especs {
        width: 100%
    }

    .infoAuto {
        width: 370px;
        display: block;
        bottom: 50px
    }

        .infoAuto img {
            width: 100%;
            margin-right: 0
        }

        .infoAuto .precio {
            padding: 15px 0;
            text-align: center;
            margin-right: 0;
            margin-bottom: 10px
        }

    .btn-modelo {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

        .btn-modelo .btn {
            width: 49%
        }

    .configResumen {
        width: 100%
    }

    .configHonda .contImgColores {
        width: 100% !important
    }

    .configOption {
        width: 100%
    }

    .titleConfig span {
        display: none;
        width: 100%
    }

        .titleConfig span.active {
            display: block
        }
}

@media (max-width:576px) {
    .colores a.icoColor {
        width: 49%
    }

    .intColor span {
        width: 49%
    }

    .btnFicha .btn.btn-red {
        width: 100%;
        margin: 20px 0;
        order: -1
    }

    .btnFicha .btn.btn-gray {
        width: 100%;
        margin: 20px 0;
        order: -1
    }

    .btnFicha .btn.btn-collapse {
        width: 100%
    }

    .enganche-dato, .plazo-dato {
        width: 100%
    }

    #cotizador .option-version .option {
        width: 100%;
        margin-bottom: 10px
    }

    .configHonda.colores a.icoColor {
        width: 49%
    }

    .configColors {
        flex-direction: row
    }

    .btnStep02, .intColor {
        width: 100%
    }

    .owl-theme.slider-version .item {
        padding: 20px
    }

    .configHonda.colores .intColor span {
        width: 49%
    }
}

@media (max-width:480px) {
    .infoAuto {
        width: 65%;
        bottom: 10px
    }

        .infoAuto .precio {
            padding: 5px 0 10px
        }

    .btn-modelo {
        flex-wrap: wrap
    }

        .btn-modelo .btn {
            width: 100%
        }

    .infoAuto .precio span {
        font-size: 25px
    }

    .menu-interior .btn-collapse a font {
        padding-right: 25px
    }
}

.Selectversion {
    color: #c00 !important
}

.infologoAuto360 {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    padding: 60px 0;
    margin: 0
}

@media (max-width:480px) {
    .infologoAuto360 {
        top: 20% !important;
        margin: 0
    }

        .infologoAuto360 a img {
            width: 85%
        }
}

@media (max-width:768px) {
    .infologoAuto360 {
        position: absolute;
        top: 60%;
        left: 3%
    }

    .listVer {
        min-height: 620px !important
    }
}

.SelecInt {
    border: 1px solid #c00
}

.inte {
    cursor: pointer
}

.owl-carousel.owl-drag .owl-item {
    height: 100%;
    margin-bottom: 0
}

.listVer {
    min-height: 490px
}

.btnConfig {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px
}
