.footer-fondo {
  text-align: center;
  padding: 40px 20px;
  background: url('fondo.png') center center no-repeat;
  background-size: cover;
  color: #222;;
}



.texto-azul1 {
  color: #00BDFF;
}

.texto-azul2 {
  color: #0071BC;
}

.texto-justificado {
  text-align: justify;
}




