.elementor-9715 .elementor-element.elementor-element-f95751e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-spacer .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-spacer .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-9715 .elementor-element.elementor-element-a957853{--spacer-size:50px;}.elementor-9715 .elementor-element.elementor-element-eadb60a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:1px 1px;--row-gap:1px;--column-gap:1px;}.elementor-9715 .elementor-element.elementor-element-eadb60a.e-con{--align-self:flex-start;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-9715 .elementor-element.elementor-element-a46233c{width:100%;max-width:100%;}.elementor-9715 .elementor-element.elementor-element-df39ae8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9715 .elementor-element.elementor-element-02b30cd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9715 .elementor-element.elementor-element-932aefa{--spacer-size:100px;}.elementor-9715 .elementor-element.elementor-element-feabe38{--display:flex;}.elementor-9715 .elementor-element.elementor-element-17c8215{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f5aff58 *//* ==========================================================
   HERO INSTITUCIONAL – CURSOS IBDH
   ========================================================== */

.ibdh-hero-pro {
  position: relative;
  background-image: url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px;
  color: #ffffff;
}

/* Camada de escurecimento */
.ibdh-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(2,6,23,0.85),
    rgba(15,23,42,0.85)
  );
}

/* Conteúdo */
.ibdh-hero-content {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}

/* Título principal */
.ibdh-hero-title {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

/* Título secundário */
.ibdh-hero-subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  color: #c7d2fe;
  margin-bottom: 35px;
}

/* Texto */
.ibdh-hero-text p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #e5e7eb;
  margin-bottom: 18px;
}

/* Responsivo */
@media (max-width: 768px) {
  .ibdh-hero-pro {
    padding: 90px 20px;
  }

  .ibdh-hero-title {
    font-size: 2.2rem;
  }

  .ibdh-hero-subtitle {
    font-size: 1.3rem;
  }

  .ibdh-hero-text p {
    font-size: 1rem;
  }
}
/* HERO – Correção de contraste do título */
.ibdh-hero-title {
  color: #ffffff;
  text-shadow: 0 3px 12px rgba(0,0,0,0.45);
}
/* ==========================================================
   REMOVE ESPAÇO ENTRE HERO E BLOCO MOODLE
   ========================================================== */

/* Remove margens padrão do hero */
.ibdh-hero-pro {
  margin-bottom: 0 !important;
  padding-bottom: 90px;
}

/* Remove margem superior do bloco Moodle */
.ibdh-moodle-section {
  margin-top: 0 !important;
}

/* Caso o Elementor adicione espaçamento */
.elementor-section,
.elementor-container,
.elementor-widget-wrap {
  margin-top: 0;
}

/* Remove espaçamento padrão do Astra entre seções */
.site-content {
  padding-top: 0;
}
/* ==========================================================
   CORREÇÃO DEFINITIVA – ESPAÇO ENTRE HERO E BLOCO SEGUINTE
   (ASTRA + ELEMENTOR)
   ========================================================== */

/* Remove padding/margem do container principal do Astra */
.ast-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove espaçamento das seções do Elementor */
.elementor-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove espaçamento dos containers internos */
.elementor-container,
.elementor-widget-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Garante que o HERO não empurre o próximo bloco */
.ibdh-hero-pro {
  margin-bottom: 0 !important;
  padding-bottom: 100px; /* mantém respiro interno */
}

/* Garante que o bloco Moodle encoste */
.ibdh-moodle-section {
  margin-top: 0 !important;
}

/* Correção final de colapso de margem */
.ibdh-hero-pro + .ibdh-moodle-section {
  margin-top: -2px;
}
/* ==========================================================
   CORREÇÃO DEFINITIVA – ESPAÇO ENTRE HERO E BLOCO SEGUINTE
   (ASTRA + ELEMENTOR)
   ========================================================== */

/* Remove padding/margem do container principal do Astra */
.ast-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove espaçamento das seções do Elementor */
.elementor-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove espaçamento dos containers internos */
.elementor-container,
.elementor-widget-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Garante que o HERO não empurre o próximo bloco */
.ibdh-hero-pro {
  margin-bottom: 0 !important;
  padding-bottom: 100px; /* mantém respiro interno */
}

/* Garante que o bloco Moodle encoste */
.ibdh-moodle-section {
  margin-top: 0 !important;
}

/* Correção final de colapso de margem */
.ibdh-hero-pro + .ibdh-moodle-section {
  margin-top: -2px;
}
/* ==========================================================
   HERO – BOTÃO ACESSAR MINHA CONTA
   ========================================================== */

.ibdh-hero-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.ibdh-btn-conta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 34px;
  border-radius: 999px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.45);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

