.footer {
  /* position: fixed; */
  /* left: 0;
  bottom: 0; */
  width: 100%;
  background-color: #000000;
  text-align: center;
  padding: 0.6rem;
}
.footer-content-manu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.footer-content-midded {
  display: flex;
  flex-direction: column;
  align-items: center;
}
img.img-footer-mg-10 {
  margin-bottom: 10px;
}
span.span-footer-color-warning {
  color: #f3cf2c;
  font-size: 12px;
}
span.span-footer-color-link{
  color: #bec0c2;
  font-size: 1.5rem;
}
span.span-footer-color-link:hover{
  cursor: pointer;
  color: #ffff;
}
a.footer-page{
    text-decoration: none;
}

