.elementor-527 .elementor-element.elementor-element-eddafa7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-dc5a942 */.elementor-carousel-container {
    padding: 20px 0;
}

.testimonial-card {
    background: #fff;
    padding: 40px 30px;
    margin: 15px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0 auto 30px;
    max-width: 100%;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-img-bg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 15px 0 0;
    flex-shrink: 0;
}

.testimonial-name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

/* Efeitos do carrossel */
.owl-item { 
    opacity: 0.3; 
    transform: scale(0.95); 
    transition: all 0.4s ease; 
}
.owl-item.center { 
    opacity: 1; 
    transform: scale(1); 
}
.owl-dots .owl-dot.active span, 
.owl-dots .owl-dot:hover span { 
    background: #5e5e5e !important; 
}

@media (max-width: 768px) {
    .testimonial-card {
        padding: 30px 20px;
        margin: 10px;
    }
    .testimonial-text {
        font-size: 16px;
    }
    .testimonial-img-bg {
        width: 40px;
        height: 40px;
    }
    .testimonial-name {
        font-size: 14px;
    }
}/* End custom CSS */