
/* home institucional */

#home-institucional{
    background-color: #F9FEFB;
}

#home-institucional .pre-titulo{
    background-color: #EBFAF0;
    padding: .4rem 1.44rem;
    margin-bottom: .56rem;
    border-radius: 50rem;
    color: #33CC66;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px){
    #home-institucional .pre-titulo{
        margin-left: 0;
    }
}

#home-institucional h2{
    color: #111827;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

@media (min-width: 992px){
    #home-institucional h2{
        font-weight: 800;
        font-size: 48px;
        text-align: left;
        line-height: 56px;
    }
}

#home-institucional h3{
    color: #111827;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

@media (min-width: 992px){
    #home-institucional h3{
        font-weight: 700;
        font-size: 36px;
        text-align: left;
        line-height: 48px;
    }
}

#home-institucional .texto-insticional{
    color: #525252;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

@media (min-width: 992px){
    #home-institucional .texto-insticional{
        text-align: left;
        font-size: 16px;
        line-height: 24px;
    }
}


#home-institucional .numero strong{
    color: #33CC66;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    display: block;
}

#home-institucional .numero span{
    color: #111827;
    font-size: 18px;
    line-height: 27px;
    font-weight: 800;
    margin-top: .24rem;
    text-align: center;
    display: block;
}

#home-institucional a{
    background-color: #FBBC04;
    border-radius: 4px;
    padding: .8rem;
    font-weight: 700;
    color: #111827;
    font-size: 16px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    transition: all .24s ease;
}

#home-institucional a:hover{
    color: #FFFFFF;
    background-color: #33CC66;
}

/* fim home institucional */



/* pag institucional */

.institucional-page .pre-titulo{
    background-color: #EBFAF0;
    padding: .4rem 1.44rem;
    margin-bottom: .56rem;
    border-radius: 50rem;
    color: #33CC66;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px){
    .institucional-page .pre-titulo{
        margin-left: 0;
    }
}

.institucional-page h2{
    color: #111827;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

@media (min-width: 992px){
    .institucional-page h2{
        font-weight: 800;
        font-size: 48px;
        text-align: left;
        line-height: 56px;
    }
}

.institucional-page h3{
    color: #111827;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

@media (min-width: 992px){
    .institucional-page h3{
        font-weight: 700;
        font-size: 36px;
        line-height: 48px;
        text-align: left;
    }
}


.institucional-page .texto-insticional{
    color: #525252;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

@media (min-width: 992px){
    .institucional-page .texto-insticional{
        text-align: left;
        font-size: 16px;
        line-height: 24px;
    }
}


.institucional-page .numero strong{
    color: #33CC66;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    display: block;
}

.institucional-page .numero span{
    color: #111827;
    font-size: 18px;
    line-height: 27px;
    font-weight: 800;
    margin-top: .24rem;
    text-align: center;
    display: block;
}

.institucional-page .topico{
    margin-top: .96rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
}

@media (min-width: 992px){
    .institucional-page .topico{
        flex-wrap: nowrap;
        justify-content: center;
        text-align: left;
    }
}

.institucional-page .topico .box-img{
    width: 100%;
}

@media (min-width: 992px){
    .institucional-page .topico .box-img{
        width: auto;
    }
}

.institucional-page .topico img{
    width: 3.44rem;
    height: 3.44rem;
    min-width: 3.44rem;
    min-height: 3.44rem;
    object-fit: cover;
    object-position: center;
}


.institucional-page .topico h3{
    text-transform: uppercase;
    color: #111827;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: .48rem;
}


.institucional-page .topico {
    font-weight: 400;
    color: #111827;
    font-size: 16px;
    line-height: 24px;
}


/* fim pag institucional */