/**
 *
 * CSS com estilos da pagina
 *
 * @Autor - General Desenvolvimento Web - http://www.ageneral.com.br
 */

/* 
	Estilo da barra superior
	========================================================================== */
.contato-content {

}

.contato-content .header-title {
	background: #002342;
	height: 56px;
}

.contato-content h1.titulo {
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	line-height: 56px;
	text-transform: uppercase;
	margin-left: 35px;
	padding-left: 40px;
	position: relative;
}

.contato-content .titulo:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(/Content/images/sprite.png) -172px -423px no-repeat;
	margin-top: 19px;
	margin-left: -35px;
}

/* 
	Formulário
	========================================================================== */
.content {
	padding: 30px;
	color: #818181;
	font-weight: 100;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 100px;
}

.content .intro {
	margin-bottom: 35px;
}

.content .left {
	float: left;
	width: 50%;
	padding-right: 10px;
}

.content .right {
	float: left;
	width: 50%;
	padding-left: 10px;
}

.content form .center {
	padding-bottom: 80px;
	border-bottom: 1px solid #818181;
	margin-bottom: 40px;
	margin-top: 40px;
	float: left;
	width: 100%;
}

form .title {
	color: #1a6b90;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}

form .left, form .right {
}

form .left .form-content, 
form .right .form-content {
	margin-top: 10px;
}

form .left .form-content .form-element, 
form .right .form-content .form-element {
	margin-bottom: 10px;
}

form .left .form-content .form-element input, 
form .left .form-content .form-element select, 
form .right .form-content .form-element input, 
form .right .form-content .form-element select {
	width: 100%;
	height: 40px;
	border: 1px solid #1a6b90;
	padding: 0px 10px;
	font-size: 15px;
	font-family:'klavikach', sans-serif;
	font-weight: 100;
	color: #484848;
	line-height: 40px;
	border-radius: none;
	background: #FFF;
}

.right select {
	cursor: pointer;
}

form .center .right .form-content .form-element input {
	width: 220px;
	height: 40px;
	border: 1px solid #1a6b90;
	padding: 0px 10px;
	font-size: 15px;
	font-family:'klavikach', sans-serif;
	font-weight: 100;
	color: #484848;
	line-height: 40px;
	border-radius: none;
	float: left;
}

form .center .right .form-content .form-element .senha {
	margin-right: 20px;
}

form .left .form-content .select-cidade, 
form .right .form-content .select-cidade {
	margin-bottom: 50px;
}

form .left .form-content .form-element input:focus,
form .left .form-content .form-element select:focus, 
form .right .form-content .form-element input:focus, 
form .right .form-content .form-element select:focus {
	border: 1px solid #002342;
}

form .left .form-content .form-element input::-webkit-input-placeholder, 
form .right .form-content .form-element input::-webkit-input-placeholder {
	font-size: 15px;
	font-family:'klavikach', sans-serif;
	font-weight: 200;
	color: #bfbfbf;
	line-height: 40px;
}

form .left .form-content .form-element input:-moz-placeholder, 
form .right .form-content .form-element input:-moz-placeholder {
	font-size: 15px;
	font-family:'klavikach', sans-serif;
	font-weight: 200;
	color: #bfbfbf;
	line-height: 40px;
}

form .left .form-content .form-element input::-moz-placeholder, 
form .right .form-content .form-element input::-moz-placeholder {
	font-size: 15px;
	font-family:'klavikach', sans-serif;
	font-weight: 200;
	color: #bfbfbf;
	line-height: 40px;
}

form .left .form-content .form-element input:-ms-input-placeholder, 
form .right .form-content .form-element input:-ms-input-placeholder {
	font-size: 15px;
	font-family:'klavikach', sans-serif;
	font-weight: 200;
	color: #bfbfbf;
	line-height: 40px;
}

form .left .form-content .space, 
form .right .form-content .space {
	margin-top: 30px;
}

.form-content .acoes {
	text-align: center;
	float: left;
	width: 100%;
}

.form-content .acoes input, .form-content .acoes input {
	width: 230px;
	height: 50px;
	background: #1a6b90;
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
	font-family:'klavikach', sans-serif;
	font-weight: 200;
	cursor: pointer;
	margin: 0 auto;
}

.form-content .acoes input:hover, 
.form-content .acoes input:hover {
	background: #002342;
}

#sobrenome {
	display:none;
}

/* 
  Interesses
  */
.interesses {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.interesses label {
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.interesses label input {
	vertical-align: text-bottom;
}

input[type="checkbox"]{
    margin: 3px;
}

label{
    font-weight:100;
}

.error {
    border-color: #a94442 !important;
}
