:root {
  --primary: #00a859;
  --secondary: #028dcf;
  --corFundoIcone: #00a859;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--secondary) !important;
  border-color: var(--secondary);
  box-shadow: none;
  outline: none;
}

p.card-text {
  text-align: justify;
}

.btn-primary {
  color: #fff;
  background-color: var(--secondary);
  border-color: var(--secondary);
}

section .section-title {
  text-align: left;
  color: #363636;
  font-weight: bold;
}

img.img-fluid.teste {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

img {
  width: 100%;
}

p .card-text {
  font-size: 14px;
  text-align: justify;
}

p.subtitle-text {
  font-size: 16px;
}

.fonte {
  font-size: 17px;
}

ul.list-inline {
  margin-bottom: 0rem;
}

/*Fontes titulos*/
.administracao-fonte {
  font-size: 22px;
}

.cor-secretaria {
  background: var(--primary);
}

a.btn-sm {
  text-decoration: none;
}

.subtitle-text.conheca {
  color: white;
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
}

.icon-fundo {
  height: 80px;
  border-radius: 5px;
  margin: 9px 9px 9px 9px;
}

.nome-secretario {
  color: white;
  font-weight: bold;
  text-align: center;
}

.row.d-flex.justify-content-between {
  --bs-gutter-x: 0rem;
}

img.img-fluid.teste.cor-secretaria {
  width: 102px;
  height: 97px;
  background: var(--corFundoIcone);
}

.botoes {
  border-radius: 10px;
  background: var(--secondary);
  border: 4px solid var(--primary);
  height: 120px;
}

.texto-servicos {
  font-size: 24px;
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
}

@media (min-width: 501px) and (max-width: 767px) {
  .texto-servicos {
    font-size: 18px;
  }
}
.linke {
  text-decoration: none;
  display: flex;
  color: black;
}

.linke:hover {
  color: #fff;
}

.fundo-icone {
  background: var(--corFundoIcone);
}

/*# sourceMappingURL=atribuicao.css.map */
