.logo-rodape{
    padding: 0;
}

.rodape{
    background-color: #fcd404;
}

.menu-footer{
    text-align: right;
    list-style: none;
}

.rodape-links li{
    display: inline;
    margin: 0 5px;
}

.rodape .menu-footer a{
    text-decoration: none;
    color: black;
    transition-duration: 0.5s;
    border-bottom: 5px solid transparent;
}

.rodape .menu-footer a:hover {
    border-bottom: 2px solid #000;
}

.rodape .cima{
    color: black;
    padding-top: 40px;
    border-bottom: solid #caaa03 1px;
    padding-bottom: 25px;
}

.rodape .baixo{
    padding: 25px 0;
    color: #caaa03;
}

.rodape .logos{
    right: -25%;
}

/*.rodape .redes{
    display: flex;
    justify-content: right;
}*/

.redes img{
    float: right;
    padding-right: 5px;
}

.rodape .desenvolvedor{
    font-size: 11px;
    color: black;
    /* float: right; */
    display: grid;
    justify-content: right;
    border-left: solid #caaa03 1px;

}

@media only screen and (max-width: 992px) {
    .rodape .logos{
        right: 0%;
    }
    .rodape .redes{
        margin-bottom: 5px;
    }
    .rodape .desenvolvedor{
        border: none;
    }
}

@media only screen and (max-width: 991px) {
    .rodape .baixo{
        display: flex;
        flex-wrap: wrap;
    }
    .rodape .logos{
        display: flex;
        flex-wrap: wrap;
    } 
}

@media only screen and (max-width: 604px) {
    .rodape .baixo{
        justify-content: center;
    }
    .rodape .logos{
        margin-top: 5px;
    }
}

@media only screen and (max-width: 968px) {
    .logo-rodape{
        display: none;
    }
    .menu-footer{
        text-align: left;
    }
}