@charset "utf-8";
/* Header Style */

#logo {
	margin: 10px 0 20px 0;
	float:left;
}
#ad {
	float:left;
	margin:40px 0 0 45px;
}
#busca {
	float:right;
	margin-top:60px;
	width: 300px;
	max-width: 300px;
}

#aswift_0 {z-index: 0;}

nav#nav {
	display:inline-block;
	margin:0 auto;
	width:100%;
	background-color:#004364;
	border-radius: 2px;
	text-align:center;
}

td.gsc-search-button {
	padding: 0;
}

/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	width: 100%;
	display: block;
}

/*Create a horizontal list with spacing*/
li {
	display:inline;
	position: relative;
	float: left;
	margin:0;
	padding:0;
}

#menu li:first-child a {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

#menu li ul.hiddenMenu a {
	border-radius: 0;
}

/*Style for menu links*/
li a {
	display:inline-block;
	min-width:60px;
	height: 50px;
	line-height: 50px;
	padding:0 20px;
	font-family:"Open Sans", Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #E5E5E5;
	background: #004364;
	text-decoration: none;
	transition: background 0.1s, color 0.1s;

}

/*Hover state for top level links*/
li:hover a {
	text-decoration: none;
	background:#003A57;
	color:white;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #003A57;
	color: #E5E5E5;
	height: 40px;
	line-height: 40px;
	text-align: left;
	/*box-shadow:2px 2px 1px #333;*/
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background:#00314A;
	color:white;
}

li ul {
	display: block;
	position: absolute;
	z-index: 1;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 180px;
	padding: 0 20px;
}

.hiddenMenu {
	visibility: hidden;
	opacity: 0;
	display: none;
}

/*Display the dropdown on hover*/
ul li a:hover + .hiddenMenu, .hiddenMenu:hover {
	visibility: visible;
	opacity: 1;
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #E5E5E5;
	background: #004364;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
	padding: 15px 0;
	display: none;
	cursor: pointer;
}
.show-menu:hover {color: white;}

/*Hide checkbox*/
input[type=checkbox] {display: none;}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu {display: block;}

/*Responsive Styles*/

@media screen and (max-width: 970px) {
	#ad {display: none;}
}

@media screen and (max-width : 900px) {
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
		float: none;
	}
	/*Create vertical spacing*/
	li {
		position: static;
		display: inline-block;
		margin-bottom: 1px;
	}
	li ul {position: static;}
	/*Make all menu links full width*/
	ul li, li a {
		display: inline-block;
		width: 100%;
		text-align: center;
		padding: 0;
		float: none;
	}
		/*Display 'show menu' link*/
	.show-menu {display:block;}
}

@media screen and (max-width: 600px) {
	#ad {display: none;}
	#logo {
		float: none;
		display: inline-block;
		text-align: center;
	}
	#busca {
		float: none;
		display: inline-block;
		text-align: center;
		width: 100%;
		margin-top: 30px;
	}
}
