@charset "UTF-8";
.noticias-destaque {
  background-color: #F3F5F2;
  padding: 32px 0;
}
.noticias-destaque .post-banner {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.noticias-destaque .post-banner .thumb {
  width: 100%;
  height: 208px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  border-top: 8px solid var(--PURPLE1);
}
.noticias-destaque .post-banner .thumb small.tag {
  display: flex;
  align-items: center;
  background-color: var(--PURPLE1);
  color: #fff;
  padding: 0px 20px 8px;
  border-bottom-left-radius: 16px;
  font-size: 18px;
}
.noticias-destaque .post-banner .thumb small.tag:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-size: 100%;
  background-image: url(../img/icon-news.svg);
  background-repeat: no-repeat;
  display: inline-block;
}
.noticias-destaque .post-banner .content {
  background-color: rgba(90, 13, 97, 0.9);
  padding: 20px 50px 25px;
  color: var(--WHITE);
}
.noticias-destaque .post-banner .content small {
  margin-bottom: 20px;
}
.noticias-destaque .post-banner .content p {
  font-size: 30px;
  line-height: 39px;
  width: 500px;
  max-width: 100%;
  margin: 10px 0 15px;
  font-weight: 600;
  min-height: 90px;
}

.pesquisas {
  background-color: var(--GREEN03);
  color: var(--WHITE);
  padding: 95px 0;
}
.pesquisas p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
  font-weight: 300;
}

.sobre {
  padding: 95px 0;
}
.sobre h2.title-line {
  color: var(--GREEN01);
}
.sobre .transparencia {
  background-color: var(--GREEN07);
  padding: 40px;
  margin-top: 80px;
}
.sobre .transparencia p {
  margin: 0;
}
.sobre .container-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .sobre .container-stats {
    flex-direction: column;
    justify-content: center;
  }
}
.sobre .circle-stats {
  border: 4px solid var(--GREEN05);
  width: 230px;
  height: 230px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #004d59;
}
.sobre .circle-stats p {
  font-size: 16px;
}
.sobre .circle-stats .number {
  font-size: 50px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 60px;
}
@media (max-width: 768px) {
  .sobre .circle-stats {
    border: none;
  }
  .sobre .circle-stats::after {
    content: "";
    width: 60px;
    height: 4px;
    background-color: var(--GREEN05);
  }
}
.sobre .transparencia {
  background-color: var(--GREEN07);
  padding: 40px;
  margin-top: 80px;
}
.sobre .transparencia p {
  margin: 0;
}

.dia-doenca {
  background-color: var(--GRAY2);
  padding: 80px 0;
}
.dia-doenca h2 {
  color: var(--GREEN01);
  font-size: 32px;
}
.dia-doenca article {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dia-doenca article .thumb {
  width: 176px;
  height: 176px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-bottom: 32px;
}
.dia-doenca article .btn.btn-primary {
  font-size: 16px;
  width: 100%;
  max-width: 270px;
}
@media screen and (max-width: 768px) {
  .dia-doenca article .btn.btn-primary {
    max-width: 100%;
  }
}

.grupos {
  background-color: #347264;
  padding: 90px 0;
  color: #fff;
}
.grupos h2 {
  font-size: 30px;
  font-size: 600;
  margin: 24px;
}
.grupos p {
  font-size: 16px;
  width: 500px;
  max-width: 100%;
  margin: 25px auto;
}

.especialistas {
  padding: 80px 0;
  background-image: url(../img/green-image.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
}
.especialistas h2 {
  color: var(--GREEN01);
  width: 400px;
  max-width: 100%;
}
.especialistas .btn.btn-primary {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .especialistas {
    background-image: none;
    background-color: var(--GRAY2);
  }
}

.projeto {
  padding: 80px 0;
  background-color: var(--GREEN07);
}
.projeto h2 {
  color: #2A604E;
}
.projeto .btn.btn-primary {
  font-size: 16px;
}

.associacoes {
  background-color: #347264;
  color: #fff;
  padding: 90px 0;
}
.associacoes h2 {
  margin-bottom: 32px;
}
.associacoes article .thumb {
  width: 100%;
  height: 170px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  margin-bottom: 16px;
}
.associacoes article .btn {
  font-size: 16px;
  width: 100%;
}

.apoiadores {
  padding: 90px 0;
}
.apoiadores img.apoiador {
  width: 130px;
}

#transparency .introduction {
  background-color: var(--GRAY2);
  padding-block: 48px;
}
#transparency .introduction p {
  width: 100%;
  max-width: 960px;
  line-height: 36px;
  font-size: 20px;
  font-weight: 400;
}
#transparency .highlights {
  background-color: var(--GRAY2);
}
#transparency .highlights .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#transparency .card-report {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: var(--WHITE);
  padding: 24px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid var(--GRAY1);
}
#transparency .card-report .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#transparency .card-report .header p {
  font-size: 14px;
}
#transparency .card-report h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}
#transparency .card-report .btn {
  align-self: flex-start;
}
#transparency .tag {
  padding: 8px 16px;
  border-radius: 38px;
  background-color: var(--WHITE);
  border: 1px solid var(--PURPLE1);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--PURPLE1);
  text-decoration: none;
}
#transparency .tag.active, #transparency .tag:hover, #transparency .tag:focus {
  background-color: var(--PURPLE1);
  color: var(--WHITE);
  border-color: var(--PURPLE1);
}
#transparency .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-block: 48px;
}
#transparency .content .filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  row-gap: 8px;
}

