.news-overlay{
    filter: blur(6px);
    pointer-events: none; /* impede clicar/copiar */
    user-select: none;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 999;
}
.modal-reservado {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    background: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;

    width: 400px;
    max-width: 90%;

    z-index: 1000;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
}
.btn-assinar {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 20px;
    background: #4c6c8b;
    color: white;
    text-decoration: none;
    border-radius: 8px;
}
.hide{
    display: none;
}
.text-justify{
    text-align: justify;
}
.navbar {
    --bs-navbar-hover-color: #4c6c8b;
}
.header-top {
    background: #1068B2;
}
.main-home-destaks{
    margin-top: -20px;
    background: #f5f5f5;
}
.news-list .img-wrapper img{
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}
.news-list-item{
    display: flex;
}
.img-wrapper{
    flex: 0 0 120px;
}
.destaque-section{
    background-color: #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mega-menu-imagens img{
    height: 125px !important;
    object-fit: cover;
}
.panel-imagens img{
    height: 180px;
    object-fit: cover;
}
.panel-ultimasNoticias img{
    height: 150px;
    object-fit: cover;
}
.panel-entrevista img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.text-limit-2{
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-limit-3{
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.no-image {
    width: 100px;
    height: 70px;
    display: block;
}
.no-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.no-image-placeholder {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b5b5b5;
}
.grid-item:hover h5 a {
    color: #4c6c8b !important;
}
.comment-form .form-control{
    padding: .375rem .75rem !important;
}
.quemsomos-jornalista img{
    width: 345px;
    height: 500px;
    object-fit: cover;
    border-radius: 6px;
}
/* Galeria */
.thumb {
    cursor: pointer;
    opacity: .85;
    transition: .2s;
}
.thumb:hover {
    opacity: 1;
    transform: scale(1.05);
}
.thumb-wrapper {
    width: 100%;
    aspect-ratio: 4 / 3;   /* padrão moderno */
    overflow: hidden;
    border-radius: 6px;
    background-color: #f2f2f2;
}
.thumb-wrapper img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumb-charge img {
    cursor: pointer;
}
/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background-color: rgba(0,0,0,0.8);
    align-items: center;
    justify-content: center;
}
.modal-content {
    max-width: 90vw;   /* no máximo 90% da largura da tela */
    max-height: 90vh;  /* no máximo 90% da altura da tela */
    width: auto;
    height: auto;
    object-fit: contain;
}
/* Botão fechar */
.modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}
/* Navegação */
.prev, .next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    padding: 16px;
    user-select: none;
}
.prev { left: 20px; }
.next { right: 20px; }
.prev:hover, .next:hover {
    color: #ccc;
}
/* Publicidade */
.banner-topo {
    width: 728px;
    height: 90px;
    object-fit: cover;
}
.banner-corpo {
    width: 728px;
    height: 90px;
    object-fit: cover;
}
.banner-lateral {
    width: 320px;
    height: 270px;
    object-fit: cover;
}