.guide-menu{
    /*background:#24247e;*/
    height: 216px;
}

#logo-topo{
    position: relative;
    width: 322px;
    margin: 0 auto;
}

#border-bottom-topo{
    background: #1a183f;
    width: 100%;
    height: 3px;

}

#menu-geral{
    float: right;
    text-align: center;
    width: 1000px;
    position: relative;
    top: 114px;
    /*transition: height 0.35s ease;*/
}

#menu-geral div{
    height:0 !important; /*IE7 Hack*/
}

#menu{
    list-style-type: none;
    display: inline-block;
    height: 72px;
}

#menu .li{
    display: block;
    float: left;
    position: relative;
    height: 100%;
}

#menu .nav-1 a{
    background: url('../imagens/menu/nav1.png') 0 10px no-repeat;
}

#menu .nav-2 a{
    background: url('../imagens/menu/nav1.png') 0 10px no-repeat;
}

#menu .nav-7 a,
#menu .nav-3 a{
    background: url('../imagens/menu/nav1.png') 0 10px no-repeat;
}

#menu .nav-4 a{
    background: url('../imagens/menu/nav1.png') 0 10px no-repeat;
}

#menu .nav-5 a{
    background: url('../imagens/menu/nav1.png') 0 10px no-repeat;
}

#menu .nav-6 a{
    background: url('../imagens/menu/nav1.png') 0 10px no-repeat;
}

#menu .li a{
    width: 128px;
    height: 72px;
    display: block;
    float: left;
    color: #fff;
    padding: 0 2px;
    margin: 30px 3px;
    height: 100%;
    line-height: 90px;
    font-size: 18px;
    font-family: 'OpenSans Light';
    transition: all 0.3s ease-out;
}


#menu .li a:hover,
#menu .li a.current,
#menu .li a.current:hover{
    color: #fff;
    line-height: 72px;
    text-decoration: none;
    background-color: transparent;
    background-position: 0 0;
    box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*Menu Lateral*/
.menu-lateral,
.menu-lateral ul{
    list-style: none;
}

.menu-lateral ul{
   margin-bottom: 10px;
}

.menu-lateral a {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #D9D9D9;
    margin-left: 8px;
}

.menu-lateral a:hover,
.menu-lateral a.current{
    text-decoration: none;
    color: #1a217c;
    font-weight: bold;
}

.menu-lateral ul a {
}


.menu-lateral ul a.current,
.menu-lateral ul a:hover{
    text-decoration: none;
    color: #02542e;
    font-weight: bold;
}

.responsive{
    display: none;
}

.responsive ul span li{
    color: #fff;
}

.responsive ul span ul{
        margin-left: 7%;
}

.subs{
    display: none;
}

@media screen and (max-width: 999px){

	.guide-menu{
		height: 119px;
	}

    #border-bottom-topo {
    background: #fff;
}




    .responsive {
    	width:175px;
    	height:100%;
    	position:fixed;
    	top:0;
    	right:-310px;
    	padding:10px;
    	background:#d1154a;
    	overflow: auto;
    	z-index: 1000;
    }

    #menu-geral{
        display: none;
    }


    .menu-anchor,
    .p-menu-anchor {
        right:0;
        top:-4px;
        width: 50px;
        height: 41px;
        display: inline-block;
        vertical-align: middle;
        position: fixed;
        text-indent: -9999px;
        overflow: hidden;
        cursor: pointer;
        background:rgba(32,31,30,.7);
        margin:15px 15px 0 0;
        z-index:9999;
    }

    .menu-anchor:before,
    .p-menu-anchor:before {
	    content: "";
	    display: block;
	    margin: 11px auto;
	    width: 50%;
	    height: 0.25em;
	    background:#fff;
	    box-shadow: 0 .50em 0 0 #fff, 0 .99em 0 0 #fff;
    }

    .p-menu-anchor {display:none;}

    .p-menu-anchor:before {
    background:#f0a305;
    box-shadow: 0 .50em 0 0 #f0a305, 0 .99em 0 0 #f0a305;

    }

    .responsive li {
        float: left;
        width: 90%;
        padding: 5%;
        display: block;
    }

    .responsive a {
        text-decoration:none;
        color:#fff;
    }

}
