.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{font-family:"Poppins", Sans-serif;}.elementor-kit-11 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-11 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-11 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-11 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-11 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-11 h6{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ════════════════════════════════════════════════════════════
   Explora Parks — Menu hover colors (sem sublinhado)
   ════════════════════════════════════════════════════════════ */

/* Todos os links do menu — transição suave + cor base branca */
.elementor-nav-menu > li > a,
nav.elementor-nav-menu--main > ul > li > a {
  color: #ffffff !important;
  transition: color .25s ease, transform .2s ease !important;
}

/* 1º item — O Parque (verde lima) */
.elementor-nav-menu > li:nth-child(1) > a:hover {
  color: #70e000 !important;
  transform: translateY(-2px);
}

/* 2º item — Mundos (ciano eléctrico) */
.elementor-nav-menu > li:nth-child(2) > a:hover {
  color: #01befe !important;
  transform: translateY(-2px);
}

/* 3º item — Festas de Aniversário (laranja vibrante) */
.elementor-nav-menu > li:nth-child(3) > a:hover {
  color: #ff6b1a !important;
  transform: translateY(-2px);
}

/* 4º item — Grupos (amarelo dourado) */
.elementor-nav-menu > li:nth-child(4) > a:hover {
  color: #ffc107 !important;
  transform: translateY(-2px);
}

/* 5º item — Bilhetes (rosa vibrante) */
.elementor-nav-menu > li:nth-child(5) > a:hover {
  color: #ff3b7f !important;
  transform: translateY(-2px);
}

/* Item activo (página atual) — mantém cor de marca */
.elementor-nav-menu > li.current-menu-item > a {
  color: #70e000 !important;
}

/* ════════════════════════════════════════════════════════════
   Explora Parks — Scrollbars personalizados em ciano
   Funciona em Chrome, Safari, Edge e Firefox.
   ════════════════════════════════════════════════════════════ */

/* ─── Chrome, Safari, Edge, Opera (WebKit) ─── */
html {
  scrollbar-color: #01befe #0a1628;    /* Firefox */
  scrollbar-width: thin;                /* Firefox */
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #0a1628;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #01befe 0%, #0099cc 100%);
  border-radius: 10px;
  border: 2px solid #0a1628;
  transition: background 0.2s;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #33d0ff 0%, #01befe 100%);
  box-shadow: 0 0 8px rgba(1, 190, 254, 0.5);
}

::-webkit-scrollbar-thumb:active {
  background: #0099cc;
}

::-webkit-scrollbar-corner {
  background: #0a1628;
}

/* ─── Aplicar também a popups e elementos internos com scroll ─── */
.elementor-popup-modal ::-webkit-scrollbar,
.dialog-lightbox-widget ::-webkit-scrollbar,
div[class*="dialog-type"] ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.elementor-popup-modal ::-webkit-scrollbar-thumb {
  background: #01befe;
  border-radius: 10px;
  border: 2px solid rgba(10, 22, 40, 0.1);
}/* End custom CSS */