.elementor-191 .elementor-element.elementor-element-017b350{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-39e4c18 *//* ══════════════════════════════════════
   BADARA — HEADER INTERNO
   ══════════════════════════════════════ */

@font-face {
  font-family: "Degular";
  src: url("https://badara.com.br/wp-content/uploads/2026/03/Degular-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ── Reset ── */
.badara-header-interno,
.badara-header-interno *,
.bm-header-interno,
.bm-header-interno * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.elementor-widget-html,
.elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

/* ════════════════════════════════
   HEADER DESKTOP (≥768px)
   ════════════════════════════════ */
.badara-header-interno {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
  background: transparent;
  box-shadow: none;
  transition: background 0.45s ease, box-shadow 0.45s ease, transform 0.45s ease;
  display: block;
}

@media (max-width: 767px) {
  .badara-header-interno {
    display: none !important;
  }
}

.badara-header-interno.hidden {
  transform: translateY(-110%);
}

.badara-header-interno.scrolled {
  background: rgba(239, 237, 229, 0.97);
  box-shadow: 0 2px 20px rgba(43, 33, 19, 0.15);
}

/* ── Inner: 5 colunas ── */
.badara-header-interno .badara-header-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px 6%;
}

.badara-header-interno .badara-header-inner > .badara-nav-link:nth-child(1),
.badara-header-interno .badara-header-inner > .badara-nav-link:nth-child(2),
.badara-header-interno .badara-header-inner > .badara-nav-link:nth-child(4),
.badara-header-interno .badara-header-inner > .badara-nav-link:nth-child(5) {
  text-align: center;
}

/* ── Links ── */
.badara-header-interno .badara-nav-link {
  font-family: "Degular", sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  letter-spacing: 0.2px !important;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s ease;
  color: #2B2113;
}

.badara-header-interno .badara-nav-link.active { color: #CA9211 !important; }
.badara-header-interno .badara-nav-link:hover  { color: #CA9211 !important; }

/* ── Logo ── */
.badara-header-interno .badara-header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.badara-header-interno .badara-header-logo img {
  height: 32px;
  width: auto;
  display: block;
  transition: height 0.45s ease;
}

.badara-header-interno.scrolled .badara-header-logo img {
  height: 30px;
}

/* ── Tablet (769–1024px) ── */
@media (max-width: 1024px) and (min-width: 769px) {
  .badara-header-interno .badara-header-inner {
    padding: 16px 4%;
  }
  .badara-header-interno .badara-nav-link {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .badara-header-interno .badara-header-logo img {
    height: 26px;
  }
}

/* ════════════════════════════════
   HEADER MOBILE (≤767px)
   Igual à home mas logo e ícone pretos
   ════════════════════════════════ */
.bm-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 2% 4%;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  transition: background 0.45s ease;
}

@media (max-width: 767px) {
  .bm-header {
    display: flex;
  }
}

/* Fundo escuro 40% após scroll */
.bm-header.scrolled {
  background: rgba(120, 120, 120, 0.20);
}

/* Logo — interno usa logo preto, sem filter invert */
.bm-logo-icon {
  height: auto;
  width: 52px;
  display: block;
}

.bm-header-interno .bm-logo-icon {
  filter: none; /* logo já é escuro */
}

/* Hamburguer — link com SVG externo */
.bm-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  height: 48px;
}

.bm-hamburger img {
  height: 24px;
  width: auto;
  display: block;
}

/* Hamburguer interno: ícone preto */
.bm-hamburger-interno img {
  filter: brightness(0); /* força preto */
}/* End custom CSS */