.n24-page.busca {
  max-width: 1240px;
  margin: 20px auto 60px;
  padding: 0 20px;
}
.n24-page.busca>header{
  display: flex;
  flex-direction: column;
}
.n24-page.busca>header>h2{
 font-size: 20px;
 line-height: 26px;
 letter-spacing: 0.22px;
 color: var(--pretoPadrao);
}
.n24-page.busca>header>h3{
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.22px;
  color: var(--pretoPadrao);
  font-weight: 700;
  text-transform: capitalize;
 }

.n24-chamadaHorizontal a > figure {
  width: 250px;
  height: 180px;
}
.n24-chamadaHorizontal a > figure > img {
  width: 250px;
  height: 180px;
  border-radius: 6px;
  object-fit: cover;

}
.n24-chamadaHorizontal a {
  display: flex;
  align-items: center;
  gap: 26px;
}
.n24-chamadaHorizontal a > .n24-ultimas-infos {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.n24-chamadaHorizontal a > .n24-ultimas-infos > span {
  position: relative;
  font-family: "Jakarta-Bold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 1px 7px 2px 7px;
  width: fit-content;
}

.n24-chamadaHorizontal a:hover > .n24-ultimas-infos > span {
  background-color: #e51d35;
  transition: ease 0.5s;
  color: #ffffff;
}

.n24-chamadaHorizontal a > .n24-ultimas-infos > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 18px;
  background-color: #e51d35;
}
.n24-chamadaHorizontal a > .n24-ultimas-infos > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.n24-chamadaHorizontal a > .n24-ultimas-infos > div > h2 {
  font-family: "Jakarta-Bold", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #1c1c1c;
}
.n24-chamadaHorizontal a:hover > .n24-ultimas-infos > div > h2 {
  text-decoration: underline;
}
.n24-chamadaHorizontal a > .n24-ultimas-infos > div > h3 {
  font-family: "Jakarta-Regular", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #575757;
}
.n24-categoryPagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.n24-categoryPagination > button {
  width: 100%;
  border-radius: 27px;
  display: flex;
  padding:13px 0px 12px 0px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  background: #E31837;
  border: 1px solid #E31837;
  cursor: pointer;
}
.n24-categoryPagination > button:hover {
  background-color: #FFFFFF;
  color: #E31837;
}
.n24-categoryPagination button.active{
  background-color: #FFFFFF;
  color: #E31837;
}

@media (max-width: 768px) {
  .n24-page.busca {
    margin: 150px auto 30px;
    padding: 0 20px;
  }
  .n24-chamadaHorizontal a > figure {
    width: 100%;
    height: 169.34px;
  }
    .n24-chamadaHorizontal a > figure img {
    width: 100%;
    height: 100%;
  }
  .n24-chamadaHorizontal a {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 15.66px;
  }
  .n24-chamadaHorizontal a > .n24-ultimas-infos {
    gap: 12px;
  }
  .n24-chamadaHorizontal a > .n24-ultimas-infos > div {
    gap: 0px;
  }
  .n24-chamadaHorizontal a > .n24-ultimas-infos > div > h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .n24-chamadaHorizontal a > .n24-ultimas-infos > div > h3 {
    display: none;
  }
    .n24-categoryPagination {
    padding:0px 20px;
  }
}
