@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,700');
/*GENERAL*/
body {
	margin:0;
	padding:0;
	border:0 none;
	font-family: "Montserrat",'Avenir','Lato', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:16px;
	text-align:left;
	color:#150102;
	background-color:#f9f9f9;
}
h1 {
	margin:0;
	font-size:30px;
}
h1 span {
	border-bottom:2px solid #20559c;
}
h3 {
	margin:30px 0 0;
	font-size:23px;
}
h3 span {
	border-bottom:1px solid #ccc;
}
p {
	margin:20px 0 0;
}
strong {
	font-weight:700;
}
a:link,a:visited {
	text-decoration:none;
	color:#333;
}
a:hover {
	color:#262626;
}
.cont {
	margin:60px auto 80px;
	border:1px solid #ccc;
	padding:30px;
	width:940px;
	background-color:#fff;
}
.clear {
	clear:both;
}
/*HEADER*/
#head_cabe{
	width:100%;
	text-align:center;
	background-color:#fff;
}
#head_cabe img{
	margin:0 auto;
	max-width:100%;
	display:block;
}
/*CONTENIDO*/
.form_regi > div {
	width:50%;
	float:left;
}
.clear > div {
	margin:14px 0 3px;
}
.clear > div.wi25 {
	margin:10px 0 3px;
	width:25%;
	float:left;
}
.clear > div label {
	margin:0 0 3px;
}
.clear > .clear {
	width:100%;
}
.form_regi > div.clear {
	width:100%;
	display:block;
	float:none;
}
label {
	margin-top:20px;
	font-weight:bold;
	display:block;
}
.form_text {	
	margin:3px 0 0;
	padding:4px 6px;
	border:1px solid #c5c4c4;
	min-width:90%;	
	font-family: "Montserrat", "Open Sans",Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;	
	color:#333;
}
textarea {
	height:100px;
}
.form_regi > div.clear .form_text {
	width:95%;
	display:block;
	float:none;
}
.form_subm {
	margin:20px auto 0;
	border:0 none;
	width:100px;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	line-height:30px;
	color:#fff;
	background-color:#67667E;
	display:block;
	cursor:pointer;
}
.form_subm:hover {
	background-color:#150102;
}
.form_gris {
	color:#ccc;
}
span.error {
	padding-left:10px;
	color:#f00;
	background:url('../img/erro_arrw.png') left center no-repeat;
	display:block;	
}
.da_ok,.da_nook  {
	border:1px dashed #ccc;
	padding:20px 20px 20px 50px;
	background-color:#f9f9f9;
}
.da_ok {
	background:url('../img/ok.png') 10px center no-repeat;
}
.da_nook {
	background:url('../img/nook.png') 10px center no-repeat;
}
.cont_entr {
	margin-bottom:30px;
	padding-top:40px;
	border-bottom:1px solid #eee;
}
#form_regi ul {
	margin:3px 0 0;
	list-style:square;
}
#legl_text {
	margin-top:40px;
}
.clear > .item_lock {
	margin-top:0;
	color:#ccc;
}
.clear > .item_lock.wi25 {
	margin-top:10px;
}
/*FOOTER*/
#foot_info{
	width:100%;
	height:40px;
	background-color:#fff;
	position:fixed;
	left:0;
	bottom:0;
	-webkit-box-shadow: 0 1px 3px 0 #333;
	box-shadow: 0 1px 3px 0 #333;
}
#foot_info p{
	margin:0;
	padding:10px 0;
	font-size:13px;
	line-height:15px;
	text-align:center;
}
#foot_info img{
	height:14px;
	display:inline-block;
	vertical-align:middle;
}