.content-footer{
    display: flex;
    flex-direction: column;
    margin: 0 5vw;
    color: #E7E6DF;
    height: auto;
    gap: 10px;
    padding: 10px;
}

.redes-sociais{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-autores{
    text-align: center;
    font-size: 0.8em;
}

.redes-sociais p{
    margin-bottom: 10px;
}

.redes-sociais-img{
    display: flex;
    gap: 30px;
    transition: all 0.3s;
}

.redes-sociais-img img:hover {
    background-color: #F17D6A;
    border-radius: 10px;
    transition: all 0.3s;
}

.bold{
    font-weight: bold;
}

@media screen and (max-width: 720px){
    .redes-sociais p {
        text-align: center;
    }

    .content-footer{
        height: auto;
        
    }

    .footer-descricao{
        text-align: center;
        font-size: 0.8em;
    }

    .footer-autores{
        text-align: center;
        font-size: 0.6em;
    }
}