@media screen and (max-width: 900px) {
    .barra-mobile {
        display: block !important;
    }
    .barra-logo{
        padding-right: 0px !important;
        border-right: 0px !important;
        padding: 0px;
        color: #fff;
        margin-bottom: 7px;
    }
    .barra-logo h4{
        color: #fff;
    }
    .barra-direitos{
        text-align: center;
        color: #fff;
        border-top: thin solid #ccc;
        padding: 10px;
        margin-top: 10px;
    }
    .barra-mobile a{
        opacity: 0.8;
        font-weight: normal;
        padding: 0 !important;
    }
    .barra-fcl {
    display: none !important;
    }
}

.barra-fcl {
    height: 50px;
    width: 100%;
    padding-top: 12px;
    text-align: center;
}
.barra-fcl ul, .barra-mobile ul{
    margin: auto;
    padding: 0;
}
.barra-fcl li{
    display: inline-block;
    margin-right: 10px;
}
.barra-mobile a{
    font-weight: normal !important;

}
.barra-fcl a, .barra-mobile a{
    color: #fff;
    font-family: Arial,Helvetica;
    font-size: 13px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
}
.barra-fcl a:hover, .barra-fcl a:focus, 
.barra-mobile a:hover, .barra-mobile a:focus{
    color: #fff;
    text-decoration: underline;
}
.barra-logo{
    padding-right: 15px;
    border-right: 1px solid #555;
}
.barra-logo img{
    width: 70px;
}
/*Barra mobile*/
.barra-mobile{
    display: none;
    padding: 10px;
}
.barra-mobile li{
    list-style: none;
    text-align: center;
}