
/*------ CONTATO---------*/

.contact-page .header {
	height: 300px;
}

.header-contact {
	margin-top: 150px;
}

.form-side {
	float: left;
	width: 500px;
}

@media (max-width: 1010px) {
	.form-side {
		width: 90%;
		float: none;
		margin: 0 auto;
	}

	.header-contact {
		text-align: center;
		float: none;
	}
}

@media (max-width: 600px) {
	.header-contact {
		text-align: center;
		float: none;
	}

	.header-title {
		margin-top: 90px;
	}
}

.form-title {
	font-size: 22px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

.form-description {
	font-size: 16px;
	line-height: 24px;
}

.form {
	width: 370px;
	float: right;
	padding: 25px;
	border-radius: 10px;
	margin: -50px 140px 60px 0;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}

@media (max-width: 1010px) {
	.form {
		float: none;
		margin: 50px auto;
	}
}

@media (max-width: 600px) {
	.form {
		width: 100%;
	}
}

.form .form-title {
	text-align: center;
	margin-bottom: 15px;
	margin-top: -5px;
}

.form li {
	float: left;
	width: 100%;
}

.form label {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.form .input-text,
.form .input-textarea {
	width: 100%;
	height: 42px;
	font-size: 13px;
	box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.08) inset;
	border-radius: 1px;
	padding: 9px 9px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}

.form .input-text:focus,
.form .input-textarea:focus {
	border-color: #6772E5;
}

.form .input-textarea {
	height: 120px;
	color: inherit;
	resize: none;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
}

.form .button {
	cursor: pointer;
	font-size: 15px;
	width: 100%;
	color: #fff;
	padding: 0 14px;
	background-color: #6772E5;
	font-size: 11px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	letter-spacing: .025em;
	border-radius: 4px;
	border: none;
	text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
	font-weight: 600;
}

.form .button:hover {
	color: #fff;
	background-color: #7795f8;
	transform: translateY(-1px);
	box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
}
