.elementor-10440 .elementor-element.elementor-element-4e73a29{--display:flex;}.elementor-10440 .elementor-element.elementor-element-4e73a29:not(.elementor-motion-effects-element-type-background), .elementor-10440 .elementor-element.elementor-element-4e73a29 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1C0C0C;}/* Start custom CSS for html, class: .elementor-element-2e782e7 */.menu-custom2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.menu-custom2 a {
  color: #d7d1c5;
  font-size: 22px;
  font-weight: 500;
  font-family: "Hubballi", Sans-serif;
  padding-bottom: 3px;
  border-bottom: 1px solid #d7d1c5;
  text-decoration: none;
  transition: all 0.3s ease;
}

.menu-custom2 a:hover {
  border-bottom: none;
  color: #dfdad1;
}

/* === RESPONSIVO PARA MOBILE (tela menor que 768px) === */
@media (max-width: 1024px) {
  .menu-custom2 ul {
    flex-direction: column; /* itens um embaixo do outro */
    gap: 15px; /* espaçamento vertical entre itens */
  }

  .menu-custom2 a {
    font-size: 22px; /* opcional: reduzir fonte em mobile */
    padding-bottom: 3px; /* ajuste fino se necessário */
  }
}/* End custom CSS */