.guide-menu{
    width: 100%;
    background:#f1f6f7;
    height: 180px;
    margin: 3px 0px 0px;
}

#logo-topo{
   float: left;
    position: relative;
    padding-top: 5px;
    width: 174px;
    z-index: 1000;
}

#logo-topo img{
    width: 100%;
    height: 100%
}

#menu-geral{
    float: right;
    text-align: center;
    position: relative;
}

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

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

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

#menu .li a{
    height: 45px;
    display: block;
    float: left;
    color: #253a50;
    padding: 0px 10px;
    margin: 45px 0px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 75px;
    font-size: 17px;
}


#menu .li a:hover,
#menu .li a.current,
#menu .li a.current:hover{
    color: #3e3c29;
    text-decoration: none;
    background-color: transparent;
    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: #4387b4;
  
}

.menu-lateral ul a {
}


.menu-lateral ul a.current,
.menu-lateral ul a:hover{
    text-decoration: none;
    color: #d7462f;
    font-weight: bold;
    font-size: 13px;
}

.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){
	#logo-topo{
        margin: 0px auto;
        padding-top: 22px;
        float: inherit;
		
	}

    .responsive {
    	width:175px;
    	height:100%;
    	position:fixed;
    	top:0;
    	right:-310px;
    	padding:10px;
         background-image: linear-gradient(to left, #80c36e, #5ea252, #4c903c);
    	overflow: auto;
    	z-index: 1000;
    }

    #menu-geral{
        display: none;
    }

    .menu-anchor,
    .p-menu-anchor {
    right: 0;
    top: 33px;
    width: 50px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
    position: fixed;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background:#819e58;
    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: #fff;
    -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 0.99em 0 0 #fff;

    }

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

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

#logo-topo{

    position: relative;
    padding-top: 5px;
    z-index: 1000;

}

#logo-topo img{
    width: 100%;
    height: 100%;
    margin-top: 5px;
}

@media screen and (max-width: 494px){
    #mail,
    #redes-sociais-top{
        display: none; }
}