@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
.c-breadcrumb {
  height: 225px;
}

.news h5 {
  font-weight: 700;
  padding-top: 10px;
  color: black;
}
.news p {
  font-weight: 700;
  color: #fcb035;
}
.news .sidebar .input-group {
  border: 1px solid #e8edef;
}
.news .sidebar .input-group input {
  border: none;
}
.news .sidebar .input-group .btn-search {
  color: #005596;
}
.news .sidebar .category-list h5 {
  padding: 0.5rem 1rem;
  background-color: #e8edef;
  margin: 0;
}
.news .sidebar .category-list ul {
  padding: 0.3rem 0;
}
.news .sidebar .category-list li {
  list-style: none;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8edef;
}
.news .sidebar .category-list li a {
  color: #5d5d5d;
  font-weight: 400;
}
.news .wraper-pages {
  background-color: #e8edef;
}
.news .wraper-pages ul {
  float: right;
}
.news .wraper-pages .pages p {
  color: #5d5d5d;
  font-weight: 400;
  margin: 0;
}
.news .wraper-pages .pages span {
  font-weight: 700;
}
.news .wraper-pages .pages .page-link {
  border: none;
  color: #5d5d5d;
  background-color: transparent;
}
.news .wraper-pages .pages .active .page-link {
  background-color: transparent;
  color: #005596;
  font-weight: 700;
}
.news .posts h5, .news .posts p {
  transition: 0.3s all ease;
}
.news .posts a {
  text-decoration: none;
}
.news .posts a:hover h5, .news .posts a:hover p {
  color: #005596;
}

@media only screen and (max-width: 992px) {
  .wraper-pages ul {
    float: left !important;
  }
}

/* Para front de noticias */

.img-200 {

  width: 100%;
  height: 250px;
}



/*# sourceMappingURL=noticias.css.map */
