.elementor-kit-14{--e-global-color-primary:#342B24;--e-global-color-secondary:#F2F2F2;--e-global-color-text:#323232;--e-global-color-accent:#443A31;--e-global-color-4ae41d0:#dbb454;--e-global-color-bfb4eb0:#FFFFFF;--e-global-color-0cb30d5:#000000;--e-global-color-ce1c2c1:#756456;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-49c2382-font-family:"Roboto";--e-global-typography-49c2382-font-weight:400;--e-global-typography-399374e-font-family:"Lato";--e-global-typography-399374e-font-size:18px;--e-global-typography-399374e-font-weight:300;--e-global-typography-399374e-line-height:22px;--e-global-typography-399374e-letter-spacing:0px;background-color:transparent;background-image:linear-gradient(180deg, #342B24 0%, #020000 100%);}.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);}.elementor-lightbox{background-color:#191111;}@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-kit-14{--e-global-typography-primary-font-size:32px;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:18px;--e-global-typography-399374e-font-size:16px;--e-global-typography-399374e-line-height:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-kit-14 nav ul li a {
  position: relative;
  text-decoration: none;
  color: #a89278; /* cor do texto */
  transition: color 0.3s ease;
  padding-bottom: 8px;
}

/* bolinha invisível inicialmente */
.elementor-kit-14 nav ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%) scale(0);
  width: 8px;
  height: 8px;
  background-color: #ffffff !important; /* força branco */
  border-radius: 50%;
  transition: transform 0.3s ease;
}

/* aparece ao passar o mouse */
.elementor-kit-14 nav ul li a:hover::after {
  transform: translateX(-50%) scale(1);
}

/* item ativo */
.elementor-kit-14 nav ul li.current-menu-item a::after,
.elementor-kit-14 nav ul li.current_page_item a::after {
  transform: translateX(-50%) scale(1);
}

/* 🔻 remove a bolinha em telas menores (tablet e celular) */
@media (max-width: 1024px) {
  .elementor-kit-14 nav ul li a::after {
    display: none !important;
  }
}/* End custom CSS */