/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}*/

/* End of CSS Reset */



/* Google Maps */
#sector7 {
	width: 100%;
	height: 600px;
}
@media screen and (max-width: 960px) {
	#sector7 {
		width: 100%;
		height: 60vw;
	}	
}

/* Footer */
footer {
	padding: 10px 0px;
	text-align: right;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
}

footer p {
	margin-right:20px;
}


/* Sector Menu */

nav {
	position: fixed;
	top:0;
	width: 100%;
	height: 65px;
	background-color: #141414;
	border-bottom: 1px solid white;
	z-index: 999;
}

.wrappermenu {
	width: 960px;
	height:65px;
	margin: auto;
	overflow: hidden;
}

#logo {
	display:block;
	position:absolute;
	top:10px;
	width:100px;
	z-index: 999;
}

#name {
	display:block;
	position:relative;
	float:left;
	width:250px;
	left:110px;
	top: 25px;
}

#name h1 {
	color:white;
	font-size: 20px;
	font-family: 'Droid Sans', sans-serif;
	margin-top:0px;
}

#menu {
	width:auto;
	float: right;
	position:relative;
	height: 40px;
}

#menu ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#menu ul li { 
	display: inline; 
}
#menu ul li a {
	padding: 25px 10px 0px 10px;
	height:40px;
	display: inline-block;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	/* visual do link */
	color: white;
	text-decoration: none;
}
#menu ul li a:hover {
	border-top: white solid 2px;
}

#mobile-header {
	display:none;
}

@media screen and (max-width: 960px) {

	#name {
		display:block;
		position:relative;
		float:left;
		width:auto;
		overflow:hidden;
		left:110px;
		top: 25px;
	}
	
	#name h1 {
		color:white;
		font-size: 16px;
		font-family: 'Droid Sans', sans-serif;
		margin-top:0px;
	}
		
	#mobile-header {
		display:inline-block;
		margin-top:20px;
		margin-right:10px;
		float:right;
		width: 40px;
	}
	
	#menu {
		display:none;
	}
	
	.wrappermenu {
		width: 100%;
		height:65px;
		margin: auto;
	}
}
/* Sector 1 */

#section1 {
	background: url('../images/sector1.jpg') 50% 0 fixed;
    background-size: 100%;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
  	background-size: cover;
	height: 800px;
	margin-top:66px;
	position:relative;
	z-index: 0;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	overflow: hidden;
}

#wrapper-sector1 {
	position:relative;
	width:100%;
	margin-top:160px;
}

#intro {
	position:relative;
	width:100%;
	background-image: url('../images/centertext-bg.png');
}

#intro p {
	width:100%;
	max-width:960px;
	margin:auto;
	color:white;
	padding: 25px 0px;
	text-align: justify;
	font-family: 'Droid Sans', sans-serif;
	line-height:22px;
}

#carousel {
	position:relative;
	margin-top:120px;
	width: 100%;
}

#carousel > ul {
	position: relative;
	max-width:960px;
	width:100%;
	height:320px;
	margin:auto;
}

#carousel > ul > li {
	width: 18vw;
	height: 18vw;
	background-color:white;
	border:1px solid black;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#carousel > ul > li > a > img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


@media screen and (max-width: 960px) {
	#section1 {
		background: url('../images/sector1.jpg');
	    background-size: 100%;
	    background-repeat:no-repeat;
		height: auto;
		margin-top:66px;
		position:relative;
		z-index: 0;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		overflow: hidden;
	}
	
	#wrapper-sector1 {
		position:relative;
		width:100%;
		margin-top:0px;
	}
	
	#intro p {
		width:94%;
		max-width:960px;
		color:white;
		padding: 25px 0px;
		text-align: left;
		word-spacing:1px;
		line-height:22px;
		font-family: 'Droid Sans', sans-serif;
	}
	
	#carousel {
		position:relative;
		margin-top:20px;
		width: 90%;
		margin:auto;
	}

	#carousel > ul {
		position: relative;
		max-width:960px;
		width:100%;
		height:40vw;
		margin:auto;
	}
	
	#carousel > ul > li {
		width: 18vw;
		height: 18vw;
		background-color:white;
	}
}

/* Sector 2 */

#section2 {
	background-color:white;
	position:relative;
	width:100%;
	overflow: hidden;
	padding-top:20px;
	padding-bottom: 20px;
}

#wrapper2 {
	position:relative;
	width:100%;
	max-width:960px;
	margin:auto;
	overflow:hidden;
}

#wrapper2 h1 {
	position:relative;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	font-family: 'Droid Sans', sans-serif;
}

#partner-wrap {
	position:relative;
	width:100%;
	max-width:960px;
	margin:auto;
	margin-top:20px;
	overflow:hidden;
}

#partner1 {
	position:relative;
	width:480px;
	float:left;
}


#partner2 {
	position:relative;
	width:480px;
	float:left;
}

.partner-logo {
	position:relative;
	text-align:center;
	width:100%;
	height:108px;
}

.partner-text {
	position:relative;
	text-align: justify;
	width: 90%;
	padding:0px 10px;
	margin:auto;
	margin-top:20px;
	font-family: 'Droid Sans', sans-serif;
	line-height:22px;
	
}

