@charset "utf-8";
/* CSS Document */

* {
	margin:0; padding: 0;
}
html, body {
	height:100%;
}


h1 {
	font-family: 'Lato', sans-serif;
	font-size:48px;
	font-weight:900;
	letter-spacing:-2px;
	
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size:36px;
	font-weight:900;
	letter-spacing:-2px;
	
}
h3 {
	font-family: 'Lato', sans-serif;
	font-size:28px;
	font-weight:900;
	letter-spacing:-1px;
	
}
h4 {
	font-family: 'Lato', sans-serif;
	font-size:24px;
	font-weight:900;
	letter-spacing:-1px;
	
}
h5 {
	font-family: 'Lato', sans-serif;
	font-size:20px;
	font-weight:900;
	letter-spacing:0px;
	
}
h6 {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0px;
	
}

p {
	font-family: 'Lato', sans-serif;
	font-size:19px;
	
}


.divForm {
	padding-left:15%;
	padding-right:15%;
}

.inputForm {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	width:100%;
	margin-bottom:7px;
	margin-top:7px;
	padding:7px;
	height:35px;
	color:#333;
	border:1px solid #ccc;

}

.inputFormTrans {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	width:100%;
	margin-bottom:7px;
	margin-top:7px;
	padding:7px;
	height:35px;
	color:#111;
	border:1px solid #ccc;
	opacity:0.65;

}

.textareaForm {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	width:100%;
	margin-bottom:7px;
	margin-top:7px;
	padding:7px;
	color:#333;
	border:1px solid #ccc;
	height:132px;

}

.textareaFormTrans {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	width:100%;
	margin-bottom:7px;
	margin-top:7px;
	padding:7px;
	color:#111;
	border:1px solid #ccc;
	height:132px;
	opacity:0.65;

}


.subtituloForm {
	font-size:20px;
	color:#333;
	font-weight:300;
	text-align:left;
}

.inputContato {
	background-color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	border-color:#CCC;
	border-width:1px;
	border-style:solid;
	width:100%;
	margin-bottom:7px;
	height:40px;
	padding-left:10px;

}
.textareaContato {
	background-color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	border-color:#CCC;
	border-width:1px;
	border-style:solid;
	width:100%;
	padding:8px;
}
.btnEnvia {
	background-color:#06C;
	color:#fff;
    font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	padding-top: 16px;
	padding-bottom: 10px;
	padding-left:15px;
	padding-right:15px;
	border:none;
    margin-top:0px;
	
}





@media screen and (max-width: 960px) {

	
	
h1 {
	font-family: 'Lato', sans-serif;
	font-size:36px;
	font-weight:900;
	letter-spacing:-1px;
	
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size:28px;
	font-weight:900;
	letter-spacing:-1px;
	
}
h3 {
	font-family: 'Lato', sans-serif;
	font-size:24px;
	font-weight:900;
	letter-spacing:-1px;
	
}
h4 {
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight:900;
	letter-spacing:-0px;
	
}
h5 {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight:900;
	letter-spacing:-0px;
	
}
h6 {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:-0px;
	
}

p {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	
}

.divForm {
	padding-left:5%;
	padding-right:5%;
}


}

@media screen and (max-width: 480px) {
	
	
	h1 {
	font-family: 'Lato', sans-serif;
	font-size:28px;
	font-weight:900;
	letter-spacing:-2px;
	
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size:24px;
	font-weight:900;
	letter-spacing:-1px;
	
}
h3 {
	font-family: 'Lato', sans-serif;
	font-size:20px;
	font-weight:900;
	letter-spacing:0px;
	
}
h4 {
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight:900;
	letter-spacing:0px;
	
}
h5 {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight:900;
	letter-spacing:0px;
	
}
h6 {
	font-family: 'Lato', sans-serif;
	font-size:13px;
	font-weight:900;
	letter-spacing:0px;
	
}

p {
	font-family: 'Lato', sans-serif;
	font-size:15px;


.divForm {
	padding-left:2%;
	padding-right:2%;
}


}
