:root {
  --primary: #00a859;
}

.row.d-flex.justify-content-between {
  --bs-gutter-x: 0rem;
}

img.img-fluid.teste.cor-principal {
  width: 102px;
  height: 97px;
}

.botoes {
  border-radius: 10px;
  background: var(--primary);
  border: 4px solid white;
  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;
}

.cor-principal {
  background: #D5242E;
}

#busca-completa-site {
  padding-top: 10px !important;
  min-height: 100px !important;
}

#busca-completa-site .busca-completa-site-wrap {
  background: #D5242E;
}

#servicos-destaque {
  background-color: #F8F8F8;
}

#servicos-destaque #filtro-destaque {
  background-color: #D5242E;
}

#servicos-destaque #corousel-servicos-destaque a {
  background-color: var(--primary);
}

.carousel-noticias .swiper-wrapper .carousel-noticias-item figure figcaption {
  background-color: var(--primary);
}

.text-negrito {
  font-weight: bold;
}

.banner-secretaria {
  max-width: 100%;
}

.fundo-icone {
  background: #028dcf;
}

/*# sourceMappingURL=secretarias-intermediarias.css.map */
