.elementor-23703 .elementor-element.elementor-element-e62af6e:not(.elementor-motion-effects-element-type-background), .elementor-23703 .elementor-element.elementor-element-e62af6e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://portal-bucket.azureedge.net/wp-content/sites/330/2026/01/exemplo-22-min-scaled.jpg");background-repeat:no-repeat;background-size:cover;}.elementor-23703 .elementor-element.elementor-element-e62af6e > .elementor-background-overlay{opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23703 .elementor-element.elementor-element-e62af6e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-40px;margin-bottom:80px;padding:0px 0px 280px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-23703 .elementor-element.elementor-element-a3d9c13 > .elementor-widget-container{margin:100px 0px 0px 0px;}.elementor-23703 .elementor-element.elementor-element-a3d9c13{text-align:center;}.elementor-23703 .elementor-element.elementor-element-a3d9c13 .elementor-heading-title{color:#001E38;}.elementor-23703 .elementor-element.elementor-element-d4b4754{text-align:center;}.elementor-23703 .elementor-element.elementor-element-d4b4754 .elementor-heading-title{color:#1D5EFF;}.elementor-23703 .elementor-element.elementor-element-b8b61de{text-align:center;}.elementor-23703 .elementor-element.elementor-element-b8b61de .elementor-heading-title{color:#001E38;}.elementor-23703 .elementor-element.elementor-element-d6dff6e{margin-top:080px;margin-bottom:50px;}.elementor-23703 .elementor-element.elementor-element-78ba817 > .elementor-widget-container{margin:50px 0px 0px 0px;}.elementor-23703 .elementor-element.elementor-element-78ba817{text-align:center;}.elementor-23703 .elementor-element.elementor-element-78ba817 .elementor-heading-title{color:#001E38;}.elementor-23703 .elementor-element.elementor-element-6460539{text-align:center;}.elementor-23703 .elementor-element.elementor-element-6460539 .elementor-heading-title{color:#1D5EFF;}.elementor-23703 .elementor-element.elementor-element-ac79ee7{text-align:center;}.elementor-23703 .elementor-element.elementor-element-ac79ee7 .elementor-heading-title{color:#001E38;}.elementor-23703 .elementor-element.elementor-element-2d4865f{margin-top:0px;margin-bottom:80px;}:root{--page-title-display:none;}/* Start custom CSS for section, class: .elementor-element-e62af6e */.elementor-background-overlay{
    background-image: linear-gradient(#ffffff, #ffffff);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c3b0e0 */.modulos-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.modulo-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.modulo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}

.modulo-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.modulo-content {
  padding: 18px 20px 24px;
}

.modulo-numero {
  font-size: 14px;
  color: #0070f3;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}

.modulo-titulo {
  font-size: 18px !important;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
}

.modulo-desc {
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 18px;
}

.modulo-progresso {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 600;
  color: #1e293b;
}

.barra {
  width: 100%;
  height: 6px;
  background: #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}

.barra-fill {
  height: 100%;
  background: #2563eb;
}

.btn-acessar {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
  transition: opacity .25s ease;
}

.btn-acessar:hover {
  opacity: 0.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aeb149f */.recursos-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 60px;
}

.recurso-item {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    background: #FAFBFC;
    border-radius: 8px;
    border: 1px solid #e1e4e7;
    padding: 24px;
}

.recurso-icone {
  margin-bottom: 16px;
  color: #2563eb; /* azul do ícone */
}

.icone-svg {
  width: 56px;
  height: 56px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.recurso-titulo {
  font-size: 16px !important;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.recurso-texto {
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
}

/* Responsivo */
@media (max-width: 900px) {
  .recursos-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .recursos-wrapper {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */