/* Menu fixa */
.zak-header-builder .zak-header-main-row {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
  background-color: #999933;
  opacity: 0.9;
  border-bottom-width: 1px;
  border-bottom-color: #999933;
}

/* Cabecera fija */

.wp-custom-header img {
  margin-top: 85px;
}