.push { height: 50px; }
/* Google Maps API */
html { height: 100% }
body { 
  background-image: url("../imgs/bkg.jpg");
  background-size:cover;
  height:100%;
  margin:0;
  padding:0;
}
#fondo {
  min-width:100%;
  min-height:100%;
  background-color:rgba(5, 36, 51, 0.8);
}
#logoPinttag {
  display:block;
  max-width:400px;
  height:auto;
  margin:0 auto;
}
.text-white {
  color:#fff;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}