/* barra do portal antiga provisoria */
.topbar{
    
    .barra_portal_prov_global {
        height: 33px;
        background: url(../img/barra_fiocruz/bg_fiocruz.jpg) left top repeat-x;
    }

    .barra_portal_prov {
        margin: 0 auto;
        width: 950px;
        height: 33px;
    }

    .fiocruz_logo {
        float: left;
        width: 119px;
        height: 33px;
    }

    .fiocruz_logo a {
        display: block;
        width: 119px;
        height: 33px;
        background: url(../img/barra_fiocruz/logo.jpg) left top no-repeat;
    }

    .fundacao_link {
        float: right;
        width: 177px;
        height: 33px;
    }

    .fundacao_link a {
        display: block;
        width: 177px;
        height: 33px;
        background: url(../img/barra_fiocruz/titulo_fiocruz.jpg) left top no-repeat;
    }

    .fale_com_fiocruz_barra {
        float: left;
        padding: 6px 0 0 20px;
        width: 180px;
    }

    .fale_com_fiocruz_barra a {
        font-size: 12px;
        color: #4e4757 !important;
        text-decoration: none;
    }

    .fale_com_fiocruz_barra a:hover {
        text-decoration: none;
        color: #2980ca !important;
    }

    .invisivel {
        display: none;
    }

    @media (max-width: 495px) {

        .fundacao_link {
            display: none !important;
        }
    }
}