body {
  background: #f8c6659c;
}

.site-header{
  background: rgba(255, 255, 255, 01);
}

.restaurant-card,
.maintenance-card {
  background: rgba(254, 245, 227, 0.92);
  border-color: #C9D5DE;
}

.hero,
.filters,
.zones {
  background: #fff !important;
  border-color: #C9D5DE;
}

.hero {
  background: #fff !important;
}

.hero::before {
  content: "";
  position: absolute;
  right: 34px;
  bottom: -52px;
  width: 230px;
  height: 230px;
  background: url("gorro-mostra.png") center / contain no-repeat;
  opacity: 0.13;
  pointer-events: none;
}

#zonas,
#restaurantes {
  background: #fff !important;
}

.hero,
#zonas,
#restaurantes {
  box-shadow: 0 8px 24px rgba(20, 52, 99, 0.08) !important;
}

.hero-card,
.zone-card {
  background: #fff;
  border-color: #C9D5DE;
}

.btn.primary,
.reservation-link {
  background: #f9c665;
  color: #143463;
}

.restaurant-logo {
  background: rgba(249, 198, 101, 0.18) !important;
  color: #143463;
}

.btn,
.tag,
.zone-pill,
.reservation-link,
.socials a,
.hero-menu-preview span,
.main-nav a,
.lang-btn {
  box-shadow: none !important;
}

.app-install {
  background: #143463;
}

@media (max-width: 680px) {
  .hero {
    background: #fff !important;
  }

  .hero::before {
    right: 12px;
    bottom: -34px;
    width: 170px;
    height: 170px;
  }
}
