:root {
  --primary: #028dcf;
  --secondary: #00a859;
}

#prefeitura .swiper-slide.carousel-noticias-item {
  background-color: #fff !important;
}
#prefeitura img.imagem-prefeitura {
  border-radius: 8px;
}

#foto-perfil .custom-card {
  display: flex;
  align-items: center;
  background-color: #028dcf;
  color: white;
  border-radius: 8px;
  overflow: hidden;
}
#foto-perfil .custom-card img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
#foto-perfil .custom-card .text-container {
  flex: 1;
  padding: 20px;
}
#foto-perfil .custom-card .image-container {
  flex: 1;
}

.carousel-noticias .swiper-wrapper .carousel-noticias-item figure figcaption {
  width: 54%;
  background-color: #363636;
  font-size: 40px;
  font-weight: 900;
  padding: 2% 12%;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--secondary);
  border-color: var(--secondary);
  box-shadow: none;
  outline: none;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

section .section-title {
  text-align: left;
  color: #363636;
  font-weight: bold;
}

img.img-fluid.teste {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

p.card-text {
  font-size: 20px;
  text-align: justify;
  padding-top: 20px;
}

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);
}

.cor-secretaria2 {
  background: var(--secondary);
}

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-secretaria2 {
  width: 102px;
  height: 97px;
}

.botoes {
  border-radius: 10px;
  background: var(--primary);
  border: 4px solid #00a859;
  height: 120px;
}

.texto-servicos {
  font-size: 24px;
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
}

/*.carousel-noticias .swiper-wrapper .carousel-noticias-item figure img {
    width: 50%;
    background-image: url(../img/3x2.jpg);
    background-size: cover;
}*/
@media (min-width: 390px) and (max-width: 767px) {
  .texto-servicos {
    font-size: 18px;
  }
  .carousel-noticias .swiper-wrapper .carousel-noticias-item figure figcaption {
    width: 100%;
    padding: 2% 3%;
  }
  figcaption p {
    margin-bottom: 0px !important;
  }
  .nome-secretario {
    font-size: 30px;
  }
  .carousel-noticias .swiper-wrapper .carousel-noticias-item figure img {
    height: 360px;
    float: left;
  }
}
.linke {
  text-decoration: none;
  display: flex;
  color: black;
}

.linke:hover {
  color: #fff;
}

.carousel-noticias .swiper-wrapper .carousel-noticias-item figure figcaption {
  background-color: var(--primary);
}

figcaption.caption {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.container-conheca {
  background: #00a859;
}

.foto-secretario {
  /*  object-fit: cover;
  object-position: top;*/
}

@media (min-width: 990px) and (max-width: 2200px) {
  .foto-secretario {
    object-position: center;
  }
  /* .moldura-secretario {
          margin-inline: 25%;
      }*/
  /* figure img {
      width: 36% !important;
  }

  figure figcaption {
      width: 64% !important;
  }*/
}
.fundo-icone {
  background: var(--secondary);
}

.imagem-prefeitura {
  object-fit: cover;
  width: 100% !important;
  object-position: top !important;
}

.carousel-noticias .swiper-wrapper .carousel-noticias-item {
  min-height: 0%;
  background-color: none;
}

@media (min-width: 501px) and (max-width: 767px) {
  .imagem-prefeitura {
    object-position: left !important;
  }
}
@media (min-width: 990) and (max-width: 1200) {
  .imagem-prefeitura {
    object-position: top !important;
  }
}
@media (min-width: 765px) and (max-width: 2200px) {
  .moldura-secretario {
    margin-inline: 25%;
  }
}
/*@media (max-width: 1200px) {
    .carousel-noticias .swiper-wrapper .carousel-noticias-item figure img {
        width: 100%;
    }
}*/
@media (min-width: 0px) and (max-width: 1200px) {
  .carousel-noticias .swiper-wrapper .carousel-noticias-item figure figcaption {
    width: 100%;
    padding: 2% 3%;
  }
  /*.carousel-noticias .swiper-wrapper .carousel-noticias-item figure img {
      width: 100%;
  }*/
}

/*# sourceMappingURL=secretarios.css.map */
