/*
 * 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
 */

body {
    margin: 0;
    padding: 0;
}

.link-bar {
    background: #FFF;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.link-bar .link-bar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.link-bar .list > .list-item {
    margin: 0;
    padding: 0.5em 1em;
    font-size: 1em;
    display: inline-block;
}

.link-bar .link-bar-list a {
    display: block;
}

.link-bar .link-bar-list .item-estaduais a {
    color: #2d382d;
}

.link-bar .link-bar-list .item-municipais a {
    color: #d42232;
}

.link-bar .link-bar-list .item-federais a {
    color: #8a5e04;
}

.link-bar .link-bar-list .item-sociedade a {
    color: #952c8f;
}

header.header {
    background: #d42232;
    background: linear-gradient(to bottom, #d42232 0%, #9c0e13 100%);
    padding: 1em;
    color: #feffff;
}

header.header .main-nav {
    float: left;
    padding-top: .25em;
}

header.header .main-nav > .toogle {
    width: 42px;
    height: 32px;
    display: block;
    border-radius: 6px;
    color: transparent;
    background: url(../../img/icons/header/toogle.white.png) center no-repeat;
    margin: 0.5em;
}

header.header .main-nav > .toogle.active,
header.header .main-nav > .toogle:hover{
    background: white url(../../img/icons/header/toogle.red.png) center no-repeat;
}

header.header .main-nav > .toogle > a {
    color: transparent;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0em;
    cursor: pointer;
}

header.header .main-nav > .nav-list {
    list-style: none;
    
    display: none;
    background: white;
    
    margin: 0 0.5em;
    padding: 0.5em 0;
    min-width: 280px;
    position: absolute;
    
    border-radius: 6px;
    border-top-left-radius: 0;
    box-shadow: 0 5px 5px rgba(0,0,0,0.25);
    
    z-index: 999999;
}

header.header .main-nav > .nav-list.active {
    display: block;
}

header.header .main-nav > .nav-list > li a {
    display: block;
    padding: 0.5em 1em;
    color: #0A0A0A;
}

header.header .main-nav > .nav-list > li a:hover {
    background: #F2F2F2;
}

header.header .brand {
    float: left;
    display: block;
    padding-left: 10px;
}

header.header .brand img {
    height: 50px;
    position: relative;
    top: -2px;
}

header.header .brand > h1 {
    line-height: 1em;
    font-size: 2.4em;
    font-weight: 300;
    padding: 0.2em;
    margin: 0;
    text-transform: none;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
}

header.header .brand > h1 a {
    color: #feffff;
    text-decoration: none;
}

header.header .icons-nav {
    float: right;
    margin-right: 1em;
    padding-top: .5em;
}

header.header .icons-nav .list-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    border-right: 3px solid #B12428;
    padding-right: 1em;
}

header.header .icons-nav .list-icons > .item {
    display: inline-block;
		margin-left: 20px;
}

header.header .icons-nav .list-icons > .item a {
    display: block;
    padding-top: 28px;
    background: url() center top no-repeat;
}

header.header .icons-nav .list-icons > .item,
header.header .icons-nav .list-icons > .item a {
  color: #fff;
}

header.header .icons-nav .list-icons > .item a:hover {
    color: #EAEAEA;
}

header.header .icons-nav .list-icons > .item-cidades a {
  background-image: url(../../img/icons/header/city.white.png);
}

header.header .icons-nav .list-icons > .item-servicos a {
	background-image: url(../../img/icons/header/books.png);
	background-position: center 3px;
}

header.header .icons-nav .list-icons > .item-coronavirus a {
	background-image: url(../../img/icons/header/covid-full-white.png);
	background-position: center 3px;
}

header.header .icons-nav .list-icons > .item-contato a {
	background-image: url(../../img/icons/header/phone-contact.png);
	background-position: center 3px;
}

header.header .user-nav {
    padding-top: .5em;
    float: right;
}

header.header .user-nav .btn {
    background: #f9f9f9;
    color: #d42232;
    font-size: 1.2em;
    font-weight: 400;
    padding: 0.6em 1.5em;
    box-shadow: 0 0 4px rgba(0,0,0,0.25);

    /* compatibilidade */

    line-height: 24px;
    border-radius: 4px;
    text-shadow: none;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    border: 0;
}

header.header .user-nav .btn:hover {
    background: #feffff;
}

header.header .user-nav .user-box {}

.user-box > .thumb {
    display: inline-block;
    width: 3.5em;
    height: 3.5em;
    border-radius: 1.75em;
    vertical-align: middle;
    overflow: hidden;
}

.user-box > .thumb img {
    width: 100%;
    height: auto;
}

.user-box > .info {
    display: inline-block;
    vertical-align: middle;
    padding-left: 1em;
}

.user-box > .info .name {}

.user-box > .info .link {}

.user-box > .info .link a {
    color: white;
    text-decoration: underline;
}

.user-box > .info .link a:hover {
    color: #EAEAEA;
}

header.header .user-nav .btn-login {
    
}

@media screen and (max-width: 679px) {
    header.header .brand > h1 {
        line-height: 2em;
        font-size: 1.4em;
    }
    
    header.header .main-nav > .toogle {
        width: 28px;
        margin: 0.5em 0.5em 0 0;
    }
    
    header.header .icons-nav {
        display: none;
    }
    
    header.header .user-nav {
        width: 100%;
        margin-top: 1em;
    }
    
    .link-bar {
        display: none;
    }
    
    header.header .main-nav > .nav-list {
        left: 10px;
        right: 10px;
        min-width: 80%;
        margin: 0;
    }
    
    header.header .user-nav .btn-login {
        width: 100%;
    }
}