@charset "UTF-8";
.col-box-noti figure {
  margin: 0px;
}

.col-box-noti .card-body {
  color: #2d2d2d;
  padding: 10px 0px;
}

.col-box-noti .card-body .card-data {
  font-size: 0.7rem;
}

.col-box-noti .card-body .card-title {
  font-size: 1rem;
}

.col-box-noti .card-body .card-text {
  font-size: 0.8rem;
}

/* Página Interna */
.col-cabecalho {
  padding-top: 2rem;
}

.col-cabecalho .chapeu {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  color: #2d2d2d;
}

.col-cabecalho .titulo {
  color: #2d2d2d;
  font-family: 'Montserrat-Bold';
  font-size: 1.75rem;
}

.col-cabecalho .legenda_titulo {
  font-size: 0.8rem;
  color: #2d2d2d;
  margin-bottom: 1rem;
}

.col-cabecalho .linha-fina {
  font-size: 0.7rem;
  color: #2d2d2d;
}

.col-cabecalho .text-size-acessibilidade {
  font-size: 1rem;
}

.col-info {
  font-size: 0.8rem;
  color: #2d2d2d;
}

.col-noticia-texto img {
  margin-bottom: 0.5rem;
}

.col-noticia-texto .col-img-legenda {
  font-size: 0.7rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  color: #2d2d2d;
  border-bottom: 1px solid #dee2e6;
}

.col-noticia-videos .card {
  overflow: hidden;
  border-radius: 12px;
  color: #2d2d2d;
  font-family: "Montserrat-Bold", "sans-serif";
  background-color: #f1f3f5;
}

.col-noticia-videos .card .card-title {
  padding: 15px;
  margin: auto;
}

.col-box-audio {
  margin-bottom: 20px;
}

.col-box-audio .card {
  color: #2d2d2d;
  font-family: "Montserrat-Bold", "sans-serif";
  background-color: #f1f3f5;
}

.col-tags {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dee2e6;
}

.col-tags .card-tags {
  padding-top: 0.5rem;
  padding-right: 0;
  padding-bottom: 0.5rem;
  padding-left: 0;
  line-height: 1;
  color: #2d2d2d;
  background-color: #f1f3f5;
}

.col-box-not-interna {
  margin-bottom: 20px;
}

.col-box-not-interna:hover .card-mais-noticias figure {
  transform: scale(1.09);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.col-box-not-interna:hover .card-mais-noticias .card-txt .card-title {
  text-decoration: underline;
}

.col-box-not-interna .card-mais-noticias {
  border-radius: 12px;
  overflow: hidden;
}

.col-box-not-interna .card-mais-noticias .efect {
  z-index: 1;
  top: 0px;
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
}

.col-box-not-interna .card-mais-noticias figure {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 0px;
}

.col-box-not-interna .card-mais-noticias .card-txt {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  padding: 0px 15px;
}

.col-box-not-interna .card-mais-noticias .card-txt .card-data {
  font-family: "Montserrat-Regular", "sans-serif";
  font-size: 0.8rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.col-box-not-interna .card-mais-noticias .card-txt .card-titulo {
  font-family: "Montserrat-Bold", "sans-serif";
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.col-box-not-down .card {
  border: 1px solid #d6e3eb;
  border-radius: 16px;
  overflow: hidden;
  color: #2d2d2d;
  background-color: #f1f3f5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.col-box-not-down .card .card-text {
  font-size: 0.7rem;
  font-family: "Montserrat-Regular", "sans-serif";
}

.col-box-not-down .card .card-title {
  font-family: "Montserrat-Bold", "sans-serif";
  font-size: 1rem;
}

.col-box-not-down .card:hover {
  text-decoration: underline;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 991px) {
  .card-mais-noticias:before {
    opacity: .75;
  }
  .card-img-overlay {
    bottom: 0;
  }
}
