.elementor-7154 .elementor-element.elementor-element-1324359{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-7154 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* ===========================
   VARIÁVEIS E RESET
=========================== */
:root {
  --brand: #8E6351;
  --brand-dark: #7a5244;
  --white: #ffffff;
  --dark: #3d3d3d;
  --mid: #5c5c5c;
  --light-bg: #faf8f6;
  --font-serif: 'Lora', serif;
  --font-sans: 'DM Sans', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  color: var(--dark);
  background: var(--white);
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { text-decoration: none; }

/* ===========================
   UTILITÁRIOS
=========================== */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 96px 0;
}

.section--white { background: var(--white); }
.section--light { background: var(--light-bg); }
.section--brand { background: var(--brand); }

.section-header {
  text-align: center;
  margin-bottom: 56px;
}

.label {
  display: block;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 14px;
}

.label--light { color: rgba(255,255,255,0.7); }

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--brand);
  max-width: 640px;
  margin: 0 auto;
}

.section-title--left { margin: 0; }
.section-title--white { color: var(--white); }

.section-desc {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.7;
  color: var(--dark);
  max-width: 640px;
  margin: 16px auto 0;
}

.body-text {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.7;
  color: var(--dark);
}

.section-cta {
  text-align: center;
  margin-top: 40px;
}

/* ===========================
   BOTÕES
=========================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 999px;
  transition: opacity 0.2s, gap 0.2s;
  cursor: pointer;
  border: none;
}

.btn:hover { opacity: 0.88; gap: 14px; }

.btn--brand { background: var(--brand); color: var(--white); }
.btn--white { background: var(--white); color: var(--brand); }
.btn--white-outline {
  background: transparent;
  color: var(--dark);
  border: 2px solid var(--brand);
}
.btn--outline-white {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}
.btn--lg { padding: 18px 36px; font-size: 16px; }

.link-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
  transition: opacity 0.2s;
}
.link-cta:hover { opacity: 0.65; }

/* ===========================
   HEADER
=========================== */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--white);
  border-bottom: 1px solid rgba(142,99,81,0.15);
}

.header__inner {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo img {
  height: 52px;
  object-fit: contain;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.header__nav a {
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--dark);
  transition: opacity 0.2s;
}

.header__nav a:hover { opacity: 0.55; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--brand);
  border-radius: 2px;
  transition: all 0.3s;
}

/* Mobile nav */
.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(142,99,81,0.15);
  background: var(--white);
  padding: 8px 0 16px;
}

.mobile-nav.open { display: flex; }

.mobile-nav a {
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--dark);
  padding: 12px 24px;
  transition: background 0.2s;
}

.mobile-nav a:hover { background: rgba(142,99,81,0.06); }

.mobile-nav .btn {
  margin: 8px 24px 0;
  justify-content: center;
}

/* ===========================
   HERO
=========================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--brand);
  overflow: hidden;
  padding-top: 68px;
}

.hero__dot-bg {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0);
  background-size: 40px 40px;
  pointer-events: none;
}

.hero__fade-bottom {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 96px;
  background: linear-gradient(to top, #fff 0%, transparent 100%);
  pointer-events: none;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 96px;
  width: 100%;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--white);
  background: rgba(255,255,255,0.15);
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 28px;
}

.badge__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--white);
  flex-shrink: 0;
}

.hero__title {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 16px;
}

.hero__subtitle {
  font-family: var(--font-sans);
  font-size: 17px;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  margin-bottom: 12px;
}

.hero__desc {
  font-family: var(--font-sans);
  font-size: 15px;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
  margin-bottom: 36px;
  max-width: 480px;
}

.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero__tags span {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.1);
  padding: 6px 14px;
  border-radius: 999px;
}

.hero__image { position: relative; }

.hero__img-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: 0 24px 60px rgba(0,0,0,0.25);
}

.hero__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(142,99,81,0.35) 0%, transparent 60%);
}

/* ===========================
   DOIS COLUNAS (SOLUÇÃO)
=========================== */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.two-col__text .section-title { margin-bottom: 20px; }