/* ÍCONE */
.ibdh-btn-icon {
  display: flex;
  align-items: center;
}

/* HOVER */
.ibdh-btn-conta:hover {
  background: #ffffff;
  color: #0f172a;
  transform: translateY(-2px);
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .ibdh-btn-conta {
    padding: 14px 26px;
    font-size: 0.8rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a46233c *//* ==========================================================
   BLOCO MOODLE – AMBIENTE VIRTUAL (VERSÃO FINAL)
   ========================================================== */

.ibdh-moodle-section {
  background: #f1f5f9;
  padding: 90px 20px;
  border-top: 1px solid #e5e7eb;
}

.ibdh-moodle-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 55px;
  align-items: center;
}

/* LOGO */
.ibdh-moodle-logo-area {
  text-align: center;
}

.ibdh-moodle-logo {
  max-width: 180px;
}

/* TEXTO */
.ibdh-moodle-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.ibdh-moodle-content p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #334155;
  margin-bottom: 18px;
}

/* BOTÃO */
.ibdh-moodle-btn {
  display: inline-block;
  margin-top: 25px;
  background: #f98012; /* cor institucional Moodle */
  color: #ffffff;
  padding: 14px 34px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.ibdh-moodle-btn:hover {
  background: #e56f00;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.2);
}

/* AVISO */
.ibdh-moodle-note {
  display: block;
  margin-top: 12px;
  font-size: 0.9rem;
  color: #64748b;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .ibdh-moodle-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ibdh-moodle-content h2 {
    font-size: 1.7rem;
  }
}
/* ==========================================================
   REMOVE ESPAÇO ENTRE HERO E BLOCO MOODLE
   ========================================================== */

/* Remove margens padrão do hero */
.ibdh-hero-pro {
  margin-bottom: 0 !important;
  padding-bottom: 90px;
}

/* Remove margem superior do bloco Moodle */
.ibdh-moodle-section {
  margin-top: 0 !important;
}

/* Caso o Elementor adicione espaçamento */
.elementor-section,
.elementor-container,
.elementor-widget-wrap {
  margin-top: 0;
}

/* Remove espaçamento padrão do Astra entre seções */
.site-content {
  padding-top: 0;
}
/* ==========================================================
   CORREÇÃO DEFINITIVA – ESPAÇO ENTRE HERO E BLOCO SEGUINTE
   (ASTRA + ELEMENTOR)
   ========================================================== */

/* Remove padding/margem do container principal do Astra */
.ast-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove espaçamento das seções do Elementor */
.elementor-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove espaçamento dos containers internos */
.elementor-container,
.elementor-widget-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Garante que o HERO não empurre o próximo bloco */
.ibdh-hero-pro {
  margin-bottom: 0 !important;
  padding-bottom: 100px; /* mantém respiro interno */
}

/* Garante que o bloco Moodle encoste */
.ibdh-moodle-section {
  margin-top: 0 !important;
}

