.espacos-title {
  margin-bottom: 64px;;
}
.swiper-fotos {
    height: 570px;
}
  .card-swiper-foto{
    height: 512px;
  }

  .card-swiper-foto img {
    height: 512px !important;
    width: 100% !important;
    border-radius: 10px !important;
    transition: 0.35s !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }



  .swiper-pagination .swiper-pagination-bullet {
    border-radius: 10px !important;
    background: #D9D9D9 !important;
    width: 10px !important;
    height: 10px !important;
    opacity: 1 !important;
  }

  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #005357 !important;
  }

.text-container h1 {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.375;
}

.posts-wrapper {
    margin: 10px auto 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.card-item {
    width: 50%;
}
.post-grid-item {
    position: relative;
    border-radius: 20px;
}
.text-container {
    display: flex;
    height: 260px;
    justify-content: flex-end;
    flex-direction: column;
}
.permalink-icon{
    position: absolute;
    width: 35px;
    height: 35px;
    right: 30px;
    bottom: 25px;
}
.blogSubText {
    text-transform: uppercase;
    font-weight: 500;
}

.espacos-card {
    width: 420px; 
    margin-right: 22px;
}

.espacos-card:last-of-type {
    margin-right: 0;
}

@media (max-width: 1366px) {
  .espacos-card-title a {
    font-size: 18px !important;
  }
}
@media (max-width: 999px) { 
  .espacos-title {
    margin-bottom: 16px;;
  }
}
@media (max-width: 576px) { 
    .card-item {
        width: 100%;
    }

    .swiper-fotos {
      height: 300px;
    }
    .card-swiper-foto{
      height: 250px;
    }
  
    .card-swiper-foto img {
      height: 250px !important;
    }
    .swiper-pagination {
      display: none
    }
    .card-swiper-foto img {
      filter: none ;
    }
}