
        .sector-hero-ev {
            background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/bg_eventos.jpg');
            background-size: cover; background-position: center; padding: 80px 0; color: #ffffff;
        }
        .ccmi-ev-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); overflow: hidden;
        }
        .ccmi-ev-card:hover { 
            transform: translateY(-5px); box-shadow: 0 15px 35px rgba(141, 34, 34, 0.08) !important; border-color: #fde8e8;
        }
        .ccmi-ev-img-box {
            width: 100%; height: 210px; overflow: hidden; background: #f4f7fe;
        }
        .ccmi-ev-img-box img {
            width: 100%; height: 100%; object-fit: cover;
        }
        .ev-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; }
        .ccmi-pagination .page-link { color: #a92d2d; border: 1px solid #eef2f8; margin: 0 3px; border-radius: 6px; }
        .ccmi-pagination .page-item.active .page-link { background-color: #a92d2d; border-color: #a92d2d; color: #fff; }

        /* MODAL POPUP DESIGN RESPONSIVO (FOTO NO TOPO + TEXTO EM BAIXO) */
        .ccmi-public-modal .modal-content { border-radius: 16px !important; border: none !important; box-shadow: 0 20px 50px rgba(0,0,0,0.15) !important; overflow: hidden; }
        .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: 0 !important; max-height: 75vh !important; overflow-y: auto !important; -webkit-overflow-scrolling: touch !important; }
        
        /* Box de Destaque da Imagem do Evento no Topo do Modal */
        .ccmi-modal-banner-box { width: 100%; overflow: hidden; }
        .ccmi-modal-banner-box img {
            width: 100%;
            max-width: 400px;
            display: block;
            margin: 0 auto;
            height: initial;
        }
        .ccmi-modal-text-padding { padding: 25px !important; }

        @media (max-width: 768px) {
            .ccmi-public-modal .modal-dialog { margin: 10px !important; max-width: calc(100% - 20px) !important; }
            .ccmi-modal-banner-box { height: 190px; }
            .ccmi-modal-text-padding { padding: 18px !important; }
        }

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

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