
 /*header {
  background:   #022b3f;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}*/

body{
  background-color: white;
}

.contenedor {
  width: 98%;
  margin: auto;
}


footer .contenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 25px;
}

.copy{
  font-size: 15px;
  text-align: center;
/*  background: #050505;*/
  background: #022b3f;
  color: #fff;
}
