#comentarios .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
}
  
#comentarios .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline; 
}
  
#comentarios .owl-theme .owl-dots .owl-dot span {
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    width: 11px !important;
    height: 11px !important;
    background: #fff;
    border: 1px  var(--secondary) solid !important;
}
#comentarios .owl-theme .owl-dots .owl-dot.active span, #comentarios .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--secondary) !important;
    border: 1px  var(--secondary) solid !important;
}
#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(--white);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}