.destaque-noticias {
  background-color: #F3F5F2;
  padding: 48px 0;
}
.destaque-noticias h2 {
  font-size: 24px;
}
.destaque-noticias article.post-default .thumb,
.destaque-noticias article.post-event .thumb {
  height: 280px;
}
.destaque-noticias article.post-default .content p,
.destaque-noticias article.post-event .content p {
  font-size: 22px;
  min-height: 90px;
}

.lista-noticias {
  padding: 50px 0;
}
.lista-noticias .categoria {
  margin-bottom: 50px;
}
.lista-noticias .categoria ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
}
.lista-noticias .categoria ul li a {
  padding: 8px 25px;
  display: inline-block;
  border: 1px solid #5A0D61;
  color: #5A0D61;
  border-radius: 38px;
  text-decoration: none;
}
.lista-noticias .categoria ul li a:hover {
  text-decoration: underline;
}
.lista-noticias .categoria ul li a.active {
  background-color: #5A0D61;
  color: #fff;
  font-weight: 600;
}
.lista-noticias .paginacao {
  margin-top: 50px;
}
.lista-noticias .paginacao ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
}
.lista-noticias .paginacao ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--GREEN06);
  color: #000;
  border-radius: 38px;
  text-decoration: none;
  font-size: 20px;
}
.lista-noticias .paginacao ul li a.active {
  background-color: var(--GREEN01);
  color: #fff;
  font-weight: 600;
}

.lista-relacionadas {
  background-color: #F3F5F2;
  padding: 67px 0;
}

.post-noticia {
  width: 910px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.post-noticia h2 {
  color: var(--GREEN01);
}

article.post-default .thumb,
article.post-event .thumb {
  height: 280px;
}
article.post-default .content p,
article.post-event .content p {
  font-size: 22px;
  min-height: 90px;
}

.pesquisas-publicacoes {
  padding: 50px 0;
}
.pesquisas-publicacoes article {
  border: 1px solid rgb(218, 218, 218);
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
}
.pesquisas-publicacoes article .thumb {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pesquisas-publicacoes article .content {
  padding: 30px;
}
.pesquisas-publicacoes article .content h2 {
  font-size: 24px;
  font-weight: 600;
}
.pesquisas-publicacoes article .content p {
  font-size: 16px;
  font-weight: 400;
}
.pesquisas-publicacoes article .content a.btn {
  font-size: 16px;
}

.custom-select-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.custom-select-checkbox .custom-select {
  margin-right: 10px;
  margin-bottom: 10px;
}

#grupos-regionais .introduction {
  padding-block: 48px;
}
#grupos-regionais .introduction p {
  width: 100%;
  max-width: 960px;
  line-height: 36px;
  font-size: 20px;
  font-weight: 400;
}
#grupos-regionais .list-groups .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#grupos-regionais .card-grupo-regional {
  display: flex;
  flex-direction: column;
  background-color: var(--WHITE);
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid var(--GRAY1);
}
#grupos-regionais .card-grupo-regional .img-card {
  padding: 24px;
  border-bottom: 1px solid var(--GRAY1);
}
#grupos-regionais .card-grupo-regional .content-card {
  padding: 24px;
}
#grupos-regionais form select {
  font-size: 16px;
  background-color: var(--GREEN07);
  border-color: var(--GREEN05);
}
#grupos-regionais .others-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 40px;
  margin-block: 48px;
  background-color: var(--GREEN07);
}

#grupo-regional .content {
  margin-block: 48px;
}
#grupo-regional .content h2 {
  font-size: 24px;
  font-weight: 600;
}
#grupo-regional .content h2 ::before {
  content: "";
  /* Adiciona o elemento antes do título */
  display: block;
  width: 50px;
  /* Ajuste o tamanho da borda aqui */
  height: 3px;
  /* Altura da borda */
  background-color: green;
  /* Cor da borda */
  margin-bottom: 5px;
  /* Espaçamento entre a borda e o título */
}
#grupo-regional .content #indice ul {
  list-style: none;
  /* Remove os marcadores padrão da lista */
  padding: 0;
  /* Remove o espaçamento padrão da lista */
  margin: 0;
  /* Remove a margem padrão */
  border-left: 2px solid #e0e0e0;
  /* Linha vertical cinza clara */
}
#grupo-regional .content #indice li {
  padding: 10px 15px;
  /* Espaçamento interno de cada item */
  font-size: 14px;
  /* Tamanho do texto */
  color: #000;
  /* Cor do texto */
}
#grupo-regional .content #indice li.ativo {
  font-weight: bold;
  /* Deixa o texto em negrito */
  color: #000;
  /* Cor do texto ativo */
  position: relative;
}
#grupo-regional .content #indice li.ativo::before {
  content: "";
  position: absolute;
  left: -2px;
  /* Alinha com a borda */
  top: 0;
  height: 100%;
  /* Altura igual ao item */
  width: 4px;
  /* Espessura da borda verde */
  background-color: green;
  /* Cor verde da borda ativa */
}

