.elementor-255 .elementor-element.elementor-element-f290413{--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-evenly;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--z-index:2;}.elementor-255 .elementor-element.elementor-element-fed1257{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-f290413 *//* ===== RESET / BASE ===== */
.escala-header-html,
.escala-header-html * {
  box-sizing: border-box;
}

/* ===== WRAPPER FULL WIDTH + OVERLAY ===== */
.escala-header-html {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1000;

  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;

  padding: 14px 24px;
  font-family: Inter, Arial, sans-serif;
  overflow: visible;

  background: rgba(8, 4, 16, 0.58);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* ===== CONTEÚDO CENTRAL ===== */
.escala-header-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

/* ===== LOGO ===== */
.escala-logo {
  display: flex;
  align-items: center;
  justify-self: start;
  text-decoration: none;
  line-height: 0;
  min-width: 0;
  position: relative;
  z-index: 5;
}

.escala-logo img {
  display: block;
  width: auto;
  height: 40px;
  max-width: 100%;
}

/* ===== NAV AREA ===== */
.escala-nav-area {
  display: contents;
}

/* ===== NAV ===== */
.escala-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-width: 0;
}

.escala-nav a {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 6px 0;
  white-space: nowrap;
  transition: color 0.25s ease;
  flex: 0 0 auto;
}

.escala-nav a:hover {
  color: #ffffff;
}

.escala-nav a.is-active {
  color: #a54cff;
}

.escala-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7f2cff 0%, #c05cff 100%);
  box-shadow: 0 0 10px rgba(151, 71, 255, 0.45);
}

/* ===== BOTÃO ===== */
.escala-btn-wrap {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.escala-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 14px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  white-space: nowrap;
  background: linear-gradient(135deg, #7e31ff 0%, #b34dff 100%);
  box-shadow:
    0 10px 24px rgba(111, 43, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.escala-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow:
    0 14px 28px rgba(111, 43, 255, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

/* ===== HAMBURGER ===== */
.escala-menu-toggle {
  display: none;
  appearance: none;
  border: 0;
  background: transparent;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  justify-self: end;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 6;
}

.escala-menu-toggle span {
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transition: transform 0.22s ease, opacity 0.22s ease, top 0.22s ease;
}

.escala-menu-toggle span:nth-child(1) {
  top: 14px;
}

.escala-menu-toggle span:nth-child(2) {
  top: 21px;
}

.escala-menu-toggle span:nth-child(3) {
  top: 28px;
}

.escala-header-html.is-open .escala-menu-toggle span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}

.escala-header-html.is-open .escala-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.escala-header-html.is-open .escala-menu-toggle span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .escala-header-html {
    padding: 12px 18px;
  }

  .escala-header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
  }

  .escala-nav {
    gap: 18px;
  }

  .escala-nav a {
    font-size: 14px;
  }

  .escala-btn {
    min-height: 44px;
    padding: 0 18px;
    font-size: 12px;
  }

  .escala-logo img {
    height: 34px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .escala-header-html {
    padding: 10px 14px;
  }

  .escala-header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }

  .escala-logo img {
    height: 28px;
  }

  .escala-menu-toggle {
    display: inline-flex;
  }

  .escala-nav-area {
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    left: 14px;
    right: 14px;
    z-index: 4;

    padding: 14px;
    border-radius: 18px;

    background: rgba(10, 5, 20, 0.92);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);

    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
      0 22px 50px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition:
      opacity 0.22s ease,
      visibility 0.22s ease,
      transform 0.22s ease;
  }

  .escala-header-html.is-open .escala-nav-area {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .escala-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 4px;
  }

  .escala-nav a {
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
    border-radius: 12px;
  }

  .escala-nav a:hover {
    background: rgba(255, 255, 255, 0.04);
  }

  .escala-nav a.is-active {
    color: #c185ff;
    background: rgba(143, 60, 255, 0.08);
  }

  .escala-nav a.is-active::after {
    display: none;
  }

  .escala-btn-wrap {
    margin-top: 12px;
    justify-content: stretch;
    width: 100%;
  }

  .escala-btn {
    width: 100%;
    min-height: 46px;
    padding: 0 16px;
    font-size: 12px;
    border-radius: 12px;
  }
}

/* ===== MOBILE PEQUENO ===== */
@media (max-width: 480px) {
  .escala-header-html {
    padding: 8px 12px;
  }

  .escala-logo img {
    height: 24px;
  }

  .escala-nav-area {
    left: 12px;
    right: 12px;
    padding: 12px;
    border-radius: 16px;
  }

  .escala-nav a {
    font-size: 13px;
    padding: 11px 10px;
  }

  .escala-btn {
    min-height: 44px;
    font-size: 11px;
  }
}/* End custom CSS */