#footer h3,
#footer h4 {
  color: #FFFFFF;
  font-weight: 800;
  text-shadow: none;
}
#footer a {
  color: #FFFFFF;
  text-decoration: none;
}
#footer a:active,
#footer a:focus,
#footer a:hover {
  text-decoration: underline;
}
#footer .social-networks a {
  display: block;
  transition: all .5s;
  text-decoration: none;
}
#footer .social-networks a:active,
#footer .social-networks a:focus,
#footer .social-networks a:hover {
  transform: scale(1.1);
  text-decoration: none;
}

/* Íconos */
.social-networks ul li {
    display: inline-block;
}

.social-networks ul li a {
  background: #1F1F1F;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 8px;
  font-size: 25px;
}

.social-networks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
