.testimonials {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.testimonials h2 {
    text-align: center;
    color: #0F8EA1;
    margin-bottom: 20px;
}

.carousel {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-items {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial {
    text-align: center;
}

.testimonial-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.testimonial-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.rating {
    color: #FFD700; /* Cor das estrelas */
}

.star {
    font-size: 20px;
}

/* Remover setinhas */
.carousel-prev, .carousel-next {
    display: none; /* Remove setinhas do CSS */
}

.testimonial-name {
    font-weight: bold;
    margin-bottom: 10px;
}
