/* ==========================================================================
 * EG News - CSS Consolidado de Módulos da Home (portal-modules.min.css)
 * Gerado automaticamente para substituir os 19 blocos <style> inline dispersos.
 * ========================================================================== */

/* Tag / Badge Padrão do Portal EGNews (Pill vermelha com texto branco) */
.category-pill {
    display: inline-block;
    background: #e11d48 !important;
    color: #ffffff !important;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    letter-spacing: normal;
}

/* --- Módulo: banner-brasil-colunistas.php (1 bloco(s)) --- */
/* ============================
   BLOCO COLUNISTAS / BLOGS
============================= */

        /* Fundo + overlay continuam iguais */
        .section-colunistas {
            position: relative;
            background: #000 url("images/bg-camara.jpg") center center / cover no-repeat;
            color: #f9fafb;
            overflow: hidden;
        }

        .section-colunistas::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.75);
        }

        .section-colunistas>.container {
            position: relative;
            z-index: 1;
        }

        /* TÍTULO */
        .col-header {
            border-bottom: 1px solid rgba(255, 255, 255, 0.25);
            padding-bottom: 6px;
        }

        .col-title {
            font-size: 1.3rem;
            font-weight: 800;
            letter-spacing: .08em;
            text-transform: uppercase;
            margin-right: 12px;
        }

        .col-line {
            height: 1px;
            background: rgba(255, 255, 255, 0.4);
        }

        @media (min-width: 992px) {
            .col-lg-7th {
                flex: 0 0 14.285714%;
                max-width: 14.285714%;
            }
        }

        /* CARD COLUNISTA */
        .col-card {
            padding: 16px 10px 10px;
            border-radius: 12px;
            background: rgba(0, 0, 0, 0.55);
            border: 1px solid rgba(255, 255, 255, 0.06);
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .col-photo {
            width: 88px;
            height: 88px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 10px;
            border: 3px solid rgba(255, 255, 255, 0.6);
        }

        .col-column-name {
            font-size: 0.95rem;
            font-weight: 800;
            color: #38bdf8;
            margin-bottom: 2px;
        }

        .col-author {
            font-size: 0.8rem;
            font-weight: 600;
            color: #e5e7eb;
            margin-bottom: 6px;
        }

        .col-summary {
            font-size: 0.85rem;
            color: #d1d5db;
            margin-bottom: 0;
        }

        /* CONTROLES DO CAROUSEL */
        .section-colunistas .carousel-control-prev,
        .section-colunistas .carousel-control-next {
            width: 8%;
            z-index: 3;
            /* fica acima do overlay */
        }

        .section-colunistas .carousel-control-prev-icon,
        .section-colunistas .carousel-control-next-icon {
            filter: invert(1);
            /* deixa o ícone branco */
            background-size: 70% 70%;
        }

        /* Responsivo */
        @media (max-width: 767.98px) {
            .col-card {
                padding: 16px 16px 14px;
            }

            .col-photo {
                width: 90px;
                height: 90px;
            }
        }

/* --- Módulo: banner-hero-apos.php (1 bloco(s)) --- */
/* Bloco 02 – Destaques */
        .section-destaques img {
            display: block;
        }

        /* Destaque grande da esquerda */
        .sd-main-card {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            background: #000;
        }

        .sd-main-card img {
            width: 100%;
            height: 360px;
            object-fit: cover;
        }

        .sd-main-overlay {
            position: absolute;
            inset: auto 0 0 0;
            padding: 18px 20px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
            color: #fff;
        }

        .sd-main-title {
            font-size: clamp(1.4rem, 2.2vw, 2rem);
            font-weight: 800;
            margin-top: 8px;
        }

        /* Indicadores do carousel desse bloco */
        .section-destaques .sd-indicators {
            position: static;
            margin-top: 12px;
            justify-content: center;
            gap: 8px;
        }

        .section-destaques .sd-indicators [data-bs-target] {
            width: 9px;
            height: 9px;
            border-radius: 999px;
            background-color: #d1d5db;
            border: 0;
            opacity: 1;
        }

        .section-destaques .sd-indicators .active {
            width: 24px;
            background-color: #0066cc;
        }

        /* Mini lista de chamadas abaixo do destaque */
        .sd-mini-list .sd-mini-cat {
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            color: #0066cc;
        }

        .sd-mini-list .sd-mini-title {
            font-size: 0.88rem;
            font-weight: 600;
            margin: 2px 0 0;
            color: #111827;
        }

        /* Cards do meio */
        .sd-side-card {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            height: 170px;
            background: #000;
        }

        .sd-side-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .sd-side-overlay {
            position: absolute;
            inset: auto 0 0 0;
            padding: 14px 14px 16px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
            color: #fff;
        }

        .sd-side-title {
            font-size: 0.95rem;
            font-weight: 700;
            margin-top: 6px;
        }

        /* Mais lidas */
        .sd-mais-lidas {
            background: #fafafa;
            border-left: 4px solid #e11d48;
            padding: 18px 18px 6px;
            border-radius: 8px;
        }

        .sd-mais-item {
            padding: 10px 0;
            border-bottom: 1px solid #e5e7eb;
        }

        .sd-mais-item:last-child {
            border-bottom: none;
        }

        .sd-num {
            font-size: 2rem;
            font-weight: 700;
            color: #d1d5db;
            line-height: 1;
        }

        .sd-cat {
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            color: #e11d48;
        }

        .sd-title {
            font-size: 0.95rem;
            font-weight: 600;
            color: #111827;
        }

        /* Responsivo */
        @media (max-width: 991.98px) {
            .sd-mais-lidas {
                margin-top: 10px;
            }
        }

        @media (max-width: 767.98px) {
            .sd-main-card img {
                height: 260px;
            }
        }

/* --- Módulo: banner-ride-brasilia.php (1 bloco(s)) --- */
/* ============================
   BLOCO MUNDO
============================= */

        .section-mundo {
            background: #ffffff;
        }

        /* Título */
        .mundo-title {
            font-size: 1.6rem;
            font-weight: 900;
            color: #e11d48;
            text-transform: uppercase;
        }

        .mundo-line {
            height: 4px;
            width: 40px;
            background: #e11d48;
            display: inline-block;
        }

        /* Cards com foto */
        .mundo-photo-card {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            background: #000;
        }

        .mundo-photo-card img {
            width: 100%;
            height: 220px;
            object-fit: cover;
        }

        .mundo-photo-overlay {
            position: absolute;
            inset: auto 0 0 0;
            padding: 16px;
            background: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, .1));
            color: #fff;
        }

        .mundo-photo-title {
            font-size: 0.95rem;
            font-weight: 800;
            margin-top: 6px;
        }

        /* Cards sem foto */
        .mundo-text-card {
            padding: 10px 5px;
            border-bottom: 1px solid #e5e7eb;
        }

        .mundo-text-title {
            font-size: 0.95rem;
            font-weight: 800;
            margin-top: 4px;
        }

        /* Tag padrão */
        /* .category-pill {
            display: inline-block;
            background: #e11d48;
            color: #fff;
            padding: 4px 10px;
            font-size: 0.7rem;
            border-radius: 50px;
            text-transform: uppercase;
            font-weight: 700;
        } */

        /* Responsivo */
        @media (max-width: 575px) {
            .mundo-photo-card img {
                height: 180px;
            }
        }