.solution__img {
  margin-top: 36px;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.solution__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cards-label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 20px;
}

.expect-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.expect-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 14px;
  background: rgba(142,99,81,0.07);
  transition: background 0.2s;
}

.expect-item:hover { background: rgba(142,99,81,0.13); }

.expect-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.expect-title {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 4px;
}

.expect-body {
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.6;
  color: var(--mid);
}

/* ===========================
   PARA QUEM É
=========================== */
.forwho-grid {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 0;
}

.forwho-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 22px;
}

.forwho-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--brand);
}

.forwho-item p {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.65;
  color: var(--white);
}

/* ===========================
   TICKER / BANNER ANIMADO
=========================== */
.ticker-wrap {
  overflow: hidden;
  padding: 18px 0;
  border-top: 1px solid rgba(142,99,81,0.2);
  border-bottom: 1px solid rgba(142,99,81,0.2);
  background: rgba(142,99,81,0.06);
}

.ticker {
  display: flex;
  white-space: nowrap;
  animation: ticker-scroll 32s linear infinite;
  width: max-content;
}

.ticker span {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--brand);
  letter-spacing: 0.04em;
  padding: 0 20px;
}

.ticker em {
  font-style: normal;
  color: rgba(142,99,81,0.45);
  margin-left: 20px;
}

@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ===========================
   SERVIÇOS
=========================== */
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.service-card {
  background: var(--white);
  border: 1px solid rgba(142,99,81,0.18);
  border-radius: 18px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: transform 0.25s, box-shadow 0.25s;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.09);
}

.service-icon {
  font-size: 2rem;
  margin-bottom: 14px;
}

.service-title {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--brand);
  line-height: 1.35;
  margin-bottom: 18px;
}

.service-items {
  list-style: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.service-items li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--dark);
}

.service-items li svg { flex-shrink: 0; color: var(--brand); }

.service-btn {
  display: block;
  text-align: center;
  border: 2px solid var(--brand);
  color: var(--brand);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  padding: 11px 20px;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s;
}

.service-btn:hover {
  background: var(--brand);
  color: var(--white);
}

/* ===========================
   AUTHORITY / SOBRE
=========================== */
.authority {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.authority__image-col {
  position: relative;
}

.authority__img-wrap {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: 0 24px 60px rgba(0,0,0,0.2);
}

.authority__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.authority__badge {
  position: absolute;
  bottom: -24px;
  right: -8px;
  background: var(--white);
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.15);
  min-width: 180px;
}

.authority__badge-name {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 4px;
}

.authority__badge-sub {
  font-family: var(--font-sans);
  font-size: 11px;
  color: var(--mid);
}

.authority__badge-divider {
  margin: 8px 0;
  border-top: 1px solid rgba(142,99,81,0.2);
}

.authority__badge-spec {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  color: var(--brand);
}

.authority__text { padding-top: 8px; }

.authority__subtitle {
  font-family: var(--font-sans);
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 20px;
  margin-top: 4px;
}

.authority__desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.authority__desc p {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
}

.authority__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 36px;
}

.stat-box {
  background: rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
}

.stat-val {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}

.stat-label {
  font-family: var(--font-sans);
  font-size: 11px;
  line-height: 1.4;
  color: rgba(255,255,255,0.6);
}

/* ===========================
   COMO FUNCIONA
=========================== */
.steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.step-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: rgba(142,99,81,0.07);
  border: 1px solid rgba(142,99,81,0.13);
  border-radius: 16px;
  padding: 22px;
}

.step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-title {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 6px;
}

.step-body {
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.6;
  color: var(--mid);
}

/* ===========================
   DEPOIMENTOS
=========================== */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testimonial-card {
  background: rgba(142,99,81,0.07);
  border: 1px solid rgba(142,99,81,0.18);
  border-radius: 18px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.stars {
  color: var(--brand);
  font-size: 16px;
  letter-spacing: 2px;
}

.testimonial-text {
  font-family: var(--font-serif);
  font-size: 14px;
  font-style: italic;
  line-height: 1.7;
  color: var(--dark);
  flex: 1;
}

.testimonial-author {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--brand);
}

