.sector-hero-inf {
            background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/bg_informativo.jpg');
            background-size: cover; background-position: center; padding: 80px 0; color: #ffffff;
        }
        .ccmi-inf-card { 
            border: 1px solid #eef2f8; border-radius: 12px; transition: transform 0.2s, box-shadow 0.2s; background: #ffffff;
            box-shadow: 0 4px 15px rgba(0,0,0,0.02);
        }
        .ccmi-inf-card:hover { 
            transform: translateY(-5px); box-shadow: 0 15px 35px rgba(141, 34, 34, 0.08) !important; border-color: #fde8e8;
        }
        .inf-badge { background: #fff5f5; color: #a92d2d; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 4px; text-transform: uppercase; }
        
        .th-btn.btn-sm { 
            padding: 12px 20px; font-size: 13px; font-weight: 600; border-radius: 6px;
            background-color: #a92d2d; color: #ffffff; border: none; display: inline-block; cursor: pointer; width: 100%; text-align: center;
        }
        .th-btn.btn-sm:hover { background-color: #8d2222; color: #ffffff; }

        /* MODAL RESPONSIVO PREMIUM */
        .ccmi-public-modal .modal-content { border-radius: 16px !important; border: none !important; box-shadow: 0 20px 50px rgba(0,0,0,0.15) !important; }
        .ccmi-public-modal .modal-header { border-bottom: 1px solid #f0f4f9 !important; padding: 20px 25px !important; }
        .ccmi-public-modal .modal-title { font-size: 18px !important; color: #2B3674 !important; font-weight: 700 !important; }
        .ccmi-public-modal .modal-body { padding: 25px !important; max-height: 75vh !important; overflow-y: auto !important; -webkit-overflow-scrolling: touch !important; }
        
        /* Box de Mídias Anexadas no Popup */
        .ccmi-media-wrapper { background: #f8fafd; border: 1px solid #eef2f8; border-radius: 10px; padding: 15px; margin-top: 20px; }
        .ccmi-media-title { font-size: 12px; font-weight: 700; color: #a92d2d; text-uppercase: true; margin-bottom: 10px; display: block; }
        
        /* Galeria de Fotos Miniaturas */
        .ccmi-thumb-gallery { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 15px; }
        .ccmi-popup-thumb { width: 70px; height: 70px; border-radius: 6px; object-fit: cover; border: 1px solid #e0e5f2; cursor: pointer; transition: opacity 0.2s; }
        .ccmi-popup-thumb:hover { opacity: 0.8; }
        
        /* Lista de Downloads de PDFs */
        .ccmi-pdf-list { display: flex; flex-direction: column; gap: 8px; }
        .ccmi-pdf-btn { display: inline-flex; align-items: center; gap: 8px; background: #ffffff; border: 1px solid #cc2929; color: #cc2929 !important; padding: 8px 14px; border-radius: 6px; font-size: 12px; font-weight: 600; text-decoration: none !important; width: fit-content; transition: background 0.2s; }
        .ccmi-pdf-btn:hover { background: #fff5f5; }

        @media (max-width: 768px) {
            .sector-hero-inf { padding: 50px 0; }
            .sector-hero-inf h1 { font-size: 26px !important; }
            .ccmi-public-modal .modal-dialog { margin: 10px !important; max-width: calc(100% - 20px) !important; }
            .ccmi-public-modal .modal-body { padding: 18px !important; }
            .ccmi-pdf-btn { width: 100%; justify-content: center; }
        }


        /* Customização Mobile para Cartões Informativos */
        @media (max-width: 767px) {
            .py-5 .col-lg-4.col-md-6 {
                flex: 0 0 100% !important;
                max-width: 100% !important;
                width: 100% !important;
                padding-left: 15px !important;
                padding-right: 15px !important;
            }
            
            .ccmi-inf-card {
                margin-bottom: 25px !important;
                padding: 20px !important;
                height: auto !important;
            }
        }

        .modal-dialog { max-width:1000px; width:100%; }

        .modal{z-index: 5000}
        .mfp-bg{z-index: 5500}
        .mfp-wrap{z-index: 6000}