html {
  font-size: 16px !important;
}
body {
  margin: 0;
  background: #f00;
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  body {
    background: #f00 url(../img/bg.png) 50% 0;
  }
}
@media screen and (min-width: 900px) {
  .wrap {
    margin: 0 auto;
    max-width: 1300px;
  }
}
h1 {
  font-size: 1.7rem;
  margin: 5px 0 2.5rem 0;
  text-align: center;
  color: #f00;
}
@media screen and (min-width: 900px) {
  h1 {
    font-size: 1.7rem;
    text-align: left;
  }
}
h2 {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 1.1rem;
  }
}
p {
  margin: 0 0 1em 0;
}
a {
  color: #f00;
  text-decoration: none;
}
.container {
  background-color: #fff;
}
@media screen and (min-width: 900px) {
  .container {
    padding: 3rem;
  }
}
.tablewrap {
  max-width: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 900px) {
  .tablewrap {
    overflow-x: auto;
  }
}
.info {
  font-size: 0.9rem;
}
@media screen and (min-width: 900px) {
  .info {
    width: 100%;
  }
}
.info th {
  background: #f00;
  color: white;
  padding: 10px;
  vertical-align: middle;
}
.info td {
  padding: 15px 10px;
  text-align: center;
  background-color: #eeeeee;
}
.info td.date {
  background: #f00;
  color: #fff;
  text-align: left;
}
.explanation {
  font-size: 0.8rem;
  margin: 1rem 2rem;
}
.reservation {
  text-align: center;
  margin-top: 3rem;
}
.reservation a.button {
  margin-top: 2rem;
}
.sticky {
  padding: 2rem 1rem;
  margin: 0 -1rem 1em -1rem;
  background: rgba(252, 229, 77, 0.25);
}
@media screen and (min-width: 900px) {
  .sticky {
    margin: 2rem 0;
    padding: 1rem 2rem;
  }
}
.important {
  border: 1px solid #000;
  margin-top: 2rem;
  padding: 1.5rem 1rem;
  text-align: center;
}
.footer {
  padding: 0.25rem 3rem;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
}
@media print {
  .footer {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .footer {
    text-align: left;
  }
}
.footer a {
  color: #fff;
}
.header {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .header {
    flex-direction: row;
  }
}
.header__home {
  order: 3;
}
@media screen and (min-width: 900px) {
  .header__home {
    flex-basis: 25%;
    order: 0;
  }
}
@media screen and (min-width: 900px) {
  .header__menu {
    flex-basis: 75%;
  }
}
@media screen and (min-width: 900px) {
  .main {
    display: flex;
  }
}
@media screen and (min-width: 900px) {
  .content {
    order: 2;
    flex-basis: 75%;
  }
}
@media screen and (min-width: 900px) {
  .sidebar {
    order: 1;
    flex-basis: 25%;
  }
}
.banners {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .banners {
    margin: 2rem auto;
  }
}
.banners img {
  display: block;
  max-width: 100%;
}
.header {
  padding: 0 0 1rem 0;
}
.header__home {
  font-size: 7vw;
  line-height: 1;
  padding: 1rem;
  order: 1;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .header__home {
    padding: 0;
    font-size: 2rem;
    display: flex;
    align-items: flex-end;
  }
}
.header__home span:first-child {
  color: #000;
  font-weight: normal;
}
.header__home small {
  font-size: 0.6em;
  font-weight: normal;
}
@media print {
  .header__home small {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .header__home small {
    display: none;
  }
}
.header__home small a {
  color: #a3a3a3;
}
.header__home small a.active {
  color: #f00;
}
.header__bus {
  order: 2;
  margin-left: -1rem;
}
@media print {
  .header__bus {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .header__bus {
    display: none;
  }
}
.header__menu {
  z-index: 100;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  padding-bottom: 10%;
  transition: 0.2s;
  background: #fff;
}
.header__menu.visible {
  left: 0;
}
@media screen and (min-width: 900px) {
  .header__menu {
    position: static;
    height: auto;
    padding-bottom: 0;
    order: 2;
  }
}
.header__menu ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}
@media screen and (min-width: 900px) {
  .header__menu ul {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
  }
}
.header__menu a {
  color: #000;
  display: flex;
  align-items: center;
  margin: 1.1rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 900px) {
  .header__menu a {
    flex-direction: column;
    margin: 0;
  }
}
.header__menu a span {
  margin-left: 1rem;
}
@media screen and (min-width: 900px) {
  .header__menu a span {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.header__menu a span:before {
  content: "_";
}
.header__menu a svg {
  width: 2rem;
  height: 2rem;
}
.header__menu a svg path {
  fill: #a3a3a3;
  fill-rule: evenodd;
}
.header__menu a:hover,
.header__menu a.active {
  color: #f00;
}
.header__menu a:hover svg path,
.header__menu a.active svg path {
  fill: #f00;
}
/**
 * OokHamburger
 *
 * Pure CSS animated hamburger menu button.
 *
 * Exmaple code:
 *
 * <div id="hamburger">
 *   <span>Toggle menu</span>
 * </div>
 *
 * <nav id="main-menu" class="main-menu" role="navigation">
 *   <ul>
 *     <li><a href="#">link</a></li>
 *   </ul>
 * </nav>
 *
 * <script>
 *   var toggle = document.getElementById('hamburger');
 *   var mainMenu = document.getElementById('main-menu');
 *   if(toggle) {
 *     toggle.addEventListener( "click", function(e) {
 *       e.preventDefault();
 *       (this.classList.contains("active") === true) ? this.classList.remove("active") : this.classList.add("active");
 *       (mainMenu.classList.contains("visible") === true) ? mainMenu.classList.remove("visible") : mainMenu.classList.add("visible");
 *     });
 *   }
 * </script>
 */
#hamburger {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 11vmin;
  height: 11vmin;
  background: #f00;
  font-size: 0;
  cursor: pointer;
  transition: background 0.2s;
}
@media all and (min-width: 1000px) {
  #hamburger {
    display: none;
  }
}
#hamburger span {
  position: absolute;
  top: 46.875%;
  left: 18.75%;
  width: 62.5%;
  height: 0.6875vmin;
  background-color: #fff;
  transition: background 0s 0.2s;
}
#hamburger span:before,
#hamburger span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition-delay: 0.2s, 0s;
  transition-duration: 0.2s, 0.2s;
}
#hamburger span:before {
  top: -400%;
  transition-property: top, transform;
}
#hamburger span:after {
  bottom: -400%;
  transition-property: bottom, transform;
}
#hamburger.active span {
  background: none;
}
#hamburger.active span:before {
  top: 0%;
  transition-delay: 0s, 0.2s;
  transform: rotate(45deg);
}
#hamburger.active span:after {
  bottom: 0%;
  transition-delay: 0s, 0.2s;
  transform: rotate(-45deg);
}
.button {
  display: inline-block;
  background-color: #f00;
  color: #fff;
  padding: 0.6rem 1rem;
  font-weight: bold;
}
.buttons {
  display: flex;
  justify-content: flex-start;
  padding: 1rem 0 2rem 0;
  font-size: 0.85em;
}
.buttons a {
  background-color: #f00;
  color: #fff;
  padding: 0.8rem 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .buttons a {
    padding: 0.6rem 1rem;
    font-size: 0.8em;
  }
}
.buttons a:nth-child(2) {
  margin-left: 1rem;
  background: #ff0000;
}
.buttons a:hover {
  background-color: black;
}
.buttons--mobile {
  justify-content: center;
  padding: 1rem;
}
@media print {
  .buttons--mobile {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .buttons--mobile {
    display: none;
  }
}
.buttons--desktop {
  display: none;
}
@media screen and (min-width: 900px) {
  .buttons--desktop {
    display: flex;
  }
}
.sidebar {
  position: relative;
  padding: 2rem 1rem 1rem 1rem;
}
@media screen and (min-width: 900px) {
  .sidebar {
    padding: 1.5rem 0 0 0;
  }
}
.sidebar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  width: 2rem;
  height: 2px;
  background: #000;
}
@media screen and (min-width: 900px) {
  .sidebar:before {
    display: none;
  }
}
.sidebar__bus {
  display: none;
  padding: 0 1rem 2rem 0;
}
@media screen and (min-width: 900px) {
  .sidebar__bus {
    display: block;
  }
}
.sidebar__bus svg {
  max-width: 100%;
}
.sidebar__links {
  display: flex;
  padding: 1rem 0;
  align-items: center;
  justify-content: space-around;
}
@media print {
  .sidebar__links {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .sidebar__links {
    justify-content: space-between;
  }
}
.sidebar__lang a.active {
  color: #000;
}
.sidebar__scrj {
  width: 4rem;
}
@media screen and (min-width: 900px) {
  .sidebar__scrj {
    width: 5rem;
  }
}
.sidebar__scrj svg {
  max-width: 100%;
}
.sidebar__fb {
  width: 1.6rem;
  margin-right: 1rem;
}
@media screen and (min-width: 900px) {
}
.italic {
  font-style: italic;
}
.gray {
  color: #a3a3a3;
}
.center,
.tac {
  text-align: center;
}
.bold,
.fwb {
  font-weight: bold;
}
.nobottommargin {
  margin-bottom: 0;
}
.content {
  padding: 1rem;
}
.promobox {
  margin: 2rem -1rem 0 -1rem;
  padding-top: 66vw;
  background: url(/img/foto01.jpg) 100% 0 no-repeat;
  background-size: contain;
  color: #343434;
}
@media screen and (min-width: 900px) {
  .promobox {
    margin: 2rem 0;
    padding: 0 10rem 0 0;
    box-shadow: 0 1rem 0.5rem -0.5rem #cdcdcd;
  }
}
.promobox p {
  position: relative;
  padding: 2rem 1rem 3rem 1rem;
  margin: 0;
  font-weight: bold;
  background: linear-gradient(90deg, #f5f5f5 0%, #dadfe3 100%);
}
@media screen and (min-width: 900px) {
  .promobox p {
    margin: 0 0 1em 0;
    padding: 2rem;
    background: linear-gradient(90deg, #f5f5f5 0%, #dadfe3 72%, rgba(245, 245, 245, 0) 100%);
  }
}
.promobox strong {
  font-size: 1.2rem;
  box-sizing: border-box;
  height: 2.5rem;
  position: absolute;
  top: -2.5rem;
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #cdcdcd;
  color: #000;
}
@media screen and (min-width: 900px) {
  .promobox strong {
    position: static;
    margin: 0 0 1rem -2rem;
    background: none;
  }
}
.disclaimer {
  color: #a3a3a3;
  font-size: 0.8rem;
}
@media screen and (min-width: 900px) {
  .disclaimer {
    font-size: 0.85rem;
    margin-top: 3.5rem;
  }
}
.gallery img {
  padding: 10px;
}
/*# sourceMappingURL=./style.css.map */