.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2554 .elementor-element.elementor-element-713f22c .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2554 .elementor-element.elementor-element-f0dfab7 .elementor-button{background-color:var( --e-global-color-accent );fill:#000000;color:#000000;}.elementor-2554 .elementor-element.elementor-element-fc6e78c .elementor-button{background-color:var( --e-global-color-accent );fill:#000000;color:#000000;}.elementor-2554 .elementor-element.elementor-element-6cd4d7f .elementor-button{background-color:var( --e-global-color-accent );fill:#000000;color:#000000;}.elementor-2554 .elementor-element.elementor-element-5b6d24f .elementor-button{background-color:var( --e-global-color-accent );fill:#000000;color:#000000;}/* Start custom CSS *//*********************************************
  CSS GLOBAL — POR DENTRO DA DBT
  Estrutura Inicial do Projeto
  -------------------------------------------------
  Organização:
  1. Reset e ajustes básicos
  2. Tipografia global
  3. Cores e variáveis
  4. Utilidades (helpers)
  5. Layouts comuns de seção
  6. Componentes globais (badges, títulos, listas, CTA)
  7. Espaços responsivos
**********************************************/


/*---------------------------------------------
1. RESET / AJUSTES
----------------------------------------------*/

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

section {
  width: 100%;
}


/*---------------------------------------------
2. TIPOGRAFIA GLOBAL
----------------------------------------------*/

body, html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #222;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

strong {
  font-weight: 700;
}


/*---------------------------------------------
3. VARIÁVEIS DE COR (para reuso)
----------------------------------------------*/

:root {
  --pdbt-blue: #0b7bd4;
  --pdbt-blue-light: #e7f3ff;
  --pdbt-dark: #111;
  --pdbt-gray: #444;
  --pdbt-muted: #888;
  --pdbt-bg-light: #fafafa;
  --pdbt-shadow: 0 4px 12px rgba(0,0,0,0.06);
}


/*---------------------------------------------
4. UTILIDADES
----------------------------------------------*/

/* Texto centralizado */
.u-center {
  text-align: center;
}

/* Limite de largura */
.u-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Espaçamento vertical padrão das seções */
.u-section {
  padding: 3rem 0;
}

/* Versão compacta em mobile */
@media (max-width: 600px) {
  .u-section {
    padding: 2rem 0;
  }
}


/*---------------------------------------------
5. LAYOUTS COMUNS
----------------------------------------------*/

/* Caixa leve branca */
.box-light {
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--pdbt-shadow);
  padding: 1.8rem 1.6rem;
}

/* Grade simples responsiva */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
}

@media (max-width: 700px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}


/*---------------------------------------------
6. COMPONENTES GLOBAIS
----------------------------------------------*/

/* Badge superior */
.badge-top {
  display: inline-block;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  background: var(--pdbt-blue-light);
  color: #0b4b82;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.8rem;
}

/* Títulos */
.title-main {
  font-size: 2rem;
  font-weight: 800;
  color: var(--pdbt-dark);
  margin-bottom: 0.8rem;
}

.title-sub {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

/* Texto introdutório */
.text-intro {
  font-size: 1.02rem;
  color: var(--pdbt-gray);
  line-height: 1.7;
  margin-bottom: 1.6rem;
  max-width: 720px;
}

/* Lista com check */
.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-check li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.75rem;
  line-height: 1.6;
  color: #333;
}

.list-check li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 0.9rem;
  color: var(--pdbt-blue);
  font-weight: 700;
}


/*---------------------------------------------
7. ESPAÇOS ESPECIAIS PARA SEÇÕES FUTURAS
----------------------------------------------*/

/* Modelo base para novas seções */
.sec-base {
  padding: 3rem 1.5rem;
}

@media (max-width: 600px) {
  .sec-base {
    padding: 2.5rem 1.2rem;
  }
}

/* Seções com fundo claro */
.sec-light {
  background: var(--pdbt-bg-light);
}

/* Seções com fundo branco */
.sec-white {
  background: #fff;
}
/* Grid dos depoimentos */
.depoimentos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.8rem;
  margin-top: 2rem;
}

/* Card do depoimento */
.depoimento-card {
  background: #f7f9fc;
  border-radius: 14px;
  padding: 1.2rem;
  border: 1px solid #e2e8f0;
  box-shadow: var(--pdbt-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.depoimento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
}

/* Texto */
.depoimento-text {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: var(--pdbt-dark);
  margin-bottom: 0.8rem;
  line-height: 1.4;
}

/* Imagens */
.depoimento-card img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
/* Grid de estatísticas de desregulação */
.desreg-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin: 1.8rem 0 2rem;
}

/* Cards dos números */
.desreg-stat-item {
  background: #f7f9fc;
  border-radius: 14px;
  padding: 1rem 1.1rem;
  border: 1px solid #e2e8f0;
}

