.topoHome{
  text-align: center;
}
.topoHome-box{
  float: left;
  width: 100%;
  background: #f2f2f2;
  border-radius: 15px;
  padding: 50px;
}
.topoHome-t1{
  float: left;
  width: 100%;
  font-size: 26px;
  color: #000000;
  font-weight: 500;
  line-height: 1.3;
}
.topoHome-t2{
  float: left;
  width: 100%;
  font-size: 18px;
  padding-top: 25px;
}

.topoHome-continue{
  display: inline-block;
  padding-top: 15px;
  color: #3e4fcf;
  position: relative;
  padding-right: 32px;
  margin-top: 35px;
}
.topoHome-continue:before{
  font-family: 'Material Icons';
  content: '\e941';
  position: absolute;
  top: 10px;
  right: 3px;
  font-size: 24px;
}
.topoHome-continue:hover{
  text-decoration: underline;
}
@media (max-width: 767px){
  .topoHome{
    margin-top: 20px;
  }
  .topoHome-box{
    margin-bottom: 40px;
  }
}
.categoriaHome{
  margin-top: 70px;
}
.categoriaHome-box{
  float: left;
  width: 100%;
  border: 2px solid #f2f2f2;
  padding: 20px 10px;
  border-radius: 15px;
  text-align: center;
}
@media (max-width: 767px){
  .categoriaHome-box{
    margin-bottom: 25px;
  }
}
.categoriaHome-t1{
  float: left;
  width: 100%;
  font-size: 17px;
  color: #000000;
  font-weight: 500;
}
.categoriaHome-t2{
  float: left;
  width: 100%;
}
.categoriaHome-box:hover{
  border: 2px solid #e5e5e5;
}


.postagens{
  margin-top: 100px;
}
.postagens-notop{
  margin-top: 0;
}
.categoriaTitle{
  float: left;
  width: 100%;
  font-size: 26px;
  color: #000000;
  font-weight: 600;
  padding-top: 20px;
  margin-top: 25px;
  position: relative;
  margin-bottom: 35px;
}
.categoriaTitle:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #f2f2f2;
  border-radius: 3px;
}
.categoriaTitle:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 25%;
  background: linear-gradient(to left, #f2f2f2, var(--corSite));
  border-radius: 3px;
  opacity: 0.75;
}
.bloco2{
  float: left;
  width: 100%;
  border-radius: 5px;
}
@media (max-width: 767px){
  .bloco2{
    margin-bottom: 80px;
  }
}
.bloco2-img{
  float: left;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #f2f2f2;
}
.bloco2-title{
  float: left;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  padding-top: 15px;
  padding-bottom: 8px;
}
.bloco2-contexto{
  float: left;
  width: 100%;
}
.bloco2-continue{
  float: left;
  padding-top: 15px;
  color: #3e4fcf;
  position: relative;
  padding-right: 32px;
}
.bloco2-continue:before{
  font-family: 'Material Icons';
  content: '\e941';
  position: absolute;
  top: 10px;
  right: 3px;
  font-size: 24px;
}
.bloco2-continue:hover{
  text-decoration: underline;
}

.categoriasSite {
  float: left;
  width: 100%;
  padding: 10px;
}

.categoriasSite-link {
  float: left;
  font-size: 18px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}

.categoriasSite-link:before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--corSite);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}

.categoriasSite-link:hover {
  text-decoration: underline;
  color: #000000;
}
