@charset "UTF-8";
/*Lista*/
.col-box-noti-list .card {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.col-box-noti-list:hover .card {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  box-shadow: 7px 7px 17px 0 rgba(0, 0, 0, 0.16);
}

.col-box-noti-list a {
  text-decoration: none;
}

.col-box-noti-list figure {
  margin: 0px;
  overflow: hidden;
}

.col-box-noti-list .card-body {
  padding: 10px;
}

.col-box-noti-list .card-body .card-text {
  color: #000044;
  font-family: 'Lato';
  font-size: 0.8rem;
}

.col-box-noti-list .card-body .card-title {
  color: #080898;
  margin-bottom: 10px;
  font-family: 'Lato-Black';
  font-size: 0.9rem;
}

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

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

.col-cabecalho .titulo {
  color: #080898;
  font-size: 1.5rem;
  font-family: 'Roboto-Black';
}

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

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

.col-info {
  font-size: 0.8rem;
  color: #868e96;
}

.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: #868e96;
  border-bottom: 1px solid #dee2e6;
}

.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: #868e96;
}

/*MAIS-NOTICIAS*/
.row-mais-not .titulo {
  color: #080898;
  font-size: 1.5rem;
  font-family: 'Roboto-Black';
}

.row-mais-not a {
  text-decoration: none;
}

.row-mais-not .card-mais-noticias .noti-captian {
  font-family: "Roboto-Bold";
  padding: 10px;
  color: #000044;
}

.row-mais-not .card-mais-noticias .noti-captian span {
  font-size: 0.7rem;
}

.row-mais-not .card-mais-noticias .noti-captian span b:first-child {
  color: #080898;
  margin-right: 18px;
}

.row-mais-not .card-mais-noticias .noti-captian span b:last-child {
  margin-left: 18px;
}

.row-mais-not .card-mais-noticias .noti-captian h3 {
  margin-top: 5px;
  font-size: 0.7rem;
  min-height: 48px;
}

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