.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  height: 100px;
}
.footer div{
  margin: 0 20px ;
  color: white;
}
.footer-left{
  display: flex;
  color: white;
}
.footer span{
  margin: 0 5px;
  color: white;
}

/*MOVIL GRANDE*/
@media (max-width: 425px) {

}
