.elementor-56 .elementor-element.elementor-element-5353df3{--display:flex;}.elementor-56 .elementor-element.elementor-element-163600d{--display:flex;}.elementor-56 .elementor-element.elementor-element-52f74b7{--display:flex;}.elementor-56 .elementor-element.elementor-element-4c19792{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d701dab *//* HEADER — DESKTOP + MOBILE CORRIGIDO */

/* DESKTOP */
@media (min-width: 981px) {
  .site-header {
    width: 100%;
    min-height: 112px;


    padding-left: max(32px, calc((100vw - 1480px) / 2));
    padding-right: max(32px, calc((100vw - 1280px) / 2));

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;

    background: #fbf7ef;
    position: relative;
    z-index: 80;
  }

  .site-header .brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 0;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
  }

  .site-header .brand img {
    display: block;
    width: auto;
    height: 46px;
    max-width: 260px;
    object-fit: contain;
  }

  .site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(22px, 2vw, 34px);
    margin: 0;
    padding: 0;
    line-height: 1;
    z-index: 70;
  }

  .site-nav a,
  .site-nav span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    line-height: 1;
  }

  .site-nav .nav-cta {
    min-height: 58px;
    padding: 0 30px;
    border-radius: 999px;
  }

  .menu-toggle {
    display: none !important;
  }
}

/* MOBILE */
@media (max-width: 980px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 80;
  }

  .menu-toggle {
    display: block !important;
    position: relative !important;
    z-index: 90 !important;
    flex: 0 0 46px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: var(--cacao) !important;
    background: rgba(255, 250, 242, 0.72) !important;
    border: 1px solid rgba(79, 47, 37, 0.16) !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .menu-toggle span {
    position: absolute !important;
    left: 50% !important;
    display: block !important;
    width: 19px !important;
    height: 2px !important;
    margin: 0 !important;
    background: var(--cacao) !important;
    border-radius: 999px !important;
    transform: translateX(-50%) !important;
    transition:
      top 180ms ease,
      transform 180ms ease,
      background 180ms ease;
  }

  .menu-toggle span:first-child {
    top: 17px !important;
  }

  .menu-toggle span:last-child {
    top: 27px !important;
  }

  .menu-toggle:hover,
  .menu-toggle:focus,
  body.menu-open .menu-toggle {
    background: var(--cacao) !important;
    border-color: var(--cacao) !important;
    outline: none !important;
  }

  .menu-toggle:hover span,
  .menu-toggle:focus span,
  body.menu-open .menu-toggle span {
    background: var(--paper) !important;
  }

  body.menu-open .menu-toggle span:first-child {
    top: 22px !important;
    transform: translateX(-50%) rotate(45deg) !important;
  }

  body.menu-open .menu-toggle span:last-child {
    top: 22px !important;
    transform: translateX(-50%) rotate(-45deg) !important;
  }

  .site-nav {
    z-index: 70;
  }
}

/* FORÇAR LOGO MAIS PARA A ESQUERDA — DESKTOP */

