.escola-legislativo-page {
  max-width: 1100px;
  margin: 30px auto;
  padding: 0 15px;
}

.escola-topo {
  background: #5a8f3d;
  border-radius: 8px;
  padding: 8px 14px;
  margin-bottom: 18px;
}

.escola-topo__titulo {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.escola-tabs-wrap {
  background: #f3f3f3;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 20px;
}

.escola-tabs-nav {
  display: flex;
  gap: 8px;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.escola-tab-link {
  background: #ececec;
  color: #222;
  border: 1px solid #d3d3d3;
  border-bottom: 0;
  padding: 12px 18px;
  border-radius: 10px 10px 0 0;
  font-weight: 400;
  cursor: pointer;
  transition: all .2s ease;
}

.escola-tab-link:hover {
  background: #e2e2e2;
}

.escola-tab-link.active {
  background: #0b6b3a;
  color: #fff;
  border-color: #0b6b3a;
}

.escola-tabs-content {
  min-height: 300px;
}

.escola-tab-pane {
  display: none;
}

.escola-tab-pane.active {
  display: block;
}

.programa-card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.programa-hero {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.programa-icone {
  font-size: 68px;
  line-height: 1;
  color: #fff;
}

.verde-bg {
  background: #0b6b3a;
}

.laranja-bg {
  background: #f58220;
}

.programa-body {
  padding: 18px;
}

.programa-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
}

.verde-badge {
  background: #0b6b3a;
}

.verde-badge {
  background: #0b6b3a;
}

.laranja-badge {
  background: #f58220;
}

.programa-titulo {
  margin: 10px 0 6px 0;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.programa-desc {
  margin: 0 0 18px 0;
  color: #555;
  font-size: 14px;
}

.programa-formulario {
  margin-top: 10px;
}

/* Webform */
.programa-formulario .webform-submission-form {
  margin-top: 10px;
}

.programa-formulario .form-item,
.programa-formulario .js-form-item {
  margin-bottom: 12px;
}

.programa-formulario input,
.programa-formulario select,
.programa-formulario textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 30px;
}

.programa-formulario textarea {
  min-height: 120px;
}

.programa-formulario .form-submit,
.programa-formulario .webform-button--submit {
  display: inline-block;
  background: #0b6b3a;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 12px 22px;
  font-weight: 700;
  cursor: pointer;
}

.programa-formulario .form-submit:hover,
.programa-formulario .webform-button--submit:hover {
  opacity: .95;
}

@media (max-width: 768px) {
  .programa-hero {
    height: 140px;
  }

  .programa-icone {
    font-size: 52px;
  }

  .programa-titulo {
    font-size: 22px;
  }

.escola-tab-link {
  font-family: "gilmer", sans-serif;
  font-weight: 700;
  line-height: 1.18;
}

.escola-tabs-nav button,
.escola-tabs-nav .escola-tab-link {
  font-family: "gilmer", sans-serif !important;
  font-weight: 700 !important;
}

.programa-titulo,
.programa-titulo *,
.programa-badge,
.programa-desc {
  font-family: "gilmer", sans-serif;
}

  .escola-tab-link.active {
    border-color: #0b6b3a;
  }
}