/* --- Módulo: banners-meio.php (1 bloco(s)) --- */
/* BLOCO RADAR – fundo preto */
        .section-radar {
            background: #111111;
            color: #f9fafb;
            padding: 40px 0;
        }

        /* Cabeçalho */
        .radar-header {
            color: #f9fafb;
        }

        .radar-avatar img {
            width: 58px;
            height: 58px;
            border-radius: 50%;
            object-fit: cover;
        }

        .radar-title {
            font-size: 1.4rem;
            font-weight: 800;
            letter-spacing: .05em;
        }

        .radar-subtitle {
            font-size: 0.85rem;
            color: #9ca3af;
        }

        .radar-divider {
            border-color: #374151;
            opacity: 1;
        }

        /* Destaque principal */
        .radar-main-card {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            background: #000;
        }

        .radar-main-card img {
            width: 100%;
            height: 320px;
            object-fit: cover;
            display: block;
        }

        .radar-main-overlay {
            position: absolute;
            inset: auto 0 0 0;
            padding: 16px 18px 20px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
        }

        .radar-main-title {
            font-size: clamp(1.3rem, 2vw, 1.7rem);
            font-weight: 800;
            margin-top: 8px;
        }

        /* Tag amarela */
        .radar-tag {
            display: inline-block;
            font-size: 0.7rem;
            text-transform: uppercase;
            font-weight: 700;
            color: #facc15;
        }

        /* Cards pequenos à direita */
        .radar-mini-card {
            gap: 10px;
        }

        .radar-mini-thumb img {
            width: 90px;
            height: 60px;
            border-radius: 4px;
            object-fit: cover;
        }

        .radar-mini-body {
            flex: 1;
        }

        .radar-mini-title {
            font-size: 0.86rem;
            font-weight: 600;
            margin-top: 2px;
            color: #e5e7eb;
        }

        /* Lista de textos */
        .radar-list-item {
            padding: 10px 0;
            border-top: 1px solid #27272f;
        }

        .radar-list-item:first-child {
            border-top: none;
        }

        .radar-list-title {
            font-size: 0.95rem;
            font-weight: 600;
            margin-top: 3px;
            color: #f9fafb;
        }

        /* Responsivo */
        @media (max-width: 991.98px) {
            .radar-main-card img {
                height: 260px;
            }

            .section-radar {
                padding: 30px 0;
            }
        }

        @media (max-width: 575.98px) {
            .radar-mini-thumb img {
                width: 80px;
                height: 54px;
            }
        }

/* --- Módulo: brasil-destaques.php (1 bloco(s)) --- */
/* ============================
   PARLAMENTARES EM DESTAQUE
============================= */

        .section-parlamentares {
            background: #ffffff;
        }

        .parl-header {
            border-bottom: 1px solid #e5e7eb;
            padding-bottom: 6px;
            margin-bottom: 18px;
        }

        .parl-title {
            font-size: 1.8rem;
            font-weight: 900;
            text-transform: uppercase;
        }

        /* LISTA ESQUERDA */
        .parl-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .parl-item {
            display: flex;
            gap: 14px;
            padding: 10px 0;
            border-bottom: 1px solid #f1f5f9;
        }

        .parl-item:last-child {
            border-bottom: none;
        }

        .parl-avatar {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 90px;
        }

        .parl-avatar img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #e11d48;
            margin-bottom: 4px;
        }

        .parl-avatar-name {
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            color: #111827;
        }

        /* card central (thumb + texto) */
        .parl-card-main {
            flex: 1;
            display: flex;
            gap: 14px;
            align-items: center;
        }

        .parl-thumb img {
            width: 140px;
            height: 90px;
            border-radius: 8px;
            object-fit: cover;
            background: #e5e7eb;
        }

        .parl-text {
            flex: 1;
        }

        .parl-title-text {
            font-size: 0.98rem;
            font-weight: 800;
            margin-top: 4px;
            margin-bottom: 0;
            color: #111827;
            line-height: 1.25rem;
        }

        /* VÍDEO DIREITA */
        .parl-video-carousel {
            background: #111827;
            border-radius: 14px;
            padding: 10px;
            box-shadow: 0 12px 30px rgba(15, 23, 42, 0.4);
        }

        .parl-video-card {
            height: 600px;
            /* ajuste aqui para alinhar perfeitamente */
            border-radius: 10px;
            overflow: hidden;
            background: #000;
        }

        .parl-video-card .ratio {
            border-radius: 10px;
            overflow: hidden;
        }

        .parl-video-card video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* tornar controles visíveis em fundo escuro */
        .parl-video-carousel .carousel-control-prev,
        .parl-video-carousel .carousel-control-next {
            width: 8%;
        }

        .parl-video-carousel .carousel-control-prev-icon,
        .parl-video-carousel .carousel-control-next-icon {
            filter: invert(1);
        }

        /* RESPONSIVO */
        @media (max-width: 991.98px) {
            .parl-card-main {
                flex-direction: row;
                align-items: flex-start;
            }
        }

        @media (max-width: 767.98px) {
            .parl-item {
                flex-direction: row;
                align-items: flex-start;
            }

            .parl-thumb img {
                width: 120px;
                height: 80px;
            }

            .parl-video-carousel {
                margin-top: 10px;
            }
        }

