.elementor-kit-17{--e-global-color-primary:#0D0D0D;--e-global-color-secondary:#121826;--e-global-color-text:#EAEAEA;--e-global-color-accent:#0066FF;--e-global-color-background:#0F0F0F;--e-global-color-backgroundAccent:#1A1A1A;--e-global-color-transparent:#A0A0A0;--e-global-color-eab7106:#A0A0A0;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.4px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.5px;--e-global-typography-heading_xl-font-family:"Inter";--e-global-typography-heading_xl-font-size:56px;--e-global-typography-heading_xl-font-weight:600;--e-global-typography-heading_xl-line-height:1.2em;--e-global-typography-heading_l-font-family:"Inter";--e-global-typography-heading_l-font-size:48px;--e-global-typography-heading_l-font-weight:600;--e-global-typography-heading_l-line-height:1.2em;--e-global-typography-heading_m-font-family:"Inter";--e-global-typography-heading_m-font-size:40px;--e-global-typography-heading_m-font-weight:600;--e-global-typography-heading_m-line-height:1.2em;--e-global-typography-heading_s-font-family:"Inter";--e-global-typography-heading_s-font-size:18px;--e-global-typography-heading_s-font-weight:500;--e-global-typography-body_s-font-family:"Inter";--e-global-typography-body_s-font-size:14px;--e-global-typography-body_s-font-weight:400;--e-global-typography-body_s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-17 e-page-transition{background-color:#FFBC7D;}.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-kit-17{--e-global-typography-primary-font-size:36px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading_xl-font-size:48px;--e-global-typography-heading_l-font-size:40px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-17{--e-global-typography-primary-font-size:28px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading_xl-font-size:40px;--e-global-typography-heading_l-font-size:32px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.elementor-location-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: background 0.1s ease !important;
}

body {
  padding-top: 70px;
}

.elementor-location-header .elementor-nav-menu a {
  color: #ffffff !important;
  transition: color 0.3s ease !important;
}
.elementor-location-header .elementor-nav-menu a:hover {
  color: #cccccc !important;
}

.elementor-location-header .elementor-widget-site-logo img {
  transition: opacity 0.3s ease !important;
}
.elementor-location-header .elementor-widget-site-logo a:hover img {
  opacity: 0.75 !important;
}

/* === MENU PAINEL LATERAL (todas as telas) === */

.elementor-nav-menu--main.elementor-nav-menu__container {
  display: none !important;
}
.elementor-nav-menu__toggle {
  display: flex !important;
}

.elementor-nav-menu__container.elementor-nav-menu--dropdown {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  width: 300px !important;
  height: 100vh !important;
  background: rgba(0,0,0,0.85) !important;
  transform: translateX(-110%) !important;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1) !important;
  overflow-y: auto !important;
  padding: 80px 28px 40px !important;
  box-shadow: 8px 0 40px rgba(0,0,0,0.6) !important;
  z-index: 9998 !important;
  display: block !important;
  visibility: visible !important;
  margin-top: 0 !important;
}
.elementor-nav-menu__container.elementor-nav-menu--dropdown.mf-painel-aberto {
  transform: translateX(0) !important;
}
.elementor-nav-menu--dropdown .elementor-nav-menu > li > a {
  font-size: 17px !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  display: block !important;
  color: #fff !important;
}
.mf-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  backdrop-filter: blur(3px);
}
.mf-overlay.ativo { opacity: 1; pointer-events: all; }
.mf-conta-secao {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.mf-conta-secao .mf-nome { color:#fff; font-size:15px; font-weight:600; margin-bottom:4px; }
.mf-conta-secao .mf-email { color:rgba(255,255,255,0.45); font-size:12px; margin-bottom:16px; }
.mf-conta-secao a.mf-link {
  display:block !important; color:rgba(255,255,255,0.7) !important;
  padding:10px 0 !important; font-size:14px !important;
  border-bottom:1px solid rgba(255,255,255,0.06) !important;
  text-decoration:none !important;
}
.mf-conta-secao a.mf-link:hover { color:#fff !important; }
.mf-btn-sair {
  display:block; margin-top:16px; padding:10px 0 !important;
  color:rgba(255,255,255,0.45) !important; font-size:13px !important;
  text-align:center; text-decoration:none !important;
}
.mf-btn-entrar {
  display:block; margin-top:16px; padding:13px !important;
  background:#fff; border-radius:8px;
  color:#000 !important; font-size:14px !important;
  font-weight:700 !important; text-align:center; text-decoration:none !important;
}
/* Botão fechar painel */
.mf-fechar {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.1);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 1;
}
.mf-fechar:hover { background: rgba(255,255,255,0.25); }/* End custom CSS */