.elementor-191 .elementor-element.elementor-element-3cf62b0{--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;overflow:visible;}@media(min-width:768px){.elementor-191 .elementor-element.elementor-element-3cf62b0{--content-width:828px;}}/* Start custom CSS *//* =========================
   PÁGINAS INSTITUCIONAIS
========================= */

.page {
  padding: 120px 0;
  background: #ffffff;
}

.page-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 80px;
}

.page-eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: 3px;
  color: #16a34a;
  margin-bottom: 16px;
}

.page-header h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #020617;
}

.page-header p {
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
}

/* CONTEÚDO */
.page-content {
  max-width: 820px;
  margin: 0 auto;
}

.page-content h2 {
  font-size: 22px;
  margin: 48px 0 12px;
  color: #020617;
}

.page-content p {
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 16px;
}

.page-content ul {
  padding-left: 18px;
  margin-bottom: 16px;
}

.page-content li {
  font-size: 15px;
  color: #475569;
  margin-bottom: 8px;
}

/* FAQ */
.faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 20px;
  transition: 0.3s;
}

.faq-item:hover {
  border-color: #22c55e;
  box-shadow: 0 12px 28px rgba(34,197,94,0.15);
}

.faq-item h2 {
  margin-top: 0;
}/* End custom CSS */