footer {
  background: #232f3e;
  padding: 120px 0;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #212529;
}


footer a {
  color: #ffffff;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 700;
}

footer a:hover {
  color: #92e4ba;
}

footer .activa{
  color: #92e4ba;
}

footer a {
  text-decoration: none;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer ul li {
  display: inline;
  padding-right: 25px;
  font-weight: 500;
}

footer p {
  color: #888888;
  font-size: 0.8em;
  margin: 0;
}
footer h2 {
  color: #ffffff;
  margin-top: 0;
  font-size: 2rem;
  font-weight: 700;

}
footer h2:after {
  display: none;
}
footer hr {
  border-top: 3px solid #ffffff;
  margin: 20px 0 20px 0;
}

@media all and (max-width: 550px) {
  footer ul li {
    display: block;
  }
}