/* --- Módulo: brasil-politico.php (1 bloco(s)) --- */
/* ============================
   BLOCO BRASIL
============================= */

        .section-brasil {
            background: #ffffff;
        }

        /* Título */
        .brasil-title {
            font-size: 1.6rem;
            font-weight: 900;
            color: #e11d48;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .brasil-line {
            width: 40px;
            height: 4px;
            background: #e11d48;
            display: inline-block;
        }

        /* Destaques grandes */
        .brasil-feature-card {
            position: relative;
            border-radius: 14px;
            overflow: hidden;
        }

        .brasil-feature-card img {
            width: 100%;
            height: 260px;
            object-fit: cover;
        }

        .brasil-feature-overlay {
            position: absolute;
            inset: auto 0 0 0;
            padding: 18px;
            background: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, .1));
            color: #fff;
        }

        .brasil-feature-title {
            margin-top: 8px;
            font-size: 1.1rem;
            font-weight: 800;
        }

        /* Lista de cards horizontais */
        .brasil-list-card {
            gap: 14px;
            padding-bottom: 16px;
            border-bottom: 1px solid #e5e7eb;
        }

        .brasil-list-card:last-child {
            border-bottom: none;
        }

        .brasil-list-thumb img {
            width: 130px;
            height: 95px;
            object-fit: cover;
            border-radius: 8px;
        }

        .brasil-list-title {
            font-size: 1rem;
            font-weight: 800;
            color: #111;
            margin-top: 4px;
        }

        /* Tag */
        /* .category-pill {
            background: #e11d48;
            color: #fff;
            padding: 3px 10px;
            border-radius: 50px;
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
        } */

        /* Responsivo */
        @media (max-width: 575px) {
            .brasil-feature-card img {
                height: 200px;
            }

            .brasil-list-thumb img {
                width: 110px;
                height: 80px;
            }
        }

/* --- Módulo: colunistas.php (1 bloco(s)) --- */
/* ============================
   BLOCO CLDF
============================= */

        .section-cldf {
            background: #ffffff;
        }

        /* Título */
        .cldf-title {
            font-size: 1.6rem;
            font-weight: 900;
            color: #e11d48;
            text-transform: uppercase;
            margin: 0 10px;
        }

        .cldf-line {
            height: 4px;
            width: 40px;
            background: #e11d48;
            display: inline-block;
        }

        /* Lista da esquerda */
        .cldf-list-card {
            gap: 12px;
            padding: 12px 0;
            border-bottom: 1px solid #e5e7eb;
        }

        .cldf-list-card-last {
            border-bottom: none;
        }

        .cldf-thumb img {
            width: 140px;
            height: 90px;
            object-fit: cover;
            border-radius: 6px;
        }

        .cldf-body {
            flex: 1;
        }

        .cldf-cat {
            font-size: 0.75rem;
            font-weight: 700;
            color: #e11d48;
            text-transform: uppercase;
        }

        .cldf-list-title {
            font-size: 1rem;
            font-weight: 800;
            margin-top: 4px;
            color: #111827;
        }

        /* Destaque da direita */
        .cldf-main-card {
            position: relative;
            border-radius: 14px;
            overflow: hidden;
            background: #000;
        }

        .cldf-main-card img {
            width: 100%;
            height: 380px;
            object-fit: cover;
            display: block;
        }

        .cldf-main-overlay {
            position: absolute;
            inset: auto 0 0 0;
            padding: 18px 20px 22px;
            background: linear-gradient(to top, rgba(0, 0, 0, .95), rgba(0, 0, 0, .15));
            color: #fff;
        }

        .cldf-main-title {
            margin-top: 10px;
            font-size: 1.4rem;
            font-weight: 900;
        }

        /* bolinhas do slider */
        .cldf-indicators {
            position: static;
            margin-top: 10px;
            justify-content: center;
            gap: 8px;
        }

        .cldf-indicators [data-bs-target] {
            width: 10px;
            height: 10px;
            border-radius: 999px;
            background-color: #d1d5db;
            border: 0;
            opacity: 1;
        }

        .cldf-indicators .active {
            width: 24px;
            background-color: #e11d48;
        }

        /* Responsivo */
        @media (max-width: 991.98px) {
            .cldf-main-card img {
                height: 300px;
            }
        }

        @media (max-width: 575.98px) {
            .cldf-list-card {
                align-items: flex-start;
            }

            .cldf-thumb img {
                width: 120px;
                height: 80px;
            }

            .cldf-main-card img {
                height: 240px;
            }
        }

/* --- Módulo: destaques.php (1 bloco(s)) --- */
.categoria-header-box {
                position: relative;
                padding-top: 40px;
            }

            .categoria-pill {
                display: inline-block;
                background: #2d2e97;
                /* Azul igual ao modelo */
                color: #fff;

                padding: 8px 30px;
                font-weight: 700;
                border-radius: 100px;
                font-size: 14px;
                position: absolute;
                top: -15px;
                /* Sobe a pílula */
                left: 20px;
                /* Ajuste horizontal */
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
            }

            .categoria-titulo {
                font-weight: 800;
                margin-top: 15px;
                font-size: 14px;
            }

/* --- Módulo: df-politico.php (1 bloco(s)) --- */
/* ============================
   BLOCO ENTORNO
============================= */

        .section-entorno {
            background: #ffffff;
        }

        /* Título */
        .entorno-title {
            font-size: 1.6rem;
            font-weight: 900;
            color: #e11d48;
            text-transform: uppercase;
            margin: 0;
        }

        .entorno-line {
            height: 4px;
            width: 40px;
            background: #e11d48;
            display: inline-block;
        }

        /* Destaque principal */
        .entorno-main-card {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            background: #000;
        }

        .entorno-main-card img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }

        .entorno-main-overlay {
            position: absolute;
            inset: auto 0 0 0;
            padding: 18px 18px 20px;
            background: linear-gradient(to top, rgba(0, 0, 0, .95), rgba(0, 0, 0, .1));
            color: #fff;
        }

        .entorno-main-title {
            font-size: 1.1rem;
            font-weight: 800;
            margin-top: 8px;
        }

        /* Dots do carousel */
        .entorno-indicators {
            position: static;
            margin-top: 10px;
            justify-content: center;
            gap: 8px;
        }

        .entorno-indicators [data-bs-target] {
            width: 9px;
            height: 9px;
            border-radius: 999px;
            background-color: #d1d5db;
            border: 0;
            opacity: 1;
        }

        .entorno-indicators .active {
            width: 24px;
            background-color: #e11d48;
        }

        /* Lista coluna do meio */
        .entorno-list {
            border-top: 1px solid #e5e7eb;
        }

        .entorno-item {
            gap: 12px;
            padding: 14px 0;
            border-bottom: 1px solid #e5e7eb;
        }

        .entorno-thumb img {
            width: 110px;
            height: 80px;
            object-fit: cover;
            border-radius: 6px;
        }

        .entorno-cat {
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            color: #e11d48;
        }

        .entorno-title-item {
            font-size: 0.95rem;
            font-weight: 800;
            margin-top: 4px;
            color: #111827;
        }
        /* Poll / Enquete */
        .entorno-poll {
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            padding: 26px 22px;
            text-align: center;
            background: #ffffff;
        }

        .entorno-poll-icon {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 1px solid #d1d5db;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 6px;
            font-weight: 700;
            color: #9ca3af;
        }

        .entorno-poll-title {
            font-size: 1.1rem;
            font-weight: 800;
            margin-bottom: 14px;
        }

        .entorno-poll-question {
            font-size: 0.98rem;
            color: #111827;
            margin-bottom: 22px;
        }

        .entorno-poll-btn {
            border: none;
            border-radius: 6px;
            padding: 10px 26px;
            background: #e5e7eb;
            color: #9ca3af;
            font-weight: 700;
            cursor: pointer;
        }

        /* Tag genérica (se ainda não tiver) */
        .category-pill {
            display: inline-block;
            background: #e11d48;
            color: #fff;
            padding: 4px 10px;
            border-radius: 50px;
            font-size: 0.7rem;
            text-transform: uppercase;
            font-weight: 700;
        }

        /* Responsivo */
        @media (max-width: 991.98px) {
            .entorno-main-card img {
                height: 220px;
            }

            .entorno-poll {
                margin-top: 10px;
            }
        }

        @media (max-width: 575.98px) {
            .entorno-main-card img {
                height: 200px;
            }
        }