.desreg-stat-number {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0b4b82;
  margin-bottom: 0.2rem;
}

.desreg-stat-label {
  font-size: 0.9rem;
  color: var(--pdbt-gray);
  line-height: 1.4;
}

/* Corpo do texto da seção */
.desreg-body {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.desreg-question {
  font-weight: 700;
  color: var(--pdbt-dark);
  margin-top: 0.4rem;
}
/* Ajuste leve de espaçamento nessa seção */
.audience-grid {
  margin-top: 2rem;
}

/* Caixas da audiência (já aproveitam .box-light) */
.audience-box {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.audience-box-yes {
  border-top: 4px solid var(--pdbt-blue);
}

.audience-box-no {
  border-top: 4px solid #d12b3b;
}

/* Lista "não é para você" com X em vez de check */
.list-cross {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-cross li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.75rem;
  line-height: 1.6;
  color: #333;
}

.list-cross li::before {
  content: "✘";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 0.9rem;
  color: #d12b3b;
  font-weight: 700;
}
/* Depoimentos dos DBTeiros (prints) */
.dbteiros-depo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 1.8rem;
}

.dbteiros-depo-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 0.8rem;
  border: 1px solid #e2e7f0;
  box-shadow: var(--pdbt-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dbteiros-depo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
}

.dbteiros-depo-card img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}


/* Intro dos DBTeiros (texto explicativo) */
.dbteiros-intro {
  max-width: 780px;
  margin: 0 auto 2.3rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--pdbt-gray);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}


/* Grid e cards dos DBTeiros */
.db-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.4rem;
}

.db-card {
  background: #f7f9fb;
  border: 1px solid #e5e8ee;
  border-radius: 14px;
  padding: 1.3rem 1.2rem;
  box-shadow: var(--pdbt-shadow);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.db-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.db-icon {
  font-size: 1.7rem;
  margin-bottom: 0.3rem;
}

.db-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--pdbt-dark);
}

.db-desc {
  font-size: 0.92rem;
  color: var(--pdbt-gray);
  line-height: 1.45;
}

/* Rodapé explicativo */
.db-footer {
  margin-top: 2.6rem;
  text-align: center;
  font-size: 1rem;
  color: #333;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
/* Seção de resultados das alunas */
.resultados-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 2.4rem;
}

/* Cada bloco texto + vídeo */
.depoimento-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

@media (max-width: 768px) {
  .depoimento-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Caixa de texto do depoimento */
.resultados-text-box {
  background: #f7f9fc;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 1.6rem 1.7rem;
  box-shadow: var(--pdbt-shadow);
}

.resultados-quote {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--pdbt-dark);
  margin-bottom: 1rem;
  line-height: 1.4;
}

.resultados-body {
  font-size: 0.98rem;
  color: var(--pdbt-gray);
  line-height: 1.7;
}

/* Vídeo responsivo */
.resultados-video-wrapper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.16);
}

.resultados-video-inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.resultados-video-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* Texto introdutório do método CME */
.cme-body {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.2rem;
  margin-bottom: 2.5rem;
}

.cme-body strong {
  font-weight: 700;
  color: var(--pdbt-dark);
}

/* Cabeçalho das etapas */
.cme-steps-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.4rem;
}

.cme-steps-subtitle {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 1.8rem;
  max-width: 720px;
}

/* Timeline CME */
.timeline-cme {
  position: relative;
}

.timeline-cme::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #e0edf8, #c7d8ea);
  border-radius: 999px;
}

.timeline-item {
  position: relative;
  margin-bottom: 2.8rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

/* Alternância esquerda/direita */
.timeline-item:nth-child(odd) .timeline-content {
  grid-column: 1 / 2;
}

.timeline-item:nth-child(odd) .timeline-spacer {
  grid-column: 2 / 3;
}

.timeline-item:nth-child(even) .timeline-content {
  grid-column: 2 / 3;
}

.timeline-item:nth-child(even) .timeline-spacer {
  grid-column: 1 / 2;
}

/* Marcador na linha */
.timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--pdbt-blue);
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 4px rgba(11, 123, 212, 0.18);
}

/* Conteúdo da etapa */
.timeline-content {
  background: #f7f9fc;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 1.5rem 1.6rem;
  box-shadow: var(--pdbt-shadow);
}

.timeline-step {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0b4b82;
  margin-bottom: 0.35rem;
}

.timeline-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.4rem;
}

.timeline-objetivo {
  font-size: 0.9rem;
  color: #4b5563;
  margin-bottom: 0.6rem;
}

.timeline-objetivo strong {
  font-weight: 700;
  color: #111827;
}

.timeline-text {
  font-size: 0.96rem;
  color: #374151;
  line-height: 1.7;
  margin-bottom: 0.6rem;
}

