.body-blog-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-bottom: 24px;
  width: 100%;
}

.blog-main-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.blog-main-descript {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blog-main-container {
  display: flex;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;

  border-radius: 24px 0 0 24px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1),
    0 1px 4px 0 rgba(12, 12, 13, 0.05);
}

.blog-main-title-descript {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.blog-main-title-descript span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  align-self: stretch;

  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
}

.blog-button-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.blog-main-image {
  align-self: stretch;
}

.blog-main-image img {
  width: 500px;
  height: 100%;
  max-height: 380px;
  object-fit: cover;
  border-radius: 0 24px 24px 0;
}

.blog-rest-recente {
  margin-bottom: 24px;
}

.blog-rest-filter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 24px;
  padding: 24px 0;
}

.blog-rest-icon-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.blog-rest-icon-title h2 {
  color: #333;
  font-size: 28px;
  font-weight: 600;
}

.blog-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  justify-content: center;
  max-width: 1280px;
  padding-top: 48px;
}

.blog-pagination-card-long {
  display: flex;
  height: 48px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 8px;
  border: 1px solid #eee;
  background: #fff;
}

.blog-pagination-card {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  padding: 1px 16px;
  align-items: center;
  font-size: 15px;
  border-radius: 99px;
  border: 1px solid #eee;
  background: #fff;
  gap: 10px;
}

.blog-pagination-card.active {
  background-color: #3877C9;
  color: #fff;
}

.blog-pagination-card-long.active {
  background-color: #3877C9;
  color: #fff;
}

.b-disable {
  color: #999;
  background: #ddd !important;
}

.blog-pagination-card:hover,
.blog-pagination-card-long:hover:not(:nth-child(1)) {
  color: #fff;
  background: var(--botao-primario);
}

.blog-pagination-card-long.b-disable:hover {
  color: #999;
}

.b-hoverpage:hover {
  background: var(--botao-primario);
}

.b-hoverpage:hover {
  color: #fff !important;
}

.p-blog {
  padding: 24px 48px 48px 48px !important;
}

#blog-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 colunas iguais */
  gap: 24px;
  /* O mesmo espaçamento que o container original */
  align-self: stretch;
  width: 100%;
}

.bread-social-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.social-boxs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.social {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;

  border-radius: 99px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05);
}

.social svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.body-blog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 24px;
}

.body-blog span {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.blogv-title-descript {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.blog-l-descript {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.blog-l-descript h3 {
  color: #333;
  font-size: 20px;
  font-weight: 400;
}

.blog-dot-descript {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.other-blog-content {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.blog-title-switcher-containter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.blog-icon-title h2 {
  color: #333;
  font-size: 24px;
  font-weight: 600;
}

.blog-icon-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.blog-switch-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.switcher {
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;

  border-radius: 99px;
  background: #3877C9;
}

.inactive {
  opacity: 30%;
}

.blog-articles-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 24px;
  align-self: stretch;
  width: 100%;
}

.blog-article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1),
    0 1px 4px 0 rgba(12, 12, 13, 0.05);
}

.blog-article img {
  height: 200px;
  align-self: stretch;
  width: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.blog-article,
.blog-main-container {
  display: block;
}


.article-box {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

.article-title-descript {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.article-title-descript span {
  color: #333;
  font-size: 16px;
  font-weight: 400;

  overflow: hidden;
  text-overflow: ellipsis;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
}

.article-title-descript h3 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
}

.article-date-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.article-date-button p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.article-date-button button,
.blog-button-date button {
  display: flex;
  padding: 8px 24px;
  flex-direction: column;
  align-items: flex-start;

  border: none;
  border-radius: 8px;
  background-color: var(--botao-primario);

  color: #fff;
  font-size: 16px;
  font-weight: 400;
}



@media (max-width: 840px) {
  .bread-social-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .p-blog {
    padding: 24px 24px !important;
  }

  .blog-articles-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-main-content {
    flex-direction: column;
  }

  .blog-main-container {
    border-radius: 24px;
    padding: 24px;
  }

  .blog-main-image {
    display: none;
  }

}

@media (max-width: 480px) {

  .p-blog {
    padding: 16px 16px !important;
  }

  .blog-articles-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .blog-rest-icon-title h2 {
    font-size: 24px;
  }

  .blog-rest-filter {
    flex-direction: column;
  }
  

}