@media screen and (max-width: 960px) {
	
	#partner1 {
		width:100%;
	}
	
	#partner2 {
		width:100%;
		margin-top:20px;
	}
		
}


/* Sector 3 */ 

#section3 {
	background: url('../images/sector2.jpg') 50% 0 fixed;
    background-size: 100%;
    background-repeat:no-repeat;
	height: 800px;
	position:relative;
	z-index: 0;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover; 
	overflow:hidden;
} 

#wrapper-sector3 {
	position:relative;
	width:100%;
	margin:160px 0px;
}

#sector3-intro {
	position:relative;
	padding:20px 0px;
	width:100%;
	background-image: url('../images/centertext-bg.png');
}

#sector3-intro h1 {
	position:relative;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	font-family: 'Droid Sans', sans-serif;
	color:white;
}

#sector3-intro p {
	width:100%;
	max-width:960px;
	margin:auto;
	color:white;
	padding: 25px 0px;
	text-align: justify;
	font-family: 'Droid Sans', sans-serif;
	line-height:22px;
}


@media screen and (max-width: 960px) {
	
	#section3 {
		position:relative;
		background: url('../images/sector2.jpg');
	    background-size: 100%;
	    background-repeat:no-repeat;
		width:100%;
		height: 100%;
		z-index: 0;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover; 
		overflow:hidden;
	} 
	
	#sector3-intro p {
		width:94%;
		max-width:960px;
		color:white;
		padding: 25px 0px;
		text-align: left;
		word-spacing:1px;
		line-height:20px;
		font-family: 'Droid Sans', sans-serif;
	}
	
	#wrapper-sector3 {
		position:relative;
		width:100%;
		margin-top:0px;
		margin-bottom:0px;
	}

}

/* Sector 4 */ 
#section4 {
	background-color:white;
	position:relative;
	overflow: hidden;
	padding-top:20px;
	padding-bottom: 20px;
}

#wrapper4 {
	position:relative;
	width: 100%;
	max-width:960px;
	margin: auto;
	overflow:hidden;
}

#wrapper4 h1 {
	position:relative;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	font-family: 'Droid Sans', sans-serif;
}

#formulario {
	position:relative;
	width:100%;
	max-width:960px;
	margin:auto;
	margin-top:20px;
	overflow:hidden;
	display:inline-block;
	text-align:center;
}

.formularios {
	position:relative;
	width:310px;
	display:inline-block;
	padding:0px 5px;
	margin:auto;
	text-align:justify;
}

.formularios p {
	font-family: 'Droid Sans', sans-serif;
	margin-left:20px;
	margin-bottom:5px;
	font-weight: bold;
}

.formline label { 
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.2em;
	margin-top:0.25em;
	display: block
}

.formline input {
	margin-left: 2.5em;
}

.checkline {
	margin-top:6px;
}

.checkline label {
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.checkline input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    overflow: hidden;
}

#sec4submit {
	margin-top:40px;
	
	/*  */
	font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #FFF;
    padding: 2px 25px 5px 25px;
    border: 1px solid #999;
 
    text-shadow: 0px 1px 1px #666;
    text-decoration: none;
 
    -moz-box-shadow: 0 1px 3px #111;
    -webkit-box-shadow: 0 1px 3px #111;
    box-shadow: 0 1px 3px #111;
 
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
 
    background: #64a724;
    background: -moz-linear-gradient(top, #64a724 0%, #579727 50%, #58982a 51%, #498c25 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#64a724), to(#498c25), color-stop(0.4, #579727), color-stop(0.5, #58982a), color-stop(.9, #498c25), color-stop(0.9, #498c25));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64a724', endColorstr='#498c25', GradientType=0 );
 
    cursor: pointer;
}

@media screen and (max-width: 960px) {
	
	#formulario {
		position:relative;
		width:100%;
		margin:auto;
		margin-top:20px;
		overflow:hidden;
	}
	
	.formularios {
		width:100%;
		margin: auto;
	}
	
	.formularios p {
		margin-top:10px;
		margin-left:0px;
		text-align:center;
	}
	
	.formline {
		width:300px;
		overflow:hidden;
		margin:auto;
		margin-bottom:5px;
		text-align:right;
	}
	
	.checkline {
		width:300px;
		overflow:hidden;
		margin:auto;
		margin-bottom:5px;
		text-align:center;
	}
	
	.formularios p {
		font-family: 'Droid Sans', sans-serif;
		margin-bottom:5px;
		font-weight: bold;
	}

	.formline label { 
		width:auto;
		overflow:hidden;
		font-family: 'Droid Sans', sans-serif;
		font-size:14px;
		margin-top:0.25em;
		display: block
		text-align:right;
	}
	
	.formline input {
		margin-left: 10px;
		text-align:right;
	}
	
	
	.checkline label {
		width:auto;
		overflow:hidden;
		font-family: 'Droid Sans', sans-serif;
		font-size:14px;
		margin-top:0.25em;
	}
	
	.checkline input {
	    width: 13px;
	    height: 13px;
	    padding: 0;
	    margin:0;
	    vertical-align: bottom;
	    position: relative;
	    top: -1px;
	    overflow: hidden;
	}

}