.timeline-text strong {
  color: #111827;
}

/* Chips de temas */
.cme-step-topics-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #4b5563;
  margin-top: 0.4rem;
  margin-bottom: 0.35rem;
}

.cme-step-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.cme-topic-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.8rem;
  background: var(--pdbt-blue-light);
  color: #0b4b82;
  font-weight: 500;
  white-space: nowrap;
}

/* Responsivo */
@media (max-width: 768px) {
  .timeline-cme::before {
    left: 12px;
    transform: translateX(0);
  }

  .timeline-item {
    grid-template-columns: 1fr;
    padding-left: 2.4rem;
  }

  .timeline-item .timeline-content,
  .timeline-item .timeline-spacer {
    grid-column: 1 / -1 !important;
  }

  .timeline-marker {
    left: 12px;
    transform: translateX(0);
  }
}
/* Cabeçalho da seção de aulas extras */
.aulas-extras-badge {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.35rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 999px;
  background: #e2f5ef;
  color: #146354;
}

/* Grid das aulas */
.aulas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

/* Card individual de aula */
.aula-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.1rem 1.2rem;
  box-shadow: var(--pdbt-shadow);
  border: 1px solid #e4e8f0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.aula-title {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
  display: flex;
  align-items: center;
}

.aula-icon {
  font-size: 1.4rem;
  margin-right: 0.3rem;
}

.aula-prof {
  font-size: 0.9rem;
  color: var(--pdbt-gray);
}

.aula-tag {
  margin-top: 0.15rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #146354;
}

/* Rodapé da seção */
.aulas-footer {
  margin-top: 2rem;
  font-size: 0.9rem;
  text-align: center;
  color: #444;
}

.aulas-footer-strong {
  font-weight: 600;
  color: #111;
}
/* Layout geral da seção "Quem sou eu" */
.quem-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
  gap: 2.5rem;
  align-items: center;
}

/* Coluna da foto */
.quem-foto-wrap {
  display: flex;
  justify-content: center;
}

.quem-foto {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 3 / 4;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.22);
  border: 1px solid #e5e7eb;
  background: #0f172a;
}

.quem-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Coluna de texto */
.quem-texto {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.quem-nome {
  font-size: 1.4rem;
  font-weight: 800;
  color: #111827;
  margin: 0;
}

.quem-headline {
  font-size: 1rem;
  font-weight: 600;
  color: #4b5563;
  margin: 0 0 0.4rem;
}

.quem-body {
  font-size: 0.98rem;
  color: #374151;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.quem-body strong {
  color: #111827;
  font-weight: 700;
}

/* Responsivo */
@media (max-width: 768px) {
  .quem-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .quem-foto-wrap {
    order: -1;
  }

  .quem-nome {
    font-size: 1.3rem;
  }
}
/* Layout container */
.inv-layout {
  text-align: center;
  max-width: 950px;
}

/* Banner */
.inv-banner {
  max-width: 750px;
  margin: 0 auto 2.5rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.14);
}

.inv-banner img {
  width: 100%;
  display: block;
}

/* Botão */
.inv-btn {
  display: inline-block;
  margin-top: 1.2rem;
  background: var(--pdbt-blue);
  color: #ffffff;
  padding: 0.9rem 2rem;
  border-radius: 12px;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.inv-btn:hover {
  background: #093b67;
  transform: translateY(-2px);
}

/* Texto pequeno */
.inv-note {
  margin-top: 1rem;
  font-size: 0.92rem;
  color: var(--pdbt-gray);
}

/* Responsivo */
@media (max-width: 768px) {
  .inv-banner {
    margin-bottom: 2rem;
  }

  .inv-btn {
    font-size: 1rem;
  }
}
/* FAQ – layout geral */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Cada item */
.faq-item {
  border-radius: 14px;
  padding: 0; /* o padding fica dentro do <details> */
  overflow: hidden;
}

/* Estrutura do details */
.faq-item details {
  padding: 1rem 1.2rem;
  cursor: pointer;
}

/* Título da pergunta */
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--pdbt-dark);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

/* Ícone */
.faq-icon {
  font-size: 1.3rem;
  line-height: 1;
  color: var(--pdbt-muted);
  transition: transform 0.2s ease;
  margin-top: 2px;
}

details[open] .faq-icon {
  transform: rotate(90deg);
}

/* Resposta */
.faq-answer {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: var(--pdbt-gray);
  line-height: 1.7;
}

/* Imagens */
.faq-img-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.8rem;
}

.faq-img {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  max-width: 180px;
}

.faq-img img {
  width: 100%;
  display: block;
}

/* Responsivo */
@media (max-width: 768px) {
  .faq-item details {
    padding: 0.9rem 1rem;
  }
}/* End custom CSS */