.elementor-205 .elementor-element.elementor-element-90a9ed3:not(.elementor-motion-effects-element-type-background), .elementor-205 .elementor-element.elementor-element-90a9ed3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-205 .elementor-element.elementor-element-90a9ed3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-205 .elementor-element.elementor-element-90a9ed3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-205 .elementor-element.elementor-element-603bfac.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-205 .elementor-element.elementor-element-603bfac > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-205 .elementor-element.elementor-element-603bfac > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-37343cb */.site-header {
  background-color: #00392f;
  color: white;
  width: 100%;
  padding: 10px 30px;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  margin: auto;
  flex-wrap: wrap;
}

.header-left .logo img {
  height: 60px;
}

.header-center {
  flex-grow: 1;
  text-align: center;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-links li a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s;
}

.nav-links li a:hover {
  color: #d4af37;
}

.minigolf-highlight a {
  background-color: #d4af37;
  color: #00392f !important;
  padding: 8px 12px;
  border-radius: 20px;
  font-weight: bold;
  box-shadow: 0 0 10px #d4af37;
  transition: all 0.3s ease-in-out;
}

.minigolf-highlight a:hover {
  box-shadow: 0 0 20px #fff176, 0 0 10px #d4af37;
  transform: scale(1.05);
}

.header-right .btn-reservar {
  background-color: #25d366;
  color: white;
  padding: 10px 18px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s;
}

.header-right .btn-reservar:hover {
  background-color: #1fb859;
}

/* Responsive */
@media (max-width: 900px) {
  .header-container {
    flex-direction: column;
    gap: 10px;
  }

  .header-center {
    order: 2;
  }

  .header-right {
    order: 3;
  }

  .header-left {
    order: 1;
  }

  .nav-links {
    flex-direction: column;
    gap: 12px;
  }
}/* End custom CSS */