#grupos-apoio .introduction {
  padding-block: 48px;
}
#grupos-apoio .introduction p {
  width: 100%;
  max-width: 960px;
  line-height: 36px;
  font-size: 20px;
  font-weight: 400;
}
#grupos-apoio .list-groups .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#grupos-apoio form select {
  font-size: 16px;
  background-color: var(--GREEN07);
  border-color: var(--GREEN05);
}
#grupos-apoio .others-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 40px;
  margin-block: 48px;
  background-color: var(--GREEN07);
}

.card-grupo-apoio {
  display: flex;
  flex-direction: column;
  background-color: var(--WHITE);
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid var(--GRAY1);
}
.card-grupo-apoio .img-card {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 24px;
  border-bottom: 1px solid var(--GRAY1);
}
.card-grupo-apoio .img-card img {
  max-width: 443px;
  max-height: 196px;
}
.card-grupo-apoio .content-card {
  padding: 24px;
}
.card-grupo-apoio .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

#glossario .introduction {
  background-color: var(--GRAY2);
  padding-block: 48px;
}
#glossario .introduction p {
  width: 100%;
  max-width: 960px;
  line-height: 36px;
  font-size: 20px;
  font-weight: 400;
}
#glossario .alphabet {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-block: 32px;
}
#glossario .letter {
  font-size: 24px;
  font-weight: 400;
  color: var(--GREEN01);
  cursor: pointer;
}
#glossario .letter a {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: var(--GRAY3);
  background-color: var(--WHITE);
}
@media screen and (max-width: 768px) {
  #glossario .letter a {
    width: 64px;
    height: 64px;
  }
}
#glossario .list-groups .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#glossario .card-glossario {
  background-color: var(--GRAY4);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 24px 32px;
}
#glossario .card-glossario .img-card {
  padding: 24px;
  border-bottom: 1px solid var(--GRAY1);
}
#glossario .card-glossario .content-card {
  padding: 24px;
}
#glossario form {
  display: flex;
  gap: 14px;
  max-width: 740px;
  width: 100%;
}
#glossario form input {
  font-size: 16px;
  background-color: var(--GREEN07);
  border-color: var(--GREEN05);
}
#glossario .others-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 40px;
  margin-block: 48px;
  background-color: var(--GREEN07);
}
#glossario .not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 32px;
  gap: 24px;
}
#glossario .not-found img {
  max-width: 190px;
}

#termo-capacitista .introduction {
  background-color: var(--GRAY2);
  padding-block: 48px;
}
#termo-capacitista .introduction p {
  width: 100%;
  max-width: 960px;
  line-height: 36px;
  font-size: 20px;
  font-weight: 400;
}
#termo-capacitista .list-groups .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#termo-capacitista .card-termo-capacitista {
  background-color: var(--GRAY4);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  border-radius: 4px;
}
#termo-capacitista .card-termo-capacitista .header {
  padding: 24px 32px;
  border-bottom: 1px solid var(--GRAY3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
#termo-capacitista .card-termo-capacitista .header h4 {
  font-weight: bold;
}
#termo-capacitista .card-termo-capacitista p {
  padding: 24px 32px;
}
#termo-capacitista form {
  margin-top: 32px;
  display: flex;
  gap: 14px;
}
#termo-capacitista form input {
  font-size: 16px;
  background-color: var(--GREEN07);
  border-color: var(--GREEN05);
}
#termo-capacitista .others-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 40px;
  margin-block: 48px;
  background-color: var(--GREEN07);
}
#termo-capacitista .not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 32px;
  gap: 24px;
}
#termo-capacitista .not-found img {
  max-width: 190px;
}
#termo-capacitista .paginacao {
  margin-top: 50px;
}
#termo-capacitista .paginacao ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
}
#termo-capacitista .paginacao ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--GREEN06);
  color: #000;
  border-radius: 38px;
  text-decoration: none;
  font-size: 20px;
}
#termo-capacitista .paginacao ul li a.active {
  background-color: var(--GREEN01);
  color: #fff;
  font-weight: 600;
}

#doencas .introduction {
  background-color: var(--GRAY2);
  padding-block: 48px;
}
#doencas .introduction p {
  width: 100%;
  max-width: 960px;
  line-height: 36px;
  font-size: 20px;
  font-weight: 400;
}
#doencas .list-groups .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#doencas .card-doenca {
  background-color: var(--WHITE);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
  padding: 24px 32px;
}
#doencas form {
  margin-top: 32px;
  display: flex;
  gap: 14px;
}
#doencas form input,
#doencas form select {
  font-size: 16px;
  background-color: var(--GREEN07);
  border-color: var(--GREEN05);
}
#doencas form select {
  width: 100%;
  border-radius: 8px;
  padding: 16px;
}
#doencas .others-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 40px;
  margin-block: 48px;
  background-color: var(--GREEN07);
}
#doencas .not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 32px;
  gap: 24px;
}
#doencas .not-found img {
  max-width: 190px;
}
#doencas .paginacao {
  margin-top: 50px;
}
#doencas .paginacao ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
}
#doencas .paginacao ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--GREEN06);
  color: #000;
  border-radius: 38px;
  text-decoration: none;
  font-size: 20px;
}
#doencas .paginacao ul li a.active {
  background-color: var(--GREEN01);
  color: #fff;
  font-weight: 600;
}

