.elementor-kit-1354{--e-global-color-primary:#0858B0;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D58F39;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:38px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:600;background-color:#DADADA;}.elementor-kit-1354 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1354 .ha-reading-progress-bar{visibility:visible;opacity:1;}.elementor-kit-1354 .hm-hrp-bar-container{top:0px;bottom:unset;height:5px;background-color:#E6E6E6;}.elementor-kit-1354 .hm-hrp-bar-container .hm-hrp-bar{background-color:#FF8021;}.elementor-kit-1354 .ha-reading-progress-bar .hm-hrp-bar .hm-tool-tip{visibility:visible;opacity:1;}.elementor-kit-1354 input:not([type="button"]):not([type="submit"]),.elementor-kit-1354 textarea,.elementor-kit-1354 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;border-color:#BDBDBD;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-1354 .hm-hrp-bar-container{height:8px;top:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1354 .hm-hrp-bar-container{height:8px;top:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Ajustes gerais existentes ===== */
.modulo .wp-block-column {
  background: #fff;
  border: solid 1px #000;
  padding: 20px;
}

.menu-pop li.e-n-menu-item {
  width: 100% !important;
  justify-content: right;
  padding-right: 40px;
}

@media (max-width: 767px) {
  .elementor-31 .elementor-element.elementor-element-2669680 .ha-spl-header {
    max-width: 90%;
  }
}

.wp-block-uagb-info-box svg {
  max-width: 60px;
}

.uagb-ifb-content {
  text-align: -webkit-center;
  margin-top: 70px;
}

.wp-block-columns.beneficios .wp-block-column {
  min-height: 350px !important;
}

/* Remover espaço em branco lateral no mobile */
html,
body {
  overflow-x: hidden !important;
}

/* Limitar tamanho dos emojis SVG (✔ e 🔹) sem afetar imagens gerais */
img.emoji {
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  margin-right: 8px;
}

/* ===== Estrutura Geral ===== */
.curso-presencial {
  font-family: "Poppins", sans-serif;
  color: #333;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  background: #fff;
}

.curso-presencial h1,
.curso-presencial h2,
.curso-presencial h3 {
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 20px;
}

.curso-presencial h1 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 60px;
  color: #0858B0;
}

.curso-presencial h2 {
  font-size: 1.9rem;
  margin: 80px 0 50px;
  color: #0858B0;
  text-align: left;
}

.curso-presencial h3 {
  font-size: 1.2rem;
  color: #0858B0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Texto */
.curso-presencial p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 20px;
}

/* ===== Grid de Cards ===== */
.curso-presencial .cards,
.curso-presencial .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 36px;
  margin-bottom: 70px;
}

/* ===== Card Visual ===== */
.curso-presencial .card,
.curso-presencial .wp-block-column {
  position: relative;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 50px 32px 40px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
}

.curso-presencial .card:hover,
.curso-presencial .wp-block-column:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* ===== Alternância de cores ===== */
.curso-presencial .card:nth-child(even),
.curso-presencial .wp-block-column:nth-child(even) {
  background: #FFF7EC;
  border: 1px solid #D58F39;
}

/* ===== Ícone Circular ===== */
.curso-presencial .card::before,
.curso-presencial .wp-block-column::before {
  content: "📘";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  background: #0858B0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* ===== Ícones diferenciados por seção ===== */
.curso-presencial .modulo::before {
  content: "📘";
  background: #0858B0;
}

.curso-presencial .doc::before {
  content: "📄";
  background: #D58F39;
}

.curso-presencial .carga::before {
  content: "⏱️";
  background: #0858B0;
}

.curso-presencial .publico::before {
  content: "👷";
  background: #0858B0;
}

.curso-presencial .certificacao::before {
  content: "📜";
  background: #0858B0;
}

/* ===== Título do Card ===== */
.curso-presencial .card h3,
.curso-presencial .wp-block-column h3 {
  margin-top: 50px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0858B0;
}

/* ===== Texto do Card ===== */
.curso-presencial .card p,
.curso-presencial .wp-block-column p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #444;
  margin-top: 16px;
}

/* --- Botão CTA "Quero Reservar Minha Vaga Agora" --- */
.curso-presencial .cta-button {
  display: inline-block;
  background: #D58F39;
  color: #fff;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  margin-top: 50px;
}

.curso-presencial .cta-button:hover {
  background: #C48130;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  /* Centraliza e ajusta o botão em telas menores (celulares e tablets) */
  .curso-presencial .cta-button {
    display: block;
    width: 90% !important;
    max-width: 400px !important;
    margin: 30px auto 30px !important;
    font-size: 1rem;
    padding: 16px 20px !important;
  }

  /* Remove o espaçamento da div.cards na versão mobile */
  .curso-presencial .cards.certificacao {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Corrige o espaçamento de .wp-block-columns no final da seção */
  .curso-presencial .wp-block-columns.certificacao {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Ajusta as margens dos títulos e cards para maior compactação */
  .curso-presencial h2 {
    margin: 40px 0 30px !important;
  }

  .curso-presencial .card {
    margin-bottom: 0 !important;
  }
}

/* Remove espaçamento extra da seção de cards final no mobile */
@media (max-width: 767px) {
    /* Força a remoção de margens e padding da div.cards e da div.wp-block-columns */
    .curso-presencial .cards,
    .curso-presencial .wp-block-columns {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /* Reduz a margem superior do botão para aproximá-lo do card */
    .curso-presencial .cta-button {
        margin-top: 20px !important;
    }
}/* End custom CSS */