.contato{
	margin: 0 auto;
	padding: 80px 10px 0;
	max-width: 1200px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 80px;
	flex-wrap: wrap;
}
h1{
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}
.form-cont label p,
.text{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 30px;
}
.form-cont{
	padding: 30px 0 0;
	width: 500px;
}
form::placeholder{
	opacity: 0.7;
}
input{
	-webkit-appearance: none;
}
input[type=text],
input[type=email],
input[type=tel]{
	color: #54595f;
	border: 1px solid #ccc;
	border-radius: 7px;
	font-weight: 400;
	line-height: 1.4;
	font-size: 15px;
	padding: .5rem 1rem;
	min-height: 40px;
	width: 100%;
	max-width: 100%; 
	margin: 6px 0 20px 0;
}
input:focus, textarea:focus {
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
	-webkit-appearance: none;
	outline: none;
    border-color: #3e4095;
}
.contato label:not(.como-func-btn){
	font-size: 16px;
	color: #333;
	cursor: pointer;
	line-height: 1;
	width: 100%;
}
textarea{
	-webkit-appearance: none;
	color: #54595f;
	border: 1px solid #ccc;
	border-radius: 7px;
	font-weight: 400;
	width: 100%;
	line-height: 1.4;
	font-size: 15px;
	min-height: 40px;
	height: 92px;
	padding: 5px 14px;
	margin: 6px 0 20px 0;
	resize: vertical;
	max-height: 150px;
	/*transition: height .35s ease-in-out;*/
}
.como-func-btn{
	text-align: right;
}
input[type=submit]{
	border: 0;
	border-radius: 24px;
	padding: 9px 45px;
	margin: 5px 20px 0 0;
	color: #fff;
	font-size: 18px;
	background-color: rgba(35, 170, 0, 1);
	text-transform: uppercase;
	transition: 0.3s ease;
	cursor: pointer;
}
input[type=submit]:hover{
	background-color: #1CC500;
	transform: scale(1.05);
}

.cont-info{
	padding: 70px 0 0;
	width: 500px;
}
.cont-info-int{
	margin-bottom: 25px;
}
.email-cont{
	display: flex;
    align-items: center;
    margin-top: 15px;
}
.cont-info-int figure{
	display: inline-block;
	height: 22px;
	margin-right: 10px; 
}
.cont-info-int a:hover{
	text-decoration: underline;
}
/*Contato form 7 - inicio*/
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output{
	border: 0;
	font-family: "Titillium Web", Sans-serif;
	font-size: 16px;
	color: red;
}
.wpcf7 form.sent .wpcf7-response-output{
	border: 0;
	font-family: "Titillium Web", Sans-serif;
	font-size: 16px;
	color: #46b450;
}
/*Contato form 7 - fim*/
@media (max-width: 1060px){
	.cont-info {
		display:none;
	}
}
@media (max-width: 919px){
	.como-func-btn{
		margin-top: 15px
	}
	input[type=submit]{
		display: block;
		margin: 0 auto;
		padding: 10px 0;
		width: 60%;
	}
	.form-cont h1{
		text-align: center;
	}
	.text{
		display: none;
	}

}