.elementor-1269 .elementor-element.elementor-element-b537d77{--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-fb0236d *//* =============================
   LAYOUT BASE - REVISTA DIGITAL
   ============================= */
.revista-previdenciaria {
  max-width: 980px;
  margin: 40px auto;
  padding: 32px 26px 40px;
  font-family: "Inter", sans-serif;
  line-height: 1.75;
  color: #1e293b;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.15);
}

/* =============================
   1. CABEÇALHO – CAPA
   ============================= */
.cabecalho {
  position: relative;
  margin: -32px -26px 32px;
  padding: 54px 28px 42px;
  background: radial-gradient(circle at top left, #0ea5e9, #1d3557 50%, #020617);
  color: #ffffff;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
}

.cabecalho::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.18), transparent 70%);
  opacity: 0.7;
}

.cabecalho h1 {
  position: relative;
  z-index: 1;
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff !important;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.55);
}

.cabecalho .subtitulo {
  position: relative;
  z-index: 1;
  font-size: 1.15rem;
  max-width: 650px;
  opacity: 1;
  color: #f1f5f9;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}

/* =============================
   2. IMAGEM DESTAQUE
   ============================= */
.imagem-destaque img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.25);
  object-fit: cover;
}

/* =============================
   3. TEXTO
   ============================= */
.conteudo p {
  margin-bottom: 20px;
  font-size: 1.04rem;
  text-align: justify;
}

.conteudo p:first-of-type::first-letter {
  float: left;
  font-size: 3.3rem;
  line-height: 0.9;
  padding-right: 10px;
  padding-top: 6px;
  font-weight: 700;
  color: #0f766e;
}

.conteudo h2 {
  margin-top: 42px;
  margin-bottom: 16px;
  font-size: 1.55rem;
  font-weight: 700;
  color: #0f172a;
  position: relative;
  padding-left: 16px;
}

.conteudo h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 60%;
  border-radius: 999px;
  background: linear-gradient(to bottom, #0ea5e9, #0f766e);
}

.conteudo h3 {
  margin-top: 26px;
  font-size: 1.22rem;
  font-weight: 700;
  color: #0f766e;
}

/* =============================
   4. LISTAS
   ============================= */
.conteudo ul {
  margin-left: 16px;
  margin-bottom: 22px;
  list-style: none;
}

.conteudo ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

.conteudo ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 1px;
  color: #0ea5e9;
  font-weight: bold;
}

/* =============================
   5. GALERIAS – LAYOUT MODERNO
   ============================= */
.galeria-imagens {
  display: grid;
  gap: 24px;
  margin: 35px 0;
}

.galeria-casos {
  grid-template-columns: 1.5fr 1fr;
}

.galeria-final {
  grid-template-columns: repeat(2, 1fr);
}

.card-imagem {
  background: #0b1120;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.35);
  display: flex;
  flex-direction: column;
}

.card-imagem img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
}

.card-imagem.destaque-horizontal img {
  max-height: 330px;
}

.card-imagem figcaption {
  padding: 14px 16px;
  font-size: 0.93rem;
  color: #e5e7eb;
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 1));
}

/* =============================
   6. REFERÊNCIAS
   ============================= */
.referencias {
  background: #f1f5f9;
  padding: 24px 20px;
  border-radius: 14px;
  margin-top: 45px;
  border: 1px solid #e2e8f0;
}

.referencias h3 {
  font-size: 1.05rem;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0f172a;
}

.referencias li {
  font-size: 0.95rem;
  margin-bottom: 5px;
  color: #475569;
}

/* =============================
   7. RESPONSIVO
   ============================= */
@media (max-width: 860px) {
  .galeria-casos,
  .galeria-final {
    grid-template-columns: 1fr;
  }

  .cabecalho {
    padding: 40px 20px 32px;
  }

  .revista-previdenciaria {
    padding: 22px 16px 30px;
  }

  .card-imagem img {
    max-height: 260px;
  }
}/* End custom CSS */