@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
*{
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
	list-style:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body{
  font-family: 'Montserrat', sans-serif;
	background: -webkit-linear-gradient(90deg, #2ECC71 10%, #21c28e 90%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(90deg, #2ECC71 10%, #21c28e 90%); /* FF3.6+ */
	background:     -ms-linear-gradient(90deg, #2ECC71 10%, #21c28e 90%); /* IE10 */
	background:      -o-linear-gradient(90deg, #2ECC71 10%, #21c28e 90%); /* Opera 11.10+ */
	background:         linear-gradient(90deg, #2ECC71 10%, #21c28e 90%); /* W3C */
	color:#888;
}
.wrap{
	position:relative;
	margin:auto;
	width:80%;
}
/* header */
#header{
	position:fixed;
	margin:auto;
	width:100%;
	height:70px;
	background:#fff;
	z-index:9;
}
#logo{
	position:relative;
	width:50%;
	float:left;
	margin-top:0.6em;
}
.logoSize{
	width:50%;
}


#nav{
	width:50%;
	position:relative;
	float:right;
	font-weight:bold;
}
#nav li{
	width:25%;
	float:left;
	line-height:70px;
	text-align:center;
}
#nav li a{
	text-decoration:none;
	color:#8c8f93;
	display:block;
	-webkit-box-sizing: border-box;			/* Chrome 10+, Saf5.1+*/
	-moz-box-sizing: border-box; 			/* FF3.6+ */
	box-sizing: border-box;					/* W3C */
	-webkit-transition: all 0.25s linear;	/* Chrome 10+, Saf5.1+ */
	-moz-transition: all 0.25s linear;		/* FF3.6+ */
	-o-transition: all 0.25s linear;		/* Opera 11.10+ */
	transition: all 0.25s linear;			/* W3C */
}
#nav li a:hover{
	font-size:1.1em;
	box-shadow: inset 0px 5px #339F48;
	color:#339F48;
	background:rgba(0, 0, 0, 0.1);
}


/* fim do header */
/* first */
#first{
	position:relative;
	margin:auto;
	width:100%;
	height:800px;
	z-index:4;
	background-image: url("trigo_branco.png");
	background-position:center center;
	background-size: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
}
.wrapFirst{
	position:relative;
	margin:20% auto 20% auto;
	width:60%;
}
.columnLeft{
	position:relative;
	float:left;
	width:35%;
	margin:0 0 0 18%;
}
.columnRight{
	position:relative;
	float:right;
	width:40%;
	margin:1% 0 0 3%;
}
.logoFifteen{
	width:100%;
}
.logoFirst{
	width:80%;
	margin-bottom:1em;
}
.textFirst{
	color:#8c8f93; /*#8bc53f;*/
	font-size:2em;
}
/* fim do first */

/* second */
#second{
	position:relative;
	margin:auto;
	width:100%;
	hei ght:800px;
	padding-top:100px;
	padding-bottom:100px;
	z-index:3;
}
.secondWrap{
	position:relative;
	margin:auto;
	width:60%;
}
.secondLine{
	position:relative;
	margin:1.4em auto 1.4em auto;
	width:100%;
	height:1.5px;
	background:rgba(255,255,255,0.1);
}
/* textos */
.secondTitle{
	color:#fff;
}
.secondText{
	color:#fff;
	text-align:justify;
}
/* fim dos textos */
/* fim do second */

/* third */
#third{
	position:relative;
	margin:auto;
	width:100%;
	height:650px;
	z-index:2;
}
#map-canvas{
	width:10%;
	height:650px;
}
/* fim do third */

/* contato */
#contact{
	position:relative;
	width:100%;
	/*background:#128f2e;*/
/*	transform: skewY(-2.2deg);
	transform-origin:0 0;*/
	overflow: hidden;
	z-index:1;
}
#form{
	margin:100px 0px 100px;
}
#address{
	position:relative;
	width:37%;
	margin:11% 0% 0% 10%;
}
#container{
	position:relative;
	width:50%;
}
.logoContact{
	width:80%;
	margin-bottom:2em;
}
.text_contact{
	color:rgba(255,255,255,0.8);
	line-height:1.6em;
}
.diminuir{
	font-size:0.7em;
}
.aumentar{
	font-size:1.7em;
	color:rgba(255,255,255,1);
}
/* =======================================    login */
input {
	position: relative;
	width: 25em;
	height: 2em;
	line-height:2em;
	padding: 1em;
	border-left: #208C4E solid 10em;
	background: #f9f9f9;
	color: #339F48;
	transition: 100ms ease-out all;
	font-size: 0.9em;
	font-family: 'Montserrat', sans-serif;
	display: block;
}
input:focus {
  outline: none;
  border-left: #28B263 4em solid; /*#7dd*/
  background: #fff;
  transition: 100ms ease-out all;
}
input + label {
  position: relative;
  top: -3.5em;
  left: 1em;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
}
input:focus + label {
  left: -20em;
  font-size:0em;
}
input[type=submit] {
	border-left: 0;
	width: 27em;
	height:4em;
	line-height: 2em;
	background:#208C4E;
	color: #eee;
	margin-left: 10em;
	font-family: 'Montserrat',sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}
input[type=submit]:hover {
	width: 37em;
	color: #D4EC58;
	font-weight: bolder;
	margin-left: 0em;
}
input[type=submit]:focus {
	color: #D4EC58;
	width: 37em;
	font-weight: bolder;
	margin-left: 0em;
}
/* =======================================    login */
/* fim do contato */
/* classes para repetir */
.margin_top{
	margin-top:1em;
}
.rotation{
	transform: skewY(2.2deg);
	transform-origin:0 0;
}
.clear{
	clear:both;
	width:100%;
	position:relative;
}
.fleft, #address{
	float:left;
}
.fright, #container{
	float:right;
}
.bradius{
  border-radius:10px; /* W3C */
  -webkit-border-radius:10px; /* Chrome 10+, Saf5.1+ */
  -moz-border-radius:10px; /* FF3.6+ */
  -ms-border-radius:10px; /* IE10 */
  -o-border-radius:10px; /* Opera 11.10+ */
}
.transition, #nav li a{
  transition:     100ms ease-out all;   /* W3C */
  -webkit-transition: 100ms ease-out all;   /* Chrome 10+, Saf5.1+ */
  -moz-transition:  100ms ease-out all;   /* FF3.6+ */
  -o-transition:    100ms ease-out all;   /* Opera 11.10+ */
  -ms-transition:   100ms ease-out all;   /* IE10 */
}
.shadow, #header, #first, #second, #third{
	box-shadow: rgba(0,0,0,0.2) 0em 0.5em;   /* W3C */
	-webkit-box-shadow: rgba(0,0,0,0.2) 0em 0.5em;   /* Chrome 10+, Saf5.1+ */
	-moz-box-shadow:  rgba(0,0,0,0.2) 0em 0.5em;   /* FF3.6+ */
	-o-box-shadow:    rgba(0,0,0,0.2) 0em 0.5em;  /* Opera 11.10+ */
	-ms-box-shadow:   rgba(0,0,0,0.2) 0em 0.5em;  /* IE10 */
}
/* fim das classes para repetir */
/* footer */
#footer{
  position:relative;
  width:100%;
  height:40px;
  background: rgba(0,0,0,0.6);
  ma rgin-top:20px;
}
.signature{
  clear:both;
  position:absolute;
  bottom:0;
  width:100%;
  line-height:40px;
  height:40px;
  font-size:0.5em;
  letter-spacing:1px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.mySite{
  color:#FC0;
  letter-spacing:1px;
}/* end of footer */