#institucional{
    background-color: #F9FEFB;
}

#institucional h2{
    color: #111827;
}

#institucional h2 strong{
    display: block;
    color: #33CC66;
}

#institucional h2, #institucional h2 strong{
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}

@media (min-width: 992px){
    #institucional h2, #institucional h2 strong{
        font-weight: 800;
        font-size: 56px;
    }   
}

#institucional .institucional-sub-titulo{
    color: #4B5563;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 992px){
    #institucional .institucional-sub-titulo{
        color: #4B5563;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
    }
}

#institucional .topico-institucional{
    background-color: #FFFFFFCC;
    border: 1px solid #16A24933;
    box-shadow: 0px 4px 20px -2px #16A2491A;
    backdrop-filter: blur(4px);
    border-radius: 8px;
    padding: 25px;
    width: 80%;
    margin: 0 auto 1.6rem;
    transition: transform .24s ease-in-out;
}

#institucional .topico-institucional:hover{
    transform: scale(1.048);
}

#institucional .topico-institucional img{
    width: 48px;
    height: 48px;
    margin-right: .96rem;
    display: inline-block;
}

#institucional .topico-institucional strong, 
#institucional .topico-institucional span,
#institucional .topico-institucional small {
    display: block;
    margin: 0;
}

#institucional .topico-institucional strong{
    font-weight: 700;
    font-size: 16px;
    color: #16A249;
}

#institucional .topico-institucional span{
    font-weight: 400;
    font-size: 16px;
    color: #111827;
}

#institucional .topico-institucional small{
    font-weight: 400;
    font-size: 14px;
    color: #111827;
    opacity: .75;
}

#institucional a{
    padding: .8rem 2.24rem;
    border-radius: 8px;
    background-color: #FBBC04;
    color: #111827;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    transition: all .24s ease;
    margin-bottom: .8rem;
}

#institucional a img{
    display: inline-block;
    margin-right: .8rem;
    transition: all .24s ease;
}

#institucional a:hover{
    color: #FFFFFF;
    background-color: #33CC66;
}

#institucional a:hover img{
    filter: brightness(0) invert(1);
}

#institucional a + small{
    color: #111827;
    font-weight: 700;
}