#localizacao { padding: 20px 0; margin-bottom: 0;}
#localizacao a, 
#localizacao span {
    font-size: 1.4em;
    color: #9A9F9F;
    padding-right: 6px;
}
#localizacao a { color: #9A9F9F } 
#localizacao .black { color: #1D1D1B; } 
#localizacao a:hover { text-decoration: underline; }
#localizacao .active { color: #6E6E6E; font-size: 1.0em;} 

.caminho_migalhas{padding: 30px 0; margin-bottom: 1em;}
.caminho_migalhas a, 
.caminho_migalhas span {
    font-size: 1.4em;
    color: #9A9F9F;
    padding-right: 6px;
}
.caminho_migalhas .black { color: #1D1D1B;}
.caminho_migalhas a { color: #9A9F9F } 
.caminho_migalhas a:hover { text-decoration: underline; }
.caminho_migalhas .active { color: #6E6E6E; }
.linha_comandos{color:#777;min-height:50px;font-size:11px; border-bottom: 1px solid #ddd; margin-bottom: 2em;}
.linha_comandos div:last-of-type{text-align: right;}
.linha_comandos span{padding:7px 10px 0 0;margin:0 0 0 15px!important;float:left}
.linha_comandos p{float:left; color: #9A9F9F; font-size: 1.2em;}
.linha_comandos .select{background:#fff!important;color:#777;font-size:12px;height:28px}

@media screen and (max-width: 900px) {
    .linha_comandos .linha-left{display: none;}
    .linha_comandos div:last-of-type{padding: 0;}
}

@media screen and (max-width: 600px) {
    .linha_comandos div{display: inline-block;}
    .linha_comandos div:last-of-type{text-align: inherit; width: 50%; padding: 0;}
    .linha_comandos p{width: 100%;}
}