.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-12d8652 */.brhd * { box-sizing: border-box; margin: 0; padding: 0; }
.brhd { font-family: 'Inter', system-ui, -apple-system, sans-serif; }

.brhd-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  background: rgba(10,22,40,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.07);
  transition: box-shadow .3s;
}
.brhd-bar.scrolled {
  box-shadow: 0 4px 32px rgba(0,0,0,.35);
  background: rgba(10,22,40,0.99);
}
.brhd-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 68px;
  display: flex;
  align-items: center;
}

/* ── LOGO ── */
.brhd-logo-img {
  height: 54px !important;
  width: auto !important;
  max-width: 240px !important;
  min-width: unset !important;
  min-height: unset !important;
  object-fit: contain !important;
  display: block !important;
  filter: brightness(0) invert(1);
   margin-right: 48px; /* antes 28px */
}
@media(max-width: 768px) {
  .brhd-logo-img { height: 44px !important; max-width: 200px !important; }
}
@media(max-width: 480px) {
  .brhd-logo-img { height: 38px !important; max-width: 170px !important; }
}
@media(max-width: 360px) {
  .brhd-logo-img { height: 32px !important; max-width: 140px !important; }
}
/* ── NAV DESKTOP ── */
.brhd-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
}
.brhd-nav-item { position: relative; }
.brhd-nav-link {
  display: flex; align-items: center; gap: 4px;
  padding: 7px 11px;
  font-size: .875rem; font-weight: 500;
  color: rgba(255,255,255,.75) !important;
  text-decoration: none !important;
  border-radius: 7px;
  transition: all .18s;
  white-space: nowrap;
}
.brhd-nav-link:hover { color: #fff !important; background: rgba(255,255,255,.07); }

.brhd-arrow {
  width: 13px; height: 13px;
  opacity: .5; transition: transform .2s; flex-shrink: 0;
}
.brhd-nav-item:hover .brhd-arrow { transform: rotate(180deg); opacity: 1; }

.brhd-tag-sate {
  font-size: .62rem; font-weight: 700;
  background: #16A34A; color: #fff;
  padding: 2px 7px; border-radius: 50px; margin-left: 3px;
}

/* Dropdown */
.brhd-drop {
  position: absolute;
  top: calc(100% + 10px); left: 0;
  background: #0F172A;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  min-width: 240px;
  padding: 8px;
  opacity: 0; pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .18s, transform .18s;
  box-shadow: 0 16px 48px rgba(0,0,0,.5);
}
.brhd-nav-item:hover .brhd-drop {
  opacity: 1; pointer-events: auto; transform: translateY(0);
}
.brhd-drop-link {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 10px; border-radius: 8px;
  text-decoration: none !important;
  color: rgba(255,255,255,.8) !important;
  font-size: .875rem;
  transition: background .15s;
}
.brhd-drop-link:hover { background: rgba(255,255,255,.07); color: #fff !important; }
.brhd-drop-ico {
  width: 30px; height: 30px; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem; flex-shrink: 0;
  background: rgba(255,255,255,.06);
}
.brhd-drop-ico.green { background: rgba(22,163,74,.15); }
.brhd-drop-txt strong {
  display: block; font-size: .8rem; font-weight: 600;
  color: #fff; line-height: 1.2;
}
.brhd-drop-txt span { font-size: .72rem; color: rgba(255,255,255,.4); }
.brhd-drop-txt strong.green { color: #4ADE80; }
.brhd-drop-sep { height: 1px; background: rgba(255,255,255,.07); margin: 5px 0; }

/* ── CTAs ── */
.brhd-ctas {
  display: flex; align-items: center; gap: 8px;
  margin-left: auto; flex-shrink: 0;
}
.brhd-tel {
  display: flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,.8) !important;
  text-decoration: none !important;
  font-size: .8125rem; font-weight: 600;
  padding: 7px 12px; border-radius: 7px;
  border: 1px solid rgba(255,255,255,.15);
  transition: all .18s; white-space: nowrap;
}
.brhd-tel:hover { background: rgba(255,255,255,.06); color:#fff!important; border-color:rgba(255,255,255,.3); }
.brhd-cta-wa {
  display: flex; align-items: center; gap: 6px;
  background: #25D366; color: #fff !important;
  text-decoration: none !important;
  font-size: .8125rem; font-weight: 700;
  padding: 8px 13px; border-radius: 8px;
  transition: all .18s; white-space: nowrap;
}
.brhd-cta-wa:hover { background: #1ebe5d; box-shadow: 0 4px 14px rgba(37,211,102,.35); }
.brhd-cta-btn {
  display: flex; align-items: center; gap: 6px;
  background: #F97316; color: #fff !important;
  text-decoration: none !important;
  font-size: .8125rem; font-weight: 700;
  padding: 8px 16px; border-radius: 8px;
  transition: all .18s; white-space: nowrap;
}
.brhd-cta-btn:hover { background: #EA6C0A; box-shadow: 0 4px 14px rgba(249,115,22,.4); }

/* ── BURGER ── */
.brhd-burger {
  display: none;
  flex-direction: column; justify-content: center; gap: 5px;
  width: 36px; height: 36px;
  background: none; border: none; cursor: pointer;
  padding: 4px; margin-left: 10px; flex-shrink: 0;
}
.brhd-burger span {
  display: block; height: 2px; background: #fff;
  border-radius: 2px; transition: all .25s;
}
.brhd-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.brhd-burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.brhd-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MENÚ MOBILE ── */
.brhd-mobile {
  display: none;
  position: fixed;
  top: 68px; left: 0; right: 0; bottom: 0;
  background: #0A1628;
  overflow-y: auto;
  padding: 12px 16px 48px;
  z-index: 9998;
  flex-direction: column; gap: 3px;
}
.brhd-mobile.open { display: flex; }
.brhd-mob-link {
  display: flex; align-items: center;
  padding: 13px 14px; border-radius: 10px;
  color: rgba(255,255,255,.85) !important;
  text-decoration: none !important;
  font-size: 1rem; font-weight: 500;
  transition: background .15s; gap: 10px;
}
.brhd-mob-link:hover { background: rgba(255,255,255,.07); color:#fff!important; }
.brhd-mob-section {
  font-size: .68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .09em; color: rgba(255,255,255,.3);
  padding: 14px 14px 5px;
}
.brhd-mob-sub {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; border-radius: 8px;
  color: rgba(255,255,255,.75) !important;
  text-decoration: none !important; font-size: .9375rem;
  transition: background .15s;
}
.brhd-mob-sub:hover { background: rgba(255,255,255,.05); color:#fff!important; }
.brhd-mob-ico {
  width: 32px; height: 32px; background: rgba(255,255,255,.06);
  border-radius: 7px; display: flex; align-items: center;
  justify-content: center; font-size: .9rem; flex-shrink: 0;
}
.brhd-mob-ico.green { background: rgba(22,163,74,.15); }
.brhd-mob-sep { height: 1px; background: rgba(255,255,255,.07); margin: 8px 0; }
.brhd-mob-ctas {
  display: flex; flex-direction: column; gap: 10px;
  margin-top: 16px; padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.brhd-mob-wa {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #25D366; color: #fff !important;
  padding: 15px; border-radius: 10px; font-weight: 700;
  text-decoration: none !important; font-size: .9375rem;
}
.brhd-mob-tel {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #F97316; color: #fff !important;
  padding: 15px; border-radius: 10px; font-weight: 700;
  text-decoration: none !important; font-size: .9375rem;
}

/* Espaciador */
.brhd-spacer { height: 68px; }

/* ── RESPONSIVE ── */
@media(max-width: 1024px) {
  .brhd-nav  { display: none; }
  .brhd-tel  { display: none; }
  .brhd-cta-wa { display: none; }
  .brhd-burger { display: flex; }
}
@media(max-width: 480px) {
  .brhd-inner { padding: 0 16px; }
  .brhd-logo-img { height: 32px; max-width: 140px; }
  .brhd-cta-btn { padding: 7px 11px; font-size: .78rem; }
}
@media(max-width: 360px) {
  .brhd-logo-img { height: 28px; max-width: 110px; }
  .brhd-cta-btn { display: none; }
}/* End custom CSS */