/* MAIS LIDAS */
.box_mais_lidas {
  border: 1px #eaeaea solid;
  margin: 30px 0;
  padding: 10px;
}
.box_mais_lidas h4 {
  padding: 5px 0 10px 3px;
  margin: 0;
  font-size: 18px;
}
.lista_mais_lidas {
  margin: 0;
  padding: 0;
}
.lista_mais_lidas li {
  list-style: none;
  margin: 3px 0;
  background: #fff;
  padding: 10px;
  border-top: 1px #eaeaea solid;
}
.lista_mais_lidas li:after {
  content: "";
  display: block;
  clear: both;
}
.lista_mais_lidas li em {
  font-style: normal;
  font-size: 12px;
  display: block;
}
.lista_mais_lidas li span {
  height: 59px;
  display: block;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
}
.thumb_mais_lidas {
  width: 98px;
  height: 70px;
  float: left;
  margin: 5px 15px 5px 0;
  opacity: 1;
  position: relative;
}
.thumb_mais_lidas img {
  width: 150px;
  height: 75px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.thumb_mais_lidas:hover {
  opacity: 0.8;
}

/* NOTICIAS */

 .lista_noticia{
    margin: 30px 0;
}
.item{
    display: block;
    width: 100%;
    clear: both;
    padding:30px 0;
    border-top: 1px #e1e3e4 solid;
}
.item:after{
     content: "";
    display: block;
    clear: both;
}
.item_text{
    padding: 0 30px;
    float: left;
    width: 75%;
    align-items: flex-start;
    margin: 0;
    position: relative;
    min-height: 90px;
}
.item_text:after{
     content: "";
    display: block;
    clear: both;
}

.item_text time{
  color: #fd8103;
  font-style: normal;
  font-size: 12px;
  display: block;
}
.item_text h3{
  margin:0;
  font-size:17px;
  height:
}
@media only screen and (max-width: 992px) {
  .item_text h3{
    font-size: 12px;
  }
  .item_text{
    padding: 0 0 10px 10px;
    min-height: 40px;
  }
  .item_text time{
    font-size: 9px;
  }

  .item {
    padding: 20px 0;
  }
}
.item_text .leia_mais{
  display: block;
}
.item:first-child {
    border-top: none;
    padding-top: 0;
}
.lista_noticia .item figure{
    width: 24%;
    float: left;
    display: inline-block;
}

.lista_noticia .item figure:hover{
  opacity: 0.8;
}

/* NOTICIA */
.box_noticia {
  background: #fff;
  margin: 0;
  margin-top: 30px;
}
.box_noticia ul li {
  list-style-type: circle;
}
.box_noticia a {
  color: #fd8204;
}
.box_noticia a:hover {
  opacity: 0.5;
}
.box_noticia img {
  margin: 0 auto 30px auto;
  display: block;
}
.box_noticia em {
  font-style: normal;
  font-size: 13px;
  color: #8b8b8b;
}
.tit_noticia h1 {
  margin: 10px 0;
}
.tit_noticia p {
  font-style: italic;
  font-size: 15px;
  margin-top: 5px;
}
.compartilhar {
  margin: 5px 0 20px 0;
}
@media only screen and (min-width: 1200px) {
  .compartilhar {
    margin: 5px 0 0 0;
  }
}
.compartilhar p {
  font-size: 12px;
  margin: 0 0 5px 0;
}
.compartilhar .social {
  width: 35px;
  padding: 8px 4px 8px 4px;
  background: #fff;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
}
.compartilhar .social:hover {
  background: #fd8204;
  color: #fff;
  opacity: 1;
}
.compartilhar .fa-facebook {
  background: #446694;
}
.compartilhar .fa-twitter {
  background: #1da1f2;
}
.compartilhar .fa-linkedin {
  background: #557bb9;
}
.box_share {
  border: 1px #f1f1f1 solid;
  padding: 15px 10px 21px 10px;
  margin-bottom: 30px;
}
.box_share:after {
  content: "";
  display: block;
  clear: both;
}
#form_news legend {
  opacity: 1;
  font-size: 15px;
  margin-bottom: 5px;
}
#form_news legend span {
  color: #8b8b8b;
  font-size: 15px;
}
#form_news label {
  color: #8b8b8b;
  font-size: 15px;
  display: none;
}
#form_news .box_input {
  position: relative;
  margin: 0;
}
#form_news .box_input input[type=text] {
  padding: 8px 20px;
  border: 1px #e4e4e4 solid;
}
#form_news .box_input .btn_news {
  width: 40px;
  height: 43px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 32px;
  color: #fd8103;
  border-radius: 0 5px 5px 0;
}
#form_news .box_input .btn_news:hover {
  background: #fd8103;
  color: #fff;
}
#form_news ::-webkit-input-placeholder {
  color: #8b8b8b;
  opacity: 1;
  font-size: 14px;
}
#form_news :-moz-placeholder {
  color: #8b8b8b;
  opacity: 1;
  font-size: 14px;
}
#form_news ::-moz-placeholder {
  color: #8b8b8b;
  opacity: 1;
  font-size: 14px;
}
#form_news :-ms-input-placeholder {
  color: #8b8b8b;
  opacity: 1;
  font-size: 14px;
}
#form_news :focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
#form_news :focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
#form_news :focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
#form_news :focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

iframe{
  border:none;
}