.elementor-1150 .elementor-element.elementor-element-f2b8cef{--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;}.elementor-1150 .elementor-element.elementor-element-0c4c8f1 .elementor-widget-container{text-align:justify;}/* Start custom CSS for theme-post-excerpt, class: .elementor-element-0c4c8f1 *//* --- EXCERPT BONITO / ESTILO PROFISSIONAL --- */

.op-excerpt,
.elementor-post__excerpt,
.elementor-post__excerpt p,
.entry-summary,
.entry-summary p,
.post-excerpt,
.post-excerpt p {
    font-size: 1.12rem !important;
    line-height: 1.75 !important;
    font-weight: 400 !important;
    color: #1d1d1f !important;
    text-align: justify !important;
    text-justify: inter-word !important;
    letter-spacing: 0.15px !important;
    margin: 0 0 18px 0 !important;
    text-transform: none !important;
    opacity: 0.96 !important;
}

/* Para evitar espaços estranhos ou quebras */
.op-excerpt p + p,
.entry-summary p + p,
.elementor-post__excerpt p + p {
    margin-top: 10px !important;
}

/* Para quando o excerpt estiver dentro de containers estreitos */
@media (max-width: 768px) {
    .op-excerpt,
    .elementor-post__excerpt,
    .entry-summary,
    .post-excerpt {
        font-size: 1.04rem !important;
        line-height: 1.68 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a68c5b9 *//* Layout geral */
.op-sem-desconto {
  --op-bg: #f5f5f7;
  --op-card-bg: #ffffff;
  --op-soft-bg: #f8fafc;
  --op-border-soft: #e2e8f0;
  --op-primary: #1f4fd8;
  --op-primary-soft: #e1e8ff;
  --op-accent: #f59e0b;
  --op-text-main: #111827;
  --op-text-muted: #4b5563;
  --op-radius-lg: 18px;
  --op-radius-md: 12px;
  --op-shadow-soft: 0 14px 35px rgba(15, 23, 42, 0.08);

  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 16px 48px;
  color: var(--op-text-main);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* HERO */
.op-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 28px;
  background: radial-gradient(circle at top left, #e0e7ff 0, #f9fafb 40%, #ffffff 100%);
  padding: 28px 24px;
  border-radius: 24px;
  box-shadow: var(--op-shadow-soft);
  margin-bottom: 32px;
}

.op-hero-content h1 {
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  line-height: 1.25;
  margin: 8px 0 12px;
}

.op-hero-subtitle {
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--op-text-muted);
}

.op-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(31, 79, 216, 0.08);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 0.8rem;
  color: var(--op-primary);
  font-weight: 500;
}

.op-hero-highlight {
  margin-top: 14px;
  background: #ffffff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.85rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.op-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: var(--op-shadow-soft);
}

/* GRID RESUMO */
.op-grid-resumo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin: 28px 0;
}

.op-card-resumo {
  background: var(--op-card-bg);
  border-radius: var(--op-radius-md);
  padding: 16px 18px;
  border: 1px solid var(--op-border-soft);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.op-card-resumo h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.op-card-resumo p {
  font-size: 0.92rem;
  color: var(--op-text-muted);
}

/* SEÇÕES GERAIS */
.op-section {
  margin: 28px 0;
  background: var(--op-card-bg);
  border-radius: var(--op-radius-lg);
  padding: 22px 22px 24px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
}

.op-section-soft {
  background: var(--op-soft-bg);
}

.op-section-header h2 {
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.op-section-header p {
  font-size: 0.95rem;
  color: var(--op-text-muted);
}

.op-section-body p {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--op-text-main);
  margin-bottom: 10px;
}

/* SEÇÕES DIVIDIDAS (TEXTO + IMAGEM) */
.op-section-split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr);
  gap: 22px;
  margin-top: 16px;
  align-items: center;
}

.op-section-split.reverse {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
}

.op-section-text p {
  font-size: 0.96rem;
  line-height: 1.7;
  margin-bottom: 10px;
}

.op-section-media {
  width: 100%;
}

.op-image-card {
  background: #ffffff;
  border-radius: var(--op-radius-lg);
  padding: 10px;
  border: 1px solid var(--op-border-soft);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.op-image-card img {
  width: 100%;
  border-radius: 14px;
  display: block;
}

.op-image-card figcaption {
  font-size: 0.85rem;
  color: var(--op-text-muted);
  margin-top: 6px;
}

/* SEÇÃO DESTACADA */
.op-section-highlight {
  background: linear-gradient(135deg, #eef2ff 0, #f9fafb 50%, #ffffff 100%);
}

/* CALLOUT / CAIXAS DE DESTAQUE */
.op-callout {
  margin: 16px 0 14px;
  padding: 14px 16px;
  border-radius: var(--op-radius-md);
  background: #fffbeb;
  border: 1px solid #fed7aa;
  font-size: 0.95rem;
}

.op-callout strong {
  color: #b45309;
}

.op-callout-cta {
  background: #e0f2fe;
  border-color: #7dd3fc;
}

/* LISTA DE PASSOS */
.op-step-list {
  list-style: none;
  counter-reset: op-steps;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.op-step-list li {
  counter-increment: op-steps;
  background: #ffffff;
  border-radius: 14px;
  padding: 12px 14px 10px 14px;
  border: 1px solid var(--op-border-soft);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.03);
}

.op-step-list li h3 {
  font-size: 0.98rem;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.op-step-list li h3::before {
  content: counter(op-steps);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--op-primary);
  color: #ffffff;
  font-size: 0.8rem;
}

.op-step-list li p {
  font-size: 0.9rem;
  color: var(--op-text-muted);
}

/* CONCLUSÃO */
.op-section-footer {
  background: radial-gradient(circle at top, #e0f2fe 0, #f9fafb 40%, #ffffff 100%);
}

.op-signature {
  margin-top: 14px;
  font-size: 0.9rem;
  color: var(--op-text-muted);
}

/* RESPONSIVIDADE */
@media (max-width: 900px) {
  .op-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .op-section-split,
  .op-section-split.reverse {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .op-sem-desconto {
    padding-inline: 12px;
  }

  .op-section {
    padding: 18px 16px 20px;
  }

  .op-hero {
    padding: 20px 18px;
  }
}

.op-ref-list {
  list-style: none;
  padding-left: 0;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.9rem;
}

.op-ref-list li {
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px dashed rgba(148, 163, 184, 0.5);
}

.op-ref-list a {
  color: var(--op-primary);
  text-decoration: none;
}

.op-ref-list a:hover {
  text-decoration: underline;
}
.op-sem-desconto {
  text-align: justify;
  text-justify: inter-word;
}/* End custom CSS */