.avaliacoes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 20px 20px 0 20px;
    background-color:  #e5e9e8;
}

.avaliacoes-home {
    text-align: center;
    margin: 20px 20px 0 20px;
    padding: 0;
    background-color: #e5e9e8;
}

#sessao-avaliacoes {
    background-color: #e5e9e8;
    padding: 20px 0 20px 0;
}

.avaliacoes-home h3 {
    color: #000;
    margin: 15px 15px 15px 15px;
    padding: 0;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
}

.avaliacoes-home p {
    color: #000;
    margin: 15px 15px 15px 15px;
    padding: 0;
    font-size: 20px;
    text-align: center;
    line-height: 30px;}

.google-review-card {
    max-width: 390px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    font-family: 'Arial', sans-serif;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    background: #fff;
}
.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    margin-bottom: 15px;
}
.client-photo {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}
.client-info strong {
    display: block;
    font-size: 16px;
    color: #333;
}
.stars {
    color: #fbbc04;
    font-size: 14px;
}

.review-text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
}
.review-link {
    font-size: 12px;
    color: #1a73e8;
    text-decoration: none;
    font-weight: bold;
}
.review-link:hover {
    text-decoration: underline;
}

.google-logo {
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
}


.btn-google-reviews {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #ffffff;
    color: #3c4043;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #dadce0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-top: 20px;
}

.btn-google-reviews img {
    width: 20px;
    height: 20px;
}

.btn-google-reviews:hover {
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
    border-color: #d2d2d2;
}

.btn-google-reviews:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 20px 0;
}