/*
 * LeisMunicipais.com.br - Liz Serviços Online
 * 
 * O conteúdo deste arquivo está protegido pela Lei de Direitos Autorais.
 * É vetada a reprodução e/ou utilização de parte ou completo conteúdo deste arquivo.
 * 
 * Versão: 21/03/2016, 16:51:38
 * Author: mandriani
 */

.city-header {
    background: #e6e6e6;
    padding: 1em 0;
}

.city-header .brasao {}

.city-header .brasao a {
    border: none;
    display: block;
}

.city-header .brasao img {
    width: 100%;
    height: auto;
    max-width: 4.2em;
    max-height: 4.2em;
    float: left;
    display: block;
    margin-right: 0.5em;
}

.city-header .city-path {
    list-style: none;
    padding: 0 0 0.4em 0;
    margin: 0;
}

.city-header .city-path > .node {
    list-style: none;
    display: inline-block;
}

.city-header .city-path > .node,
.city-header .city-path > .node a {
    color: #d42232;
}

.city-header .city-path > .node:after {
    content: "/";
    padding-left: 0.4em;
}

.city-header .city-name {
    font-size: 2.4em;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.city-header .city-name,
.city-header .city-name a {
    color: #d42232;
}

.city-header .city-laws {
}