.wq-01-contato form{
	background-color: #d6b373;
	text-align: right;
	padding: 43px 57px;
}
.wq-01-contato .wq-titulo_1 h3{
	color: #1a1a1a;
}
.wq-01-contato{
	padding-top: 70px;
	padding-bottom: 70px;
}
.wq-01-contato input,
.wq-01-contato textarea{
	font-size: 12px;
	color: #1a1a1a;
	text-transform: uppercase;
	font-weight: 600;
	padding: 20px;
	width: calc(100% - 40px);
	border-radius: 40px;
	border: none;
	margin-bottom:20px;
}
.wq-01-contato textarea{
	height: 100px;
}
.wq-01-contato button{
	background-color: #192a34;
	border: 2px solid #192a34;
	margin: 0 auto;
	color: #fff;
}
.wq-01-contato button:hover{
	background-color: #fff;
	border-color: #fff;
	color: #192a34;
}


.wq-01-contato .wq-conteudo{
	margin-left: 0;
	width: calc(100% - 110px);
	background-color: #d6b373;
	height: 100px;
	padding: 0 55px;
	display: flex;
}

.wq-01-contato .wq-conteudo p.wq-contato{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	align-items: center;
}

.wq-new-contato{
	padding-left: 60px;
}