a {
  color: var(--azulClaro2);
}

a:hover {
  color: var(--azulClaro2);
}

.content-wrapper>.content {
  padding: 0 !important;
}

.content-wrapper {
  padding: 0;
  font-size: 14px;
  background-color: white;
}

nav {
  padding: 0 8% !important;
}

.navbar .navbar-nav:not(.navbar-right) .nav-item {
  display: none;
}

.logo-ciga {
  width: 120px;
}

.sair {
  font-size: 18px;
  cursor: pointer;
}

.sair:hover, .sair.active {
  font-weight: 500;
  color: var(--verdeEscuro);
}

.conteudo, footer {
  padding: 0 8%;
  padding-block: 100px;
  margin: auto;
}

.sobre-logos {
  margin-top: 32px;
  gap: 3rem !important;
  justify-content: end !important;
  display: flex;
  flex-wrap: wrap !important;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.rodape-logos {
  gap: 2rem !important;
  justify-content: end !important;
  display: flex;
  flex-wrap: wrap !important;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

@media (max-width: 1199px) {
  .rodape-logos {
    margin-top: 24px;
    gap: 1rem !important;
    justify-content: start !important;
  }
}

.sobre-logos img {
  width: 120px;
  margin-left: 24px;
}

.rodape-logos img {
  width: 120px;
  margin-left: 16px;
  height: auto;
}

footer {
  font-size: 16px;
}

footer h5 {
  color: var(--azulClaro2);
  font-weight: normal;
}

footer p {
  margin-bottom: 16px;
}

footer a {
  color: black;
}

footer a:hover {
  color: black;
}

.conteudo.paineis-acesso {
  background-color: var(--verdeEscuro);
}

.paineis-acesso h2 {
  color: white;
}

.cards-paineis {
  margin: 48px 0;
}

.cards-paineis h3 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: bold;
}

.cards-paineis i {
  color: var(--verdeEscuro);
}
