body {
  background-color: #f4f4f4;
}
section.banner {
  position: relative;
  padding-bottom: 0;
}
section.banner .bg-black {
  background-color: #000;
  -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 75%);
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 75%);
  height: 482px;
  width: 100%;
}
section.banner a{
  text-decoration: none!important;
}
section.banner .bg-black p.blog-red {
  color:  #c90c0f;
  font-size: 1rem;
  font-weight: bold;
}
section.banner .bg-black h2 {
  color: #fff;
  font-weight: bold;
}
section.banner .bg-black p{
  color: #fff;
  padding-top: 8px;
}
section.banner small {
  color: #fff;
}

section.banner div.img img{
  -webkit-box-shadow: 0px 2px 5px 0px rgb(189 189 189 / 75%);
  -moz-box-shadow: 0px 2px 5px 0px rgb(189 189 189 / 75%);
  box-shadow: 0px 2px 5px 0px rgb(189 189 189 / 75%);  
}
section.cards .card {
  width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgb(189 189 189 / 75%);
  -moz-box-shadow: 0px 2px 5px 0px rgb(189 189 189 / 75%);
  box-shadow: 0px 2px 5px 0px rgb(189 189 189 / 75%);
}
/* Cards da listagem: mesma altura na linha + corpo em coluna */
section.cards .noticia-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
section.cards .noticia-card__media {
  display: block;
  flex-shrink: 0;
  overflow: hidden;
}
section.cards .noticia-card__media .card-img-top,
section.cards .noticia-card .card-img-top {
  border-radius: 0;
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
section.cards .noticia-card__date small {
  color: #6c757d;
}
section.cards .noticia-card a {
  color: #212529;
  text-decoration: none;
}
section.cards .noticia-card__titulo {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.35;
}
section.cards .noticia-card__titulo a:hover {
  color: #c90c0f;
}
section.cards .noticia-card__tags {
  margin-bottom: 0.75rem;
  line-height: 1.45;
  color: #495057;
}
section.cards .noticia-card__tags-label {
  color: #6c757d;
  font-weight: 600;
  margin-right: 0.25rem;
}
section.cards .noticia-card__resumo {
  min-height: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #212529;
}
section.cards .noticia-card__acoes {
  flex-shrink: 0;
}
section.cards .noticia-card .btn-ler-mais {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #c90c0f;
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  border: 2px solid #a00a0d;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  min-height: 2.75rem;
  min-width: 9rem;
  width: auto;
  max-width: 100%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
section.cards .noticia-card .btn-ler-mais:hover {
  background-color: #b90606;
  color: #fff !important;
  border-color: #8f080b;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}
section.cards .noticia-card .btn-ler-mais:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(201, 12, 15, 0.45), 0 2px 4px rgba(0, 0, 0, 0.18);
}
section.cards .noticia-card .btn-ler-mais:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
section.cards .card a{
  color: #212529;
  text-decoration: none;
}
section.cards .card img {
  border-radius: 0;
}
section.cards .card .card-body h4 {
  font-size: 1.2rem;
  font-weight: 500;
}
section.cards .card .card-body button {
  background-color:  #c90c0f;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  font-size: 1rem;
  width: 25%;
}
section.cards .card .card-body button:hover {
  background-color:  #b90606;
}
section.buttons .paginas {
  background-color: #f4f4f4;
  width: 40%;
  border-radius: 8px;
  font-size: 1.2rem;
}
section.buttons .paginas button {
  border: none;
  background-color: transparent;
}
.pagination {
  display: inline-flex;
}
.page-link {
  color:  #c90c0f;
}
.page-link:hover {
  color:  #c90c0f;
}
.active > .page-link,
.page-link.active {
  background-color:  #db080c;
  border-color:  #db080c;
  color: #ffffff;
}
a#outras-noticias {
  border: none;
  background-color:  #c90c0f;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  width: 280px;
  height: 40px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 1rem;
}
a#outras-noticias:hover {
  background-color:  #c90c0f;
}

@media (max-width: 1399.98px) {
  section.banner .bg-black  {
    height: 354px;
  }
}

@media (max-width: 1199.98px) {

  section.banner .bg-black  {
    height: 297px;
  }

  section.banner .bg-black h2 {
    font-size: 30px;
  }
  section.cards .card .card-body button {
    width: 30%;
  }
  section.cards .noticia-card .btn-ler-mais {
    min-width: 8.5rem;
    padding: 0.6rem 1.5rem;
  }
  section.buttons .paginas {
    width: 60%;
  }
}

@media (max-width: 1079.98px) {

  section.banner .bg-black  {
  }
}
@media (max-width: 991.98px) {
  section.banner div.img img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  section.banner .bg-black {
    height: auto;
    width: 100%;
  }
  section.banner .bg-black h2 {
    font-size: 1.4rem;
  }
  section.cards .card .card-body button {
    font-size: 0.8rem;
    width: 35%;
  }
  section.cards .noticia-card .btn-ler-mais {
    font-size: 0.85rem;
    min-width: 7.75rem;
    padding: 0.55rem 1.35rem;
    min-height: 2.5rem;
  }
  section.banner small {
    font-size: 0.7rem;
  }
  section.banner .bg-black p {
    font-size: 0.8rem;
  }
  section.cards .card .card-body h4,
  section.cards .noticia-card__titulo {
    font-size: 1.4rem;
  }
  section.buttons .paginas {
    width: 90%;
  }
  section.buttons .paginas {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  section.banner {
    position: static;
  }
  section.banner .bg-black h2 {
    font-size: 1.8rem;
  }
  section.banner small {
    font-size: 0.9rem;
  }
  section.banner .bg-black {
    height: auto;
    width: 100%;
    position: static;
    right: 0%;
  }
  section.buttons .paginas {
    background-color: transparent;
    width: 26%;
    border-radius: 8px;
    margin: 0 auto;
    font-size: 1.2rem;
  }
}
@media (max-width: 575.98px) {
  section.banner {
    position: static;
  }
  section.cards .card .card-body button {
    font-size: 0.9rem;
    width: 39%;
  }
  section.cards .noticia-card .btn-ler-mais {
    font-size: 0.9rem;
    min-width: 8rem;
    padding: 0.6rem 1.5rem;
  }
  section.buttons .paginas {
    width: 50%;
    margin: 0 auto;
  }
}
