.elementor-33510 .elementor-element.elementor-element-78aae8a{--display:flex;}.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-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 );}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-78aae8a *//* ═══════════ CONTEÚDO BLOQUEADO (acesso reservado) ═══════════ */
.conteudo-bloqueado {
  max-width: 560px;
  margin: 60px auto;
  padding: 20px;
  text-align: center;
}

/* ícone de cadeado num círculo azul */
.conteudo-bloqueado::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background:
    #3b82f6
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E")
    center/30px no-repeat;
}

/* 1ª linha — destaque */
.conteudo-bloqueado p:first-of-type {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0a2540;
  margin: 0 0 12px;
}

/* 2ª linha — texto secundário */
.conteudo-bloqueado p:last-of-type {
  font-size: .95rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

/* link */
.conteudo-bloqueado a {
  color: #3b82f6;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
}
.conteudo-bloqueado a:hover {
  border-bottom-color: #3b82f6;
}

/* ═══════════ TÍTULO DE PÁGINA (com barrinha azul) ═══════════ */
.titulo-pagina .elementor-heading-title {
  position: relative;
  display: inline-block;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  color: #0a2540 !important;
  margin: 0 0 24px 0;
  padding-bottom: 12px;
}
.titulo-pagina .elementor-heading-title::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 48px; height: 4px;
  background: #3b82f6;
  border-radius: 0;
}/* End custom CSS */