.footer{
    background-color: rgb(18, 18, 18);
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: center;
}

.infos-footer{
    padding-top: 5vh;
    display: flex;
    justify-content: space-between;
    width: 70vw;
}

.redes-sociais{
    width: 130px;
}

.icons-redes-sociais{
    display: flex;
    list-style-type: none;
}

.icons-footer{
    padding: 10px 20px 10px 0px;
}

.github-desenvolvedores{
    width: 20vw;
}

.titulo-footer-github ,.titulo-footer-redes-sociais ,.titulo-footer-sobre{
    color: white;
}

.links-github-lista{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.links-github{
    display: flex;
    align-items: center;
    color: white;
    font-size: 0.9rem;
    text-decoration: none;
    margin-top: 10px;
    margin-right: 10px;
}

.links-github:hover{
    color: #F21667;
    /*color: white;*/
    transition-duration: 0.5s;
    
}

.sobre-footer >p {
    font-size: 0.9rem;
    width: 30vw;
    padding-top: 10px;
    color: white;
}