.footer_acai{
    width: 100%;
    background-color: var(--verde-escuro);
    color: white;
    min-height: 140px;
    padding: 4.5rem 3rem;
    font-family: "Poppins", sans-serif;
}

.footer_acai p, .footer_acai span 
{
    font-family: "Poppins", sans-serif;
}


.copirght_and_social_footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.itens_social_media{
    color: white;
    margin: 0 3px;
}

.itens_social_media:hover{
    color: var(--color-primary-lighten-02);
}   

.img_footer{
    width: 110px;
    margin: 6px;
}

#content_images_orgaos{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

#sessao_footer_mobilte_social_media{
    display: none;
}


@media (max-width: 500px){
   .copirght_and_social_footer span{
       display: none;
   }
   #sessao_footer_mobilte_social_media{
    margin: 20px 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
}