.noticia, .single-noticia{
    font-family: 'open sans';
}
.noticia .banner-topo{
  height: 487px;
  background-size:cover; 
  background-position:center; 
  border-radius: 20px;
}

.noticia .banner-topo .info-banner{
  padding: 135px;
  padding-top: 200px;
  color:#fff;
}

.noticia .banner-topo .info-banner h1,
.noticia .banner-topo .info-banner p{
  width: 35%;
    font-size: 70px;
    font-weight: 700;
}
.noticia .paginacao-noticias{
    display: flex;
    justify-content: center;

}
.paginacao-noticias {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;    /* estava 16px */
  margin-top: 24px;
  font-size: 16px;
}
.btn-filter {
  border-radius: 999px;
  border: 1px solid #d2d7e3;
  background-color: #ffffff;
  color: #0f2345;
  padding: 6px 14px;
  font-size: 0.9rem;
  cursor: pointer;
  white-space: nowrap;
}

/* cor padrão para "Todas" (que não tem data-color) */
.btn-filter.active {
  background-color: #16a1c3;
  color: #ffffff;
  border-color: #16a1c3;
}

.noticia .paginacao-noticias .btn{
    color: var(--color-black-80, rgba(0, 0, 0, 0.80));
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.noticia .paginacao-noticias .pg-btn.page-start
.noticia .paginacao-noticias .btn.active{
    border-color: transparent;
    color: #E43470;
}
.noticia #selecaomesfull{
    height: 43px;
}
.single-noticia .btn-default{
    padding: 7.5px 20px 8.5px 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 33554400px;
    background: #0072BC;
    width: fit-content;
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
    text-decoration: none;
}
.campanhas .description, .single-noticia .description{
    font-size: 20px;
    width: 100%;
    overflow-wrap: break-word;
}
.single-noticia{
    font-family: 'Open Sans';
}
.single-noticia .banner-topo img{
    border-radius: 20px;
    width: auto;
    max-height: 500px;
}
.single-noticia .conteudo {
    font-size: 20px;
}

.single-noticia .titulo2{
    color: #E43470;
    font-weight: 700;
}
.single-noticia p{
    font-weight: 400;
    font-size: 18px;
}

/* ------- RESPONSIVO (MOBILE) ------- */

@media (max-width: 768px) {
  .noticia .topo{
    padding: 0 20px;
  }

  .noticia .banner-topo{
    height: auto; /* deixa crescer conforme o conteúdo */
    padding-bottom: 40px;
  }

  .noticia .banner-topo .info-banner{
    padding: 40px 20px; /* muito mais leve */
  }

  .noticia .banner-topo .info-banner h1,
  .noticia .banner-topo .info-banner p{
    width: 100% !important; /* ocupa a largura do mobile */
  }

  .noticia .banner-topo .info-banner h1{
    font-size: 28px;
    line-height: 1.2;
  }

  .noticia .banner-topo .info-banner p{
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .noticia .noticia-itens .card{
    height: 350px !important;
    margin-bottom: 1rem;
  }
  .noticia .col-filter-noticia{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
}

/* ------- RESPONSIVO (TELAS MUITO PEQUENAS) ------- */

@media (max-width: 480px) {
  .noticia .banner-topo .info-banner{
    padding: 30px 15px;
  }

  .noticia .banner-topo .info-banner h1{
    font-size: 24px;
  }

  .noticia .banner-topo .info-banner p{
    font-size: 15px;
  }
}

/* .noticia-itens{
  height: 535px;
} */

.noticia-itens .card{
  width: 100% !important;
  height: 500px !important;
}

.noticia-itens .btn-ver-noticia{
  position: relative;
  bottom: 55px;
  left: 15%;
}

.noticia-itens .btn-ver-noticia button{
  background-color: #E43470 !important;
}

.noticia-itens .carousel-indicators [data-bs-target]{
  background-color: #E43470;
}

.noticia-itens .seta-saiba-mais{
  background-color: #fefaf7;
  border-radius: 34px 0 0 0;
  width: 86px;
  height: 86px;
  position: relative;
  bottom: 85px;
  left: 235px;
  display: block;
}
.noticia-itens .btn-noticia{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 60px;
    min-height: 60px;
    background: #fff;
    padding: 14px;
    border-radius: 32px 0 0 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.noticia-itens .btn-noticia img{
    width: 20px;
    height: 20px;
}
@media (min-width:1200px) and (max-width: 1400px) {
  .noticia-itens .seta-saiba-mais{
    left: 170px !important;
  }
}

@media (min-width:992px) and (max-width: 1200px) {
  .noticia-itens .seta-saiba-mais{
    left: 125px !important;
  }
}

@media (max-width: 992px) {
  .noticia-itens .seta-saiba-mais{
    left: 355px !important;
  }
}

.noticia-itens .seta-saiba-mais img{
  margin: 25px;
}

.noticia-itens .carousel-item span{
  border-radius: 25px;
  border: #FFFFFF solid 1px;
  color: #FFFFFF;
  padding: 7px 15px;
  font-size: 15px;

}

.noticia-itens .conteudo-card-noticia{
      height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
}

.noticia-itens .conteudo-card-noticia h5{
  font-size: 24px;
}

.noticia-itens .conteudo-card-noticia p{
  font-size: 18px;
}

.noticia .btn-filter{
    border-radius: 6.75px;
    border: 1px solid  #E5E5E5;
    background: #FFF;
    color:  rgba(0, 0, 0, 0.80);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height:  17.5px; /* 109.375% */
    padding: 12px;
}

.noticia .btn-filter.active{
    background-color: #33ADC8;
    color: #FFF;
}
/* container da imagem */
.noticia-card-thumb {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

/* imagem ocupa todo o container */
.noticia-card-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

/* badge da categoria (opcional, topo esquerdo) */
.noticia-card-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: #ff6ba3;   /* ajusta depois por categoria */
  color: #fff;
}

/* bolha branca com a seta, DENTRO da imagem */
.noticia-card-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 24px;
}

img.img-card-noticia{
height: 280px;
object-fit: cover;

}

.noticia-card-arrow img {
  display: block;
  width: 40%;
}

/* título e data embaixo */
.noticia-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #1e2432;
}

.noticia-card-date {
  font-size: 13px;
  color: #6c757d;
}


.single-noticia-header {
  margin-bottom: 1.5rem;
}

.single-noticia-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0f2345; /* ajusta para o azul do identity */
}

