.rodape {
    background-color: black;
    width: 100%;    
    height: 100px;
    display: flex;
    justify-content: space-around;
    padding: 1rem 0;
}

.text__rodape {
    cursor: pointer;
    font-family: sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 2.4rem;
}

.text__rodape a {
    color: azure;
    text-decoration: none;
}

.logo__rodape-ft {
    height: 2.5rem;
    margin-top: 2.1rem;
    width: 2.5rem;

}