.fale-conosco {
  width: 900px;
  max-width: 100%;
  margin: 50px auto;
}
.fale-conosco form .form-group {
  margin-bottom: 15px;
}
.fale-conosco form label {
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.fale-conosco form .wpcf7-list-item {
  display: block;
  margin: 10px 0;
}
.fale-conosco form input:not([type=checkbox]),
.fale-conosco form select,
.fale-conosco form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.fale-conosco form textarea {
  height: 120px;
}
.fale-conosco form select {
  cursor: pointer;
}
.fale-conosco form .fieldset {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  background-color: #eef6e9;
}
.fale-conosco form legend {
  font-weight: bold;
  font-size: 16px;
}
.fale-conosco form .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-height: 200px;
  overflow-y: auto;
}
.fale-conosco form .lgpd-check {
  border: 1px solid var(--GREEN02);
  border-radius: 8px;
}
.fale-conosco form .lgpd-check label {
  font-weight: 400;
}
.fale-conosco form .checkbox-group label {
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}
.fale-conosco .social a {
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 100%;
}
.fale-conosco .social a:hover {
  border-color: green;
}
.fale-conosco p {
  font-size: 18px;
}
.fale-conosco p a:-moz-any-link {
  color: #000;
  text-decoration: none;
}
.fale-conosco p a:any-link {
  color: #000;
  text-decoration: none;
}
.fale-conosco p a:-moz-any-link:hover {
  color: var(--PURPLE1);
}
.fale-conosco p a:any-link:hover {
  color: var(--PURPLE1);
}
.fale-conosco ul {
  list-style: none;
  padding: 0;
}
.fale-conosco ul li {
  margin-bottom: 10px;
}
.fale-conosco ul a:-moz-any-link {
  color: #000;
}
.fale-conosco ul a:any-link {
  color: #000;
}
.fale-conosco ul a:hover {
  color: var(--GREEN01);
}

.cadastro {
  padding: 50px 0;
}
.cadastro .aside img {
  margin: 50px 0;
}
.cadastro .aside p {
  font-size: 18px;
}
.cadastro .aside a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  cursor: pointer;
}
.cadastro .aside a:hover {
  color: var(--GREEN02);
  text-decoration: underline;
}
.cadastro .aside a.link-email:before {
  content: url(../img/icon-email.svg);
  margin-right: 10px;
}
.cadastro .aside a.link-phone:before {
  content: url(../img/icon-phone.svg);
  margin-right: 10px;
}
.cadastro form .form-group {
  margin-bottom: 30px;
}
.cadastro form label {
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}
.cadastro form small {
  font-size: 14px;
  color: var(--GREEN01);
}
.cadastro form .wpcf7-list-item {
  display: block;
  margin: 10px 0;
}
.cadastro form input:not([type=checkbox]):not([type=radio]),
.cadastro form select,
.cadastro form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.cadastro form textarea {
  height: 120px;
}
.cadastro form select {
  cursor: pointer;
}
.cadastro form .fieldset {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  background-color: #eef6e9;
}
.cadastro form legend {
  font-weight: bold;
  font-size: 16px;
}
.cadastro form .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-height: 200px;
  overflow-y: auto;
}
.cadastro form .lgpd-check {
  border: 1px solid var(--GREEN02);
  border-radius: 8px;
  padding: 20px;
}
.cadastro form .lgpd-check label {
  font-weight: 400;
}
.cadastro form .checkbox-group label {
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}

#pesquisa form {
  display: flex;
  gap: 8px;
}
#pesquisa form input {
  font-size: 16px;
  background-color: var(--GREEN07);
  border-color: var(--GREEN05);
}
#pesquisa a {
  text-decoration: none;
}
#pesquisa .card-pesquisa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  border: 1px solid var(--GREEN05);
}
#pesquisa .card-pesquisa h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--GREEN04);
  text-decoration: none;
  margin-bottom: 8px;
}
#pesquisa .card-pesquisa p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--BLACK);
}
#pesquisa .paginacao {
  margin-top: 50px;
}
#pesquisa .paginacao ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
}
#pesquisa .paginacao ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--GREEN06);
  color: #000;
  border-radius: 38px;
  text-decoration: none;
  font-size: 20px;
}
#pesquisa .paginacao ul li a.active {
  background-color: var(--GREEN01);
  color: #fff;
  font-weight: 600;
}
#pesquisa .search-results {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.custom-dropdown .form-control {
  background-color: var(--GREEN07);
  border: 1px solid var(--GREEN05);
}
.custom-dropdown .dropdown-menu {
  background-color: var(--GREEN07);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.custom-dropdown .dropdown-menu .dropdown-item input[type=checkbox] {
  accent-color: var(--GREEN01);
  margin-right: 10px;
}
.custom-dropdown .dropdown-menu .dropdown-item input[type=checkbox]:checked {
  background-color: var(--WHITE);
}
.custom-dropdown .dropdown-menu .dropdown-item input[type=checkbox]:hover {
  border: 1px solid var(--GREEN05);
  background-color: transparent;
}
.custom-dropdown .dropdown-menu .dropdown-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  row-gap: 8px;
  margin-block: 32px;
}
.filters .tag {
  padding: 8px 16px;
  border-radius: 38px;
  background-color: var(--WHITE);
  border: 1px solid var(--PURPLE1);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--PURPLE1);
  text-decoration: none;
}
.filters .tag:hover {
  background-color: var(--PURPLE1);
  color: var(--WHITE);
  border-color: var(--PURPLE1);
}

