footer {
  width: 100%;
  margin: 10px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: inherit;
  border-top: 1px solid var(--cor_texto);
  letter-spacing: 1px;
  color: inherit;
}


footer p, footer a{
  color: inherit;
  margin: 0;
}

footer i {
  padding: 5px;
  border-radius: 10px;
  font-size: 25px;
  color: inherit;
  transition: 0.5s;
}

footer i:hover {
  background-color: var(--cor_tema);
  color: white;
}

.redesSociais > *{
  margin: 0 20px;
}

@media screen and (max-width: 700px) {
  footer {
    flex-direction: column;
  }

}
