section.mod-reserva.fixed {
  position: fixed !important;
  top: 0px !important;
  left: 0;
  width: 100%;
  z-index: 9;
  padding-bottom: 15px;
  transition: 0.3s all ease;
}
section.mod-reserva.fixed::before {
  content: none;
}
section.mod-reserva.fixed div.container h3.title {
  display: none;
}
@media screen and (max-width: 1024px) {
  section.mod-reserva {
    margin-top: 20px;
  }
  section.mod-reserva.fixed {
    margin-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  section.mod-reserva::before {
    content: none;
  }
  section.mod-reserva div.container h3.title {
    display: none;
  }
}
div.page-in {
  transition: 0.3s all ease;
  top: 0px;
}
div.page-in.fixed div div div.mi-be {
  position: fixed !important;
  top: 0px !important;
  left: 0;
  width: 100%;
  z-index: 9;
  padding-bottom: 15px;
  transition: 0.3s all ease;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  div.page-in {
    margin-top: 100px !important;
  }
  div.page-in div div div.mi-be {
    z-index: -1;
    top: auto;
  }
}
@media (max-device-width: 767px) {
  .page-in .mi-be.mi-be-mobile {
    display: block !important;
  }
}
/* Como hemos metido el banner, el margen que tenia la plantilla para compensar y no meterse debajo del header queda inutil y provoca un espacio blanco */
@media screen and (max-width: 767px) {
  header.mod-header-foto {
    margin-top: 50px!important;
	margin-bottom: 80px;
  }
}
