#productos-carrusel .card-productos .img-productos {
    aspect-ratio: 4/3;
}
#productos-carrusel .title-caso {
    height: 60px;
}

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

#productos-carrusel .card-productos:hover .badge {
    transition: 0.3s all ease;
    background-color: var(--primary) !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-primary-single {
    color: var(--primary) !important;
    background-color: var(--white);
    border-color: var(--primary) 1px solid!important;
    transition: 0.3s all ease-out;
}
#productos-carrusel .btn-primary-single:hover {
    color: var(--black) !important;
    background-color: var(--white) !important;
    border-color: var(--black) !important;
    font-weight: 700;
    transition: 0.3s all ease-out;
}
#productos-carrusel .btn-primary-single .icon-btn path {
    stroke: var(--primary)!important;
    transition: 0.3s all ease-out;
}
#productos-carrusel .btn-primary-single:hover .icon-btn path {
    stroke: var(--black)!important;
    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: 7px 10px;
    background: #ccc;
    display: block;
    opacity: 0.5;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

#productos-carrusel .owl-theme .owl-dots .owl-dot span {
    background: var(--primary);
    border: 1px var(--primary) solid !important;
}

#productos-carrusel .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary) !important;
    transition: all 200ms ease;
    opacity: 1;
}

#productos-carrusel .owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary) !important;
    opacity: 1;
    transform: scale(2);
    transition: all 200ms ease;
}

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