p img {
  max-width: 100%;
}

.ql-editor {
  white-space: normal !important;
}

.size-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 800px;
  object-fit: cover;
}

.article-noticia a {
  color: #028dcf;
}
.article-noticia a:hover {
  color: #00a859;
}

/*ULTIMAS NOTICIAS*/
#ultimas-noticias {
  min-height: 530px;
  padding-top: 47px;
}

.linkVejaMais, .linkVejaMais:hover {
  font-size: 20px;
}

.container.mb-3 {
  margin-top: 98px;
}

.botaoVejaMais {
  background-color: #028dcf;
}

/*------------------------*/
div.btn-noticia {
  background: #00a859;
  color: #fff;
  margin-bottom: 3px;
}
div.btn-noticia:hover {
  border-color: black;
}
div.btn-noticia:hover a {
  color: #000000;
}

div a {
  text-decoration: none;
  color: white;
}
div a:hover {
  text-decoration: none;
  color: #000000;
}

.article-noticia h1 {
  /*padding-top: 30px;*/
  padding-bottom: 5px;
}

.article-noticia h3 {
  padding-bottom: 30px;
}

.article-noticia .context {
  padding-bottom: 100px;
}

.margin-noticia {
  padding-inline: 213px;
}

.carousel {
  position: relative;
}

.carousel-item img {
  object-fit: cover;
}

#carousel-thumbs {
  background: rgba(171, 168, 168, 0.3);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  right: 0;
}

#carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}

#carousel-thumbs img:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

#carousel-thumbs .selected img {
  border-color: #fff;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}

#ultimas-noticias {
  background-color: #00a859;
}

main.pb-3 {
  padding-bottom: 0rem !important;
}

.linkNoticia, .linkNoticia:hover {
  color: #fff;
}

.btn-vermais {
  background: #028dcf;
  color: #fff !important;
  width: 100%;
}

h2.espaco {
  color: #fff;
}

@media (min-width: 300px) and (max-width: 990px) {
  .v-mobile {
    vertical-align: middle;
  }
  .container.mb-3 {
    margin-top: 60px;
  }
  #ultimas-noticias {
    padding-bottom: 36px;
  }
  li.page-item.PagedList-skipToLast {
    display: none;
  }
  .margin-noticia {
    padding-inline: 13px;
  }
  .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
  .carousel-container #carousel-thumbs {
    position: absolute;
  }
  .carousel-container #carousel-thumbs {
    background: #ccccce;
  }
  div#carousel-thumbs {
    display: none;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .imprimir {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 910px) and (max-width: 3000px) {
  .link-mobile {
    display: none !important;
  }
}

/*# sourceMappingURL=noticia.css.map */
