#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 {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #ccc;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
  
#comentarios .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary);
    width: 30px !important;
    transition: 0.3s all ease;
}

#comentarios .owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
    height: 8px !important;
    border-radius: 5px;
    background: var(--warning);
    border: 1px var(--primary) solid !important;
    transition: 0.3s all ease;
}

#comentarios .owl-theme .owl-dots .owl-dot.active span, #comentarios .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary) !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 .text-testimonios {
    height: 220px;
    overflow: auto;
}


@media (max-width: 576px)
{

    #comentarios .text-testimonios {
        height: 340px;
        overflow: auto;
    }


}

@media  (min-width: 577px) and (max-width: 767px)
{

    #comentarios .text-testimonios {
        height: 320px;
        overflow: auto;
    }

}

@media (min-width: 768px) and (max-width: 991px) 
{
  
    #comentarios .text-testimonios {
        height: 300px;
        overflow: auto;
    }

}

@media (min-width: 992px) and (max-width: 1200px) 
{

    #comentarios .text-testimonios {
        height: 280px;
        overflow: auto;
    }

}

@media  (min-width: 1200px) and (max-width: 1400px)
{

    #comentarios .text-testimonios {
        height: 250px;
        overflow: auto;
    }

}

@media  (min-width: 1401px) and (max-width: 1600px)
{

    #comentarios .text-testimonios {
        height: 230px;
        overflow: auto;
    }
  
}