/* =============================================================
   Pontecon — Customizações sobre o layout RD Station
   Substituição de títulos imagem por fonte PublicaPlay
   ============================================================= */

/* --- Ocultar imagens de título originais --- */
#rd-image-lzcn10dw,
#rd-image-lzcn1mdd,
#rd-image-lzcpjqg6,
#rd-image-lzcporl7,
#rd-image-lzcq9wtw,
#rd-image-lzcqezdi,
#rd-image-lzcso3jh,
#rd-image-lzcsrjod,
#rd-image-lzctdsuy {
  display: none !important;
}

/* --- Título padrão das seções (Consórcio de Imóveis, Automóvel, etc.) --- */
.ptc-titulo {
  font-family: 'PublicaPlay', 'Albert Sans', sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #221e4a;
  line-height: 1;
  margin: 10px 0 30px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}
.ptc-titulo .ptc-bar {
  width: 28px;
  height: 5px;
  background-color: #e64a54;
  display: block;
  margin-bottom: 12px;
  border-radius: 2px;
}
.ptc-titulo.ptc-dark .ptc-bar {
  background-color: #221e4a;
}

/* --- Título "Saiba como" (centralizado, com linhas decorativas) --- */
.ptc-saiba {
  font-family: 'PublicaPlay', 'Albert Sans', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #221e4a;
  text-align: center;
  line-height: 1;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}
.ptc-saiba .ptc-line {
  width: 36px;
  height: 4px;
  background-color: #08a99d;
  display: block;
  margin: 12px auto;
  border-radius: 2px;
}

/* --- Título "Perguntas frequentes" (branco, fundo escuro) --- */
.ptc-faq {
  font-family: 'PublicaPlay', 'Albert Sans', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  margin: 10px 0 8px;
  align-self: center;
}
.ptc-faq-bar {
  width: 36px;
  height: 4px;
  background-color: #31338e;
  display: block;
  margin: 8px auto 10px;
  border-radius: 0;
  align-self: center;
}

/* --- Mobile --- */
@media (max-width: 768px) {
  #rd-text-m0cr87yi {
    align-self: center !important;
    margin-left: 50px !important;
  }
}
