section#rodape {
  background-color: #193264;
  color: white;
  font-family: var(--fontFamilyDiv);
}
section#rodape > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  text-align: center;
}
section#rodape > div:first-of-type {
  padding: 5px;
}
section#rodape > div:last-of-type {
  background-color: white;
}
