@media (max-width: 767px){
  main{
    padding: 0 10px;
  }
}


.adsTopo{
  float: left;
  width: 100%;
}
.post{
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 2px 2px 2px 2px #f4f4f4;
  margin-bottom: 30px;
}
.post-imagem{
  float: left;
  width: 100%;
}
.post-info{
  float: left;
  width: 100%;
  padding: 10px 15px;
}
.post-dados{
  float: left;
  width: 100%;
}
.post-categorias{
  float: left;
  width: 100%;
}
.post-categoriaLink{
  float: left;
  padding: 0 5px;
  color: #FFFFFF;
  font-size: 13px;
}

.post-numeros{
  float: left;
  margin-left: 30px;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 0;
}

.post-numeros{
  line-height: 1.2;
}

@media (max-width: 767px){
  .post-numeros{
    margin-left: 0;
  }
}

.post-numeros i{
  position: relative;
  width: 20px;
  height: 15px;
  font-size: 15px;
  padding-right: 3px;
  text-align: center;
}

.post-numeros i.material-icons:before{
  font-family: 'Material Icons';
  content: '\e916';
  position: relative;
  font-size: 15px;
}


.post-titulo{
  float: left;
  width: 100%;
  font-size: 22px;
  line-height: 1.2;
  padding: 7px 0;
}
.post-resumo{
  float: left;
  width: 100%;
  font-size: 15px;
}


.categoria01{ background: var(--corLogo); border-radius: 5px;}
.categoria02{ background: #f70a5e; }
.post-categoriaAutor {
  padding: 4px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
}


.topPosts{
  float: left;
  width: 100%;
}
.topPosts-bloco{
  float: left;
  width: 100%;
  padding: 15px;
  background: #FFFFFF;
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px 2px #f4f4f4;
}
.topPosts-img{
  width: 74px;
  float: left;
}
.topPosts-img img{
  width: 74px;
}
.topPosts-titulo{
  float: left;
  width: calc(100% - 74px);
  font-size: 15px;
  padding-left: 10px;
  line-height: 1.2;
}

@media (max-width: 767px){
  .topPosts{
    margin-top: 10px;
  }
}

.adsCentral{
  margin-top: 30px;
  margin-bottom: 30px;
}
.postMini{
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 2px 2px 2px 2px #f4f4f4;
  margin-bottom: 30px;
  position: relative;
}
.postMini-img{
  float: left;
  width: 300px;
}
.postMini-infos{
  float: left;
  padding: 3px 15px 10px;
  width: calc(100% - 300px);
}
.postMini-titulo{
  float: left;
  width: 100%;
  font-size: 22px;
  line-height: 1.2;
  padding: 7px 0;
  color: #000000;
  font-weight: 500;
}
.postMini-resumo{
  float: left;
  width: 100%;
  font-size: 15px;
}
.postMini .post-numeros{
  margin-left: 0;
}

@media (min-width: 768px) and (max-width: 1023px){
  .postMini{
    padding-bottom: 30px;
  }
  .postMini-img{
    width: 220px;
  }
  .postMini-infos{
    width: calc(100% - 220px);
  }
  .postMini .post-categorias{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
  }
}
@media (max-width: 767px){
  .postMini-img{
    width: 100%;
  }
  .postMini-img img{
    width: 100%;
  }
  .postMini-infos{
    width: 100%;
  }
  .postMini-titulo{
    font-size: 18px;
  }
  .post-categorias{
    margin-top: 10px;
  }
}

.sidebar{
  float: left;
  width: 100%;
}

.sidebar-box{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.sidebar-img{
  float: left;
  width: 100%;
  position: relative;
}
.sidebar-textos{
  position: absolute;
  bottom: 0;
  bottom: 0;
  color: #d0d0d0;
  padding: 20px;

  width: 100%;
}
.sidebar-t1{
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.sidebar-t2{
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px){
  .sidebar{
    margin-top: 15px;
  }
  .sidebar-img img{
    width: 100%;
  }
}

.categorias{
  float: left;
  width: 100%;
}
.categorias-title{
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 24px;
}

.categorias-ul{
  float: left;
  width: 100%;
}
.categorias-li{
  float: left;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.categorias-a{
  float: left;
  width: 100%;
  padding-left: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 19px;
  position: relative;
}
.categorias-a:before{
  font-family: 'Material Icons';
  content: '\e5c8';
  line-height: 0;

  position: absolute;
  left: 0;
  top: 50%;
}
.categorias-a:hover{
  background: #f2f2f2;
}

.botaoNext{
  float: left;
  width: 100%;
  border: 3px solid #d3d3d3;
  height: 55px;
  font-size: 20px;
}
.botaoNext span{
  padding-right: 10px;
}
.botaoNext:hover{
  background: #f2f2f2;
}



.infosPost{
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.busca{
  float: left;
  width: 100%;
  margin-top: 10px;
  padding: 0px;
}
.busca-t1{
  float: left;
  width: 100%;
  font-size: 18px;
}
.busca-input{
  float: left;
  width: calc(100% - 110px);
  height: 40px;
}
.busca-botao{
  float: right;
  height: 40px;
  width: 100px;
  background: #3d2854;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
}
.busca-botao:hover{
  background: #795f95;
}


.mostraCodigo{
  float: left;
  width: 100%;
  font-size: 14px;
  word-wrap: break-word;
  margin-bottom: 30px;
  background: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}
