@font-face {
	font-family: 'icons';
	src: url('font/icons.eot?24804043');
	src: url('font/icons.eot?24804043#iefix') format('embedded-opentype'),
		 url('font/icons.woff?24804043') format('woff'),
		 url('font/icons.ttf?24804043') format('truetype'),
		 url('font/icons.svg?24804043#icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ----------------------------------------------------------------------------
	Navigation Menu
----------------------------------------------------------------------------- */
#menutoggle {
	display: block;
	margin: 0;
	padding: 0 22px;
	width: auto;
	color: #fff;
	background: transparent;
	height: 36px;
	font: 18px/46px 'Open Sans','Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 0 #111;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0px;
	border-radius: 8px 0px 0 0;
	transition: background 0.2s linear 0s;
	-webkit-tap-highlight-color: #000;
}
#menutoggle span {
    display: none;
}
#menutoggle:before {
	display: inline-block;
	margin-left: 0;
	width: 20px;
	height: 36px;
	line-height: 38px;
	content: "\e826";
	color: inherit;
	font-family: 'icons';
	text-align: center;
	font-size: 21px;
	vertical-align: top;
}
#menutoggle.is-active:before {
	content: "\e844";
}
#menutoggle:hover, #menutoggle:active, #menutoggle.is-active {
	background-color: #4d7291;
	border-radius: 8px 0px 0 0;
}
#menutoggle { display: block; }

#nav {
    clear: both;
    margin: 0;
    width: 100%;
    height: 30px;
    overflow: visible;
    position: fixed;
    border-top: 0px solid #37474f;
	z-index: 888;
}

#nav ul {
    float: none;
    display: block;
    margin: 0;
    width: auto;
    opacity: 0;
	max-height: 0;
    background: #172f4a;
    overflow: hidden;
    transition: max-height 0.25s cubic-bezier(0, 0.7, 0, 1), opacity 0.2s ease-in-out;
    border-radius: 0 0 4px 4px;
    top: 0px;
    border: 0;
    position: relative;
}

#nav #menutoggle.is-active + ul {
  max-height: 1000px;
  opacity: 1;
transition: max-height 0.3s ease-in-out 0s, opacity 0.25s ease-in-out 0s;
}

#nav li {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    border: 0;
    border-top: 1px solid #263237;
	z-index: 888;
}

#nav li:first-child {
    border-top: 0;
}
#nav li.onmobile {
	display: block;
}
#nav a, #nav span.submenu {
    float: none;
    display: block;
    margin: 0;
    padding: 9px 20px;
    height: auto;
    color: #eeeeee;
    line-height: 1.6em;
    text-shadow: 0 1px 0 #000000;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    font-family: 'Open Sans', 'Helvetica Neue', Tahoma, Arial, sans-serif;
    border: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: #000000;
	transition: background 0.17s linear 0s;
}

#nav span.submenu:after {
    float: right;
    margin-left: 10px;
    width: 15px;
    height: inherit;
    content: "\e817";
    color: inherit;
    font-family: 'icons';
    text-align: center;
    font-size: 105%;
    vertical-align: top;
}
#nav span.submenu.is-active {
	border-bottom: 1px solid #000000;
}
#nav span.submenu.is-active:after {
    content: "\e816";
}
#nav ul.submenu {
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 0;
    background: none;
    opacity: 1;
    position: relative;
    top: 0;
	transition: max-height 0.15s linear 0s;
}
#nav span.submenu.is-active + ul.submenu {
    max-height: 360px;
    overflow-y: auto;
}
#nav ul.submenu a {
    padding-left: 40px;
    background: none;
}
#nav ul.submenu a:before {
    display: inline-block;
    margin-right: 5px;
    margin-left: -15px;
    width: 10px;
    height: inherit;
    content: ".";
    color: inherit;
    font-family: 'icons';
    text-align: center;
    font-size: inherit;
    vertical-align: top;
}
#nav a:hover, #nav a.is-active, #nav li:hover span.submenu, #nav ul.submenu a:hover, #nav ul.submenu a.is-active {
    background: #09132b;
    color: #ffffff;
}

.sbaixo  {
	opacity: 0;
}


/*@media (min-width: 36em) { /* Small devices (landscape phones, 576px and up) */
@media (min-width: 48em) { /* Medium devices (tablets, 768px and up) */
    #menutoggle { padding: 0 15px 0 35px; }
	#menutoggle span { display: inline-block; }
    #menutoggle:before { margin-right: 10px; }
}


 /* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  .sbaixo {
    opacity: 1;
  }
  #menutoggle {
    display: none;
  }
  #nav {
    height: 56px;
    position: fixed;
    border: 0px none;
    border-radius: 0px;
    z-index: 9;
    top: -4px;
    font-size: 1.1em;
    background-image: linear-gradient(180deg, transparent 0%, #384b8b 4%, #012650 80%, #012650 30%, transparent 110%);
  }
  #nav ul {
    display: block !important;
    float: left;
    width: 100%;
    height: auto;
    opacity: 1;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    z-index: 88;
    top: 10px;
    overflow: visible;
  }
  #nav li {
    float: left;
    margin: 0px 3px;
    padding: 0px;
    height: auto;
    width: auto;
    min-width: auto;
    position: relative;
    border: 0px none;
    overflow: visible;
  }
  #nav li:first-child {
    margin-left: 22%;
    border-left: 0px none;
  }
  #nav li.last {
    border-right: 0px none;
  }
  #nav li.right {
    float: right;
    margin-right: 10px;
    border-right: 0px none;
  }
  #nav li.onmobile {
    display: none;
  }
  #nav a, #nav span.submenu {
    float: left;
    margin: 0px;
    padding: 0px 7px;
    height: 37px;
    border: 0px none;
    color: #bfefff;
    font-size: 1em;
    font-weight: normal;
    line-height: 39px;
    text-align: center;
    border-radius: 3px;
transition: background 0.2s linear 0s;
    cursor: pointer;
  }
  #nav span.submenu::after {
    display: none;
  }
  #nav a:hover, #nav a.is-active, #nav li:hover span.submenu, #nav ul.submenu a:hover, #nav span.submenu.is-active {
    color: #ffffff;
    background: #001553 none repeat scroll 0% 0%;
    line-height: 44px;
    border-radius: 9px;
  }
  #nav li:hover a.submenu, #nav li:hover span.submenu, #nav span.submenu.is-active.hover {
    border-radius: 3px 3px 0px 0px;
  }
  #nav li:hover {
    z-index: 11;
  }
  #nav ul.submenu {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 300px;
    max-height: 0px;
    position: absolute;
    opacity: 0;
    background: #132564 none repeat scroll 0% 0%;
    top: 95%;
    z-index: 10;
    border-radius: 0px 3px 3px;
box-shadow: 1px 1px 1px #00698c;
transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #nav li:hover ul.submenu, #nav ul.submenu.is-active {
    padding: 3px 0px;
    left: 0px;
    max-height: 360px;
    opacity: 1;
  }
  #nav ul.submenu li {
    float: none;
    display: block;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    height: auto;
  }
  #nav ul.submenu a {
    float: none;
    display: block;
    margin: 0px;
    padding: 7px 15px 7px 28px;
    height: auto;
    text-transform: none;
    text-align: left;
    line-height: 1.5em;
    border-radius: 0px;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #1a2622 currentcolor currentcolor;
  }
  #nav ul.submenu li:first-child a {
    border: 0px none;
  }
  #nav ul.submenu li a:hover, #nav ul.submenu li a.is-active {
    background: #002040 none repeat scroll 0% 0%;
  }
}

#margens {
  background-color: #005100;
  color: #ffff00;
}

