/* Ver modelo */
.version-detalle .version-titulo {
    text-transform: uppercase;
    font-weight: bolder;
}

.version-detalle .version-nombre {
    text-transform: lowercase;
    margin-bottom: 25px;
}

.version-detalle .version-precio h5 {
    font-size: 1.6em;
}

.version-detalle .version-descripcion {
    font-size: 1rem;
}

.version-botones .btn-generico {
    width: 55%;
}

.car-feature-content {
    width: 100% !important;
    max-width: 100% !important;
}

.car-feature-content.offset-md-1 {
    margin-left: 5% !important;
}

.car-feature-content h6 {
    display: none;
    font-size: 1.2rem;
}

.car-feature-content .text-white {
    color: black !important;
}

.car-feature-content .flex-column {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
}

.ficha-tecnica-boton {
    display: flex;
    justify-content: center;
}

.car-feature-content p {
    margin-bottom: 0rem;
    font-size: .9rem;
    line-height: 90%;
}

.car-feature-content .col-6 {
    width: 20%;
    max-width: 20%;
    padding-right: 2% !important;
    padding-left: 0 !important;
    margin-bottom: 0;
}

.car-feature-content .col-6:first-of-type,
.car-feature-content .col-6:nth-of-type(2) {

    margin-bottom: 4rem;
}

.car-feature-main {
    margin-bottom: -20px;
}

.cars-details-versiones-slider h5 {
    color: black;
}

.cars-details-versiones-slider h5 span:after {
    border-bottom: solid 1px transparent;
    display: block;
    content: '';
    position: relative;
    top: 10px;
    transform: none;
    transition: none;
}

.cars-details-versiones-slider h5 span:after {
    transform: none;
    transition: none;
}

.cars-details-versiones-slider h5 span {
    display: inline-block;
}

.cars-details-versiones-slider h5 span:after {
    display: block;
    content: '';
    transform: scaleX(0);
    transition: transform 450ms ease-in-out;
    position: relative;
    top: 10px;
}

.cars-details-versiones-slider .card-tab:hover h5 span:after {
    transform: scaleX(1);
}

.cars-details-versiones-slider h5.fromleft span:after {
    transform-origin: 0 0%;
}

.version-detalle .versiones-image {
    display: flex;
    justify-content: center;
    
    align-items: center;
    margin: 0px;
    overflow: hidden;
}

.version-detalle .versiones-image img {
   
   height:auto;
}

.version-color {
    margin-right: 8px !important;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #cccccc !important;
}

.colores-title {
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

.colores-title:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #ffba00;
    left: 5px;
    position: absolute;
}

/* Botones fixed */
#botonesFixed {
    /* position: relative; */
    align-items: center;
    margin-top: -30px;
    z-index: 45;
    margin-bottom: 1.5em;
    /* overflow: hidden; */
}

#botonesFixed h4,
#botonesFixed .botones {
    text-transform: uppercase;
}


#botonesFixed h4 {
    margin-top: 10px;
}

#botonesFixed .titulo,
#botonesFixed .botones {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

#botonesFixed .titulo {
    text-align: center;
    background-color: white;
    border: 2px solid white;
    margin-left: 0;
    /* margin-top: 5px; */
}

#botonesFixed .botones {
    background-color: #ececec;
    color: black;
    line-height: 1.2;
    font-weight: 600;
    font-size: 0.9em;
    border: 2px solid white;
}

#botonesFixed .botones.destacado {
    background-color: #ffba00;
}

#botonesFixed .botones .fa-2x {
    font-size: 1.5em;
    margin-right: 1rem;
}
.dexcda {
    background-position: center !important;
}

.dexcda .car-feature-content {
    height: 35rem;
    justify-content: center;
    flex-direction: column;
    display: flex;
    text-align: center;
}

@media (max-width: 768px){
    .dexcda .car-feature-content ul.row {
        padding: 0 !important;
    }

    .dexcda h6 {
        margin-left: auto;
    }

    .dexcda li {
        padding: 0 1rem !important;
    }

    .dexcda .car-feature-content {
        height: 100% !important;
    }
    .versiones-detalle .version-image{
    
    }
    
}
.componenteModelo .modeloDatos .year {
font-weight: 600;
font-size: 15px;
}

.componenteModelo .modeloDatos .title {
text-transform: uppercase;
font-weight: 700;
font-size: 25px;
}

.componenteModelo .modeloDatos p {
font-family: var(--theme-font-nueva);
font-size: 15px;
}

.componenteModelo .modeloDatos .color-selector h2 {
text-align: center;
color: #1a1a1a;
font-size: 25px;
font-family: var(--theme-font-nueva);
font-weight: 600;
display: inline-block;
position: relative;
}

.componenteModelo .modeloDatos .color-selector h2:before {
content: '';
height: 1px;
width: 80%;
position: absolute;
top: -4px;
background-color: #ffba00;
left: 0;
right: 0;
margin: auto;
}

.componenteModelo .modeloDatos .color-selector ul {
margin: 15px 0;
padding: 0;
text-align: center;
}

.componenteModelo .modeloDatos .color-selector ul li {
display: inline-block;
list-style: none;
margin: 0 2px;
}

.componenteModelo .modeloDatos .color-selector ul li a {
width: 30px;
height: 30px;
display: inline-block;
border-radius: 45px;
position: relative;
background-size: cover;
background-position: center;
font-size: 19px;
}

.componenteModelo .modeloDatos .color-selector ul li a:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 45px;
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
-webkit-transition: .2s transform;
transition: .2s transform;
}

.componenteModelo .modeloDatos .color-selector ul li a:hover:before, .componenteModelo .modeloDatos .color-selector ul li a.active:before {
-webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-box-shadow: inset 0 0 0 1px black;
box-shadow: inset 0 0 0 1px black;
}
.componenteModelo .dexcda .col-6{
max-width: none;
}
.componenteModelo .car-feature-content h6{
display: block;
}
.componenteModelo .car-feature-content .text-white{
color:white!important;
}
.componenteModelo .car-feature-content .flex-column{
flex-direction: column!important;
}
.componenteModelo .dexcda ul.row{
padding-left: 0;
}
.versiones-contenedor .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 20px !important;
    height: 30px !important;
}
.cars-tab .fromleft{
    /* border-bottom: 4px solid rgba(1,1,1,.3)!important; */
    padding: 0;
    width:auto;
    display: flex;
    max-width:90%;
    justify-content: center;
    text-align: center;
    /* padding-top: 20px; */
    /* padding-bottom: 0px; */
    /* padding-bottom:10px; */
    min-height: 70px;
    /* padding-bottom: 20px; */
    align-items: center;
}

@media (min-width: 992px) {
    #botonesFixed {
        bottom: 30px;
    }
}

@media (min-width: 1200px) {
    #botonesFixed {
        bottom: 30px;
    }

    #botonesFixed.sticky {
        position: fixed !important;
        top: 105px;
        width: 100%;
        align-items: initial;
        height: 0px;
    }

    #botonesFixed .botones {
        max-width: 180px;
    }
}

.dexcda .car-feature-content {
    height: auto !important;
    min-height: 428px;
    padding: 0;
}


@media(min-width:1024px) {
    .slick-slide img {
        display: block;
        object-fit: cover;
        height: 100%;
    }
}
@media(max-width:1024px) {
  
/* mobile */


@media(max-width:1024px) {
    .version-detalle .versiones-image img {
       
    }
}

@media (max-width: 991px) {
    .dexcda::before {

        height: 100%;

    }

    .version-detalle .versiones-image img {
        height: auto;

    }

}

@media (max-width: 768px) {
    #botonesFixed {
        margin-bottom: 0;
        margin-top: 0;
    }

    #botonesFixed {
        bottom: 60px;
        /* height: 60px; */
        margin-bottom: 0;
    }

    #botonesFixed .botones {
        line-height: 15px;
        font-weight: 800;
        font-size: 13px;
        height: auto;
        padding: 10px 15px;
        max-width: 33%;
        margin-bottom: 10px;
    }

    #botonesFixed .botones i {
        margin-right: 4px !important;
    }

    #botonesFixed .botones destacado {
        font-size: 0.7rem;
    }

    .car-feature-content.offset-md-1 {
        margin-left: 5% !important;
    }

    .car-feature-content.offset-md-1 {
        margin-right: 5% !important;
        margin-bottom: 45px;
        margin-top: 45px;
        padding-top: 0;
        padding: 40px 20px;
    }

    .car-details-carousel .slick-list {
        padding: 0 !important;
    }

    .dexcda h6 {
        margin-left: 0 !important;
        margin-bottom: 30px;
        text-align: center;
    }

    .dexcda h6:before {
        display: none;
    }

    .dexcda .car-feature-content ul.row {
        margin-left: 0 !important;
        transform: skewX(0deg);
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

    .car-feature-content .col-6:first-of-type,
    .car-feature-content .col-6:nth-of-type(2) {
        margin-bottom: 0;
    }

    .car-feature-content .col-6 {
        margin-bottom: 2rem !important;
    }

    .car-feature-content .col-6:last-of-type {
        margin-bottom: 0 !important;
    }

    .dexcda::before {
        height: 100% !important;
    }

    .col-12.d-block.d-md-none.px-0.text-center {
        display: none !important;
    }

    .car-details-carousel .carousel-control-prev-icon,
    .car-details-carousel .carousel-control-next-icon {
        top: 20% !important;
        width: 20px !important;
        height: 30px !important;
    }
}

.versiones-contenedor .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 20px !important;
    height: 30px !important;
}

@media(min-width:768px){
    .slider-header img{
        max-height: 650px !important;
        object-fit: cover;
        object-position: center;
    }
}