/* --- Módulo: futebol.php (2 bloco(s)) --- */
.section-futebol {
            background-color: #f8fafc;
            border-top: 1px solid #e2e8f0;
            border-bottom: 1px solid #e2e8f0;
        }

        /* 1) Carrossel de Notícias */
        .futebol-news-card {
            border-radius: 16px;
            overflow: hidden;
            background: #0f172a;
            min-height: 420px;
        }
        .futebol-slide-wrapper {
            min-height: 420px;
            height: 100%;
            overflow: hidden;
            position: relative;
        }
        .futebol-slide-bg {
            width: 100%;
            height: 100%;
            min-height: 420px;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        .carousel-item.active .futebol-slide-bg {
            transform: scale(1.03);
        }
        .futebol-slide-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 30px 24px 24px;
            background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.65) 50%, transparent 100%);
            z-index: 2;
        }
        .futebol-slide-title {
            font-size: clamp(1.2rem, 2vw, 1.55rem);
            font-weight: 800;
            line-height: 1.25;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
        }
        .futebol-slide-title a:hover {
            color: #60a5fa !important;
            text-decoration: underline !important;
        }
        .futebol-ctrl-icon {
            width: 36px;
            height: 36px;
            background: rgba(15, 23, 42, 0.6);
            backdrop-filter: blur(4px);
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 0.85rem;
            transition: background 0.2s;
        }
        .carousel-control-prev:hover .futebol-ctrl-icon,
        .carousel-control-next:hover .futebol-ctrl-icon {
            background: rgba(239, 68, 68, 0.9);
        }

        /* 2) Cards de Tabela e Jogos */
        .futebol-box-card {
            background: #ffffff;
            border-radius: 16px;
            border: 1px solid #e2e8f0;
            min-height: 420px;
            transition: box-shadow 0.2s ease;
            overflow: hidden;
        }
        .futebol-box-card:hover {
            box-shadow: 0 10px 25px rgba(0,0,0,0.06) !important;
        }

        /* Badge / Logo do Brasileirão */
        .futebol-trophy-badge {
            width: 32px;
            height: 32px;
            min-width: 32px;
            min-height: 32px;
            max-width: 32px;
            max-height: 32px;
            border-radius: 8px;
            background: #fef3c7;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            padding: 2px;
            box-sizing: border-box;
        }
        .futebol-trophy-badge img {
            width: 100% !important;
            height: 100% !important;
            max-width: 28px !important;
            max-height: 28px !important;
            object-fit: contain !important;
            display: block !important;
            margin: 0 auto !important;
        }

        /* Tabela */
        .futebol-table-wrapper {
            background: #ffffff;
        }
        .futebol-table-scroll::-webkit-scrollbar {
            width: 5px;
        }
        .futebol-table-scroll::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 4px;
        }
        .futebol-table th {
            font-size: 0.72rem;
            color: #64748b;
            font-weight: 700;
            padding: 6px 4px;
        }
        .futebol-table td {
            padding: 6px 4px;
            vertical-align: middle;
        }
        .futebol-table-row:hover td {
            background: #f8fafc;
        }
        .futebol-pos-num {
            display: inline-block;
            width: 20px;
            height: 20px;
            line-height: 20px;
            border-radius: 6px;
            font-size: 0.72rem;
            font-weight: 700;
            color: #64748b;
            background: #f1f5f9;
            text-align: center;
        }
        .futebol-pos-num.pos-g4 {
            background: #10b981;
            color: #ffffff;
        }
        .futebol-pos-num.pos-z4 {
            background: #ef4444;
            color: #ffffff;
        }
        .futebol-team-shield {
            width: 20px !important;
            height: 20px !important;
            max-width: 20px !important;
            max-height: 20px !important;
            object-fit: contain !important;
            flex-shrink: 0;
            display: inline-block !important;
            margin: 0 !important;
        }
        .futebol-team-name {
            font-size: 0.8rem;
            font-weight: 600;
            color: #1e293b;
            max-width: 95px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .badge-dot {
            display: inline-block;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-right: 3px;
        }

        /* 3) Cards de Jogos */
        .futebol-match-card {
            background: #f4f5f7;
            border-radius: 12px;
            padding: 9px 12px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: transform 0.15s ease, background 0.15s ease;
        }
        .futebol-match-card:hover {
            background: #eef1f5;
            transform: translateY(-1px);
        }
        .match-team-col {
            width: 70px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        .match-shield-wrap {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .match-shield-img {
            width: 26px !important;
            height: 26px !important;
            max-width: 26px !important;
            max-height: 26px !important;
            object-fit: contain !important;
            display: block !important;
            margin: 0 auto !important;
        }
        .match-shield-fallback {
            font-size: 0.7rem;
            font-weight: 800;
            background: #cbd5e1;
            color: #1e293b;
            padding: 3px 5px;
            border-radius: 4px;
        }
        .match-team-name {
            font-size: 0.72rem;
            font-weight: 600;
            color: #334155;
            max-width: 68px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 3px;
            display: block;
        }
        .match-center-col {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-width: 70px;
        }
        .match-time {
            font-size: 0.95rem;
            font-weight: 800;
            color: #0f172a;
            line-height: 1.1;
        }
        .match-date {
            font-size: 0.68rem;
            color: #64748b;
            margin-top: 2px;
        }
        .match-score {
            font-size: 1.05rem;
            font-weight: 800;
            color: #0f172a;
        }
        .match-status-badge {
            font-size: 0.62rem;
            font-weight: 600;
            background: #e2e8f0;
            color: #475569;
            padding: 1px 5px;
            border-radius: 4px;
            margin-top: 2px;
        }
        .futebol-dots .futebol-dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #cbd5e1;
            border: none;
            padding: 0;
            transition: background 0.2s, width 0.2s;
        }
        .futebol-dots .futebol-dot.active {
            background: #475569;
            width: 8px;
            height: 8px;
        }
        .futebol-more-link {
            font-size: 0.72rem;
            font-weight: 600;
            color: #2563eb;
        }
        .futebol-more-link:hover {
            text-decoration: underline !important;
            color: #1d4ed8;
        }

/* ============================
   BLOCO HORÓSCOPO
============================= */
        .section-horoscopo {
            background: #000;
            /* fundo preto */
            border-top: none;
            border-bottom: none;
            padding: 40px 0;
        }


        .horoscopo-title {
            font-size: 1.2rem;
            font-weight: 800;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            margin-bottom: 4px;
        }

        .horoscopo-subtitle {
            font-size: 0.85rem;
            color: #6b7280;
        }

        .horoscopo-signos {
            gap: 14px;
        }

        .signo-item {
            background: transparent;
            border: none;
            text-align: center;
            cursor: pointer;
            padding: 6px 4px;
            min-width: 60px;
            transition: transform 0.15s ease, color 0.15s ease;
        }

        .signo-icon {
            display: block;
            font-size: 2rem;
            color: #f97373;
            /* tom coral */
            line-height: 1;
        }

        .signo-label {
            display: block;
            margin-top: 2px;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: .05em;
            text-transform: uppercase;
            color: #374151;
        }

        .signo-item:hover .signo-icon,
        .signo-item.active .signo-icon {
            transform: translateY(-3px);
        }

        .signo-item.active .signo-icon {
            color: #ef4444;
        }

        .signo-item.active .signo-label {
            color: #ef4444;
        }

        /* Box de resultado */
        .horoscopo-result {
            border-radius: 8px;
            padding: 16px 18px;
            background: #f9fafb;
            border: 1px solid #e5e7eb;
            font-size: 0.95rem;
        }

        .horoscopo-result h3 {
            font-size: 1rem;
            font-weight: 800;
            margin-bottom: 4px;
        }

        .horoscopo-result .horoscopo-date {
            font-size: 0.8rem;
            color: #9ca3af;
        }

        /* Responsivo */
        @media (max-width: 767.98px) {
            .horoscopo-signos {
                justify-content: center;
            }
        }

/* --- Módulo: grid-sem-foto.php (2 bloco(s)) --- */
/* ============================
   CLDF – ITENS SEM FOTO
============================= */
        /* ============================
   GRID DE MATÉRIAS SEM FOTO (5 colunas)
============================= */

        .section-noimg-grid {
            background: #fff;
        }

        /* 5 colunas reais no Bootstrap via class personalizada */
        .col-lg-2-4 {
            width: 20%;
        }

        @media (max-width: 992px) {
            .col-lg-2-4 {
                width: 50%;
            }
        }

        @media (max-width: 576px) {
            .col-lg-2-4 {
                width: 100%;
            }
        }

        /* CARD */
        .noimg-card {
            padding-right: 20px;
        }

        .noimg-cat {
            background: #e11d48;
            padding: 4px 14px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 700;
            color: #fff;
            display: inline-block;
            margin-bottom: 6px;
        }

        .noimg-title {
            font-size: 1rem;
            font-weight: 800;
            line-height: 1.3rem;
            color: #111827;
            margin-bottom: 6px;
            min-height: 40px;
        }

        .noimg-line {
            width: 100%;
            height: 1px;
            background: #e5e7eb;
            margin-top: 6px;
        }

/* ===============================
      VÍDEOS – FUNDO PRETO
================================ */
        .videos-section {
            background: #000;
            color: #fff;
        }

        .videos-title {
            font-size: 2.2rem;
            font-weight: 800;
        }

        .videos-title-line {
            width: 180px;
            height: 3px;
            background: #444;
            margin-top: 6px;
            margin-bottom: 25px;
            border-radius: 2px;
        }

        /* VÍDEO PRINCIPAL */
        .video-main {
            background: #111;
            padding: 10px;
            border-radius: 14px;
        }

        .video-main iframe {
            width: 100%;
            height: 430px;
            border-radius: 12px;
        }

        .video-main-title {
            font-size: 1.2rem;
            font-weight: 600;
            padding: 15px 5px 5px;
        }

        /* SIDEBAR */
        .video-sidebar {
            display: flex;
            flex-direction: column;
            gap: 18px;
        }

        .video-side-item {
            display: flex;
            background: #111;
            padding: 10px;
            border-radius: 14px;
            gap: 12px;
            transition: 0.2s;
            cursor: pointer;
        }

        .video-side-item:hover {
            background: #1a1a1a;
        }

        .video-thumb {
            width: 120px;
            height: 70px;
            object-fit: cover;
            border-radius: 10px;
        }

        .video-info {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .video-info p {
            font-size: 0.9rem;
            margin: 0;
            color: #ddd;
            line-height: 1.2rem;
        }

        .video-duration {
            background: rgba(255, 255, 255, 0.15);
            padding: 2px 8px;
            border-radius: 6px;
            font-size: 0.75rem;
            margin-bottom: 4px;
        }

        /* RESPONSIVO */
        @media (max-width: 768px) {
            .video-main iframe {
                height: 280px;
            }

            .video-side-item {
                flex-direction: row;
            }

            .video-thumb {
                width: 110px;
                height: 65px;
            }
        }

/* --- Módulo: header-styles.php (1 bloco(s)) --- */
:root {
            --primary-blue: #0066cc;
            --dark-blue: #004a99;
            --light-gray: #f5f5f7;
            --text-dark: #111827;
        }

        body {
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            background: #ffffff;
            color: var(--text-dark);
        }

        /* TOP BAR */
        .topbar {
            background: var(--dark-blue);
            color: #fff;
            font-size: 0.82rem;
            padding: 4px 0;
        }

        .topbar .location {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .topbar .location i {
            font-size: 0.9rem;
        }

        /* NAVBAR */
        .main-navbar {
            background: var(--primary-blue);
        }

        .main-navbar .navbar-brand {
            font-weight: 700;
            letter-spacing: .03em;
            text-transform: uppercase;
            color: #fff;
        }

        .main-navbar .navbar-brand span {
            font-weight: 300;
        }

        .main-navbar .nav-link {
            color: #e4efff;
            font-weight: 500;
            font-size: 0.92rem;
            text-transform: uppercase;
        }

        .main-navbar .nav-link:hover,
        .main-navbar .nav-link:focus,
        .main-navbar .nav-link.active {
            color: #ffffff;
        }

        .main-navbar .icon-btn {
            color: #e4efff;
            font-size: 1.1rem;
            margin-left: .75rem;
        }

        /* BREADCRUMB / FAIXA DE ÚLTIMAS NOTÍCIAS */
        .breaking-bar {
            display: flex;
            align-items: center;
            border-bottom: 1px solid #e5e7eb;
            font-size: 0.9rem;
            overflow: hidden;
            padding: 8px 0;
            color: #4b5563;
        }

        .breaking-bar strong {
            flex-shrink: 0;
            text-transform: uppercase;
            font-weight: 700;
            color: var(--primary-blue);
            margin-right: .4rem;
        }

        .divider-bar {
            flex-shrink: 0;
            color: #d1d5db;
            margin: 0 .35rem;
        }

        .breaking-viewport {
            flex: 1 1 auto;
            min-width: 0;
            overflow: hidden;
            -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
                    mask-image: linear-gradient(90deg, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
        }

        .breaking-track {
            display: inline-flex;
            align-items: center;
            white-space: nowrap;
            will-change: transform;
            animation: breaking-slide 45s linear infinite;
        }

        .breaking-viewport:hover .breaking-track {
            animation-play-state: paused;
        }

        .breaking-track a {
            color: inherit;
            text-decoration: none;
            padding: 0 .35rem;
        }

        .breaking-track a:hover {
            color: var(--primary-blue);
            text-decoration: underline;
        }

        .breaking-track .sep {
            color: #d1d5db;
            margin: 0 .9rem;
        }

        @keyframes breaking-slide {
            from { transform: translateX(0); }
            to   { transform: translateX(-50%); }
        }

        @media (prefers-reduced-motion: reduce) {
            .breaking-track { animation: none; }
        }

        /* CABEÇALHO DA MATÉRIA */
        .article-header {
            margin: 30px auto 24px;
            max-width: 980px;
        }

        .article-header .category-pill {
            display: inline-block;
            padding: 4px 14px;
            border-radius: 999px;
            background: #e0ecff;
            color: var(--primary-blue);
            font-weight: 700;
            font-size: 0.78rem;
            text-transform: uppercase;
            letter-spacing: .08em;
            margin-bottom: 10px;
        }

        .article-title {
            font-weight: 800;
            font-size: clamp(1.8rem, 3vw, 2.4rem);
            line-height: 1.2;
        }

        /* ========== HERO MODERNO ========== */
        .hero-wrapper {
            margin-bottom: 40px;
            margin-top: 16px;
        }
        .hero-grid {
            display: grid;
            grid-template-columns: 1fr 380px;
            gap: 18px;
        }
        @media (max-width: 991.98px) {
            .hero-grid { grid-template-columns: 1fr; }
        }

        /* Carrossel principal */
        .hero-main {
            position: relative;
            border-radius: 14px;
            overflow: hidden;
            background: #0a0a0a;
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
            min-height: 520px;
        }
        .hero-main .carousel,
        .hero-main .carousel-inner,
        .hero-main .carousel-item {
            height: 100%;
        }
        .hero-main .carousel-inner { min-height: 520px; }

        .hero-slide {
            position: relative;
            height: 520px;
            background: #111;
            overflow: hidden;
        }
        .hero-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 8s ease-out;
        }
        .hero-slide.active-anim img,
        .carousel-item.active .hero-slide img { transform: scale(1.06); }

        .hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top,
                rgba(0,0,0,0.92) 0%,
                rgba(0,0,0,0.65) 35%,
                rgba(0,0,0,0.15) 70%,
                rgba(0,0,0,0) 100%);
            display: flex;
            align-items: flex-end;
        }

        .hero-content {
            color: #fff;
            padding: 32px 36px 56px;
            width: 100%;
            max-width: 90%;
        }
        @media (max-width: 600px) {
            .hero-content { padding: 22px 18px 56px; }
        }

        .hero-tag {
            display: inline-block;
            padding: 5px 14px;
            border-radius: 4px;
            background: var(--eg-red, #e30613);
            color: #fff;
            font-size: 0.72rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .12em;
            margin-bottom: 14px;
            box-shadow: 0 2px 6px rgba(227,6,19,0.4);
        }
        .hero-title {
            font-size: clamp(1.4rem, 2.6vw, 2.2rem);
            font-weight: 800;
            line-height: 1.18;
            margin: 0 0 14px;
            color: #fff;
            text-shadow: 0 2px 12px rgba(0,0,0,0.5);
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .hero-meta {
            font-size: 0.82rem;
            color: rgba(255,255,255,0.85);
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }
        .hero-meta i { opacity: 0.8; }

        .hero-link {
            text-decoration: none;
            display: block;
            height: 100%;
        }
        .hero-link:hover .hero-title { color: #ffd54a; }

        /* Setas de navegacao */
        .hero-main .carousel-control-prev,
        .hero-main .carousel-control-next {
            width: 52px;
            opacity: 0;
            transition: opacity .25s;
            z-index: 5;
        }
        .hero-main:hover .carousel-control-prev,
        .hero-main:hover .carousel-control-next { opacity: 1; }
        .hero-main .carousel-control-prev-icon,
        .hero-main .carousel-control-next-icon {
            width: 44px; height: 44px;
            background-color: rgba(0,0,0,0.55);
            border-radius: 50%;
            background-size: 18px;
            backdrop-filter: blur(4px);
        }
        .hero-main .carousel-control-prev-icon:hover,
        .hero-main .carousel-control-next-icon:hover {
            background-color: var(--eg-primary, #0066cc);
        }

        /* Indicadores em barras */
        .hero-main .carousel-indicators {
            position: absolute;
            bottom: 18px;
            left: 36px;
            right: auto;
            margin: 0;
            justify-content: flex-start;
            gap: 6px;
        }
        .hero-main .carousel-indicators [data-bs-target] {
            width: 32px;
            height: 4px;
            border-radius: 2px;
            background-color: rgba(255,255,255,0.4);
            opacity: 1;
            border: 0;
            transition: background-color .2s, width .25s;
        }
        .hero-main .carousel-indicators .active {
            width: 56px;
            background-color: #ffd54a;
        }

        /* Sidebar de manchetes secundarias */
        .hero-sidebar {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .hero-side-card {
            position: relative;
            flex: 1;
            min-height: 120px;
            border-radius: 10px;
            overflow: hidden;
            background: #111;
            transition: transform .2s, box-shadow .2s;
            text-decoration: none;
        }
        .hero-side-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 22px rgba(0,0,0,0.18);
        }
        .hero-side-card img {
            position: absolute;
            inset: 0;
            width: 100%; height: 100%;
            object-fit: cover;
        }
        .hero-side-card .ov {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0) 100%);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 12px 14px;
        }
        .hero-side-card .tag {
            display: inline-block;
            background: var(--eg-red, #e30613);
            color: #fff;
            font-size: 0.62rem;
            font-weight: 800;
            padding: 2px 8px;
            border-radius: 3px;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-bottom: 6px;
            width: fit-content;
        }
        .hero-side-card .t {
            color: #fff;
            font-size: 0.92rem;
            font-weight: 700;
            line-height: 1.25;
            margin: 0;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .hero-side-card:hover .t { color: #ffd54a; }
        @media (max-width: 991.98px) {
            .hero-sidebar {
                flex-direction: row;
                overflow-x: auto;
                gap: 10px;
                padding-bottom: 4px;
                scrollbar-width: thin;
            }
            .hero-side-card { min-width: 240px; min-height: 140px; }
        }
        @media (max-width: 600px) {
            .hero-main { min-height: 360px; }
            .hero-main .carousel-inner { min-height: 360px; }
            .hero-slide { height: 360px; }
            .hero-main .carousel-indicators { left: 18px; bottom: 12px; }
            .hero-content { padding: 18px 18px 44px; }
        }

        /* Slide antigo - mantido para compatibilidade com outros carrosseis */
        .slide-noticia {
            text-align: center;
            padding: 20px 0 0;
        }
        .slide-texto {
            max-width: 900px;
            margin: 0 auto 20px auto;
        }

        .slide-img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            border-radius: 12px;
        }

        /* Melhorar responsividade */
        @media (max-width: 767px) {
            .slide-texto {
                padding: 0 15px;
            }

            .article-title {
                font-size: 1.4rem !important;
            }
        }

        /* RESPONSIVO */
        @media (max-width: 767.98px) {
            .topbar .text-end {
                text-align: left !important;
                margin-top: 2px;
            }

            .breaking-bar {
                font-size: 0.8rem;
            }

            .hero-content {
                padding: 18px 16px;
            }
        }

/* --- Módulo: holding.php (1 bloco(s)) --- */
/* ============================
   NOSSO GRUPO
============================= */

        .section-nosso-grupo {
            background: #f9fafb;
        }

        .ng-header {
            padding-bottom: 6px;
        }

        .ng-title {
            font-size: 1.4rem;
            font-weight: 900;
            text-transform: uppercase;
            color: #e11d48;
            /* mesmo vermelho do tema */
            margin: 0 10px;
        }

        .ng-line {
            height: 4px;
            width: 40px;
            background: #e11d48;
            display: inline-block;
        }

        /* Card da empresa */
        .ng-card {
            background: #ffffff;
            border-radius: 14px;
            padding: 18px 16px 16px;
            box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            transition: transform 0.18s ease, box-shadow 0.18s ease;
        }

        .ng-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
        }

        .ng-logo-wrap {
            margin-bottom: 10px;
        }

        .ng-logo-wrap img {
            max-width: 100%;
            height: auto;
            object-fit: contain;
        }

        .ng-name {
            font-size: 1rem;
            font-weight: 800;
            color: #111827;
            margin-bottom: 2px;
        }

        .ng-segmento {
            font-size: 0.85rem;
            color: #6b7280;
            margin-bottom: 0;
        }

        /* Responsivo */
        @media (max-width: 576px) {
            .ng-card {
                padding: 14px 12px;
            }
        }

/* --- Módulo: destaques / cldf lateral --- */
.cldf-col-top {
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .cldf-col-top {
        height: 728px;
        display: flex;
        flex-direction: column;
    }
    .cldf-col-top .cldf-anuncio-wrapper {
        flex-shrink: 0;
    }
    .cldf-col-top .eg-stocks-widget {
        flex: 1 1 0%;
        min-height: 0;
        height: auto;
    }
    .cldf-col-top .eg-stocks-list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1 1 auto;
        min-height: 0;
    }
}

.eg-stocks-widget {
    background: #14161a;
    border-radius: 16px;
    padding: 16px;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.eg-stocks-header { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 0.95rem; margin-bottom: 12px; flex-shrink: 0; }
.eg-stocks-list { list-style: none; padding: 0; margin: 0; flex-grow: 1; }
.eg-stocks-item { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.eg-stocks-item:last-child { border-bottom: none; }
.eg-stocks-info { display: flex; flex-direction: column; min-width: 0; }
.eg-stocks-nome { font-size: .72rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 95px; }
.eg-stocks-ticker { font-size: .68rem; color: #9aa0a6; }
.eg-stocks-chart svg { width: 46px; height: 22px; }
.eg-stocks-valores { display: flex; flex-direction: column; align-items: flex-end; }
.eg-stocks-variacao { font-size: .72rem; font-weight: 700; }
.eg-stocks-variacao.alta { color: #2ecc71; }
.eg-stocks-variacao.baixa { color: #e74c3c; }
.eg-stocks-preco { font-size: .68rem; color: #cfd2d6; }
.eg-stocks-footer { font-size: .62rem; color: #6b7078; margin-top: auto; padding-top: 8px; text-align: center; flex-shrink: 0; }

/* --- Módulo: podcasts-carrossel.php (1 bloco(s)) --- */
/* === Podcasts (melhora pixelacao das logos antigas) === */
        .podcast-card {
            position: relative;
            background: linear-gradient(135deg, #1f2937 0%, #0f172a 100%);
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 14px;
            aspect-ratio: 16 / 9;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            transition: transform .2s, box-shadow .2s, border-color .2s;
            text-decoration: none;
        }
        .podcast-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 22px rgba(0,0,0,0.4);
            border-color: rgba(255,213,74,0.4);
        }
        /* Logo: exibe em tamanho menor + contain + ajustes para esconder pixelacao */
        .podcast-card img {
            max-width: 75%;
            max-height: 70%;
            width: auto;
            height: auto;
            object-fit: contain;
            /* Renderizacao otimizada para nao adicionar blur extra */
            image-rendering: -webkit-optimize-contrast;
            image-rendering: crisp-edges;
            /* Drop-shadow sutil disfarca aliasing das bordas */
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
            transition: transform .25s;
        }
        .podcast-card:hover img { transform: scale(1.06); }
        /* Selo PLAY no canto */
        .podcast-card::after {
            content: '';
            position: absolute;
            bottom: 10px; right: 10px;
            width: 28px; height: 28px;
            background: rgba(227, 6, 19, 0.95);
            border-radius: 50%;
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M8 5v14l11-7z'/></svg>");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 14px;
            opacity: 0;
            transform: scale(0.7);
            transition: opacity .2s, transform .2s;
        }
        .podcast-card:hover::after { opacity: 1; transform: scale(1); }
        /* Fallback texto quando podcast nao tem logo */
        .podcast-name-fallback {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-align: center;
            padding: 16px;
            gap: 8px;
        }
        .podcast-name-fallback i {
            font-size: 2rem;
            color: #ffd54a;
            opacity: 0.85;
        }
        .podcast-name-fallback span {
            font-size: 0.95rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            line-height: 1.2;
        }

/* --- Módulo: radar-df.php (1 bloco(s)) --- */
/* ============================
   BLOCO DF POLÍTICO
============================ */
        .section-df-politico {
            border-top: 1px solid #f3f4f6;
        }

        /* Cabeçalho da seção */
        .dfp-header {
            border-top: 4px solid #e11d48;
            padding-top: 12px;
        }

        .dfp-title {
            font-size: 1.6rem;
            font-weight: 900;
            color: #e11d48;
            text-transform: uppercase;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin: 0;
        }

        .dfp-line {
            display: inline-block;
            width: 40px;
            height: 4px;
            background: #e11d48;
        }

        /* Destaque principal */
        .dfp-main-card {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            background: #000;
        }

        .dfp-main-card img {
            width: 100%;
            height: 360px;
            object-fit: cover;
            display: block;
        }

        .dfp-main-overlay {
            position: absolute;
            inset: auto 0 0 0;
            padding: 18px 20px 22px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
            color: #fff;
        }



        .dfp-main-title {
            font-size: clamp(1.4rem, 2.2vw, 2.1rem);
            font-weight: 800;
            margin-top: 10px;
        }

        /* Indicadores do carousel */
        .section-df-politico .dfp-indicators {
            position: static;
            margin-top: 12px;
            justify-content: center;
            gap: 8px;
        }

        .section-df-politico .dfp-indicators [data-bs-target] {
            width: 9px;
            height: 9px;
            border-radius: 999px;
            background-color: #d1d5db;
            border: 0;
            opacity: 1;
        }

        .section-df-politico .dfp-indicators .active {
            width: 24px;
            background-color: #e11d48;
        }

        /* Lista lateral (duas notícias) */
        .dfp-side-list {
            border-top: 1px solid #e5e7eb;
        }

        .dfp-side-item {
            display: flex;
            gap: 14px;
            padding: 16px 0;
            border-bottom: 1px solid #e5e7eb;
        }

        .dfp-side-thumb img {
            width: 120px;
            height: 80px;
            object-fit: cover;
            border-radius: 6px;
        }

        .dfp-side-body {
            flex: 1;
        }

        .dfp-side-cat {
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            color: #e11d48;
        }

        .dfp-side-title {
            font-size: 0.95rem;
            font-weight: 700;
            color: #111827;
            margin-top: 4px;
        }

        /* Banner lateral ajustado para alinhar com o destaque */
        .dfp-side-banner {
            border-bottom: none !important;
            padding: 10px 0 0 0 !important;
        }

        .dfp-side-banner a {
            display: block;
            width: 100%;
        }

        .dfp-side-banner img,
        .dfp-side-banner video {
            width: 100%;
            max-height: 110px;
            object-fit: cover;
            object-position: center;
            border-radius: 8px;
            display: block;
        }

        @media (max-width: 991.98px) {
            .dfp-side-banner img,
            .dfp-side-banner video {
                max-height: 130px;
            }
        }

        /* Cards inferiores */
        .dfp-grid-card {
            border-radius: 12px;
            overflow: hidden;
            background: #fff;
        }

        .dfp-grid-img {
            position: relative;
        }

        .dfp-grid-img img {
            width: 100%;
            height: 190px;
            object-fit: cover;
            display: block;
        }

        .dfp-grid-img .category-pill {
            position: absolute;
            left: 10px;
            bottom: 10px;
        }

        .dfp-grid-title {
            font-size: 0.95rem;
            font-weight: 700;
            padding: 10px 10px 14px;
            color: #111827;
        }

        /* Responsivo */
        @media (max-width: 991.98px) {
            .dfp-main-card img {
                height: 280px;
            }

            .dfp-side-item {
                padding: 12px 0;
            }
        }

        @media (max-width: 575.98px) {
            .dfp-main-card img {
                height: 230px;
            }
        }



/* --- Modulo: banners-personalidades.php --- */
.home-interbloco-section { background: #ffffff; }
.home-interbloco-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.home-interbloco-slot { aspect-ratio: 1 / 1; overflow: hidden; border-radius: 10px; background: #f3f4f6; }
.home-interbloco-slot > a, .home-interbloco-slot > .eg-ad-codigo, .home-interbloco-slot img, .home-interbloco-slot video { display: block; width: 100%; height: 100%; }
.home-interbloco-slot img, .home-interbloco-slot video { object-fit: cover; }
@media (max-width: 991.98px) { .home-interbloco-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 575.98px) { .home-interbloco-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } }

/* --- Modulo: deputados-distritais.php --- */
.deputados-section { background: #110000; padding: 30px 0 40px; color: #fff; }
.deputados-header h2 { font-size: 1.4rem; font-weight: 600; }
.deputados-nav button { border: none; background: #0d7a2a; color: #fff; width: 34px; height: 34px; border-radius: 6px; font-size: 18px; line-height: 1; display: inline-flex; align-items: center; justify-content: center; margin-left: 6px; cursor: pointer; }
.deputados-nav button:hover { opacity: 0.9; }
.deputados-swiper-wrapper { max-width: 1200px; margin: 0 auto; }
.deputados-swiper { padding: 10px 0 5px; }
.deputado-card { display: block; text-align: center; padding: 16px; border-radius: 12px; text-decoration: none; color: inherit; height: 100%; }
.deputado-avatar { width: 150px; height: 150px; border-radius: 50%; overflow: hidden; margin: 0 auto 10px; background: #ddd; }
.deputado-avatar img { width: 100%; height: 100%; object-fit: cover; }
.deputado-nome { font-weight: 600; font-size: 0.95rem; margin-bottom: 2px; }
.deputado-partido { font-size: 0.85rem; color: #14853b; }
.deputado-card img { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; margin-bottom: 8px; }
.deputado-card .deputado-nome { font-weight: 700; font-size: 15px; }
.deputado-card .deputado-partido { font-size: 13px; }
.deputados-filtros .btn { padding: 6px 12px; font-weight: 600; color: #ffffff; }
.deputados-filtros .btn.is-active { background: #000000; color: #fff; border-color: #000000; }
@media (max-width: 991.98px) { .deputado-avatar { width: 160px; height: 160px; } }
@media (max-width: 767.98px) { .deputado-avatar { width: 130px; height: 130px; } }
