section.o-reserva {
  transition: none;
  top: 0;
}

section.o-reserva.fixed {
  position: fixed !important;
  top: 165px;
  /* top: 150px; */
  left: 0;
  width: 100%;
  z-index: 9;
  padding-bottom: 15px;
  transition: 0.3s all ease;
  background: #74c6c7;
}

section.o-reserva.fixed::before {
  display: none;
}

section.o-reserva.fixed h2 {
  display: none;
}

@media screen and (max-width: 1024px) {
  section.o-reserva.fixed {
    /* padding: 10px 35px 0px 35px; - Modificado 28 marzo */
    padding: 5px 35px 5px 35px;
    /* top: 130px; */
  }
}

@media screen and (max-width: 431px) {
  section.o-reserva.fixed {
    top: 150px;
  }

  section.o-reserva.fixed .mi-be-button {
    line-height: 1em;
    height: auto;
  }
}

section.o-reserva.fixed div div div.mi-be {
  padding-top: 20px;
}

body.Page-Banner-Reserva {
  margin-top: 100px;
}

@media screen and (max-width: 992px) {
  body.Page-Banner-Reserva {
    margin-top: 145px;
  }
}

@media screen and (max-width: 768px) {
  body.Page-Banner-Reserva {
    margin-top: 314px;
  }
}

@media screen and (max-width: 431px) {
  body.Page-Banner-Reserva {
    margin-top: 210px;
  }
}

body.home.Page-Banner-Reserva {
  margin-top: 100px;
}

@media screen and (max-width: 992px) {
  body.home.Page-Banner-Reserva {
    margin-top: 0px;
  }
}

body.page-template-page-compromiso-social {
  margin-top: 140px;
}

.logged-in section.o-reserva {
  top: 0;
}

.logged-in section.o-reserva.fixed {
  position: fixed !important;
  /* top: 195px; */
  top: 225px;
}

.logged-in section.o-reserva.fixed h2 {
  display: none;
}

@media screen and (max-width: 1025px) {
  .logged-in section.o-reserva.fixed {
    /* top: 170px; */
  }
}

@media screen and (max-width: 431px) {
  .logged-in section.o-reserva.fixed {
    top: 175px;
  }
}

.o-reserva {
  background: #74c6c7;
  padding: 30px 35px;
  position: relative;
  text-align: center;
}

.o-reserva:before {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  background: url(../images/home-buscar.svg) no-repeat center 16px #74c6c7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -23px);
  border-radius: 50%;
}

.o-reserva h2 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 15px;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 9;
}