/* =========================
   NOTÍCIAS - BASE
========================= */

.noticia-detalhe-section,
.fique-por-dentro-section {
    background: #f3f3f3;
}

.titulo-fique,
.titulo-fique-home,
.titulo-detalhe-noticia,
.titulo-noticia {
    color: #163f67;
    font-weight: 700;
    line-height: 1.2;
}

.titulo-fique,
.titulo-fique-home {
    font-size: clamp(2rem, 3vw, 3rem);
}

.titulo-detalhe-noticia,
.titulo-noticia {
    font-size: clamp(2rem, 3vw, 3.1rem);
    max-width: 1100px;
    margin: 0 auto;
}


/* =========================
   LISTAGEM / CARDS
========================= */

.card-noticia,
.card-noticia-home {
    background: #fff;
    border: none;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.card-noticia-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.img-card-noticia,
.img-card-noticia-home {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.card-noticia-body,
.card-noticia-home-body {
    padding: 1rem 1rem 1.2rem;
}

.card-noticia-titulo,
.card-noticia-home-titulo {
    color: #163f67;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.75rem;
}

.card-noticia-resumo,
.card-noticia-home-resumo {
    color: #425a70;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.card-noticia-mais,
.card-noticia-home-mais {
    color: #163f67;
    font-weight: 700;
    text-align: right;
}

.btn-ver-todas-noticias {
    display: inline-block;
    padding: 0.9rem 1.8rem;
    background: #3b82bd;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
}

.btn-ver-todas-noticias:hover {
    color: #fff;
    opacity: 0.92;
}

.texto-vazio-noticias {
    color: #425a70;
    font-size: 1rem;
}


/* =========================
   DETALHE DA NOTÍCIA
========================= */

.noticia-topo {
    margin-bottom: 3rem;
}

.img-topo-noticia {
    width: 100%;
    max-height: 510px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 0;
}

.texto-noticia {
    color: #234766;
    font-size: 1.12rem;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 2rem;
}

.noticia-texto-livre {
    max-width: 1200px;
    margin: 0 auto;
}

.img-secundaria-noticia {
    width: 100%;
    max-width: 430px;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}


/* =========================
   PDF
========================= */

.pdf-embed-box {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.pdf-embed {
    width: 100%;
    height: 520px;
    border: none;
    display: block;
}


/* =========================
   BOTÕES
========================= */

.btn-link-noticia {
    display: inline-block;
    padding: 0.8rem 1.4rem;
    background: #3b82bd;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    transition: 0.2s ease;
}

.btn-link-noticia:hover {
    color: #fff;
    opacity: 0.92;
}

.btn-voltar-noticia {
    display: inline-block;
    padding: 0.7rem 1.3rem;
    background: #3b82bd;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    transition: 0.2s ease;
}

.btn-voltar-noticia:hover {
    color: #fff;
    opacity: 0.92;
}

.btn-voltar-flutuante {
    position: fixed;
    left: 10px;
    bottom: 15px;
    z-index: 1200;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.3rem;
    background: #3b82bd;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.btn-voltar-flutuante:hover {
    color: #fff;
    opacity: 0.92;
}


/* =========================
   LAYOUTS ESPECÍFICOS
========================= */

/* Duas colunas */
.noticia-duas-colunas .col-lg-6 {
    align-self: start;
}

/* Texto + imagem */
.noticia-texto-imagem .col-lg-6 {
    align-self: start;
}


/* =========================
   RESPONSIVO
========================= */

@media (max-width: 991.98px) {
    .img-topo-noticia {
        height: 300px;
    }

    .texto-noticia {
        font-size: 1.03rem;
        line-height: 1.72;
    }

    .pdf-embed {
        height: 460px;
    }
}

@media (max-width: 767.98px) {
    .img-card-noticia,
    .img-card-noticia-home {
        height: 210px;
    }

    .titulo-detalhe-noticia,
    .titulo-noticia {
        font-size: 1.8rem;
    }

    .img-topo-noticia {
        height: 220px;
    }

    .texto-noticia {
        font-size: 0.98rem;
        line-height: 1.65;
        margin-bottom: 1.5rem;
    }

    .img-secundaria-noticia {
        max-width: 100%;
    }

    .pdf-embed {
        height: 360px;
    }

    .btn-voltar-flutuante {
        left: 14px;
        bottom: 18px;
        padding: 0.7rem 1rem;
        font-size: 0.95rem;
    }
}
/*numeracao noticias*/

/* =========================
   BENEFÍCIOS ESTILIZADOS
========================= */
/* =========================
   BENEFÍCIOS ESTILIZADOS
========================= */

.bloco-beneficio {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 28px;
}

.numero-beneficio {
    min-width: 64px;
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1;
    color: #3b82bd;
    background: #eaf3fb;
    border-radius: 12px;
    padding: 10px 12px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(59, 130, 189, 0.12);
}

.texto-beneficio p {
    margin: 0;
    color: #234766;
    font-size: 1.08rem;
    line-height: 1.7;
}

@media (max-width: 767.98px) {
    .bloco-beneficio {
        gap: 12px;
        margin-bottom: 22px;
    }

    .numero-beneficio {
        min-width: 52px;
        font-size: 2rem;
        padding: 8px 10px;
    }

    .texto-beneficio p {
        font-size: 0.98rem;
        line-height: 1.6;
    }
}
.reveal-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-visible {
    opacity: 1;
    transform: translateY(0);
}
