
@media only screen and (max-width: 1070px) and (min-width: 600px)
{
    #logo 
    {
        background:url(../imagens/back_ondas.jpg) no-repeat center !important;
        height:98px;
        padding:0;
        background-position: center;

        flex: 50%;
        max-width: 100%;
    }

}

@media only screen and (max-width: 600px) and (min-width: 292px)
{
    #logo 
    {
        background:url(../imagens/back_ondas_pequeno.jpg) no-repeat center !important;
        height:98px;
        padding:0;
        background-position: center;

        flex: 50%;
        max-width: 100%;
    }

    .menu-nav-data-e-hora
    {
        text-align: center !important;
        font-size: 100px;
        width: 100%;
        margin-top: 30px !important;
    }

}

@media only screen and (max-width: 292px) and (min-width: 234px)
{
    #logo 
    {
        background:url(../imagens/back_ondas_pequeno.jpg) no-repeat center !important;
        height:98px;
        padding:0;
        background-position: center;

        flex: 50%;
        max-width: 100%;
    }

    .menu-nav-data-e-hora
    {
        display: none !important;
    }

}


@media only screen and (max-width: 234px) and (min-width: 0px)
{

    #logo 
    {
        background:url(../imagens/back_ondas_pequeno.jpg) no-repeat center !important;
        height:98px;
        padding:0;
        background-position: center;

        flex: 50%;
        max-width: 100%;
    }

    
    .menu-nav-data-e-hora
    {
        display: none !important;
    }

}




/*------CLASSES DAS FONTES------*/
.arial_11_branca { font-size:11px; color:#FFF;}
.arial_10_center { font-size:10px; text-align:center;}

/*-------TOPO---------*/
div#topo { 
    margin: 0px;
}

div div#campo_data {
    float:left;
}

div div#campo_data p {
    margin:15px 0 15px 20px;
}

div div#brasao_governo {
    width:163px;
}
div#logo {
    background:url(../imagens/back_ondas.jpg) no-repeat right top;
    height:98px;
    padding:0;
    background-position: center;
    width: 100%;
}

div#logo h1 {
    text-indent:-5000px;
    height:98px;
}


img#cabecalho-ondas {
    padding: 30px 0 0 0;
    background: url(../imagens/cabecalho.svg) repeat-x;
} 

div#menu_atalhos div {
    height:33px;
}

div div#atalhos {
    width:220px;
    float:right;
}

#atalhos div#atalho_home,
#atalhos div#atalho_contatos,
#atalhos div#atalho_mapa {
    width:25px;
    height:25px;
    float:left;
    margin:10px;
}

#atalhos div#atalho_home {
    margin-left:63px;
    margin-top:5px;
}
#atalhos div#atalho_contatos {
    margin-left:19px;
    margin-top:5px;
}
#atalhos div#atalho_mapa {
    margin-right:21px;
    margin-top:5px;
}
#atalhos div#atalho_mapa {
    float:right;
}

#txtRelogio
{
    height: 50px;
    font-size: 14px;
    text-transform: none;
    border: none;
    background-color: transparent;
    color: #463f3f;
    font-weight: bold;
    padding-bottom: 2px;
    color: dimgray;
    width: 99%;
    text-align: center;
}

#barra-menu-principal-ondas
{
    text-align: center;
    margin-bottom: 1em;
}

.menu-nav-data-e-hora
{
    text-align: center;
    width: 100%;
}
