.titulo {
  display: flex;
  align-items: center;
}

.center {
  text-align: center;
}

.white-highlight {
  background-color: #f7f3ff;
  border-radius: 10px;
  border: solid 1px var(--secondary-purple-color);
  margin-top: 23px;
}

.white-highlight button {
  background-color: transparent;
  border: none;
}

.title-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--secondary-purple-color);
  padding: 37px 20px;
}

.title-div h2 {
  font-weight: 500;
  font-size: 1.25rem;
  margin: 0;
}

.menu-icon {
  transition: transform 0.3s ease;
  transform-origin: 50% 50%;
}

.menu-icon.show {
  transform: rotate(180deg);
}

.icon {
  transform: rotate(90deg);
  width: 10.94px;
  height: 21.89px;
}

.icon.show {
  transform: rotate(180deg);
}

.informacoes-importantes,
.unidades,
.projeto-garupa {
  display: none;
}

.show {
  display: block;
}

.textos-explicativos {
  padding: 0 20px;
  margin-top: -30px;
  margin-bottom: 40px;
  line-height: 24px;
}

.textos-explicativos * {
  text-decoration: none;
  color: #2d2d30;
}

.informacoes-importantes li {
  margin: 20px 0;
}

.texto-negrito {
  font-weight: bold;
}

.unidades {
  font-size: 1rem;
}

.botao-branco {
  height: 71px;
  display: flex;
  align-items: center;
  background-color: white;
  color: var(--text-secondary-color);
  border: solid 1px var(--primary-purple-color);
  border-radius: 5.58px;
  padding-left: 18px;
  box-shadow: 3.7px 3.7px 12.3px rgba(0, 0, 0, 0.15);
  margin-top: 15px;
  text-decoration: none;
}

.botao-branco img {
  margin-right: 12px;
}

.artigo-icone {
  width: 24px;
  height: 27px;
}

.primeiro-artigo {
  margin-top: -50px;
}

.ultimo-artigo {
  border-bottom: none;
}

.page-description {
  margin: 10px 0 25px;
  line-height: 24px;
}

.hidden {
  display: none;
}

.artigos {
  padding: 24px 20px;
  border-bottom: solid 1px #939595;
}

div > article:first-of-type > h3:first-of-type {
  padding: 10px 0 0 0;
}
div > article:first-of-type > p:first-of-type {
  padding: 10px 0 0 0;
}

.artigos p {
  margin: 0;
  line-height: 24px;
}

.texto-apoio {
  color: #2d2d30;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}

.ultima-section {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .unidades {
    font-size: 18px;
  }

  .page-description,
  .artigos,
  .white-highlight,
  .texto-apoio,
  .artigos h3,
  .title-div h2 {
    font-size: 18px;
  }
}
