#mainNav .nav-link{
    text-align: center;
    line-height: 1.2;
}
@media (min-width: 992px){
    #mainNav .nav-link{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 1.15;
    }

    #mainNav .menu-break{
        display: block !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 991.98px){
    #mainNav .nav-link{
        display: block;
        text-align: left;
    }

    #mainNav .menu-break{
        display: inline !important;
        margin-left: 4px;
    }
}
.site-header-logo {
    height: 55px;
    width: auto;
    image-rendering: auto; /* Fallback (pode até remover se quiser) */
    image-rendering: high-quality; /* A regra que vai valer nos browsers modernos */
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}
.page-header {
    margin: 0;
}
.top-imprensa-link{
	color: #222;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	line-height: 1;
}

.top-imprensa-link:hover{
	color: #0d6efd;
	text-decoration: none;
}
.img-capa-noticia{
    height: 260px;
    object-fit: cover;
    display: block;
}
.logo-footer {
    filter: brightness(0) invert(1);
    max-width: 150px;
}
.noticia-thumb-link {
    display: block;
}

.noticia-thumb-img,
.noticia-thumb-placeholder {
    width: 100%;
    height: 260px;
    display: block;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.noticia-thumb-img {
    object-fit: cover;
    object-position: center;
}

.noticia-thumb-placeholder {
    background: linear-gradient(135deg, #f5f7fa 0%, #e9eef5 100%);
    color: #7a8699;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.noticia-thumb-placeholder-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255,255,255,.85);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #98a6b8;
    box-shadow: 0 4px 12px rgba(0,0,0,.06);
}

.noticia-thumb-placeholder span {
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: .2px;
}

.blog-posts .card-body {
    min-height: 250px;
}

.blog-posts .card h4 a {
    color: inherit;
}

.blog-posts .card h4 a:hover {
    color: var(--bs-primary, #0d6efd);
}

@media (max-width: 991.98px) {
    .noticia-thumb-img,
    .noticia-thumb-placeholder {
        height: 230px;
    }
}

@media (max-width: 575.98px) {
    .noticia-thumb-img,
    .noticia-thumb-placeholder {
        height: 210px;
    }
}
.sc-select {
    width: 100%;
	border: 1px solid #dce4ef;
	border-radius: 14px;
	padding: 14px 16px;
	font-size: .98rem;
	background: #fff;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg fill='%232f78c9' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
}

.sc-select:focus {
    outline: none;
    border-color: #2f78c9;
    box-shadow: 0 0 0 4px rgba(47, 120, 201, 0.12);
}

.sc-select:hover {
    border-color: #b8c5d6;
}
@media (max-width: 576px) {
    .sc-select {
        height: 44px;
        font-size: 0.9rem;
    }
}
/* PAGINACAO */
.pagination .page-link {
    min-width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #0d6efd;
    background: #fff;
    transition: all .2s ease;
}

.pagination .page-link:hover {
    transform: translateY(-2px);
    background: #f8f9fa;
    color: #0a58ca;
}

.pagination .page-item.active .page-link,
.pagination .page-link.active-page {
    background: var(--bs-primary, #0d6efd);
    color: #fff;
}

.pagination .page-link.page-link-nav {
    background: #fff;
}

.pagination .page-item.disabled .page-link {
    opacity: .5;
    pointer-events: none;
}
.pagination .page-link {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
}