.contato-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    text-align: center;
}

.contato-info p {
    color: #555;
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.social-icons {
    margin-bottom: 1.5rem;
}

.social-icons a {
    color: #0056b3;
    font-size: 2rem;
    margin: 0 1rem;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #003d82;
}

.telefones,
.endereco,
.email {
    margin-bottom: 1.5rem;
}

.telefones h4,
.endereco h4,
.email h4 {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
