.elementor-2169 .elementor-element.elementor-element-90702d1{--display:flex;}.elementor-2169 .elementor-element.elementor-element-c9fc630{--display:flex;}/* Start custom CSS for container, class: .elementor-element-c9fc630 *//* ==========================================
   GAZETA REGIONAL - INSTITUCIONAL
   Shortcode: [gazeta_institucional]
========================================== */

.gazeta-institucional,
.gazeta-institucional *{
    box-sizing:border-box;
    font-family:'Inter', sans-serif;
}

.gazeta-institucional{
    width:100%;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:56px 60px 28px;
}

.gazeta-inst-head{
    text-align:center;
    padding-bottom:28px;
    margin-bottom:28px;
    border-bottom:1px solid #e5e7eb;
}

.gazeta-inst-head span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:5px 12px;
    border-radius:999px;
    background:#eff6ff;
    color:#2563eb;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.6px;
    margin-bottom:8px;
}

.gazeta-inst-head h1{
    margin:0;
    color:#020617;
    font-size:30px;
    font-weight:950;
    line-height:1.1;
}

.gazeta-inst-head p{
    margin:8px 0 0;
    color:#64748b;
    font-size:15px;
    font-weight:800;
}

.gazeta-inst-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:28px;
}

.gazeta-inst-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:22px 20px;
}

.gazeta-inst-card h3{
    margin:0 0 16px;
    color:#020617;
    font-size:15px;
    font-weight:950;
    text-transform:uppercase;
}

.gazeta-inst-card a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    text-decoration:none;
    color:#1e293b;
    font-size:15px;
    font-weight:850;
    padding:10px 0;
    border-bottom:1px solid #eef2f7;
    transition:.22s ease;
}

.gazeta-inst-card a:last-child{
    border-bottom:none;
}

.gazeta-inst-card a::after{
    content:"›";
    color:#94a3b8;
    font-size:22px;
    font-weight:400;
    transition:.22s ease;
}

.gazeta-inst-card a:hover{
    color:#dc2626;
    padding-left:6px;
}

.gazeta-inst-card a:hover::after{
    color:#dc2626;
    transform:translateX(3px);
}

@media(max-width:1024px){
    .gazeta-institucional{
        padding:44px 28px 28px;
    }

    .gazeta-inst-grid{
        gap:20px;
    }
}

@media(max-width:767px){
    .gazeta-institucional{
        border-radius:18px;
        padding:34px 20px 22px;
    }

    .gazeta-inst-head{
        padding-bottom:24px;
        margin-bottom:22px;
    }

    .gazeta-inst-head h1{
        font-size:26px;
    }

    .gazeta-inst-grid{
        grid-template-columns:1fr;
        gap:16px;
    }

    .gazeta-inst-card{
        padding:20px 18px;
    }
}/* End custom CSS */