.ul-catalogo {
  background: url(../img/blogs.jpg) no-repeat center center;
}
.titulo-banner p {
  font-size: clamp(38px, 1.05vw, 18px);
  color: white;
  font-weight: 100;
  margin-top: clamp(5px, 0.42vw, 8px);
  font-family: var(--font-quicksand);
  font-style: italic;
}
.card-img-top {
  height: 320px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.card {
  display: flex;
  flex-direction: column;
  border: none;
  box-shadow: none !important;
}
.card-body {
  flex: 1 1 auto;
  background-color: #f8f9fa;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 1.35rem;
}
@media (min-width: 1200px) {
  .blog-section {
    max-width: 1700px;
  }
  .fs-5 {
    font-size: 1.4rem !important;
}
  .card .card-img-top {
    height: 350px;
  }
  .card-body {
    padding: 1.75rem;
    font-size: 1.05rem;
  }
  .card-title {
    font-size: 1.35rem;
  }
}
.date-badge {
  background-color: rgb(59, 71, 105) !important;
  border-radius: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.card-title {
  font-weight: 700;
  font-family: var(--font-quicksand);
}
.linha-decorativa {
  height: 2px;
  width: 100%;
  background-color: rgb(59, 71, 105);
  border-radius: 1px;
}
.card-body a.text-decoration-none {
  font-family: var(--font-quicksand);
  font-size: 1.1rem;
  font-weight: 400;
  color: rgb(0, 0, 0) !important;
}
.seta-blog {
  width: 26px;
  height: 28px;
  object-fit: contain;
}
