.main-footer {
    text-align: center;
}

.footer-container {
    margin: 0 auto;
    padding-top: 100px;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer-logo img{
  width: 465px;
  height: auto;
}

.footer-logo .brand-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    letter-spacing: 3px;
    display: block;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

/* Xarxes socials a l'esquerra */
.footer-social {
    position: absolute;
    left: 40px;
    display: flex;
    gap: 15px;

}

.footer-social a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.1rem;
}

/* Menú legal central */
.footer-nav {
    display: flex;
    gap: 25px;
}

.footer-nav a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 1px;
}


/* Secció inferior blanca amb la tira de logos */
.footer-group-logos {
    width: 100%;
    background-color: #ffffff;
    margin: 0;
    display: flex;
    justify-content: center;
}

.footer-group-logos img {
    max-width: 80%;
    height: auto;
}




