.elementor-7856 .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-7856 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { font-size: 16px; scroll-behavior: smooth; }
    body { font-family: 'DM Sans', sans-serif; color: #3d3d3d; background: #fff; }
    img { display: block; max-width: 100%; }
    a { text-decoration: none; }

    /* VARIABLES */
    :root {
      --brand: #b1a18a;
      --brand-dark: #9a8a74;
      --white: #ffffff;
      --dark: #3d3d3d;
      --mid: #5c5c5c;
    }

    /* HEADER */
    .ds-header {
      position: fixed; top: 0; left: 0; right: 0; z-index: 50;
      background: #fff;
      border-bottom: 1px solid rgba(177,161,138,0.18);
    }
    .ds-header-inner {
      max-width: 1152px; margin: 0 auto; padding: 0 24px;
      height: 64px; display: flex; align-items: center; justify-content: space-between;
    }
    .ds-logo-name {
      font-family: 'Lora', serif; font-size: 15px; font-weight: 600; color: var(--brand);
    }
    .ds-nav { display: none; align-items: center; gap: 32px; }
    .ds-nav a {
      font-size: 14px; color: var(--dark); transition: opacity .2s;
    }
    .ds-nav a:hover { opacity: .6; }
    .ds-nav-cta {
      font-size: 13px; font-weight: 600;
      padding: 8px 20px; border-radius: 999px;
            background: #25d366; color: #fff !important;
      transition: opacity .2s;
    }
    .ds-nav-cta:hover { opacity: .88; }
    .ds-hamburger {
      background: none; border: none; cursor: pointer;
      color: var(--brand); padding: 4px; display: flex;
    }
    .ds-mobile-menu {
      display: none; flex-direction: column; gap: 16px;
      padding: 16px 24px;
      border-top: 1px solid rgba(177,161,138,0.18);
      background: #fff;
    }
    .ds-mobile-menu.open { display: flex; }
    .ds-mobile-menu a {
      font-size: 15px; color: var(--dark); transition: opacity .2s;
    }
    .ds-mobile-menu a:hover { opacity: .6; }
    .ds-mobile-cta {
      font-size: 13px; font-weight: 600; text-align: center;
      padding: 12px 20px; border-radius: 999px;
            background: #25d366; color: #fff;
    }

    /* HERO */
    .ds-hero {
      position: relative; min-height: 100vh;
      display: flex; align-items: center; overflow: hidden;
      background: var(--brand);
    }
    .ds-hero-dots {
      position: absolute; inset: 0; opacity: .06;
      background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0);
      background-size: 40px 40px;
    }
    .ds-hero-inner {
      position: relative; max-width: 1152px; margin: 0 auto;
      padding: 128px 24px 96px;
      width: 100%; display: grid; gap: 64px; align-items: center;
    }
    .ds-hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase;
      padding: 8px 16px; border-radius: 999px; margin-bottom: 32px;
      background: rgba(255,255,255,.15); color: #fff;
    }
    .ds-hero-badge-dot {
      width: 6px; height: 6px; border-radius: 50%; background: #fff; flex-shrink: 0;
    }
    .ds-hero h1 {
      font-family: 'Lora', serif; font-size: clamp(28px, 4vw, 44px);
      font-weight: 700; line-height: 1.2; color: #fff; margin-bottom: 16px;
    }
    .ds-hero-sub1 {
      font-size: 18px; line-height: 1.6; color: rgba(255,255,255,.9); margin-bottom: 16px;
    }
    .ds-hero-sub2 {
      font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.75);
      max-width: 480px; margin-bottom: 40px;
    }
    .ds-btn-white {
      display: inline-flex; align-items: center; gap: 12px;
      font-weight: 600; font-size: 15px;
      padding: 16px 32px; border-radius: 999px;
      background: #25d366; color: #fff;
      box-shadow: 0 10px 30px rgba(0,0,0,.15);
      transition: opacity .2s, gap .3s;
    }
    .ds-btn-white:hover { opacity: .9; gap: 16px; }
    .ds-btn-brand {
      display: inline-flex; align-items: center; gap: 12px;
      font-weight: 600; font-size: 15px;
      padding: 16px 32px; border-radius: 999px;
      background: #25d366; color: #fff;
      box-shadow: 0 4px 15px rgba(0,0,0,.12);
      transition: opacity .2s, gap .3s;
    }
    .ds-btn-brand:hover { opacity: .9; gap: 16px; }
    .ds-hero-tags { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
    .ds-hero-tag {
      font-size: 12px; padding: 8px 16px; border-radius: 999px;
      border: 1px solid rgba(255,255,255,.35);
      background: rgba(255,255,255,.1); color: #fff;
    }
    .ds-hero-img-wrap {
      display: none;
    }
    .ds-hero-img-inner {
      position: relative; width: 100%; padding-bottom: 133.33%;
    }
    .ds-hero-img-inner img {
      position: absolute; inset: 0; width: 100%; height: 100%;
      object-fit: cover; border-radius: 16px;
    }
    .ds-hero-img-overlay {
      position: absolute; inset: 0; border-radius: 16px;
      background: linear-gradient(to top, rgba(177,161,138,.35) 0%, transparent 60%);
      box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
    }
    .ds-hero-img-mobile {
      position: relative; width: 100%; max-width: 384px;
      margin: 0 auto; padding-bottom: 125%;
    }
    .ds-hero-img-mobile img {
      position: absolute; inset: 0; width: 100%; height: 100%;
      object-fit: cover; border-radius: 16px;
    }
    .ds-hero-fade {
      position: absolute; bottom: 0; left: 0; right: 0; height: 96px;
      background: linear-gradient(to top, #fff, transparent);
    }

    /* SECTIONS SHARED */
    .ds-section { padding: 96px 0; }
    .ds-container { max-width: 1152px; margin: 0 auto; padding: 0 24px; }
    .ds-container-md { max-width: 960px; margin: 0 auto; padding: 0 24px; }
    .ds-container-sm { max-width: 768px; margin: 0 auto; padding: 0 24px; }
    .ds-label {
      font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
      color: var(--brand); display: block; margin-bottom: 16px;
    }
    .ds-label-light {
      font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
      color: rgba(255,255,255,.7); display: block; margin-bottom: 16px;
    }
    .ds-h2 {
      font-family: 'Lora', serif; font-size: clamp(26px, 3.5vw, 38px);
      font-weight: 700; line-height: 1.25; color: var(--brand);
    }
    .ds-h2-white {
      font-family: 'Lora', serif; font-size: clamp(26px, 3.5vw, 38px);
      font-weight: 700; line-height: 1.25; color: #fff;
    }
    .ds-text { font-size: 15px; line-height: 1.7; color: var(--dark); }
    .ds-text-mid { font-size: 15px; line-height: 1.7; color: var(--mid); }
    .ds-grid-2 { display: grid; gap: 48px; }
    .ds-text-center { text-align: center; }
    .ds-mb4 { margin-bottom: 16px; }
    .ds-mb6 { margin-bottom: 24px; }
    .ds-mb8 { margin-bottom: 32px; }
    .ds-mb10 { margin-bottom: 40px; }
    .ds-mb14 { margin-bottom: 56px; }
    .ds-mb16 { margin-bottom: 64px; }

    /* PROBLEM */
    .ds-problem { background: #fff; }
    .ds-problem-img-wrap {
      border-radius: 16px; overflow: hidden;
      box-shadow: 0 4px 20px rgba(0,0,0,.1);
      aspect-ratio: 4/3; position: relative;
    }
    .ds-problem-img-wrap img {
      position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
    }
    .ds-problem-strong { font-size: 17px; font-weight: 600; color: var(--brand); line-height: 1.6; }
    .ds-problem-quote {
      font-family: 'Lora', serif; font-size: 15px; font-weight: 600; color: var(--brand); line-height: 1.6;
    }

    /* WHY IT WORKS */
    .ds-why { background: rgba(177,161,138,.05); }
    .ds-why-quote {
      font-family: 'Lora', serif; font-size: 15px; font-style: italic;
      color: var(--brand-dark); line-height: 1.7; margin-bottom: 32px;
    }
    .ds-why-img {
      margin-top: 40px; border-radius: 16px; overflow: hidden;
      box-shadow: 0 4px 20px rgba(0,0,0,.1);
      aspect-ratio: 16/9; position: relative;
    }
    .ds-why-img img {
      position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
    }
    .ds-acc-list { display: flex; flex-direction: column; gap: 16px; }
    .ds-acc-item {
      display: flex; align-items: flex-start; gap: 16px;
      padding: 20px; border-radius: 12px;
      background: rgba(177,161,138,.07);
      transition: background .2s;
    }
    .ds-acc-item:hover { background: rgba(177,161,138,.13); }
    .ds-acc-icon {
      width: 24px; height: 24px; border-radius: 50%;
      background: var(--brand); flex-shrink: 0; margin-top: 2px;
      display: flex; align-items: center; justify-content: center;
    }
    .ds-acc-icon svg { color: #fff; }
    .ds-acc-title { font-size: 13px; font-weight: 600; color: var(--dark); margin-bottom: 4px; }
    .ds-acc-body { font-size: 13px; line-height: 1.6; color: var(--mid); }
    .ds-acc-label {
      font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em;
      color: var(--brand); margin-bottom: 24px;
    }

    /* FOR WHO */
    .ds-forwho { background: var(--brand); }
    .ds-forwho-grid { display: grid; gap: 20px; }
    .ds-forwho-item {
      display: flex; align-items: flex-start; gap: 16px;
      padding: 24px; border-radius: 16px;
      background: rgba(255,255,255,.12);
    }
    .ds-forwho-icon {
      width: 24px; height: 24px; border-radius: 50%;
      background: #fff; flex-shrink: 0; margin-top: 2px;
      display: flex; align-items: center; justify-content: center;
    }
    .ds-forwho-text { font-size: 14px; line-height: 1.6; color: #fff; }
    .ds-forwho-cta { text-align: center; margin-top: 48px; }

    /* BANNER */
    .ds-banner {
      padding: 20px 0; overflow: hidden;
      border-top: 1px solid rgba(177,161,138,.3);
      border-bottom: 1px solid rgba(177,161,138,.3);
      background: rgba(177,161,138,.08);
    }
    .ds-banner-track {
      display: flex; align-items: center;
      white-space: nowrap;
      animation: ds-scroll 30s linear infinite;
    }
    .ds-banner-item { display: inline-flex; align-items: center; gap: 24px; padding: 0 16px; }
    .ds-banner-tag { font-size: 14px; font-weight: 500; letter-spacing: .04em; color: var(--brand); }
    .ds-banner-dot { font-size: 18px; color: rgba(177,161,138,.5); }
    @keyframes ds-scroll {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    /* SERVICES */
    .ds-services { background: #fff; }
    .ds-services-grid { display: grid; gap: 24px; }
    .ds-service-card {
      border-radius: 16px; padding: 28px;
      display: flex; flex-direction: column;
      border: 1px solid rgba(177,161,138,.15);
      box-shadow: 0 1px 4px rgba(0,0,0,.05);
      transition: box-shadow .3s, transform .3s;
    }
    .ds-service-card:hover {
      box-shadow: 0 8px 24px rgba(0,0,0,.1);
      transform: translateY(-4px);
    }
    .ds-service-icon { font-size: 30px; margin-bottom: 16px; }
    .ds-service-title {
      font-family: 'Lora', serif; font-size: 15px; font-weight: 700;
      color: var(--brand); margin-bottom: 20px; line-height: 1.4;
    }
    .ds-service-items { flex: 1; display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; }
    .ds-service-item {
      display: flex; align-items: center; gap: 8px;
      font-size: 14px; color: var(--dark);
    }
    .ds-service-chevron { color: var(--brand); flex-shrink: 0; }
    .ds-service-cta {
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;

      font-size: 12px; font-weight: 600;
      padding: 12px 20px; border-radius: 999px;
      transition: background .2s, color .2s; text-align: center;
                  background: #25d366; color: #fff !important;
    }
    .ds-service-cta:hover { background: var(--brand); color: #fff; }

    /* AUTHORITY */
    .ds-authority { background: var(--brand); }
    .ds-auth-img-wrap {
      position: relative; width: 100%; aspect-ratio: 3/4;
    }
    .ds-auth-img-inner {
      position: absolute; inset: 0; border-radius: 16px; overflow: hidden;
      box-shadow: 0 25px 50px -12px rgba(0,0,0,.3);
    }
    .ds-auth-img-inner img { width: 100%; height: 100%; object-fit: cover; }
    .ds-auth-badge {
      position: absolute; right: 8px; bottom: 0;
      transform: translateY(50%);
      background: #fff; border-radius: 12px;
      padding: 16px 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,.15);
    }
    .ds-auth-badge-title { font-size: 12px; font-weight: 700; color: var(--brand); margin-bottom: 4px; }
    .ds-auth-badge-sub { font-size: 12px; color: var(--mid); }
    .ds-auth-badge-div { margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(177,161,138,.3); }
    .ds-auth-badge-foot { font-size: 12px; font-weight: 500; color: var(--brand); }
    .ds-auth-sub { font-size: 13px; color: rgba(255,255,255,.65); margin-bottom: 24px; }
    .ds-auth-texts { display: flex; flex-direction: column; gap: 16px; margin-bottom: 40px; }
    .ds-auth-text { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.85); }
    .ds-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 40px; }
    .ds-stat {
      border-radius: 12px; padding: 16px; text-align: center;
      background: rgba(255,255,255,.15);
    }
    .ds-stat-val {
      font-family: 'Lora', serif; font-size: 20px; font-weight: 700;
      color: #fff; margin-bottom: 4px;
    }
    .ds-stat-label { font-size: 12px; line-height: 1.4; color: rgba(255,255,255,.65); }

    /* TESTIMONIALS */
    .ds-testimonials { background: #fff; }
    .ds-testi-grid { display: grid; gap: 24px; margin-bottom: 40px; }
    .ds-testi-card {
      padding: 28px; border-radius: 16px;
      display: flex; flex-direction: column; gap: 16px;
      background: rgba(177,161,138,.06);
      border: 1px solid rgba(177,161,138,.15);
    }
    .ds-testi-stars { display: flex; gap: 4px; color: var(--brand); font-size: 16px; }
    .ds-testi-text {
      font-family: 'Lora', serif; font-size: 14px; line-height: 1.7;
      font-style: italic; color: var(--dark); flex: 1;
    }
    .ds-testi-author { font-size: 12px; font-weight: 600; color: var(--brand); }

    /* FAQ */
    .ds-faq { background: var(--brand); }
    .ds-faq-list { display: flex; flex-direction: column; gap: 12px; }
    .ds-faq-item { border-radius: 16px; overflow: hidden; background: rgba(255,255,255,.12); }
    .ds-faq-btn {
      width: 100%; display: flex; align-items: center; justify-content: space-between;
      gap: 16px; padding: 20px 24px; text-align: left;
      background: none; border: none; cursor: pointer;
    }
    .ds-faq-q { font-size: 14px; font-weight: 600; color: #fff; line-height: 1.4; }
    .ds-faq-icon {
      flex-shrink: 0; color: #fff; width: 18px; height: 18px;
      transition: transform .2s;
    }
    .ds-faq-icon.open { transform: rotate(180deg); }
    .ds-faq-answer { padding: 0 24px 20px; }
    .ds-faq-a { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.85); }

    /* FINAL CTA */
    .ds-final { background: #fff; }
    .ds-final-h2 {
      font-family: 'Lora', serif; font-size: clamp(26px, 3.5vw, 36px);
      font-weight: 700; line-height: 1.3; color: var(--brand); margin-bottom: 16px;
    }
    .ds-final-em { font-style: italic; font-weight: 400; color: var(--brand-dark); }
    .ds-final-p { font-size: 18px; line-height: 1.6; color: var(--dark); margin-bottom: 40px; }

    /* FOOTER */
    .ds-footer { background: var(--brand); border-top: 1px solid var(--brand-dark); padding: 48px 0; }
    .ds-footer-grid { display: grid; gap: 40px; margin-bottom: 40px; }
    .ds-footer-brand-name {
      font-family: 'Lora', serif; font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 12px;
    }
    .ds-footer-tagline { font-size: 12px; color: rgba(255,255,255,.8); line-height: 1.6; }
    .ds-footer-col-title {
      font-size: 11px; text-transform: uppercase; letter-spacing: .1em;
      color: #fff; margin-bottom: 16px;
    }
    .ds-footer-addr { font-size: 14px; color: rgba(255,255,255,.85); line-height: 1.7; }
    .ds-footer-addr-note { font-size: 12px; color: rgba(255,255,255,.6); }
    .ds-footer-phone {
      display: flex; align-items: center; gap: 12px;
      font-size: 14px; color: rgba(255,255,255,.85);
      transition: opacity .2s; margin-bottom: 8px;
    }
    .ds-footer-phone:hover { opacity: .7; }
    .ds-footer-phone svg { color: rgba(255,255,255,.6); }
    .ds-footer-bottom {
      border-top: 1px solid rgba(255,255,255,.2);
      padding-top: 24px;
      display: flex; flex-direction: column; gap: 8px; align-items: center;
    }
    .ds-footer-copy { font-size: 12px; color: rgba(255,255,255,.6); text-align: center; }

    /* RESPONSIVE */
    @media (min-width: 768px) {
      .ds-nav { display: flex; }
      .ds-hamburger { display: none; }
      .ds-testi-grid { grid-template-columns: repeat(3,1fr); }
      .ds-services-grid { grid-template-columns: repeat(2,1fr); }
      .ds-forwho-grid { grid-template-columns: repeat(2,1fr); }
      .ds-footer-grid { grid-template-columns: repeat(2,1fr); }
      .ds-footer-bottom { flex-direction: row; justify-content: space-between; }
    }
    @media (min-width: 1024px) {
      .ds-hero-inner { grid-template-columns: 1fr 1fr; }
      .ds-hero-img-wrap { display: block; }
      .ds-hero-img-mobile { display: none; }
      .ds-grid-2 { grid-template-columns: 1fr 1fr; }
      .ds-footer-grid { grid-template-columns: repeat(3,1fr); }
      .ds-auth-badge { right: -10%; }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44eb9bb *//* 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 */