.title-publicacoes {
  position: relative;
}
.title-publicacoes::after {
  content: "";
  position: absolute;
  top: -7px;
  transform: translateX(-50%);
  width: 60px;
  border-bottom: 4px solid var(--GREEN05);
  left: 44px;
}

:root {
  --WHITE: #fff;
  --BLACK: #000;
  --GRAY1: #D6D6D6;
  --GRAY2: #F3F5F2;
  --GRAY3: #DADADA;
  --GRAY4: #F4F6F3;
  --GREEN01: #2A604E;
  --GREEN02: #56A47C;
  --GREEN03: #467B5E;
  --GREEN04: #347264;
  --GREEN05: #71B759;
  --GREEN06: #B6DBAA;
  --GREEN07: #DBEDD5;
  --GREEN08: #F0F4EE;
  --PURPLE1: #5A0D61;
}

* {
  transition: 0.2s ease-in-out;
}

body {
  background-color: var(--GRAY_100);
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Estilos para modo alto contraste */
.high-contrast {
  background-color: #404040 !important;
  color: #ffffff !important;
}
.high-contrast header .bottom,
.high-contrast footer,
.high-contrast .btn.btn-outline,
.high-contrast .noticias-destaque,
.high-contrast article.post-default .content,
.high-contrast article.post-event .content,
.high-contrast header .bottom .nav-main li.menu-item-has-children ul,
.high-contrast .dia-doenca,
.high-contrast .destaque-noticias {
  background-color: #404040 !important;
  border: 1px solid green;
}
.high-contrast .page-template #body-content blockquote {
  background-color: #4e4e4e;
  border-left: 4px solid var(--GREEN07);
}
.high-contrast .lista-noticias .categoria ul li a {
  border-color: var(--GREEN07);
}
.high-contrast .lista-noticias .categoria ul li a.active {
  background-color: var(--GREEN07);
  color: #000 !important;
}
.high-contrast #breadcrumb .breadcrumb-sub,
.high-contrast #breadcrumb .breadcrumb-sub nav ul li a {
  background-color: #757575;
  color: #fff;
  border-color: #fff;
}
.high-contrast .btn.btn-white {
  background-color: transparent;
}
.high-contrast .sobre .transparencia {
  background-color: var(--GREEN01);
}
.high-contrast .dia-doenca h2,
.high-contrast .especialistas h2.title-line,
.high-contrast .sobre h2.title-line,
.high-contrast .page-template #body-content h3,
.high-contrast .page-template #body-content .equipe article h3 mark {
  color: var(--GREEN07) !important;
}
.high-contrast footer .copyright a:-moz-any-link {
  color: #fff;
}
.high-contrast footer .copyright p,
.high-contrast footer .copyright a:any-link,
.high-contrast .circle-stats p {
  color: #fff;
}

.high-contrast a {
  color: var(--GREEN06) !important;
  /* Verde bem destacado */
}

/* COMPONENTES GLOBAIS */
.btn {
  padding: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  border-radius: 8px;
}
.btn.btn-primary {
  background-color: var(--GREEN01);
  color: #fff;
  border-color: var(--GREEN01);
}
.btn.btn-primary:hover {
  background-color: var(--GREEN02);
  border-color: var(--GREEN02);
}
.btn.after-link:after {
  content: url(../img/icon-link.svg);
  margin-left: 10px;
}
.btn.btn-green-light {
  background-color: var(--GREEN02);
  color: #fff;
  border-color: var(--GREEN02);
}
.btn.btn-green-light:hover {
  background-color: var(--GREEN01);
  border-color: var(--GREEN01);
}
.btn.btn-outline {
  background-color: var(--WHITE);
  color: var(--GREEN01);
  border: 2px solid var(--GREEN01);
}
.btn.btn-outline:hover {
  background-color: var(--GREEN02);
  border-color: var(--GREEN02);
  color: #fff;
}
.btn.btn-white {
  background-color: var(--WHITE);
  color: var(--GREEN01);
  border-color: var(--WHITE);
}
.btn.btn-white:hover {
  background-color: var(--GREEN02);
  border-color: var(--GREEN02);
  color: #fff;
}
.btn.btn-white .active {
  background-color: var(--GREEN02);
  border-color: var(--GREEN02);
  color: #fff;
}
.btn.btn-white.after-link:after {
  content: url(../img/icon-link-green.svg);
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

h2.title-line {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 32px;
}
h2.title-line:before {
  content: "";
  width: 60px;
  height: 4px;
  background-color: var(--GREEN05);
  display: block;
  margin-bottom: 30px;
}

.title-line:before {
  content: "";
  width: 60px;
  height: 4px;
  background-color: var(--GREEN05);
  display: block;
  margin-bottom: 30px;
}

/* COMPONENTES GLOBAIS */
header {
  position: relative;
  background-color: var(--WHITE);
  box-shadow: 0px 4px 48px 0px rgba(42, 96, 78, 0.15);
}
header .top-acessibility {
  background-color: var(--GREEN01);
  padding: 10px 0;
}
header .top-acessibility ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
header .top-acessibility ul li {
  color: #fff;
}
header .top-acessibility ul li button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #fff;
}
header .top-acessibility ul li a:-moz-any-link {
  color: #fff;
  text-decoration: none;
}
header .top-acessibility ul li a:any-link {
  color: #fff;
  text-decoration: none;
}
header .top-acessibility ul li a:-moz-any-link:hover {
  text-decoration: underline;
}
header .top-acessibility ul li a:any-link:hover {
  text-decoration: underline;
}
header .bottom {
  padding: 12px 0;
  background-color: #fff;
}
header .bottom .logo {
  width: 120px;
}
header .bottom .btn-search img {
  width: 20px;
}
header .bottom .btn {
  font-size: 14px;
  padding: 12px;
}
header .bottom .nav-main li a {
  color: #000;
  text-decoration: none;
  padding: 20px 10px;
  font-size: 15px;
  display: inline-block;
}
header .bottom .nav-main li a:hover {
  text-decoration: underline;
}
header .bottom .nav-main li.menu-item-has-children {
  position: relative;
}
header .bottom .nav-main li.menu-item-has-children > a:after {
  content: url(../img/icon-arrow-down.png);
  margin-left: 10px;
}
header .bottom .nav-main li.menu-item-has-children ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  list-style: none;
  background-color: var(--WHITE);
  padding: 0;
  width: 200px;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.2509803922);
}
header .bottom .nav-main li.menu-item-has-children ul li {
  padding: 10px 5px;
}
header .bottom .nav-main li.menu-item-has-children ul li a {
  padding: 10px;
}
header .bottom .nav-main li.menu-item-has-children:focus-within ul, header .bottom .nav-main li.menu-item-has-children:focus ul {
  display: inline-block;
}

