@charset "UTF-8";
.imagem-mobile {
  display: none;
}

.imagem {
  width: 100%;
}

/*CARROSEL INICIAL*/
.alinhamentoTexto {
  display: flex;
  align-items: center;
}

#slider-top-galeria {
  /* background-color: var(--cor-da-home);*/
  min-height: auto;
}

span.bi.bi-card-image {
  font-size: 31px;
}

.txt-centro {
  display: flex;
  align-items: center;
}

.carousel-galeria-topo {
  padding-top: 50px;
}
.carousel-galeria-topo .swiper-wrapper {
  padding-bottom: 20px;
}
.carousel-galeria-topo .swiper-wrapper .carousel-galeria-topo-item {
  min-height: auto;
  background-color: #363636;
}
.carousel-galeria-topo .swiper-wrapper .carousel-galeria-topo-item figure img, .carousel-galeria-topo .swiper-wrapper .carousel-galeria-topo-item figure figcaption {
  /* height: 400px;*/
  float: left;
}
.carousel-galeria-topo .swiper-wrapper .carousel-galeria-topo-item figure img {
  width: 100%;
  background-image: url(../img/3x2.jpg);
  background-size: cover;
}
.carousel-galeria-topo .swiper-wrapper .carousel-galeria-topo-item figure figcaption {
  width: 100%;
  background-color: #363636;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  padding: 3% 6%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-galeria-topo .swiper-wrapper .carousel-galeria-topo-item figure figcaption a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 0px) and (max-width: 990px) {
  .carousel-galeria-topo .swiper-wrapper .carousel-galeria-topo-item figure figcaption {
    width: 100%;
    padding: 0% 5%;
    height: 200px;
  }
  .alinhamentoTexto {
    flex-direction: column;
  }
}
/* FIM CARROSEL INICIAL*/
/*CSS DOS CARD defs NOTICIAS*/
.card {
  border: none;
}

.card-body {
  padding: 0%;
  margin-bottom: -2%;
}

h5, .card-title {
  color: black !important;
  padding: 2% 0;
  font-weight: 600;
}

h5, .card-title:hover {
  color: #727272 !important;
}

.card-footer {
  background: transparent;
  border: none;
  padding: 5% 0%;
  margin-bottom: 1%;
  color: black;
  margin-top: -4%;
}

.img-effect1 img {
  transition: all ease 400ms;
}

.img-effect1:hover img {
  transform: scale(1.02);
}

.card-img-top {
  overflow: hidden;
  border: none;
  border-radius: 5px;
}

.card-img-top img {
  width: 100%;
  height: 256px;
  display: block;
  object-fit: cover;
  transition: all ease 400ms;
}

.card-post.type8 .post-text > * {
  margin: 9px 0;
}

.card-post .post-title {
  flex: 1 1 100%;
  align-self: flex-start;
  font-size: 10pt;
  line-height: 1.25;
}

/*
div a {
    text-decoration: none;
    color: #FFFF;

    &:hover {
        text-decoration: none;
        color: #000000;
    }
}*/
/* FIM CSS DOS CARD defs NOTICIAS*/
/*EXIBIÇÃO DE UTILIDADE PUBLICA*/
.margin-noticia {
  padding-inline: 213px;
}

.titulo {
  display: flex;
  justify-content: center;
  background: #d5242e;
  color: #fff;
  font-weight: bolder;
  margin-bottom: 26px;
}

.card-conteudo {
  background: rgba(54, 54, 54, 0.0784313725);
}

.cor-linha {
  color: #d5242e;
  border-top: 3px solid;
  opacity: 1;
}

.txt-conteudo {
  padding-inline: 6%;
}

.link-veja-mais {
  color: gray;
}

/*FIM EXIBIÇÃO DE UTILIDADE PUBLICA*/
@media (min-width: 0px) and (max-width: 990px) {
  .imagem-mobile {
    display: block;
  }
  .imagem {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 990px) {
  .img-mobile {
    padding-right: 0;
    padding-left: 0;
  }
  .margin-noticia {
    padding-inline: 7px;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .imprimir {
    display: flex;
    justify-content: flex-start !important;
  }
}

/*# sourceMappingURL=utilidade-publica.css.map */
