/* Dots carousel recensioni */
.testimonials .owl-theme .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.testimonials .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.4);
    display: block;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span,
.testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #1b1b1b;
    border-color: #1b1b1b;
}