footer {
  background-color: #F8F9F8;
  border-top: 1px solid var(--GRAY1);
  font-size: 15px;
}
footer h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
footer h4:before {
  content: "";
  width: 60px;
  height: 4px;
  background-color: var(--GREEN05);
  display: block;
  margin-bottom: 16px;
}
footer .logo {
  width: 145px;
}
footer p {
  font-size: 14px;
}
footer p a:-moz-any-link {
  color: #000;
  text-decoration: none;
}
footer p a:any-link {
  color: #000;
  text-decoration: none;
}
footer p a:-moz-any-link:hover {
  color: var(--PURPLE1);
}
footer p a:any-link:hover {
  color: var(--PURPLE1);
}
footer .doacoes {
  background-color: var(--GREEN01);
  color: #fff;
}
footer .doacoes h3 {
  font-size: 18px;
}
footer .doacoes p {
  font-size: 16px;
}
footer .social a {
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 100%;
}
footer .social a img {
  width: 35px;
}
footer .social a:hover {
  border-color: green;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul a:-moz-any-link {
  color: #000;
}
footer ul a:any-link {
  color: #000;
}
footer ul a:hover {
  color: var(--GREEN01);
}
footer .copyright {
  border-top: 1px solid #D9DBE9;
  padding: 25px 20px 40px;
}
footer .copyright img {
  width: 14px;
}
footer .copyright a:-moz-any-link {
  color: #6F6C90;
  margin-bottom: 0;
}
footer .copyright p,
footer .copyright a:any-link {
  color: #6F6C90;
  margin-bottom: 0;
}

#breadcrumb {
  background-color: var(--GREEN03);
  width: 100%;
  background-image: url(../img/asset-green.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
  color: #fff;
}
@media (max-width: 900px) {
  #breadcrumb {
    background-image: none;
  }
}
#breadcrumb h1 {
  font-size: 32px;
  font-weight: 600;
  margin: 15px 0;
  width: 800px;
  max-width: 100%;
}
#breadcrumb a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}
#breadcrumb a:hover {
  text-decoration: underline;
}
#breadcrumb .breadcrumb-sub {
  background-color: var(--GREEN07);
  color: var(--GREEN01);
  padding: 10px 0;
}
@media (max-width: 900px) {
  #breadcrumb .breadcrumb-sub {
    display: none;
  }
}
#breadcrumb .breadcrumb-sub p {
  margin: 0;
  font-size: 16px;
}
#breadcrumb .breadcrumb-sub nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#breadcrumb .breadcrumb-sub nav ul li a {
  display: inline-block;
  padding: 10px 12px;
  background-color: var(--WHITE);
  color: var(--GREEN01);
  border-radius: 8px;
  border: 1px solid var(--GREEN01);
  font-weight: 600;
  font-size: 16px;
}

article.post-default {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
article.post-default .thumb {
  width: 100%;
  height: 208px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  border-top: 8px solid var(--PURPLE1);
}
article.post-default .thumb small.tag {
  display: flex;
  align-items: center;
  background-color: var(--PURPLE1);
  color: #fff;
  padding: 0px 20px 8px;
  border-bottom-left-radius: 16px;
  font-size: 18px;
}
article.post-default .thumb small.tag:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-size: 100%;
  background-image: url(../img/icon-news.svg);
  background-repeat: no-repeat;
  display: inline-block;
}
article.post-default .content {
  background-color: var(--WHITE);
  padding: 24px 16px;
}
article.post-default .content small {
  margin-bottom: 20px;
  font-size: 18px;
  display: inline-block;
}
article.post-default .content p {
  font-size: 20px;
  font-weight: 600;
  min-height: 120px;
}

