.grid-posts, .grid-posts-bot {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin: 32px 0;
  gap: 16px;
}
.grid-posts .post-item, .grid-posts-bot  .post-item {
  grid-column: span 3;
  background: #fff;
  border-radius: 15px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .grid-posts .post-item, .grid-posts-bot  .post-item {
    margin-left: 48px;
    padding: 24px 24px 24px 90px;
    min-height: 148px;
  }
}
.grid-posts .post-item .post-thumb, .grid-posts-bot  .post-item .post-thumb {
  height: 182px;
  background-position: center center;
  background-size: cover;
  border-radius: 15px 15px 0 0;
  margin-top: -32px;
  margin-right: -32px;
  margin-left: -32px;
}
@media only screen and (max-width: 575px) {
  .grid-posts .post-item .post-thumb,.grid-posts-bot  .post-item .post-thumb {
    position: absolute;
    width: 109px;
    height: 96px;
    left: -48px;
    top: 24px;
    border-radius: 15px;
    box-shadow: 5px 10px 30px 0 rgba(50, 48, 17, 0.3);
    margin: 0;
  }
}
.grid-posts .post-item .post-category, .grid-posts-bot  .post-item .post-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #000;
}
.grid-posts .post-item .post-category.post-category-empty, .grid-posts-bot  .post-item .post-category.post-category-empty {
  justify-content: flex-end;
}
@media only screen and (max-width: 575px) {
  .grid-posts .post-item .post-category, .grid-posts-bot  .post-item .post-category  {
    margin-top: 0;
  }
}
.grid-posts .post-item .post-category .post-category-link, .grid-posts-bot  .post-item .post-category .post-category-link  {
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #000;
  transition: all 0.5s;
}
.grid-posts .post-item .post-category .post-category-link:hover, .grid-posts-bot .post-item .post-category .post-category-link:hover {
  color: var(--color-secundary);
}
.grid-posts .post-item .post-title, .grid-posts-bot .post-item .post-title {
  flex: 1;
  margin-bottom: 16px;
  width: 90%;
}
.grid-posts .post-item .post-title a, .grid-posts-bot .post-item .post-title a {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--color-secundary);
  display: block;
}
.grid-posts .post-item .post-title a:hover, .grid-posts-bot .post-item .post-title a:hover {
  color: #000;
}
.grid-posts .post-item .post-footer, .grid-posts-bot .post-item .post-footer{
  font-size: 9px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #7b7b7b;
  text-transform: uppercase;
}
.grid-posts .post-item .post-footer .no-upper,.grid-posts-bot .post-item .post-footer .no-upper {
  text-transform: none;
}
.grid-posts .post-item .post-footer a, .grid-posts-bot .post-item .post-footer a {
  text-transform: none;
  color: #7b7b7b;
}
.grid-posts .post-item .post-footer a:hover,.grid-posts-bot .post-item .post-footer a:hover  {
  color: #000;
}
.grid-posts .post-item:nth-child(1) {
  grid-column: 1/8;
  grid-row: 1/3;
  padding: 64px;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .grid-posts .post-item:nth-child(1) {
    grid-row: 1;
    grid-column: 1/13;
  }
}
@media only screen and (max-width: 575px) {
  .grid-posts .post-item:nth-child(1) {
    grid-column: 1/13;
    margin-left: 0;
  }
}
.grid-posts .post-item:nth-child(1) .post-thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  margin: 0;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .grid-posts .post-item:nth-child(1) .post-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 15px;
    box-shadow: none;
  }
}
.grid-posts .post-item:nth-child(1)::after {
  content: "";
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  z-index: 2;
}
.grid-posts .post-item:nth-child(1) .post-category {
  z-index: 3;
  font-size: 12px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #fff;
}
.grid-posts .post-item:nth-child(1) .post-category .post-category-link {
  font-size: 12px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #fff;
}
.grid-posts .post-item:nth-child(1) .post-category .post-category-link:hover {
  color: var(--color-secundary);
}
.grid-posts .post-item:nth-child(1) .post-category .favorite-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  margin: 48px;
}
.grid-posts .post-item:nth-child(1) .post-category .favorite-button .favorite {
  background-image: url("../img/icone-favorito-branco.svg");
}
.grid-posts .post-item:nth-child(1) .post-category .favorite-button .favorite:hover {
  background-image: url("../img/icone-favorito-oliva.svg");
}
.grid-posts .post-item:nth-child(1) .post-title {
  width: 60%;
  z-index: 3;
  flex: none;
  margin-bottom: 48px;
}
@media only screen and (max-width: 575px) {
  .grid-posts .post-item:nth-child(1) .post-title {
    width: 80%;
  }
}
.grid-posts .post-item:nth-child(1) .post-title a {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.2px;
  color: #fff;
}
.grid-posts .post-item:nth-child(1) .post-title a:hover {
  color: var(--color-secundary);
}
.grid-posts .post-item:nth-child(1) .post-footer {
  font-size: 9px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #fff;
  z-index: 3;
}
.grid-posts .post-item:nth-child(1) .post-footer a {
  color: #fff;
}
.grid-posts .post-item:nth-child(1) .post-footer a:hover {
  color: var(--color-secundary);
}
.grid-posts .post-item:nth-child(2) {
  grid-column: 8/13;
  background: #000;
  padding: 42px;
}
@media only screen and (max-width: 991px) {
  .grid-posts .post-item:nth-child(2) {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 575px) {
  .grid-posts .post-item:nth-child(2) {
    grid-column: 1/13;
    margin-left: 0;
  }
}
.grid-posts .post-item:nth-child(2) .post-thumb {
  display: none;
}
.grid-posts .post-item:nth-child(2) .post-category {
  margin-top: 0;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  color: var(--color-secundary);
}
.grid-posts .post-item:nth-child(2) .post-category .post-category-link {
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  color: var(--color-secundary);
}
.grid-posts .post-item:nth-child(2) .post-category .post-category-link:hover {
  color: #fff;
}
.grid-posts .post-item:nth-child(2) .post-category .favorite-button .favorite {
  background-image: url("../img/icone-favorito-branco.svg");
}
.grid-posts .post-item:nth-child(2) .post-category .favorite-button .favorite:hover {
  background-image: url("../img/icone-favorito-oliva.svg");
}
.grid-posts .post-item:nth-child(2) .post-title {
  width: 80%;
}
.grid-posts .post-item:nth-child(2) .post-title a {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
}
.grid-posts .post-item:nth-child(2) .post-title a:hover {
  color: var(--color-secundary);
}
.grid-posts .post-item:nth-child(2) .post-footer {
  color: rgba(255, 255, 255, 0.6);
}
.grid-posts .post-item:nth-child(2) .post-footer a {
  color: rgba(255, 255, 255, 0.6);
}
.grid-posts .post-item:nth-child(2) .post-footer a:hover {
  color: #fff;
}
.grid-posts .post-item:nth-child(3) {
  grid-column: 8/13;
  background: var(--color-secundary);
  padding: 42px;
}
@media only screen and (max-width: 991px) {
  .grid-posts .post-item:nth-child(3) {
    grid-column: 7/13;
  }
}
@media only screen and (max-width: 575px) {
  .grid-posts .post-item:nth-child(3) {
    grid-column: 1/13;
    margin-left: 0;
  }
}
.grid-posts .post-item:nth-child(3) .post-thumb {
  display: none;
}
.grid-posts .post-item:nth-child(3) .post-category {
  margin-top: 0;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #000;
}
.grid-posts .post-item:nth-child(3) .post-category .post-category-link {
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #000;
}
.grid-posts .post-item:nth-child(3) .post-category .post-category-link:hover {
  color: #fff;
}
.grid-posts .post-item:nth-child(3) .post-category .favorite-button .favorite {
  background-image: url("../img/icone-favorito-branco.svg");
}
.grid-posts .post-item:nth-child(3) .post-category .favorite-button .favorite:hover {
  background-image: url("../img/icone-favorito-branco-2.svg");
}
.grid-posts .post-item:nth-child(3) .post-title {
  width: 80%;
}
.grid-posts .post-item:nth-child(3) .post-title a {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
}
.grid-posts .post-item:nth-child(3) .post-title a:hover {
  color: #000;
}
.grid-posts .post-item:nth-child(3) .post-footer {
  color: rgba(255, 255, 255, 0.6);
}
.grid-posts .post-item:nth-child(3) .post-footer a {
  color: rgba(255, 255, 255, 0.6);
}
.grid-posts .post-item:nth-child(3) .post-footer a:hover {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .grid-posts .post-item, .grid-posts-bot .post-item {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 767px) {
  .grid-posts .post-item, .grid-posts-bot .post-item , .grid-posts-bot .post-item  {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 575px) {
  .grid-posts .post-item, .grid-posts-bot .post-item {
    grid-column: 1/13;
  }
}