.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FBF5EA;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== SEÇÃO PARA QUEM É – IDENTIDADE CLARA ===== */

.sec-para-quem {
  background: #FBF5EA;
  padding: 90px 0;
}

.pq-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Cabeçalho */

.pq-header {
  max-width: 760px;
  margin-bottom: 56px;
}

.pq-title {
  font-family: "Clash Display", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.15;
  color: #2A2317;
  margin: 0 0 12px;
}

.pq-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #6E6558;
  margin: 0;
}

/* Grid de cards */

.pq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

/* Card */

.pq-card {
  background: #FFFFFF;
  border-radius: 22px;
  padding: 18px 18px 26px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.pq-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
  border-color: rgba(200, 137, 62, 0.32);
}

/* Foto fictícia */

.pq-photo {
  width: 100%;
  height: 170px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Tag / chip */

.pq-tag {
  font-family: "DM Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #C8893E; /* tom mais forte para destaque */
}

/* Título e texto do card */

.pq-card h3 {
  font-family: "Clash Display", serif;
  font-size: 1.18rem;
  font-weight: 500;
  color: #2A2317;
  margin: 0;
  line-height: 1.3;
}

.pq-card p {
  font-family: "DM Sans", sans-serif;
  font-size: 0.94rem;
  line-height: 1.7;
  color: #726A5E;
  margin: 0;
}

/* Animação suave */

.pq-anim {
  opacity: 0;
  transform: translateY(16px);
  animation: pqFadeUp 0.7s ease forwards;
}

.pq-delay-1 { animation-delay: 0.1s; }
.pq-delay-2 { animation-delay: 0.25s; }
.pq-delay-3 { animation-delay: 0.4s; }

@keyframes pqFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsivo */

@media (max-width: 1024px) {
  .pq-grid {
    grid-template-columns: 1fr;
  }

  .pq-card {
    max-width: 480px;
    margin: 0 auto;
  }

  .sec-para-quem {
    padding: 70px 0;
  }
}

@media (max-width: 600px) {
  .pq-inner {
    padding: 0 1.5rem;
  }

  .pq-title {
    font-size: 2rem;
    text-align: left;
  }

  .pq-subtitle {
    font-size: 0.96rem;
  }
}
/* ===== Seção de Depoimentos (em quadro) ===== */

.depoimentos-section {
  background: #FBF5EA;        /* mesmo bege do resto da página */
  padding: 90px 0;
}

/* QUADRO CENTRAL (igual vibe das dúvidas frequentes) */
.container-depoimentos {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 2rem 48px;
  background: #FFF7E7;        /* leve contraste com o fundo */
  border-radius: 24px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.05);
}

/* Título e descrição */

.titulo-depoimentos h2 {
  font-family: "Clash Display", serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #2A2317;
  margin: 0 0 8px;
}

.titulo-depoimentos p {
  font-family: "DM Sans", sans-serif;
  font-size: 0.98rem;
  color: #6E6558;
  line-height: 1.7;
  margin: 0 0 40px;
}

/* Grid dos cards */

.cards-depoimentos {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* Card individual */

.card-depoimento {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 22px 22px 26px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.card-depoimento:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(200, 137, 62, 0.28);
}

/* Cabeçalho do depoimento */

.depoente {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.depoente img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.depoente h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  color: #2A2317;
  margin: 0 0 4px;
}

.estrelas {
  color: #C8893E;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

/* Texto do depoimento */

.texto-depoimento {
  font-family: "DM Sans", sans-serif;
  font-size: 0.95rem;
  color: #726A5E;
  line-height: 1.7;
  margin: 0;
}

/* Responsivo */

@media (max-width: 768px) {
  .container-depoimentos {
    padding: 32px 1.5rem 36px;
  }

  .titulo-depoimentos h2 {
    font-size: 1.8rem;
  }

  .titulo-depoimentos p {
    font-size: 0.95rem;
    margin-bottom: 28px;
  }
}
/* === HERO FORM DANIELY === */

/* Largura do card no desktop */
@media (min-width: 1024px) {
  .da-hero-form {
    width: 430px !important;
    max-width: 430px !important;
  }
}

/* Campos ocupando toda a largura do card */
.da-hero-form input[type="text"],
.da-hero-form input[type="email"],
.da-hero-form input[type="tel"],
.da-hero-form input[type="url"],
.da-hero-form input[type="number"],
.da-hero-form textarea,
.da-hero-form select {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  display: block;
}
/* ========== RESET TIPOGRAFIA GLOBAL ========== */

/* Deixa todos os títulos mais leves, tirando o negrito do tema */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 400;
}

/* Mantém títulos principais mais fortes onde precisa */
.pq-title,
.titulo-depoimentos h2 {
  font-weight: 500;
}

/* Mantém títulos internos de cards e nomes de depoentes como você já queria */
.pq-card h3 {
  font-weight: 500;
}

.depoente h3 {
  font-weight: 600;
}
/* Exemplo para temas com espaçamento muito grande */
#content, .site-content, .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* ========== CORREÇÃO FORÇADA DE NEGRITO ========== */

/* 1. Força o corpo do site e parágrafos a terem peso normal */
body, p, span, li, a {
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased; /* Deixa a fonte mais nítida/fina */
    -moz-osx-font-smoothing: grayscale;
}

/* 2. Mantém os títulos com o peso médio que você queria (Clash Display) */
.pq-title, 
.titulo-depoimentos h2,
.pq-card h3 {
    font-weight: 500 !important;
}

/* 3. Mantém os destaques (Tags e Nomes) */
.pq-tag, 
.depoente h3 {
    font-weight: 600 !important;
}

/* 4. Garante que negritos propositais (como <b> ou <strong> no texto) funcionem */
b, strong {
    font-weight: 700 !important;
}
body {
  margin: 0 !important;
  padding: 0 !important;
}

header,
.elementor-location-header {
  margin: 0 !important;
}/* End custom CSS */