.elementor-15 .elementor-element.elementor-element-ee1faef{padding:0px 0px 0px 0px;}.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-ee1faef */.brand img {
    height: 106px !important;
    width: 185px !important;
}

.elementor .e-flexbox-base{
    padding:0px !important;
}
/* ==================================================
   RESET
================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: #171A1F;
  background: #F5F6F3;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  line-height: 1.12;
  margin: 0;
  letter-spacing: -0.01em;
}

p {
  margin: 0;
}

button {
  font-family: inherit;
  cursor: pointer;
}


/* ==================================================
   ACESSIBILIDADE
================================================== */

:focus-visible {
  outline: 2px solid #1085B1;
  outline-offset: 3px;
}


/* ==================================================
   CONTAINER
================================================== */

.wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}


/* ==================================================
   BOTÕES
================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: 3px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease,
    transform 0.15s ease;
}

.btn-primary {
  background: #F5A623;
  color: #0B0D10;
}

.btn-primary:hover {
  background: #C67E0E;
}


/* ==================================================
   HEADER
================================================== */

.site-header {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;

  background: #0B0D10;

  position: sticky;
  top: 0;
  left: 0;

  z-index: 9999;
}


/* Container interno */

.site-header .wrap {
  width: 100%;
  max-width: 1180px;

  margin: 0 auto;

  padding-left: 28px;
  padding-right: 28px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  min-height: 84px;
}


/* ==================================================
   LOGO
================================================== */

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.brand img {
  height: 46px;
  width: auto;
}


/* ==================================================
   MENU
================================================== */

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.78);

  font-size: 0.92rem;
  font-weight: 500;

  padding: 6px 0;

  border-bottom: 1px solid transparent;

  transition:
    color 0.15s ease,
    border-color 0.15s ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: #FFFFFF;
  border-color: #F5A623;
}


/* ==================================================
   AÇÕES DO HEADER
================================================== */

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.header-phone {
  color: rgba(255, 255, 255, 0.85);

  font-size: 0.88rem;

  font-family: 'Space Grotesk', sans-serif;
}

.header-phone strong {
  color: #FFFFFF;
}


/* ==================================================
   MENU HAMBÚRGUER
================================================== */

.nav-toggle {
  display: none;

  background: transparent;
  border: none;

  padding: 8px;

  width: 42px;
  height: 42px;
}

.nav-toggle span {
  display: block;

  width: 22px;
  height: 2px;

  background: #FFFFFF;

  margin: 5px auto;
}


/* ==================================================
   ELEMENTOR — FORÇAR FULL WIDTH
================================================== */

/* Remove limitações do Elementor no header */

.elementor-element:has(.site-header) {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.elementor-element:has(.site-header) > .elementor-container,
.elementor-element:has(.site-header) > .e-con,
.elementor-element:has(.site-header) > .elementor-widget-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1024px) {

  .site-header .wrap {
    min-height: 76px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-links {
    gap: 20px;
  }

  .header-phone {
    display: none;
  }

  .nav-links a {
    font-size: 0.88rem;
  }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

  .site-header {
    position: sticky;
    top: 0;
  }

  .site-header .wrap {
    min-height: 70px;

    padding-left: 18px;
    padding-right: 18px;

    position: relative;
  }


  /* LOGO */

  .brand img {
    height: 40px;
  }


  /* BOTÃO */

  .header-actions {
    margin-left: auto;
  }

  .header-actions .btn {
    display: none;
  }


  /* HAMBÚRGUER */

  .nav-toggle {
    display: block;
  }


  /* MENU MOBILE */

  .nav-links {
    display: none;

    position: absolute;

    top: 70px;
    left: 0;

    width: 100%;

    background: #0B0D10;

    padding: 20px 18px 24px;

    flex-direction: column;
    align-items: stretch;

    gap: 0;

    border-top: 1px solid rgba(255,255,255,0.08);

    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    display: block;

    padding: 14px 0;

    font-size: 0.95rem;

    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .nav-links a:last-child {
    border-bottom: none;
  }

}


/* ==================================================
   MOBILE PEQUENO
================================================== */

@media (max-width: 480px) {

  .site-header .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand img {
    height: 36px;
  }

}
```/* End custom CSS */