#posts-categoria {
  margin: 150px auto;
  max-width: 1280px;
}

#posts-categoria .categoria p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #454545;
}

#posts-categoria .categoria h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  color: #00CB13;
}

#posts-categoria .container {
  margin: 71px auto;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post-card {
  margin: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 336px;
  height: 390px;
  -webkit-box-shadow: -1px 4px 9px -3px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 4px 9px -3px rgba(0, 0, 0, 0.3);
}

.post-card .post-text {
  margin-top: 12px;
  width: 300px;
  text-align: start;
}

.post-card .post-text .post-categoria {
  margin-left: 30px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #00CB13;
  margin-bottom: 8px;
}

.post-card .post-text .post-titulo {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #454545;
  margin-top: 5px;
  margin-left: 30px;
}

.post-card .post-text .post-conteudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 13px;
  color: #292929;
  margin-top: 12px;
  margin-left: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-card .post-img {
  width: 100%;
  height: 170px;
  overflow: hidden;
}

.post-card .post-img img {
  width: 100%;
}

.post-card .post-footer {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #818181;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.post-card .post-footer button {
  width: 84px;
  height: 29px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  border: 0.5px solid #828181;
  background: none;
  color: #828181;
}
/*# sourceMappingURL=blog-categoria.css.map */