/* Sector 5 */

#section5 {
	background: url('../images/sector4.jpg') 50% 0 fixed;
    background-size: 100%;
    background-repeat:no-repeat;
	height: 800px;
	position:relative;
	z-index: 0;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;  
}

#wrapper5 {
	position:relative;
	width:100%;
	overflow: hidden;
}

#sector5-intro {
	margin-top:180px;
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px solid #A8A8A8;	
	width:100%;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF88, endColorstr=#FFFFFF88);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF88, endColorstr=#FFFFFF88)";
}

#content5 {
	width:100%;
	margin:auto;
	overflow:hidden;
}

#content5 h1 {
	text-align: center;
	font-size: 28px;
	margin-top:10px;
	font-weight: bold;
	font-family: 'Droid Sans', sans-serif;
	color:#141414;
}

#content5 p {
	font-family: 'Droid Sans', sans-serif;
	text-align:center;
	margin-bottom:5px;
	font-weight: bold;
}

#formulario5 {
	position:relative;
	width:400px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	overflow:hidden;
	text-align:center;
}

.formulario5 {
	position:relative;
	width:400px;
	float:left;
	padding:0px 5px;
}

.formularios5 p {
	font-family: 'Droid Sans', sans-serif;
	margin-left:20px;
	margin-bottom:5px;
	font-weight: bold;
}

.form5line {
	margin-top:10px;
}

.form5line label { 
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
	margin-top:0.25em;
	display: block
}

.form5line input {
}

#sec5submit {
	margin-top:15px;
	
	/*  */
	font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #FFF;
    padding: 2px 25px 5px 25px;
    border: 1px solid #999;
 
    text-shadow: 0px 1px 1px #666;
    text-decoration: none;
 
    -moz-box-shadow: 0 1px 3px #111;
    -webkit-box-shadow: 0 1px 3px #111;
    box-shadow: 0 1px 3px #111;
 
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
 
    background: #64a724;
    background: -moz-linear-gradient(top, #64a724 0%, #579727 50%, #58982a 51%, #498c25 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#64a724), to(#498c25), color-stop(0.4, #579727), color-stop(0.5, #58982a), color-stop(.9, #498c25), color-stop(0.9, #498c25));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64a724', endColorstr='#498c25', GradientType=0 );
 
    cursor: pointer;
}

@media screen and (max-width: 960px) {
	
	#section5 {
		background: url('../images/sector4.jpg') 50% 0 fixed;
	    background-size: 100%;
	    background-repeat:no-repeat;
		height: 100%;
		position:relative;
		z-index: 0;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;  
	}
	
	#sector5-intro {
		margin-top:0px;
		border-top: 1px solid #A8A8A8;
		border-bottom: 1px solid #A8A8A8;	
		width:100%;
		/* Fallback for web browsers that doesn't support RGBa */
		background: rgb(255, 255, 255);
		/* RGBa with 0.6 opacity */
		background: rgba(255, 255, 255, 0.5);
		/* For IE 5.5 - 7*/
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF88, endColorstr=#FFFFFF88);
		/* For IE 8*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF88, endColorstr=#FFFFFF88)";
	}

}

/* Sector  6 */ 
#section6 {
	background-color:white;
	width:100%;
	position:relative;
	overflow: hidden;
	padding-top:20px;
	padding-bottom: 20px;
}

#wrapper6 {
	position:relative;
	width:100%;
	max-width:960px;
	margin: auto;
	overflow:hidden;
}

.sec6content{
	width:480px;
	display:inline-block;
	margin:auto;
	text-align:justify;
	float:left;
}

#wrapper6 h1 {
	position:relative;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	font-family: 'Droid Sans', sans-serif;
}

#contact-wrap {
	position:relative;
	width:100%;
	max-width:960px;
	margin:auto;
	margin-top:20px;
	overflow:hidden;
}

#contact-wrap p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	text-align: center;
}

#contact-wrap  {
	text-align:center;
}

#contact-wrap img {
	margin-top:15px;
}

@media screen and (max-width: 960px) {
	.sec6content{
		width:100%;
		display:inline-block;
		margin:auto;
		text-align:justify;
		float:left;
		margin-bottom:20px;
	}
}


.modal-dialog {
margin-top:15%;
}

.modal-content h4 {
	position:relative;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	font-family: 'Droid Sans', sans-serif;
}

.modal-body p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	text-align: justify;
}


#recruit-section1 {  
	background: url('../images/recruit.jpg') 50% 0 fixed;
    background-size: 100%;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
  	-moz-background-size: cover; 
 	-o-background-size: cover;
  	background-size: cover;
	height: 400px;
	margin-top:66px;
	position:relative;
	z-index: 0;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	overflow: hidden;
}

.recruit-title {
	text-align:center;
}

.recruit-title h2 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 4em;
}

#recruit {
	font-family: 'Droid Sans', sans-serif;
	padding-top:20px;
}

.g-recaptcha>div{margin:auto};