.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: 'itc-avant-garde-gothic-std-bold';
    font-size: 34px;
    line-height: 30px;
}

.btn.btn-gris {
    background-color: #9c9c9c;
    color: #fff;
    font-family: 'itc-avant-garde-gothic-std-bold';
    height: 50px;
    display: block;
    margin-top: 20px;
    padding: 11px;
    border-radius: 7px;
}

.btn.btn-white {
    background-color: #fff;
    color: #5C5C5C;
    font-family: 'itc-avant-garde-gothic-std-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;
}



/*.imgSlide {
    width: 63%;
}*/

.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-auto2.owl-theme .owl-nav [class*=owl-],
.slider-auto.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: 0.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*/
.colores .aviso {
    text-align: center;
}

.colores .content-img {
    position: relative;
    padding-top: 0;
    width: 600px;
    margin: 0 auto;
}

.colores .NomColor {
    color: #fff;
}

/*.tema.colores span,*/
.content-color span {
    position: absolute;
    bottom: -23px;
    padding-left: 5px;
}

.colores .content-img .ncolor {
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.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 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 0.5% 30px;
    background-color: #000;
}

    .intColor span font {
        position: absolute;
        /*bottom: -25px;*/
        bottom: -42px;
        padding-left: 5px;
    }

.divVersion {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    /*justify-content: space-between;*/
    justify-content: flex-start;
}

.divVersion a{
        width: 32.3%;
    text-align: center;
    border: 1px solid #000;
    padding: 7px;
    color: #000;
    margin: 0 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: 1px solid #c00 !important;
}

/**/


















/*cotizador*/
.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: 'itc-avant-garde-gothic-std-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, 0.3);
    border: none;
}

    .barra-inv .irs--round .irs-handle:hover, .barra-inv .irs--round .irs-handle.state_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;
        }


/*especificaciones*/
.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: 'itc-avant-garde-gothic-std-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;
    /*justify-content: center;*/
    align-items: center;
    flex-wrap: wrap;
    margin: 25px 0;
}

.btnFicha .btn.btn-red {
    width: 48%;
    border-radius: 7px;
    margin: 0;
}

.btnFicha .btn.btn-collapse{
    width: 48%;
    border: 1px solid #c00;
    color: #c00;
    margin: 0;
    border-radius: 7px;
    font-family: 'itc-avant-garde-gothic-std-bold';
    height: 45px;
    padding: 11px;
}
























/*menu auto*/
.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 .img-logo img,
.menu-interior .btn-collapse 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;
}

/*configurador*/
.owl-theme.slider-version .item {
    background-color: #ececec;
    padding: 30px;
}

.owl-theme.slider-version .item ul{
    padding-left: 25px;
    font-size: 14px;
}

.imgVer {
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.imgVer h3 {
    margin-bottom: 0;
}

.imgVer p span{
    font-family: 'itc-avant-garde-gothic-std-bold';
}

.configHonda {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.configHonda .contImgColores {
    width: 40% !important;
}

.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;
    /*height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;*/
}

.configColors.show {
        display: flex;
}

.itemsAcc {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    transition: all ease 0.5s;
    height: 360px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.configAccesorios {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    transition: all ease 0.5s;
    /*height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;*/
}

.configAccesorios.show{
    display: block;
}

.itemAcc{
    width: 48%;
    margin: 0 1% 20px;
    position: relative;
}

.itemAcc img{
    width: 100%;
    margin-bottom: 5px;
}

.backSlide,
.backColor,
.backAcc {
    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;
}

/*.configType {
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}*/

.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(https://hondaaeropuerto.mx/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: 'itc-avant-garde-gothic-std-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: 'itc-avant-garde-gothic-std-bold';
    display: block;
}

.legalConfig {
    background-color: #cbcbcb;
    padding: 15px;
    font-size: 11px;
    line-height: 14px;
    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: 'itc-avant-garde-gothic-std-bold';
    display: block;
}

.itemRes ul li span{
    display: block;
    font-family: 'itc-avant-garde-gothic-std-bold';
}

.itemAcc p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 15px;
}

.infoConfig p {
    font-family: 'itc-avant-garde-gothic-std-bold';
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.itemRes ul{
    padding-left: 25px;
}

.infoConfig,
.configColors,
.configAccesorios,
.itemsAcc {
    scrollbar-width: thin;
    scrollbar-color: #001c71 #ff5100;
}

/* Works on Chrome, Edge, and Safari */
.infoConfig::-webkit-scrollbar,
.configColors::-webkit-scrollbar,
.configAccesorios::-webkit-scrollbar,
.itemsAcc::-webkit-scrollbar{
    width: 5px;
}

.infoConfig::-webkit-scrollbar-track,
.configColors::-webkit-scrollbar-track,
.configAccesorios::-webkit-scrollbar-track,
.itemsAcc::-webkit-scrollbar-track{
    background: transparent;
}

.infoConfig::-webkit-scrollbar-thumb,
.configColors::-webkit-scrollbar-thumb,
.configAccesorios::-webkit-scrollbar-thumb,
.itemsAcc::-webkit-scrollbar-thumb{
    background-color: rgba(0, 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;
}
/*.cotConfig {
    display: flex;
    flex-wrap: wrap;
}*/
@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;
    }

    /*configurador*/
    .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 auto interior*/

    .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;
    }

    /*configurdor*/
    .configResumen {
        width: 100%;
    }

    .configHonda .contImgColores {
        width: 48% !important;
    }

    .configOption {
        width: 48%;
    }
}


@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%;
    }

    /*configurdor*/
    .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-collapse {
        width: 100%;
    }

    .enganche-dato,
    .plazo-dato {
        width: 100%;
    }

    #cotizador .option-version .option {
        width: 100%;
        margin-bottom: 10px;
    }

    /*configurador*/
    .configHonda.colores a.icoColor {
        width: 49%;
    }

    .configColors {
        flex-direction: row;
    }

    .intColor,
    .btnStep02 {
        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;
}

/*logo360*/
.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;
    }
}
/*logo360*/

.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;
}