body, nav, ul, li, a  {margin: 0; padding: 0;}
a {text-decoration: none;}

.toggleMenu {
	width: 100%;
	height: auto;
	float: left;
    color: #000;
    display:  none;
	z-index: 999999999999;
	font-family: 'Oswald', sans-serif; 
	background-color:#fff; 
	text-align: center;
}
.nav {	
    list-style: none;
	font-family: 'Oswald', sans-serif; 
	font-size: 0.9em;
	text-align: center;
	margin: 0 auto;
}
.nav .current a { color:#0098db; }

.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 200px;
	margin-top: -5px;
}
.nav a {
    padding: 7px 12px 7px 12px;
    color:#413d3d; 

}
.nav a:hover {
    color:#0098db;
	-webkit-transition: all ease 0.5s;
}
.nav li {
    position: relative; border-right: none; 

}
.nav > li {
    float: left;
	margin: 0 auto;
	text-align: left; border-right: 1px dotted #ccc;
}
.nav > li:last-child { border-right: none; }

.nav > li > .parent {
    background-repeat: no-repeat;
    background-position: right; 
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
    top: 40px;
}
.nav li li a {
    display: block;
    background: #0798d9;
    position: relative;
    z-index:9999;
	color: #fff;
	border-bottom: 1px solid #0988c1;
	font-weight:normal;
}
.nav li li a:hover {
    display: block;
    background: #0988c1;
    position: relative;
    z-index:9999;
	color: #fff;
	-webkit-transition: all ease 0.5s;
	font-weight:normal;
	padding-left: 22px;

}
.nav li li li a {
    z-index:200;
    border-top: 1px solid #1d7a62;
}

.sistema-web-link {
    padding: 0 10px !important;
}

.sistema-web-img {
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0;
}

@media screen and (max-width: 768px) {
 
    .sistema-web-link {
        padding: 10px !important;
    }
 
    .active {
        display: block;
    }
	.nav {
		width: 100%;
		list-style: none;
		float: right;
		position: relative;
		margin: 5px 0 0 0;
	}
    .nav > li {
        float: none;
		border-right: none;
		border-bottom: 1px dotted #ccc;
    }
	.nav li:last-child { border-bottom: none; }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

	
	
	
}