.containerFooter{
  height: 100px;
  border-radius: var(--borderMainRadius);
  color: white;
  font-size: var(--textTitle);
  justify-content: space-between;
  align-items: center;
}
.imageLogo{
  width: 100px;
  height: 100px;
}