@media (min-width: 981px) {
  body .site-header {
    overflow: visible !important;
  }

  body .site-header > .brand {
    position: relative !important;
    left: -70px !important;
    margin-left: 0 !important;
    transform: none !important;
    z-index: 5 !important;
  }

  body .site-header > .brand img {
    display: block !important;
    height: 46px !important;
    width: auto !important;
    max-width: 260px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5dd6f8 *//* FAQ CLEAN — VERSÃO ISOLADA E ESTÁVEL */

.faq-clean {
  position: relative;
  overflow: hidden;

}

.faq-clean,
.faq-clean * {
  box-sizing: border-box;
}

.faq-clean__container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.faq-clean__header {
  max-width: 820px;
  margin: 0 auto 52px;
  text-align: center;
}

.faq-clean__header h2 {
  margin: 0;
  color: #241814;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.faq-clean__header h2 span {
  display: block;
  color: #8a5238;
}

.faq-clean__header > p:not(.eyebrow) {
  max-width: 640px;
  margin: 22px auto 0;
  color: #5f5149;
  font-size: 1.05rem;
  line-height: 1.72;
}

.faq-clean__grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.faq-clean__side {
  padding: 34px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(36, 24, 20, 0.96), rgba(62, 38, 29, 0.96));
  border: 1px solid rgba(255, 248, 239, 0.12);
  box-shadow: 0 28px 80px rgba(60, 38, 28, 0.22);
}

.faq-clean__side span {
  display: block;
  margin-bottom: 18px;
  color: #d09a77;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.faq-clean__side h3 {
  margin: 0;
  color: #fff8ef;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.5vw, 2.3rem);
  line-height: 1.08;
}

.faq-clean__side p {
  margin: 20px 0 0;
  color: rgba(255, 248, 239, 0.72);
  line-height: 1.68;
}

.faq-clean__list {
  display: grid;
  gap: 14px;
}

.faq-clean__list details {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(80, 49, 35, 0.13);
  box-shadow: 0 16px 44px rgba(63, 40, 28, 0.08);
}

.faq-clean__list summary {
  position: relative;
  display: block;
  padding: 24px 64px 24px 24px;
  color: #241814;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.35;
}

.faq-clean__list summary::-webkit-details-marker {
  display: none;
}

.faq-clean__list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f0ddcf;
  color: #7b4a33;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
}

.faq-clean__list details[open] {
  background: #fffaf4;
  border-color: rgba(138, 82, 56, 0.32);
}

.faq-clean__list details[open] summary {
  color: #7b4a33;
}

.faq-clean__list details[open] summary::after {
  content: "–";
  background: #7b4a33;
  color: #fff8ef;
}

.faq-clean__list p {
  margin: 0;
  padding: 0 24px 24px;
  color: #5f5149;
  font-size: 0.97rem;
  line-height: 1.72;
}

/* TABLET */
@media (max-width: 980px) {
  .faq-clean__grid {
    grid-template-columns: 1fr;
  }

  .faq-clean__side {
    text-align: center;
  }

  .faq-clean__side p {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .faq-clean {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .faq-clean__container {
    width: min(100% - 32px, 1180px);
  }

  .faq-clean__header {
    margin-bottom: 34px;
  }

  .faq-clean__header h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
    line-height: 1.05;
  }

  .faq-clean__header > p:not(.eyebrow) {
    font-size: 0.98rem;
  }

  .faq-clean__side {
    padding: 26px 22px;
    border-radius: 22px;
  }

  .faq-clean__side h3 {
    font-size: 1.55rem;
  }

  .faq-clean__list summary {
    padding: 20px 56px 20px 20px;
    font-size: 1rem;
  }

  .faq-clean__list summary::after {
    right: 18px;
    width: 30px;
    height: 30px;
  }

  .faq-clean__list p {
    padding: 0 20px 22px;
    font-size: 0.94rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84a27b6 *//* ÍCONES DO FOOTER */

.footer-contact-list {
  display: grid;
  gap: 14px;
  font-style: normal;
}

.footer-contact-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 14px;
  color: rgba(255, 250, 242, 0.76);
  text-decoration: none;
  line-height: 1.55;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-contact-item:hover {
  color: var(--paper);
  transform: translateX(4px);
}

.footer-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(199, 131, 98, 0.12);
  border: 1px solid rgba(199, 131, 98, 0.28);
  color: var(--clay);
  flex-shrink: 0;
}

.footer-icon svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-rights {
  margin-top: 4px;
  color: rgba(255, 250, 242, 0.56);
}

/* MOBILE */
@media (max-width: 640px) {
  .footer-contact-list {
    gap: 12px;
  }

  .footer-contact-item {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    font-size: 0.92rem;
  }

  .footer-icon {
    width: 38px;
    height: 38px;
  }

  .footer-icon svg {
    width: 17px;
    height: 17px;
  }
}/* End custom CSS */
/* Start custom CSS */html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
}

body {
  position: relative;
}

main,
.elementor,
.elementor-location-single,
.elementor-section,
.elementor-container,
.e-con,
.e-con-inner {
  max-width: 100% !important;
  overflow-x: clip;
}/* End custom CSS */