article.post-event {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
article.post-event .thumb {
  width: 100%;
  height: 208px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  border-top: 8px solid var(--GREEN03);
}
article.post-event .thumb small.tag {
  display: flex;
  align-items: center;
  background-color: var(--GREEN03);
  color: #fff;
  padding: 0px 20px 8px;
  border-bottom-left-radius: 16px;
  font-size: 17px;
}
article.post-event .thumb small.tag:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-size: 100%;
  background-image: url(../img/icon-event.svg);
  background-repeat: no-repeat;
  display: inline-block;
}
article.post-event .content {
  background-color: var(--WHITE);
  padding: 24px 16px;
}
article.post-event .content small {
  margin-bottom: 20px;
  font-size: 18px;
  display: flex;
  align-items: center;
}
article.post-event .content small:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-size: 100%;
  background-image: url(../img/icon-event-green.svg);
  background-repeat: no-repeat;
  display: inline-block;
}
article.post-event .content p {
  font-size: 20px;
  font-weight: 600;
  min-height: 70px;
}

article.post-pesquisa {
  margin-bottom: 24px;
}
article.post-pesquisa .thumb {
  width: 100%;
  height: 208px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  border-top: 8px solid var(--PURPLE1);
  border-radius: 8px;
}
article.post-pesquisa .thumb small.tag {
  display: flex;
  align-items: center;
  background-color: var(--PURPLE1);
  color: #fff;
  padding: 0px 20px 8px;
  border-bottom-left-radius: 16px;
  font-size: 18px;
}
article.post-pesquisa .thumb small.tag:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-size: 100%;
  background-image: url(../img/icon-pesquisa.svg);
  background-repeat: no-repeat;
  display: inline-block;
}
article.post-pesquisa .content {
  padding: 24px 16px;
}
article.post-pesquisa .content small {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}
article.post-pesquisa .content p {
  font-size: 20px;
  font-weight: 400;
}

article.post-publi {
  margin-bottom: 24px;
}
article.post-publi .thumb {
  width: 100%;
  height: 208px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  border-top: 8px solid var(--GREEN01);
  border-radius: 8px;
}
article.post-publi .thumb small.tag {
  display: flex;
  align-items: center;
  background-color: var(--GREEN01);
  color: #fff;
  padding: 0px 20px 8px;
  border-bottom-left-radius: 16px;
  font-size: 18px;
}
article.post-publi .thumb small.tag:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-size: 100%;
  background-image: url(../img/icon-publi.svg);
  background-repeat: no-repeat;
  display: inline-block;
}
article.post-publi .content {
  padding: 24px 16px;
}
article.post-publi .content small {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}
article.post-publi .content p {
  font-size: 20px;
  font-weight: 400;
}

.page-template #body-content section {
  margin-bottom: 92px;
}
.page-template #body-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 48px;
}
.page-template #body-content h2:before {
  content: "";
  width: 60px;
  height: 4px;
  background-color: var(--GREEN05);
  display: block;
  margin-bottom: 16px;
}
.page-template #body-content h3 {
  color: var(--GREEN04);
  font-size: 24px;
  font-weight: 700;
  line-height: 43px;
  margin: 24px 0;
}
.page-template #body-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.page-template #body-content strong {
  font-weight: 600;
}
.page-template #body-content h4 {
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 36px;
}
.page-template #body-content p {
  font-size: 20px;
  line-height: 36px;
}
.page-template #body-content p a:-moz-any-link {
  color: var(--GREEN03);
  text-decoration: underline;
  font-weight: 700;
}
.page-template #body-content p a:any-link {
  color: var(--GREEN03);
  text-decoration: underline;
  font-weight: 700;
}
.page-template #body-content ul {
  margin-bottom: 48px;
}
.page-template #body-content ul li {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 15px;
}
.page-template #body-content ul li::marker {
  color: var(--GREEN04);
}
.page-template #body-content .highlight-green {
  background-color: var(--GREEN07);
  border-radius: 8px;
  padding: 40px;
}
.page-template #body-content .highlight-green > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page-template #body-content .highlight-green > div p {
  margin-bottom: 0;
  font-size: 20px;
}
.page-template #body-content .btn-link .wp-block-button__link {
  color: var(--GREEN01);
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  background-color: transparent;
  padding: 0;
  margin-bottom: 48px;
}
.page-template #body-content .btn-link .wp-block-button__link:after {
  content: url(../img/icon-link-green.svg);
  margin-left: 10px;
}
.page-template #body-content .btn-download .wp-block-button__link {
  color: var(--GREEN01);
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  background-color: transparent;
  padding: 0;
  margin-bottom: 48px;
}
.page-template #body-content .btn-download .wp-block-button__link:after {
  content: url(../img/icon-link-download.svg);
  margin-left: 10px;
}
.page-template #body-content .btn-download-white {
  color: var(--WHITE);
}
.page-template #body-content .btn-download-white a:after {
  content: url(../img/icon-download-white.svg);
  margin-left: 10px;
  width: 18px;
}
.page-template #body-content .blockquote-transparent {
  padding: 20px 0;
}
.page-template #body-content .blockquote-transparent blockquote {
  background-color: transparent;
  text-align: left;
}
.page-template #body-content figure.img-fluid {
  width: 100%;
}
.page-template #body-content figure.img-fluid img {
  width: 100%;
}
.page-template #body-content blockquote {
  background-color: #F4F6F3;
  border-left: 4px solid var(--GREEN05);
  padding: 32px 24px;
}
.page-template #body-content blockquote h3 {
  margin: 0;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
