#comentarios .bg-light-test .card-bg{
    background-color: var(--light)!important;
}

#comentarios .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px;
}
  
#comentarios .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline; 
}
  
#comentarios .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;
}

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

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

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

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

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

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

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

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

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

#comentarios .comentario {
    color: var(--secondary);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 100%;
}