/*Menu*/

#menu-topo, #menu-mobile{
    background-color: #333;
    vertical-align: top;
    padding: 0;
    width: 100%;
	margin:0;
}

#botao-menu-mobile {
    margin: 0;
    background-color: transparent;
	height:50px;
}
#icon-menu-xs{
	padding-top:15px;
}

#mobi-menu{
    z-index: 1000;   
    margin: auto;
    clear: both;
    background-color: rgba(33, 33,33, 0.9);
    text-align: center;
    padding: 0;
    display: none;
}

#mobi-menu a{
    font-weight: bold;
    text-transform: uppercase; 
}

#menu-topo.affix {
    position: fixed;
    top: 0;
    z-index: 10;
}


.navbar {
    margin: 0px;  !important
    border: none;
    width: 100%;
	height:50px;
}

.navbar-default,
.navbar-collapse {
    border: none;

}
@media(max-width: 767px){
.navbar-default,
.navbar-collapse {
    background-color: #999;
    border: none;
}
}
.div-logo{

    text-align: center;
    padding: auto;
}
.logo {
    height: 50px;
    width: 100px;
    background-repeat: repeat-y;
    background-position: center top;
    background-image: url(../images/logobarratopo.png);
    text-align: left;
   
}

.logo-topo {
    text-align: left;
    padding: 0;
}

.barra-logo{
    height: 50px;
     
}

@media(max-width: 992px){
  .logo-topo{
        text-align: center;
      
    }
}


/*Search*/

.custom-search-input {
    padding: 3px;
    background-color: #555;
    margin: 0;
}

.custom-search-input input {
    border: 0;
    box-shadow: none;
}

.custom-search-input button {
    background: none;
    box-shadow: none;
    border: 0;
    color: #fff;
    margin-top: 5px;
}

.form-control {
    background-color: #555;
    color: #fff;
}

.form-control::-moz-placeholder {
    color: #fff;
}

.custom-search-input button:hover {
    border: 0;
    box-shadow: none;
}

.custom-search-input .glyphicon-search {
    font-size: 23px;
	padding-bottom:8px;
}

header .btn {
    border-radius: 0px;
    background-color: #fff;
}

#cabecalho-menu{
    margin: 0;
    font-size: 20px;
    color: #fff;
    display: inline;    
    height: 50px;  
    padding: 0;
}

#cabecalho-menu p{
    font-family: 'Open Sans', sans-serif;
    display: inline;
    text-transform: uppercase;
    line-height: 50px;  
	font-size: 18px;
}

.header-menu{
    margin: 0;
   position: relative;
   padding: 0;
    width: 100%;
}
#menu-principal{
    overflow:visible;
    z-index: 1000;
    display: none;    
    margin: auto;
    clear: both;
    background-color: rgba(33, 33,33, 0.9);
    padding: 15px;
    min-height: 100%;
}
.desloca-menu-50{
    position: absolute;
    top:50px;
}


.desloca-menu-80{
    position: absolute;
    top:80px;
}

.topo-120{
     top:120px;
}

#barra-menu li{
    border-bottom: 1px solid #fff;
    margin: 0;
}

.pesquisa{
    overflow: hidden;
    height: 50px;
}

.alinhar-direita{
    float: right;
    margin-right: 0;
    right:0;
    
}
.botao-menu{
    cursor: pointer;
}


#menu-principal .nav>li>a:focus,#menu-principal .nav>li>a:hover, #menu-principal .nav>li.active {
    text-decoration: underline;
}

#barra-menu col-lg-9,#barra-menu .tab-content col-md-9, #barra-menu .tab-content col-md-3, #barra-menu .tab-content col-lg-3{

}

#barra-menu{
    float: left;
    margin-bottom: 10px;
    position: relative;
    display: block;
}

.tab-content{
    margin: 0;
    padding:0 20px;
	font-size:11px;
}

.tab-content ul{
    padding:0 10px;

}

.tab-content a{
    margin: 0;
}

.tab-content a:hover{
    font-weight: bold;
}

.tab-content li{
    padding: 0;
}

#menu-principal li span {
	font-weight: normal;
	font-size:12px;
	font-style:italic;
	padding-bottom:0px;
	padding-top:0px;
	padding-left: 5px;
}

a.destaque, p.destaque{ 
    display: block;
    margin: 0;
	line-height:30px;
}

.master{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;    
}
.master a{
		padding-left: 5px;
	}
.master h1{
	font-size:16px;
	padding-left: 5px;
	font-weight: bold;
	background-color:#f2f2f2;
	margin:0px;
	line-height:30px;
	}

ul.sub-menu{
    padding: 5px 5px 5px 5px;
    margin:0;
	font-size: 14px;
	font-weight: normal;

}

.tab-pane{
    margin: 0;
    padding: 0;
    min-height:400px;
}

#navegacao.container{
    padding: 0;
    height: 100%;
}

.menu-tema{
    z-index: 1000;    
    top: 0;
	text-align:center;
    width: 100%;
    margin: 0;
}
#menu-tema .navbar-default, #menu-tema .navbar-collapse, .menu-tema{
     background: #555;
}

li.subtitulo-menu{
	font-size:11px;
	padding-left:5px;
	font-style:italic;
	}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #FFF;
	
}


#menu-tema.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:100;
    background: #999;
}

#menu-tema{
	position: relative;
    z-index:100;
    background: #999;
}

#menu-tema li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
	height:50px;
}
#menu-tema .dropdown-menu a{
	background-color:#fff;
	color: #333;
}