/* MODULES */
.list-news .container {
  margin: 0 auto;
  text-align: center;
  width: 910px;
}
.list-news .nav-content {
  float: left;
  height: 75px;
}
.list-news .nav-content .custom {
  min-height: 50px;
}
.list-news .search-content {
  color: #7f96b9;
  display: inline-block;
  border-bottom: 2px solid #d9e0ea;
  height: 65px;
  padding-top: 20px;
  float: right;
}
.list-news .search-content:after {
  content: '\e60d';
  font-family: 'icomoon';
  font-size: 3em;
  speak: none;
  width: 0;
  height: 0;
  color: #7f96b9;
}
.list-news .search-content input[type="text"] {
  border: none;
  color: #7f96b9;
  font-size: 1.6em;
  width: 315px;
  padding: 0px 0;
}
.list-news .search-content input:focus {
  outline: none;
}
.list-news .list {
  margin: 0 4px 0 4px;
  text-align: center;
  width: 295px;
  display: inline;
  float: left;
}
.list-news .list a {
  color: #4c6c9d;
}
.list-news .list ul {
  display: inline-block;
}
.list-news .list ul li {
  display: inline-table;
  padding: 0 20px;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 80px;
}
.list-news .list ul li a {
  color: #4c6c9d;
}
.list-news .list ul li .image {
  margin-bottom: 20px;
}
.list-news .list ul li .image img {
  width: 100%;
}
.list-news .list ul li .header {
  color: #4c6c9d;
}
.list-news .list ul li .header .date {
  font-size: 12px;
    color: #00559a;
    margin-bottom: 10px !important;
    font-family: 'Roboto';
    position: relative;
    font-weight: 600;
}
.list-news .list ul li .header .title-news {
  font-size: 19px;
  font-weight: 600;
  color: #0a2430;
  margin-bottom: 20px;
  font-family: 'Spartan';
}
.list-news .list ul li .header .title-news:hover {
  color: #002d74;
}
.list-news .list ul li .header p {
  font-size: 1.6em;
  margin-bottom: 20px;
  line-height: 1.3em;
}
.list-news .list ul li .text {
  color: #3f5b78;
  /* margin-bottom: 30px; */
}
.list-news .list ul li .text p {
  font-size: 15px;
  margin-bottom: 1em;
  line-height: 19px;
  color: #3f5b78;
}
.list-news .list ul li .text p strong {
  font-size: 1.1em;
}
.list-news .list ul li .footer .more {
  font-size: 3.2em;
  color: #a6b6ce;
  display: inline-block;
  overflow: hidden;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  display: none;
}
.list-news .list ul li .footer .more:hover {
  color: #7f96b9;
}
.list-news .list ul li:after {
  content: '';
  border-bottom: 2px solid #c9d5e7;
  display: block;
  width: 50px;
  padding-bottom: 50px;
}

@media (max-width: 1004px) {
  .list-news .container {
    width: 100%;
  }

  .list-news .nav-content {
    margin: 0 auto;
    text-align: center;
    position: relative;
    float: none;
    width: auto;
    display: table;
    padding-left: 10px;
  }

  .list-news .list-wrapper {
    width: 610px;
    margin: 0 auto;
  }

  .list-news .list ul li .header .date {
    padding-left: 0;
  }

  .list-news .search-content {
    float: none;
  }

  .agenda .nav-content {
    margin: 0 auto;
    text-align: center;
  }

  .list-news .nav-content fieldset.custom {
    width: auto;
    float: none;
    display: inline-block;
  }

  .list-news .nav-content div.custom {
    width: auto;
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .list-news .list-wrapper {
    width: 295px;
    margin: 0 auto;
  }

  .list-news .search-content:after {
    font-size: 2.5em;
    top: 6px;
    position: relative;
  }

  .list-news .search-content input[type="text"] {
    width: 229px;
  }
}

/*# sourceMappingURL=sala-imprensa.css.map */