.footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--color-secundario);
  padding-top: 1rem;
}

.footer-ul {
  padding-block: 0.5rem;
  display: flex;
  gap: 1rem;
  list-style: none;
}

.footer-li {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: var(--color-white);
}

.footer-li > a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--color-secundario);
  text-decoration: none;
}

.footer-li > a > i {
  font-size: 1.25rem;
  padding: 0;
}

.footer > p {
  padding-block: 1rem;
  text-align: center;
  font-size: 14px;
  color: var(--color-white);
}
