/*DESTAQUE PROJETOS*/
.WidthM {
  width: 100% !important;
}

.icon-service {
  width: 70px;
  height: 45px;
  display: block;
  text-indent: -99999px;
  background-position: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}
.icon-service.administracao-publica {
  background-image: url(../../img/carta-servico/img/icons/icon-administracao-publica_b.png);
}

.uppercase {
  text-transform: uppercase;
}

.size-card {
  height: 390px;
}

.ajustes {
  width: 100%;
  display: flex;
  height: 56px;
  justify-content: center;
  align-items: center;
}

figure {
  margin: 0 0 0rem;
}

#galeria-destaque #corousel-servicos-destaque a:hover {
  box-shadow: 0 6px 3px -1px white;
}

#galeria-destaque {
  background-color: #028dcf;
  min-height: 290px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-top: 30px;
  color: #fff;
}
#galeria-destaque h2.servicos-destaque-titulo {
  font-weight: bold;
}
#galeria-destaque #filtro-destaque {
  background-color: #a8292d;
  padding: 10px 20px;
}
#galeria-destaque #filtro-destaque .destaque-categoria {
  float: left;
  padding-right: 10px;
}
#galeria-destaque #filtro-servicos-destaque {
  padding: 0 100px;
  display: flex;
  justify-content: center;
}
#galeria-destaque #corousel-servicos-destaque {
  /*margin-top: 10px;
  padding: 0 10px;*/
}
#galeria-destaque #corousel-servicos-destaque .corousel-item.disabled {
  background-color: #c1c1c1;
  color: #000;
  display: none;
}
#galeria-destaque #corousel-servicos-destaque a {
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #00a859;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  display: block;
  text-decoration: none;
  margin-bottom: 6%;
  margin-left: 1px;
  margin-right: 1px;
}
#galeria-destaque #corousel-servicos-destaque .corousel-servicos-destaque-item figure {
  min-height: 120px;
  max-height: 120px;
}
#galeria-destaque #corousel-servicos-destaque .corousel-servicos-destaque-item figure .icon-destaque {
  background-color: #00a859;
  border-radius: 5px;
  padding: 10px;
}
#galeria-destaque #corousel-servicos-destaque .corousel-servicos-destaque-item figure figcaption.text-destaque {
  font-size: 12px;
  padding: 5px 0;
}

@media screen and (max-width: 768px) {
  .swiper-grid-column > .swiper-wrapper {
    flex-direction: row;
  }
  #galeria-destaque #filtro-destaque .destaque-categoria {
    float: none;
    font-size: 20px;
    padding: 10px 0;
  }
  #galeria-destaque #corousel-servicos-destaque .corousel-servicos-destaque-item figure {
    min-height: 120px;
    max-height: 210px;
  }
  #galeria-destaque #corousel-servicos-destaque .corousel-servicos-destaque-item figure figcaption.text-destaque {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .swiper-grid-column > .swiper-wrapper {
    flex-direction: row;
  }
  #galeria-destaque {
    padding-bottom: 40px;
  }
  #galeria-destaque #filtro-destaque {
    padding: 15px 20px 30px;
  }
  #galeria-destaque #filtro-destaque .destaque-categoria {
    float: none;
    font-size: 20px;
    padding: 10px 0;
  }
  #galeria-destaque #filtro-servicos-destaque {
    padding: 0 0;
    display: flex;
    justify-content: center;
  }
  #galeria-destaque #filtro-servicos-destaque .servicos-destaque-titulo {
    font-size: 35px;
    padding-bottom: 25px;
  }
  #galeria-destaque #corousel-servicos-destaque {
    margin-top: 10px;
    padding: 0 0;
  }
  #galeria-destaque #corousel-servicos-destaque .corousel-servicos-destaque-item figure {
    max-height: 210px;
  }
  #galeria-destaque #corousel-servicos-destaque .corousel-servicos-destaque-item figure figcaption.text-destaque {
    font-size: 15px;
  }
}
/*BUSCA DE IMAGENS*/
#pesquisa-projeto {
  background-color: #fff;
  min-height: 125px;
  padding-top: 25px;
  background-color: #fff;
}
#pesquisa-projeto button#button-addon2G {
  color: #fff;
  border-color: #fff;
}
#pesquisa-projeto button#button-addon2G:hover {
  background: #028dcf;
}
#pesquisa-projeto .busca-completa-projeto-wrap {
  background-color: #00a859;
  border-radius: 5px;
}
#pesquisa-projeto .busca-completa-projeto-wrap .row {
  padding: 0 100px;
}
#pesquisa-projeto .busca-completa-projeto-title h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  padding: 13px 0;
}
#pesquisa-projeto .busca-completa-projeto-form form {
  padding-top: 15px;
}
#pesquisa-projeto .busca-completa-projeto-form form .input-group .form-control {
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#pesquisa-projeto .busca-completa-projeto-form form .input-group .btn {
  background-color: #fff;
  border: none;
}
#pesquisa-projeto .busca-completa-projeto-form form .input-group .btn svg {
  color: #878787;
}
#pesquisa-projeto .col-lg-7.col-sm-12.busca-completa-projeto-form {
  padding-top: 15px;
}

/*FIM - BUSCA DE IMAGENS*/
/*PROJETOS  */
.card-body.fundo-cb {
  background: #028dcf;
  color: #fff;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.card-body.fundo-cb-txt {
  background: #028dcf;
  color: #fff;
  display: flex !important;
}

#template-projetos .text-muted {
  --bs-text-opacity: 1;
  color: #fff !important;
}
#template-projetos a {
  text-decoration: none;
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: #fff;
  background-color: #028dcf;
  border-color: #028dcf;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: #028dcf;
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-link:hover {
  z-index: 2;
  color: #028dcf;
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

/*fim combo foto e video*/
.card.shadow-sm iframe {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  #pesquisa-projeto .busca-completa-projeto-wrap .row {
    padding: 0 0px !important;
  }
  .swiper-slide.li {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .img-mobile {
    padding-right: 0;
    padding-left: 0;
  }
}

/*# sourceMappingURL=index-projeto.css.map */
