#localizacao {
    padding: 10px 0;
    background: #F3F3F3;
    margin-bottom: 5em;
}

#localizacao a,
#localizacao span {
    font-size: 1.2em;
    color: #9A9F9F;
    padding-right: 6px;
}

#localizacao a {
    color: #9A9F9F
}

#localizacao a:hover {
    text-decoration: underline;
}

#localizacao .active {
    color: #6E6E6E;
}

.caminho_migalhas {
    padding: 10px 0;
    background: #F3F3F3;
    margin-bottom: 1em;
}

.caminho_migalhas a,
.caminho_migalhas span {
    font-size: 1.2em;
    color: #9A9F9F;
    padding-right: 6px;
}

.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
}

.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: #231F20;
    font-size: 1.3rem;
    font-weight: bolder;
    margin-top: 5px;
}

.linha_comandos .select {
    background: #fff!important;
    color: #777;
    font-size: 12px;
    height: 28px
}

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