.mapa {
    text-align: center;
    background: #6db1e3;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 900px;
    margin: 20px auto;
}

.mapa h2 {
    margin-bottom: 15px;
}

.mapa p {
    font-size: 16px;
}

.mapa a {
    color: yellow;
    text-decoration: none;
    font-weight: bold;
}

.mapa a:hover {
    text-decoration: underline;
}

.contactes {
    text-align: center;
    margin: 40px auto;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contactes h2 {
    margin-bottom: 15px;
}

.contacte-info {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contacte-info p {
    font-size: 18px;
    margin: 10px 0;
}

.contacte-info a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.contacte-info a:hover {
    text-decoration: underline;
}