/* ===========================
   FAQ
=========================== */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  background: rgba(255,255,255,0.12);
  border-radius: 16px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq-question span {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.4;
}

.faq-chevron {
  flex-shrink: 0;
  transition: transform 0.25s;
}

.faq-item.open .faq-chevron { transform: rotate(180deg); }

.faq-answer {
  display: none;
  padding: 0 24px 20px;
}

.faq-item.open .faq-answer { display: block; }

.faq-answer p {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
}

/* ===========================
   CTA FINAL
=========================== */
.final-cta {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.final-cta__title {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--brand);
  margin-bottom: 16px;
}

.final-cta__title em {
  font-style: italic;
  font-weight: 400;
  color: var(--brand-dark);
}

.final-cta__desc {
  font-family: var(--font-sans);
  font-size: 17px;
  color: var(--dark);
  line-height: 1.65;
  margin-bottom: 36px;
}

/* ===========================
   FOOTER
=========================== */
.footer {
  background: var(--white);
  border-top: 1px solid rgba(142,99,81,0.18);
  padding: 64px 0 0;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer__logo {
  height: 58px !important;
  object-fit: contain;
  margin-bottom: 14px;
}

.footer__desc {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--dark);
  line-height: 1.6;
  margin-bottom: 8px;
}

.footer__credentials {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--mid);
}

.footer__heading {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 16px;
}

.footer__location {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--brand);
}

.footer__location div p {
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--dark);
  margin-bottom: 4px;
}

.footer__location div span {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--mid);
}

.footer__contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--dark);
  transition: opacity 0.2s;
}

.footer__contact-link svg { color: var(--brand); }
.footer__contact-link:hover { opacity: 0.65; }

.footer__hours {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--mid);
  margin-top: 8px;
}

.footer__bottom {
  border-top: 1px solid rgba(142,99,81,0.15);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.footer__bottom p {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--mid);
}

/* ===========================
   BOTÃO FLUTUANTE
=========================== */
.fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  background: var(--brand);
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  padding: 14px 22px;
  border-radius: 999px;
  box-shadow: 0 6px 24px rgba(142,99,81,0.4);
  transition: opacity 0.2s, transform 0.2s;
}

.fab:hover { opacity: 0.9; transform: translateY(-2px); }

/* ===========================
   RESPONSIVO
=========================== */
@media (max-width: 900px) {
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .hero__image { max-width: 380px; margin: 0 auto; width: 100%; }

  .two-col { grid-template-columns: 1fr; gap: 40px; }
  .authority { grid-template-columns: 1fr; gap: 80px; }
  .authority__image-col { max-width: 400px; margin: 0 auto; width: 100%; }
  .authority__badge { right: 0; }
  .authority__stats { grid-template-columns: 1fr; gap: 12px; }

  .services-grid { grid-template-columns: 1fr; }
  .forwho-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }

  .header__nav { display: none; }
  .hamburger { display: flex; }

  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .hero__ctas { flex-direction: column; }
  .hero__ctas .btn { justify-content: center; }
  .hero__title { font-size: 1.75rem; }

  .fab {
    bottom: 16px;
    right: 16px;
    padding: 12px 18px;
    font-size: 13px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a024d0 *//* garante que não vai surgir barra horizontal */
html, body { overflow-x: hidden; }

.btn-whatsapp{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  background-color: rgb(37, 211, 102);
  width: 60px;
  height: 60px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.btn-whatsapp:before,
.btn-whatsapp:after{
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid #25d366;
  inset: -20px;              /* no lugar de left/right/top/bottom */
  animation: animate 1.5s linear infinite;
  opacity: 0;
  pointer-events: none;
}

.pulsaDelay:after{ animation-delay: 0.5s; }

@keyframes animate{
  0%{ transform: scale(0.5); opacity: 0; }
  50%{ opacity: 1; }
  100%{ transform: scale(1.2); opacity: 0; }
}/* End custom CSS */