.nave{
	margin-top:0px;
	float:right;
}
.nave .circulo{
	width: 200px;
	height: 50px;
    color: #0D8B11;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height:50px;
	text-transform:uppercase;
	text-align:center;
}
.nave li{
	float: left;
	position: relative;
}
.nave li > a,
.nave li > a img{
	display: block;
	text-decoration:none;
}
.nave li > a{
	position: relative;
}
.nave li > a span{
	position: absolute;
	width: 200px;
	height: 50px;
	top: 0px;
	left: 0px;
	text-align: center;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-align:center;
	text-transform:uppercase;
	font-weight: 600;
	color: #77C73E;
	opacity: 0;
	transition: 1.2s;
    -moz-transition:1.2s;
    -o-transition:1.2s;
    -webkit-transition:1.2s;
	-ms-transition:1.2s;
}
.nave li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

/*ao passar o mouse*/
.lb-overlay .box{
	width:450px;
	height:auto;
	display:table;
	background-color:rgb(255,255,255);
	padding:20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
}
.lb-overlay .box h1{
	font-size: 25px;
	text-align:left;
	font-style: normal;
	font-weight: 700;
	color: #0D8B11;
}
.lb-overlay .box p{
	font-size: 20px;
	text-align:left;
	font-style: normal;
	font-weight: 600;
	color: rgb(0,0,0);
	margin-bottom:20px;
}
.lb-overlay .box h2{
	width: auto;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(255,255,255);
	background-color: rgb(255,140,0);
	padding: 20px 30px;
	text-align: justify;
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	background: rgba(0,0,0,0.8);
}
.lb-overlay > .box{
	position: relative;
	color: rgba(27,54,81,0.8);
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	margin:auto;
	-webkit-transition: opacity 0.3s linear 1.3s;
	-moz-transition: opacity 0.3s linear 1.3s;
	-o-transition: opacity 0.3s linear 1.3s;
	-ms-transition: opacity 0.3s linear 1.3s;
	transition: opacity 0.3s linear 1.3s;
}

.lb-overlay .box{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target .box{
	-webkit-animation: fadeInScale 1.2s ease-in-out;
	-moz-animation: fadeInScale 1.2s ease-in-out;
	-o-animation: fadeInScale 1.2s ease-in-out;
	-ms-animation: fadeInScale 1.2s ease-in-out;
	animation: fadeInScale 1.2s ease-in-out;
}

.lb-overlay:target > div{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes fadeInScale {

  0% { -webkit-transform: scale(0.2); opacity: 0; }
  100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes fadeInScale {
  0% { -moz-transform: scale(0.2); opacity: 0; }
  100% { -moz-transform: scale(1); opacity: 1; }
}
@-o-keyframes fadeInScale {
  0% { -o-transform: scale(0.2); opacity: 0; }
  100% { -o-transform: scale(1); opacity: 1; }
}
@-ms-keyframes fadeInScale {
  0% { -ms-transform: scale(0.2); opacity: 0; }
  100% { -ms-transform: scale(1); opacity: 1; }
}
@keyframes fadeInScale {
  0% { transform: scale(0.2); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay .box{
    height: 100%;
}
/*dados do formulário*/
label{
	float:left;
	clear:both;
}
label span{
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	color: rgb(0,0,0);
	width:100px;
	float:left;
	text-align:right;
	margin-right:10px;
}
label input{
	width:329px;
	padding:3px;
	margin-bottom:10px;
	border:1px solid rgb(204,204,204);
}

input[type=submit]{
	float:right;
	border:none;
	margin-right:5px;
	margin-bottom:10px;
	background-color: #0D8B11;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(255,255,255);
	cursor:pointer;
	padding:5px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
.fechar{
	float:right;
	border:none;
	margin-right:10px;
	margin-bottom:10px;
	background-color: #0D8B11;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(255,255,255);
	cursor:pointer;
	padding:6px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	text-decoration:none;
}
.acomodar{
	padding:10px;
}