.single-noticia-share-label {
  margin-right: 0.5rem;
}

.single-noticia-share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  color: #0f2345;
}

.single-noticia-share-icon:hover {
  background-color: rgba(15, 35, 69, 0.06);
}

.single-noticia-hero img {
  border-radius: 24px; /* deixa redondinho igual o mock */
}

.single-noticia-date {
  margin-top: 0.5rem;
}
.single-noticia-relacionadas {
  position: relative;
}

.single-noticia-relacionadas .slick-prev,
.single-noticia-relacionadas .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0,0,0,0.12);

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  cursor: pointer;
}

.single-noticia-relacionadas .slick-prev {
  left: -16px;   /* ajusta conforme o layout */
}

.single-noticia-relacionadas .slick-next {
  right: -16px;
}
.noticia-card{
margin: 20px;
}
/* Botões redondos brancos com sombra */
.single-noticia-relacionadas .slick-prev,
.single-noticia-relacionadas .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0,0,0,0.12);

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  cursor: pointer;
}

/* Botões redondos brancos com sombra */
.single-noticia-relacionadas .slick-prev,
.single-noticia-relacionadas .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0,0,0,0.12);

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  cursor: pointer;
}

/* posição esquerda/direita */
.single-noticia-relacionadas .slick-prev { left: -16px; }
.single-noticia-relacionadas .slick-next { right: -16px; }

/* tira qualquer ícone padrão de outros slicks */
.single-noticia-relacionadas .slick-prev:before,
.single-noticia-relacionadas .slick-next:before {
  content: '';
}

/* desenha as setas que você quer */
.single-noticia-relacionadas .slick-prev::after,
.single-noticia-relacionadas .slick-next::after {
  font-size: 18px;
  line-height: 1;
  color: #0f2345; /* ou o rosa/azul do layout */
  font-weight: 700;
}

.single-noticia-relacionadas .slick-prev::after {
  content: '‹';
}

.single-noticia-relacionadas .slick-next::after {
  content: '›';
}

/* mobile: esconde as setas, já tinha algo parecido */
@media (max-width: 768px) {
  .single-noticia-relacionadas .slick-prev,
  .single-noticia-relacionadas .slick-next {
    display: none !important;
  }
}
.single-noticia-links h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f2345;
}

.noticia-link-pill {
  background: #ffffff;
  border-radius: 999px;
  border: 1px solid #e0e4ee;
  text-decoration: none;
  color: #0f2345;
  font-size: 0.95rem;
  font-weight: 500;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.noticia-link-pill i {
  font-size: 0.9rem;
}

.noticia-link-pill:hover {
  background: #f5f7fb;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transform: translateY(-1px);
}

.paginacao-noticias {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  font-size: 16px;
}

.paginacao-noticias .pg-btn {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: #333;        /* cor padrão */
}
.paginacao-noticias .pg-btn.page-start,
.paginacao-noticias .pg-btn.page-end {
  font-weight: 700;
  color: var(--color-black-80, rgba(0,0,0,0.80));
}

/* quando estiverem "ativos" (página 1 ou última) */
.paginacao-noticias .pg-btn.page-start.active,
.paginacao-noticias .pg-btn.page-end.active {
  color: #e51c4a;   /* mesmo rosa da página */
}

.paginacao-noticias .pg-btn.page-number.active {
  color: #e51c4a;
  font-weight: 700;
}

.paginacao-noticias .pg-ellipsis {
  margin: 0 4px;
}


div.single-noticia-hero > img{
height: 400px;
object-fit: cover;
}