footer{
    
    box-shadow: 2px 2px 8px black;
    width:100%;
    
    
}
.rodape{
    padding:2%;
    
    width:100%;
    
    
}
.linksRodape{
    text-transform: uppercase;
    width:100%;
    display: flex;
    justify-content: center;
}
.linksRodape a{
    color: black;
    margin-left: 3%;
    text-decoration: none;
    font-size:10px;
}
.linksRodape a:hover{
    color:blue;
}
.outroRodape{

    margin-top:20px;
    display: flex;
    width:100%;
    justify-content: center;
    font-size:12px;
    text-align: center;
}
@media screen and (min-width: 992px){
    .linksRodape a{
        margin-left: 5%;
        font-size:16px;
    }
    
    .outroRodape{
        font-size:16px;
    }
}