body {
  padding-top: 70px;
}

.cabecera {
    background-color: #ffffff;
    -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.39);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 888;
}

.hero img {
  width: 100%;
  height: auto;
}



footer {
  background: #19326E;
  color: #fff;
  padding: 20px 0;
}
