body{
	/*background: url(../images/body.jpg) repeat-y center top;*/
	min-width: 62.5rem;

  background: -webkit-linear-gradient(90deg, #134E5E 10%, #71B280 90%);
  background:    -moz-linear-gradient(90deg, #134E5E 10%, #71B280 90%);
  background:     -ms-linear-gradient(90deg, #134E5E 10%, #71B280 90%);
  background:      -o-linear-gradient(90deg, #134E5E 10%, #71B280 90%);
  background:         linear-gradient(90deg, #134E5E 10%, #71B280 90%);
        
}

/* ----------- Cores ---------- */

h1, i, form#myform label, p{
	color: #ddd;
	font-family: 'Lato', sans-serif;
}

h1 span{
	color: #41BA53;
}

form#myform label.active{
	color: #fff;
}

/* -------- Backgrounds ------- */

form#myform label.active{
	background: #41BA53;
}

form#myform button{
	background: #c2c2c2;
}

form#myform button:hover{
	background: #d2d2d2;
}

footer, header{
	background: url(../images/body.jpg) repeat-y center top;
}



/* ---------------------------- */

address p i{
	float: left;
	height: 48px;
	width: 32px;
	text-align: center;
	line-height: 48px !important;
	font-size: 22px !important;
	margin-right: 10px;
}

address p i.fa-envelope{
	font-size: 16px !important;
}

address p i.fa-mobile-phone{
	font-size: 26px !important;
}

address p{
	line-height: 48px;
	margin-bottom: 10px;
}

address p.endereco{
	line-height: 22px;
	margin-bottom: 20px;
}

h1{
	font-size: 36px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	margin: 0 auto;
	margin-top: 30px;
}

h1 span{
	font-weight: 100;
}

h2.subheader{
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #ccc;
	margin-bottom: 60px;
}

a.logo{
	margin: 30px 0;
	display: block;
	text-align: center;
}

h3{
	font-family: 'Lato' sans-serif;
	font-size: 22px;
	color: #eee;
	margin-bottom: 15px;
}

form#myform input{
	height: 30px;
}

form#myform label{
	float: left;
	height: 30px;
	line-height: 30px;
	width: 25%;
}

form#myform input, form#myform textarea{
	float: left;
	width: 75%;
	border: none;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

form#myform label.active{
	padding-left: 10px;
}

form#myform button{
	height: 40px;
	width: 100%;
	line-height: 40px;
	padding: 0;
	text-transform: uppercase;
	font-size: 14px;
}

footer{
	bottom: 0;
	width: 100%;
	margin-top: 30px;
	padding: 5px 0;
}

footer p, footer a{
	margin-bottom: 0;
	font-size: 14px;
	padding: 15px 0;
	display: block;
	color: #333;
}

footer p.desenvolvedor{
	padding-right: 90px;
	background: url(../images/ag.png) no-repeat center right;
	background-size: 70px;
	text-align: right;
	color: #333;
}

nav.menu ul{
	text-align: center;
	margin-bottom: 0;
	margin-top: 15px;
}

nav.menu ul li{
	list-style: none;
	display: inline;
}

nav.menu ul li a{
	display: inline;
	padding: 0 10px;
	color: #333;
}