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

.conteudo{
	width:100%;
	position:relative;
	margin:0;
	padding:0;
	float:left;
	margin-bottom:100px;
}
.conteudoInterno{
	left:50%; 
	position:relative; 
	margin-left:-550px; 
	width:1100px;
}
.titulo{
	font-family:'Roboto Condensed', Sans-serif;
	font-size:37px;
	line-height:60px;
	letter-spacing:0.089em;
	color:#013333;
	margin-top:100px;
	margin-left:77px;
	margin-bottom:55px;
	width:300px;
	font-weight:400;
}
.linha{
	clear:both;
	margin-top:12px;
	position:relative;
	float:left;
	margin-left:91px;
}
.nomeCampo{
	float:left;
	position:relative;
	font-family:'Roboto Condensed', Sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height:33px;
	letter-spacing:0em;
	padding-top:10px;
	margin-right:22px;
	color:#013333;
}
.espaco{
	margin-left:35px;
}
.campoInput{
	height:54px;
	border:hidden;
	background-color:#E6EBE5;
	font-family:'Roboto Condensed', Sans-serif;
	font-size:24px;
	color:#013333;
	padding:0px 16px 0 16px;
	font-weight:400;
	line-height:33px;
	letter-spacing:0em;
	float:left;
	position:relative;
}

#dsNome{width:680px}
#dsEmail{width:672px}
#nrCPF{width:230px}
#dtNascimento{width:162px}
#dsCelular{width:230px}
#dsSenha{width:264px}
#nrCEP{width:162px}
#dsEndereco{width:634px}
#nrNumero{width:120px}
#dsComplemento{width:290px}
#dsBairro{width:666px}
#dsCidade{width:370px}
#opEstado{width:130px}

#divEndereco{display:none}

.campoConteudo{
	float:left;
	position:relative;
}
.btnForm{
	font-family:'Roboto Condensed', Sans-serif;
	font-size:25px;
	color:#013333;
	font-weight:700;
	background-color:#ECCE80;
	line-height:40px;
	height:40px;
	border:hidden;
	letter-spacing:0.089em;
	cursor:pointer;
	transition:all .3s;
	padding-left:10px;
	padding-right:10px;
	float:left;
	position:relative;
}
.btnForm:hover{
	background-color:#FFD774;
}

#btnBuscaCEP{
	margin-left:10px;
	margin-top:7px;
}

#divCarregandoCEP{
	float:left;
	position:relative;
	margin-left:10px;
	margin-top:18px;
	font-family:'Roboto Condensed', Sans-serif;
	color:#013333;
	font-weight:400;
	font-size:21px;
	display:none;
}

#btnAlteraCEP{
	display:none;
	margin-left:10px;
	margin-top:7px;
}

.lnkVoltar{
	float:left;
	position:relative;
	margin-left:447px;
	margin-top:15px;
}
.erroCadastro{
	margin-left:91px;
	font-family:'Roboto Condensed', Sans-serif;
	font-size:24px;
	color:#013333;
	font-weight:400;
	line-height:33px;
	width:793px;
	margin-bottom:30px;
}
.lnkCadastro{
	background-color:#ECCE80; 
	padding:5px 10px 5px 10px; 
	font-size:25px; 
	font-weight:700; 
	text-decoration:none; 
	letter-spacing:0.089em; 
	font-family:'Roboto Condensed', Sans-serif;
	transition:all .3s;
	color:#013333;
	text-transform:none;
}
.lnkCadastro:hover{
	background-color:#FFD774;
}
.espacoBtnOK{
	margin-top:50px;
}

