#footer .footer-redes .social-list > li > a {
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #7D7C7C;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

#footer .footer-redes .upper {
  text-transform: uppercase;
  font-size: 19px;
  margin-right: 30px;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

/* Afegir icona Bluesky */
.fa.fa-bluesky::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    content: "";
    background-color: currentColor;
	color: #7D7C7C;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -50 512 512"><path d="M111.8 62.2C170.2 105.9 233 194.7 256 242.4c23-47.6 85.8-136.4 144.2-180.2c42.1-31.6 110.3-56 110.3 21.8c0 15.5-8.9 130.5-14.1 149.2C478.2 298 412 314.6 353.1 304.5c102.9 17.5 129.1 75.5 72.5 133.5c-107.4 110.2-154.3-27.6-166.3-62.9l0 0c-1.7-4.9-2.6-7.8-3.3-7.8s-1.6 3-3.3 7.8l0 0c-12 35.3-59 173.1-166.3 62.9c-56.5-58-30.4-116 72.5-133.5C100 314.6 33.8 298 15.7 233.1C10.4 214.4 1.5 99.4 1.5 83.9c0-77.8 68.2-53.4 110.3-21.8z"/></svg></path></g></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -50 512 512"><path d="M111.8 62.2C170.2 105.9 233 194.7 256 242.4c23-47.6 85.8-136.4 144.2-180.2c42.1-31.6 110.3-56 110.3 21.8c0 15.5-8.9 130.5-14.1 149.2C478.2 298 412 314.6 353.1 304.5c102.9 17.5 129.1 75.5 72.5 133.5c-107.4 110.2-154.3-27.6-166.3-62.9l0 0c-1.7-4.9-2.6-7.8-3.3-7.8s-1.6 3-3.3 7.8l0 0c-12 35.3-59 173.1-166.3 62.9c-56.5-58-30.4-116 72.5-133.5C100 314.6 33.8 298 15.7 233.1C10.4 214.4 1.5 99.4 1.5 83.9c0-77.8 68.2-53.4 110.3-21.8z"/></svg>') no-repeat center;
    background-position: center;
}



/* Per eliminar espai que hi ha entre el menú i el contingut a la capçalera */
@media (min-width: 1200px) {
  #header .header .container > .navbar-collapse .navbar-right {
    height: 74px;
    margin-right: 0;
  }
}



li.active {
    background: none !important;
    font-weight: normal !important;
    color: inherit !important;
}




#header .header.bg-header.menu-wide .navbar-brand, #header .header.bg-header.menu-wide .navbar-brand.with-lema {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background: #840048;

}

/* Obliga al text a que sigui en minúscula */

.minuscula {
  text-transform: lowercase;
}


/**************************************/
/*********** Per logo nou *************/
/**************************************/

#header .header.bg-header.menu-wide .navbar-brand, #header .header.bg-header.menu-wide .navbar-brand.with-lema {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    background: transparent !important;
}
