/*------------------- MENU TOPO ---------------*/



#nav {
	padding: 25px 0 0 0 ;	
	text-transform: uppercase;
	background-color:#dc0077;
	opacity:0.8;
	font-weight: 400;
	font-size:16px;
	width:600px;
	height:60px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	float:left;

}

#nav:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
	
}

#nav ul {	
	float: left;
    overflow: hidden;
	list-style: none;	
}

#nav li {
	float: left;
	margin: 0 15px;
}
#nav li:first-child {
	margin-left:25px;
	
}
#nav li:hover {

}

 #nav li .active {
	border-bottom: 3px solid #fff;	
}

#nav a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;

}

#nav a:hover, #nav li .active a {
	color: #FFF;
	border-bottom: 3px solid #fff;
}


/*------------------- MENU BOTTOM ---------------*/

.menu h1 {
	text-align: center;
	margin: 0 0 20px;
}

.menu {
	position: relative;
	float: left;
	width: 170px;
	height: 140px;
	margin: 0 0 30px 15px;
	background-color:#0083d6;
	border-radius: 15px;
	cursor:pointer;
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

.menu:hover {
		box-shadow:none;

}


.menu img {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.menu span.titulomenu {
	color:#ffffff;
	padding:5px;
	text-align:center;
	display:block;
}
.menu h4 {
	font-size: .9em;
	color: #333;
	background: #f5f5f5;
	margin: 0;
	padding: 10px;
	border: 1px solid #ddd;
}

.caption {
	display: none;
	position: absolute;
	top: -154px;
	left: 0;
	width: 100%;
	height: 300px;
	background-color:#fff;
	border-radius: 15px;
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
.caption img {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;

}

.caption h3 {
	margin:0;
	display:block;
	text-align:center;
	padding:5px;
	color:#FFFFFF;
	background-color: #dc0077;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-size:17px;
}
.caption p {
	font-size: .75em;
	line-height: 1.5em;
	margin: 10px 15px 15px;
}
.caption a.saiba_mais {
	padding: 5px 10px;
	background: #08c;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight: bold;
	text-decoration: none;
}
.caption a.saiba_mais:hover {
	background: #fff;
	color: #08c;
}


/* ------------ SUBMENU -----------*/

.submenu {
	font-size:13px;
	font-weight:400;

}

.submenu a{
	margin:0 5px ;

}