/* Correção final de colapso de margem */
.ibdh-hero-pro + .ibdh-moodle-section {
  margin-top: -2px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-eadb60a *//* ==========================================================
   CORREÇÃO DEFINITIVA – ESPAÇO ENTRE HERO E BLOCO SEGUINTE
   (ASTRA + ELEMENTOR)
   ========================================================== */

/* Remove padding/margem do container principal do Astra */
.ast-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove espaçamento das seções do Elementor */
.elementor-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove espaçamento dos containers internos */
.elementor-container,
.elementor-widget-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Garante que o HERO não empurre o próximo bloco */
.ibdh-hero-pro {
  margin-bottom: 0 !important;
  padding-bottom: 100px; /* mantém respiro interno */
}

/* Garante que o bloco Moodle encoste */
.ibdh-moodle-section {
  margin-top: 0 !important;
}

/* Correção final de colapso de margem */
.ibdh-hero-pro + .ibdh-moodle-section {
  margin-top: -2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5dbfabd *//* ==========================================================
   BLOCO ÁREAS DE FORMAÇÃO – 3 COLUNAS
   ========================================================== */

.ibdh-areas-section {
  background: #ffffff;
  padding: 90px 20px;
}

.ibdh-areas-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* CARD */
.ibdh-area-card {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 40px 32px;
  transition: all 0.25s ease;
}

.ibdh-area-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* TÍTULO */
.ibdh-area-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #0f172a;
}

/* TEXTO */
.ibdh-area-card p {
  font-size: 1.02rem;
  line-height: 1.75;
  color: #334155;
  margin-bottom: 20px;
}

/* LISTA */
.ibdh-area-card ul {
  padding-left: 18px;
}

.ibdh-area-card ul li {
  font-size: 0.95rem;
  margin-bottom: 8px;
  color: #475569;
}

/* RESPONSIVO */
@media (max-width: 992px) {
  .ibdh-areas-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-df39ae8 *//* ==========================================================
   CORREÇÃO DEFINITIVA – ESPAÇO ENTRE HERO E BLOCO SEGUINTE
   (ASTRA + ELEMENTOR)
   ========================================================== */

/* Remove padding/margem do container principal do Astra */
.ast-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove espaçamento das seções do Elementor */
.elementor-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove espaçamento dos containers internos */
.elementor-container,
.elementor-widget-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Garante que o HERO não empurre o próximo bloco */
.ibdh-hero-pro {
  margin-bottom: 0 !important;
  padding-bottom: 100px; /* mantém respiro interno */
}

/* Garante que o bloco Moodle encoste */
.ibdh-moodle-section {
  margin-top: 0 !important;
}

/* Correção final de colapso de margem */
.ibdh-hero-pro + .ibdh-moodle-section {
  margin-top: -2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7bb78ca *//* ==========================================================
   BLOCO FORMAÇÃO CERTIFICADA – COM SELO
   ========================================================== */

.ibdh-formacao-certificada {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 100px 20px;
}

.ibdh-formacao-container {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

/* SELO */
.ibdh-selo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 22px;
  border: 2px solid #0f172a;
  border-radius: 999px;
  margin-bottom: 30px;
  background: #ffffff;
}

.ibdh-selo-icon {
  font-size: 1.4rem;
}

.ibdh-selo-text {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f172a;
}

/* TÍTULO */
.ibdh-formacao-certificada h2 {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
  color: #0f172a;
}

/* TEXTO */
.ibdh-formacao-certificada p {
  font-size: 1.08rem;
  line-height: 1.85;
  color: #334155;
  margin-bottom: 22px;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .ibdh-formacao-certificada {
    padding: 80px 20px;
  }

  .ibdh-formacao-certificada h2 {
    font-size: 2rem;
  }
}/* ==========================================================
   CTA INSTITUCIONAL – FORMAÇÃO CERTIFICADA
   ========================================================== */

.ibdh-formacao-cta {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px dashed #cbd5f5;
}

.ibdh-formacao-cta p {
  font-size: 1.05rem;
  font-style: italic;
  color: #1e293b;
  text-align: center;
  max-width: 720px;
  margin: auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-92409a2 *//* ==========================================================
   BLOCO DEPOIMENTOS – ESTÉTICA INSTITUCIONAL
   ========================================================== */

.ibdh-depoimentos {
  background: #ffffff;
  padding: 100px 20px;
}

.ibdh-depoimentos-container {
  max-width: 1180px;
  margin: auto;
}

/* CABEÇALHO */
.ibdh-depoimentos-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.ibdh-depoimentos-header h2 {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  color: #0f172a;
}

.ibdh-depoimentos-header p {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #475569;
}

/* GRID */
.ibdh-depoimentos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* CARD */
.ibdh-depoimento-card {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 40px 32px;
  position: relative;
}

/* ASPAS DECORATIVAS */
.ibdh-depoimento-card::before {
  content: "“";
  position: absolute;
  top: 20px;
  left: 22px;
  font-size: 4rem;
  color: #c7d2fe;
  font-family: serif;
}

/* TEXTO */
.ibdh-depoimento-text {
  font-size: 1.02rem;
  line-height: 1.8;
  color: #334155;
  margin-bottom: 30px;
}

/* AUTOR */
.ibdh-depoimento-autor {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* RESPONSIVO */
@media (max-width: 992px) {
  .ibdh-depoimentos-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-490bc65 *//* ==========================================================
   BLOCO FINAL – CONTATO INSTITUCIONAL
   ========================================================== */

.ibdh-contato-final {
  background: #f8fafc;
  padding: 100px 20px 60px;
  border-top: 1px solid #e5e7eb;
}

.ibdh-contato-container {
  max-width: 980px;
  margin: auto;
}

/* HEADER */
.ibdh-contato-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
}

.ibdh-contato-header h2 {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  color: #0f172a;
}

.ibdh-contato-header p {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #475569;
}

/* ==========================================================
   ENCERRAMENTO INSTITUCIONAL
   ========================================================== */

.ibdh-encerramento {
  background: #0f172a;
  padding: 26px 20px;
  text-align: center;
}

.ibdh-encerramento p {
  font-size: 0.9rem;
  color: #e5e7eb;
  letter-spacing: 0.03em;
}/* End custom CSS */