#productos-carrusel .card-productos .img-productos {
    aspect-ratio: 4/3;
}

#productos-carrusel .card-productos .badge {
    transition: 0.3s all ease;
}

#productos-carrusel .card-productos:hover .badge {
    transition: 0.3s all ease;
    background-color: #faa419 !important;
    color: #fff !important;
}

#productos-carrusel .card-productos {
    transition: 0.3s all ease;
}

#productos-carrusel .card-productos:hover {
    transition: 0.3s all ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
  

/* BOTON */

#productos-carrusel .btn {
    transition: 0.3s all ease-out;
}

#productos-carrusel .btn:hover {
    transition: 0.3s all ease-out;
    transform: translateX(15px);
}

#productos-carrusel .btn .icon-btn path {
    stroke: var(--secondary);
    transition: 0.3s all ease-out;
}

#productos-carrusel .btn:hover .icon-btn path {
    stroke: var(--primary);
    transition: 0.3s all ease-out;
}

#productos-carrusel .btn .icon-btn {
    transition: 0.3s all ease-out;
}

#productos-carrusel .btn:hover .icon-btn {
    transform: rotate(45deg);
    transition: 0.3s all ease-out;
}


/* OWL */


#productos-carrusel .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
}
  
#productos-carrusel .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline; 
}
  
#productos-carrusel .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #ccc;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
  
#productos-carrusel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #faa419;
}

#productos-carrusel .owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    background: #fff;
    border: 1px #faa419 solid !important;
}

#productos-carrusel .owl-theme .owl-dots .owl-dot.active span, #productos-carrusel .owl-theme .owl-dots .owl-dot:hover span {
    background: #faa419 !important;
}

#productos-carrusel .item.item-productos-carrusel {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#productos-carrusel .item.item-productos-carrusel img {
    filter: grayscale(1);
}

#productos-carrusel .owl-carousel .owl-prev,
#productos-carrusel .owl-carousel .owl-next {
    position: absolute;
    top: 0;
    height: 30px;
    top: 40%;
}

#productos-carrusel .owl-carousel .owl-prev:hover,
#productos-carrusel .owl-carousel .owl-next:hover {
    position: absolute;
    top: 0;
    height: 30px;
    top: 40%;
    background-color: transparent !important;
}

#productos-carrusel .owl-carousel .owl-prev {
    left: -60px;
}

#productos-carrusel .owl-carousel .owl-next {
    right: -60px;
}