.blog_centro{
  width: 1150px;
  max-width: 100%;
  margin: 20px auto 0 auto;
  padding-bottom: 70px;
}
.blog_centro .item{
  padding: 0;
  outline: none;
  float: left;
  margin-bottom: 35px;
}
#blog_desktop .item{
  width: 33%;
}
#blog_tablet .item{
  width: 50%;
}
#blog_mobile .item{
  width: 100%;
}
#blog_tablet, #blog_mobile{
  display: none;
}
.blog_naoencontrado{
	text-align: center;
}
.blog_centro .item .item_conteudo{
  position: relative;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
}
.blog_centro .item .item_conteudo a{
  outline: none;
  text-decoration: none;
  color: #F48533;
  font-size: 16px;
}
.blog_centro .item .item_conteudo a img{
  max-width: 98%;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 6px;
}
.noticia_conteudo{
  max-width: 1150px;
  margin: 0 auto;
  padding: 10px 0 60px 0;
}
.conteudo_padding{
  padding: 0 20px;
  display: block;
}
.conteudo_foto{
  float: left;
  width: 45%;
}
.conteudo_foto a{
  padding: 0 20px 0 0;
  display: block;
}
.conteudo_foto img{
  max-width: 100%;
  border-radius: 6px;
}
.noticia_titulo{
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  color: #333333;
}
.conteudo_texto{
  width: 55%;
  float: left;
  color: #333333;
}
.mais_noticias{
  text-align: center;
  padding: 30px 0 100px 0;
}
.mais_noticias a{
  color: #F48533;
  font-weight: 700;
  text-decoration: none;
}
.mais_noticias a i{
  margin-right: 5px;
}
@media screen and (max-width: 960px){
  .blog_centro{
    margin-top: -30px;
  }
  #blog_desktop{
    display: none;
  }
  #blog_tablet{
    display: block;
  }
  #blog_mobile{
    display: none;
  }
  .conteudo_foto{
    float: inherit;
    width: 100%;
  }
  .conteudo_foto a{
    padding: 0 0 20px 0;
    text-align: center;
  }
  .conteudo_texto{
    float: inherit;
    width: 100%;
    text-align: center;
  }
  .paginas_conteudo{
    padding: 10px 0 60px 0;
  }
}
@media screen and (max-width: 480px){
  .blog_centro{
    margin-top: -45px;
  }
  #blog_desktop .item{
    display: none;
  }
  #blog_tablet .item{
    display: none;
  }
  #blog_mobile .item{
    display: block;
  }
}
