/* Add here all your CSS customizations */

/* Treu el marge inferior blanc del footer */
footer#footer .container .row {
    margin-bottom: 0!important;
}

/* Posiciona el mapa en el lloc */
.row .map {
    width: 100%;
}
.row .map iframe {
    width: 100%!important;
}

/* Treu marge inferior a la darrera secció abans del footer */
section.section:last-of-type {
    margin-bottom: 0!important;
}
footer#footer {
    margin-top: 0!important;
}