/**
 *
 * 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) -137px -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;
}

.left form {
	
}

.left form .form-content {
	margin-top: 10px;
}

.left form .form-content .form-element {
	margin-bottom: 20px;
}

.left form .form-content .form-element input,
.left form .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;
}

.left form .form-content .form-element select {
	cursor: pointer;
}

.left form .form-content .select-cidade {
	margin-bottom: 50px;
}

.left form .form-content .form-element input:focus,
.left form .form-content .form-element textarea:focus,
.left form .form-content .form-element select:focus {
	border: 1px solid #002342;
}

.left form .form-content .form-element input::-webkit-input-placeholder {
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'klavikach', sans-serif;
	font-weight: 200;
	color: #bfbfbf;
	line-height: 40px;
}

.left form .form-content .form-element input:-moz-placeholder {
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'klavikach', sans-serif;
	font-weight: 200;
	color: #bfbfbf;
	line-height: 40px;
}

.left form .form-content .form-element input::-moz-placeholder {
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'klavikach', sans-serif;
	font-weight: 200;
	color: #bfbfbf;
	line-height: 40px;
}

.left form .form-content .form-element input:-ms-input-placeholder {
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'klavikach', sans-serif;
	font-weight: 200;
	color: #bfbfbf;
	line-height: 40px;
}

.left form .form-content .form-element textarea {
	width: 100%;
	height: 180px;
	border: 1px solid #1a6b90;
	padding: 10px;
	font-size: 15px;
	font-family: 'klavikach', sans-serif;
	font-weight: 100;
	color: #484848;
	border-radius: 0px;
}

.left form .form-content .form-element textarea::-webkit-input-placeholder {
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'klavikach', sans-serif;
	font-weight: 200;
	color: #bfbfbf;
}

.left form .form-content .form-element textarea:-moz-placeholder {
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'klavikach', sans-serif;
	font-weight: 200;
	color: #bfbfbf;
}

.left form .form-content .form-element textarea::-moz-placeholder {
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'klavikach', sans-serif;
	font-weight: 200;
	color: #bfbfbf;
}

.left form .form-content .form-element textarea:-ms-input-placeholder {
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'klavikach', sans-serif;
	font-weight: 200;
	color: #bfbfbf;
}

.left form .form-content .space {
	margin-top: 30px;
}

.left form .form-content .acoes input {
	width: 100%;
	height: 50px;
	background: #1a6b90;
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'klavikach', sans-serif;
	font-weight: 200;
	cursor: pointer;
}

.left form .form-content .acoes input:hover {
	background: #002342;
}

.content .right {
	float: left;
	width: 50%;
	padding-left: 10px;
}

.right .phone,
.right .address,
.right .mail {
	padding-left: 70px;
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.right .phone span,
.right .address span,
.right .mail span {
	color: #1a6b90;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
	position: relative;
}

.right .address span:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	border: 1px solid #1a6b90;
	background: url(/Content/images/sprite.png) 11px -529px no-repeat ;
	margin-left: -60px;
}

.right .mail span:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	border: 1px solid #1a6b90;
	background: url(/Content/images/sprite.png) -34px -529px no-repeat ;
	margin-left: -60px;
}

.right .phone span:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	border: 1px solid #1a6b90;
	background: url(/Content/images/sprite.png) -77px -528px no-repeat ;
	margin-left: -60px;
}

.right .phone .detail,
.right .address .detail,
.right .mail .detail {
	font-weight: 100;
}









