#footer {
    margin-top: 32px;
    position: relative;
}
#footer #final-footer {
    background-color: #003273;
    margin-top: 36px;
    padding-top: 42px;
}
@media screen and (min-width: 64em){
#footer #final-footer {
    height: 178px;
}
}
#footer #final-footer * {
    color: #fff !important;
    text-transform: uppercase;
}
#footer #final-footer .row-one {
    border-bottom: 1px solid #2864ae;
    padding-bottom: 19px;
    margin-bottom: 19px;
}
@media screen and (min-width: 64em){
#footer #final-footer .row-one .box {
    display: flex;
    justify-content: space-between;
}}
#footer #final-footer .row-one .redes {
    display: flex;
    gap: 15px;
}
#footer #final-footer .separador {
    margin-left: 20px;
    margin-right: 20px;
}