.elementor-56 .elementor-element.elementor-element-fd1f127{--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-e60be3a *//* ══════════════════════════════════════
   BADARA — HEADER — Custom CSS
   ══════════════════════════════════════ */

@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;
}

/* ── Override fonte Elementor ── */
.badara-header-wrap .badara-nav-link,
a.badara-nav-link {
  font-family: "Degular", sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 32px !important;
  letter-spacing: 0.2px !important;
}

/* ── Reset ── */
.badara-header-wrap,
.badara-header-wrap *,
.bm-header,
.bm-header * {
  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-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
  background: transparent;
  transition: background 0.45s ease, box-shadow 0.45s ease, transform 0.45s ease;
}

.badara-header-wrap.scrolled {
  background: rgba(239, 237, 229, 0.95);
  box-shadow: 0 2px 20px rgba(43, 33, 19, 0.10);
}

.badara-header-wrap.hidden {
  transform: translateY(-110%);
}

.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-inner > .badara-nav-link:nth-child(1),
.badara-header-inner > .badara-nav-link:nth-child(2),
.badara-header-inner > .badara-nav-link:nth-child(4),
.badara-header-inner > .badara-nav-link:nth-child(5) {
  text-align: center;
}

.badara-nav-link {
  font-family: "Degular", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.2px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s ease;
  color: #DBD5C2;
}

.badara-nav-link.home              { color: #CA9211; }
.badara-nav-link:hover             { color: #CA9211 !important; }

.badara-header-wrap.scrolled .badara-nav-link      { color: #2B2113; }
.badara-header-wrap.scrolled .badara-nav-link.home { color: #CA9211; }

.badara-header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.badara-header-logo img {
  height: 32px;
  width: auto;
  display: block;
  transition: height 0.45s ease;
}

.badara-header-wrap.scrolled .badara-header-logo img {
  height: 30px;
}

/* ── Tablet (769–1024px) ── */
@media (max-width: 1024px) and (min-width: 769px) {
  .badara-header-inner {
    padding: 16px 4%;
  }
  .badara-nav-link {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .badara-header-logo img {
    height: 26px;
  }
}

/* ── Esconde desktop no mobile ── */
@media (max-width: 767px) {
  .badara-header-wrap {
    display: none !important;
  }
}

/* ════════════════════════════════
   HEADER MOBILE (≤767px)
   ════════════════════════════════ */
.bm-header {
  display: none; /* escondido no desktop */
  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 — sem mudar cor de nada */
.bm-header.scrolled {
  background: rgba(43, 33, 19, 0.40);
}

/* Logo bege — 64px de altura */
.bm-logo-icon {
  height: auto;
  width: 52px;
  display: block;
  
}

/* Hamburguer — SVG externo, mesma altura do logo */
.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;
}/* End custom CSS */