.contacto-titulo {
    color: var(--primaryColor);
    font-weight: bold;
}

.contacto-subtitulo {
    color: var(--darkBlue);
    font-weight: 600;
}

.contacto-info {
    font-size: 1rem;
    color: var(--black);
    line-height: 1.6;
}

.contacto-info a {
    color: var(--lightBlue);
    text-decoration: none;
}

.contacto-info a:hover {
    text-decoration: underline;
}

.mapa-wrapper {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border-radius: 8px;
    overflow: hidden;
}

.proyecto-contacto img {
    max-height: 150px;
}
