body{
    background:#f7f8fc;
}

/* =====================================================
HERO
===================================================== */

.hero-convenios{
    padding:90px 0 70px;
    text-align:center;
}

.hero-title{
    font-size:54px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:18px;
    color:#111;
}

.hero-sub{
    font-size:18px;
    color:#666;
    max-width:820px;
    margin:auto;
    line-height:1.9;
}

/* =====================================================
SECTION
===================================================== */

.section-pad{
    padding:70px 0;
}

/* =====================================================
CARD
===================================================== */

.convenio-card{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.07);
    transition:.25s;
    height:100%;
    position:relative;
    border:1px solid #f1f1f1;
}

.convenio-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.convenio-img{
    width:100%;
    height:auto;
    display:block;
    object-fit:contain;
    background:#fff;
}

.convenio-content{
    padding:24px;
}

.convenio-title{
    font-size:28px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:14px;
    color:#111;
}

.convenio-desc{
    font-size:15px;
    line-height:1.9;
    color:#666;
}

/* =====================================================
EMPTY
===================================================== */

.empty-box{
    background:#fff;
    padding:60px;
    border-radius:30px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.empty-box h2{
    font-weight:800;
    color:#111;
}

.empty-box p{
    color:#666;
    line-height:1.8;
}

/* =====================================================
RESPONSIVE
===================================================== */

@media(max-width:768px){

    .hero-title{
        font-size:38px;
    }

    .hero-sub{
        font-size:16px;
    }

    .convenio-card{
        border-radius:22px;
    }

    .convenio-img{
        width:100%;
        height:auto;
        object-fit:contain;
        display:block;
        background:#fff;
    }

    .convenio-title{
        font-size:24px;
    }

    .convenio-content{
        padding:20px;
    }

    .empty-box{
        padding:35px;
    }

}
