.elementor-452 .elementor-element.elementor-element-807bc5c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-54b83d9 *//* ------ HEADER DO BLOCO ------ */
.event-header {
    text-align: center;
    padding: 60px 20px 20px;
}

.event-header h1 {
    font-size: 48px;
    font-weight: 800;
    color: #222222;
    margin-bottom: 10px;
}

.event-header .event-lead {
    max-width: 700px;
    margin: auto;
    font-size: 18px;
    color: #555555;
}


/* ------ GRID DOS EVENTOS ------ */
.event-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    padding: 40px 20px 80px;
}


/* ------ CARD ------ */
.event-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
    transition: transform .2s ease, box-shadow .2s ease;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 34px rgba(0,0,0,0.16);
}

/* IMG */
.event-card .event-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* INFO */
.event-info {
    padding: 20px;
}

.event-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.event-info p {
    margin-top: 10px;
    font-size: 15px;
    color: #444;
}


/* TAG */
.tag {
    display: inline-block;
    background: #00377b;
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;/* End custom CSS */