.page-template #body-content blockquote p {
  margin-bottom: 0;
}
.page-template #body-content .video-container .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}
.page-template #body-content .video-container .wp-block-embed__wrapper iframe {
  width: 100% !important;
  height: 100% !important;
}
.page-template #body-content .missao article {
  border: 1px solid var(--GREEN07);
  padding: 24px;
  margin-bottom: 40px;
}
.page-template #body-content .doc article {
  margin-bottom: 24px;
}
.page-template #body-content .doc article img {
  width: 100%;
  border-radius: 8px;
}
.page-template #body-content .doc article h3 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin: 16px 0;
  line-height: 28px;
}
.page-template #body-content .equipe article h3 {
  margin-bottom: 8px;
  color: var(--GREEN01);
}
.page-template #body-content .equipe article h4 {
  font-size: 16px;
  font-weight: 500;
}
.page-template #body-content .equipe article p {
  font-size: 16px;
  line-height: 22px;
}

#indice {
  position: sticky;
  top: 50px;
  height: -moz-fit-content;
  height: fit-content;
}
#indice ul {
  list-style: none;
  /* Remove os marcadores padrão da lista */
  padding: 0;
  /* Remove o espaçamento padrão da lista */
  margin: 0;
  /* Remove a margem padrão */
  /* Linha vertical cinza clara */
}

#indice ul,
#indice-mobile ul {
  list-style: none;
  /* Remove os marcadores padrão da lista */
  padding: 0;
  /* Remove o espaçamento padrão da lista */
  margin: 0;
  /* Remove a margem padrão */
  /* Linha vertical cinza clara */
}
#indice li,
#indice-mobile li {
  padding: 10px 15px;
  border-left: 2px solid var(--GREEN08);
  /* Espaçamento interno de cada item */
  font-size: 14px;
  /* Tamanho do texto */
  color: var(--BLACK);
  /* Cor do texto */
}
#indice li a:-moz-any-link, #indice-mobile li a:-moz-any-link {
  color: var(--BLACK);
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}
#indice li a:any-link,
#indice-mobile li a:any-link {
  color: var(--BLACK);
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}
#indice li a:-moz-any-link:hover, #indice-mobile li a:-moz-any-link:hover {
  text-decoration: underline;
}
#indice li a:any-link:hover,
#indice-mobile li a:any-link:hover {
  text-decoration: underline;
}
#indice li.active,
#indice-mobile li.active {
  font-weight: bold;
  /* Deixa o texto em negrito */
  color: var(--BLACK);
  /* Cor do texto ativo */
  position: relative;
}
#indice li.active::before,
#indice-mobile li.active::before {
  content: "";
  position: absolute;
  left: -2px;
  /* Alinha com a borda */
  top: 0;
  height: 100%;
  /* Altura igual ao item */
  width: 4px;
  /* Espessura da borda verde */
  background-color: var(--GREEN01);
  /* Cor verde da borda ativa */
}
#indice select,
#indice-mobile select {
  height: 60px;
  width: 100%;
  background-color: var(--GREEN08);
  font-size: 16px;
  font-weight: bold;
  color: var(--BLACK);
  border-left: 4px solid var(--GREEN05);
  padding: 16px;
}
#indice select option,
#indice-mobile select option {
  color: #000;
  /* Cor do texto */
  padding: 16px;
  background-color: var(--GREEN07);
  margin-block: 16px;
}
#indice select option a:-moz-any-link, #indice-mobile select option a:-moz-any-link {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}
#indice select option a:any-link,
#indice-mobile select option a:any-link {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}
#indice select option a:-moz-any-link:hover, #indice-mobile select option a:-moz-any-link:hover {
  text-decoration: underline;
}
#indice select option a:any-link:hover,
#indice-mobile select option a:any-link:hover {
  text-decoration: underline;
}
#indice select:focus,
#indice-mobile select:focus {
  outline: none;
}

.apoiadores-sobre figure {
  margin: 15px !important;
}

.header-mobile {
  display: flex;
  width: 100vw;
  flex-direction: column;
}
.header-mobile a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.header-mobile a:hover {
  text-decoration: none;
  color: var(--BLUE);
}
.header-mobile .sub-menu {
  list-style: none;
}
.header-mobile .menu-item {
  margin-bottom: 10px;
}
.header-mobile header .header-mobile .top button {
  color: #fff;
}
.header-mobile .top {
  display: flex;
  justify-content: space-between;
  padding: 8px 20px;
}
.header-mobile .top .logo {
  width: 97px;
  height: 55px;
}
.header-mobile .top button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-mobile .top button img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-mobile #expanded-menu {
  height: 100vh;
  overflow-y: scroll;
  position: relative;
  z-index: 999;
  background-color: var(--GRAY_100);
  top: -8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
}
.header-mobile .middle {
  border-bottom: 1px solid;
  padding-bottom: 16px;
}
.header-mobile .bottom {
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .header-mobile {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .extend {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */