/*Producto*/

.zoom {
    width: 200px;
    height: 150px;
    position: absolute;
    right: 0;
    z-index: 1;
}

#nombre {
    color: rgb(27, 20, 100);
}


/*Boton para ver compatibilidad*/

#btn-compatibles {
    color: #fff;
    background-color: #28285E;
}

#aplicaciones {
    color: #DC3545;
}

#detalles,
#lista-autos {
    font-size: 12px;
}


/*Imagen*/

.carousel-control-prev,
.carousel-control-next {
    background-color: transparent;
}

#custCarousel .carousel-indicators {
    position: static;
}

#custCarousel .carousel-indicators>li {
    height: auto;
    width: 100px;
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
}

.carousel-item img {
    width: 80%;
}

#lista-autos {
    width: 100% !important;
}

#btn-cotizar {
    background-color: #DC3545;
    border: none;
}

.btn-light {
    background-color: #e2e6ea;
}


/*FIltro de auto*/

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    visibility: hidden;
}

@media (min-width: 576px) {}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}

@media (min-width: 1440px) {}