#banner-institucional{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 992px){
    #banner-institucional{
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 900px;
    }
}

#banner-institucional h2{
    font-weight: 400;
    letter-spacing: 1px;
    color: #4A5054;
    font-size: 1.84rem;
    line-height: 2rem;
    margin-bottom: .48rem;
}


@media (min-width: 992px){
    #banner-institucional h2{
        font-size: 3.2rem;
        line-height: 3.2rem;
    }
}

#banner-institucional h3{
    color: #4A5054;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 2.4rem;
    line-height: 1.5;
}


#banner-institucional p{
    font-weight: 400;
    color: #292929;
    font-size: 1.04rem;
    margin-bottom: 2.4rem;
}

#banner-institucional .pos-link{
    color: #1F1F1F;
    font-size: .96rem;
}






#banner-institucional-diferenciais{
    background-color: #F2F2F2;
}

#banner-institucional-diferenciais article{
    background: #F7F3F5;
    border: 1px solid #B398844D;
    box-shadow: 0px 1px 2px 0px #0000000D;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: .96rem;
    padding: 1.44rem;
    height: 100%;
}

#banner-institucional-diferenciais .box-icone{
    background-color: #4A5054;
    width: 3.68rem;
    height: 3.68rem;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner-institucional-diferenciais .box-icone img{
    max-width: 1.84rem;
    max-height: 1.84rem;
}

#banner-institucional-diferenciais h3{
    width: 100%;
    color: #1F1F1F;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.44rem;
    margin: .96rem 0;
}

#banner-institucional-diferenciais p{
    width: 100%;
    color: #333333;
    font-size: 1.04rem;
    margin-bottom: 0;
}