.elementor-kit-78{--e-global-color-primary:#262429;--e-global-color-secondary:#A79275;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF;--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;}.elementor-kit-78 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-footer .copyright p{color:var( --e-global-color-primary );}@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 */.page .entry-title {
  display: none;
}

/* COR NORMAL DO MENU */
nav a {
  color: #000000 !important; /* preto */
  text-decoration: none;
}

/* COR QUANDO PASSAR O MOUSE */
nav a:hover {
  color: #a27c5a !important; /* marrom */
}

/* COR QUANDO O ITEM ESTÁ ATIVO (página atual) */
nav .current-menu-item > a,
nav .current_page_item > a {
  color: #000000 !important; /* preto */
}

/* MENU FIXO NO TOPO */
header, .elementor-sticky, .site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #ffffff; /* fundo branco para evitar transparência */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* sombra leve opcional */
}/* End custom CSS */