.wq-contato-01 .wq-esq.wq-form-captura:before{
	right: 0!important;
	left: auto;
}
.wq-form-captura h3{
	max-width: 600px;
}

.wq-form-captura .wq-titulo_1{
	margin-bottom: 30px;
}

.wq-contato-01{
	padding: 80px 0;
	overflow-x: hidden;
}

.wq-contato_box{
	color: #484848;
	display: grid;
	column-gap: 10px;
	grid-template-columns: 20px auto;
	margin-bottom: 20px;
	transition: all .35s ease;
}
.wq-contato_box span{
	font-size: 20px;
	transition: inherit;
}
.wq-contato_box p{
	color: #484848;
	margin-bottom: 0;
	transition: inherit;
}
.wq-contato_box:hover,
.wq-contato_box:hover span,
.wq-contato_box:hover p{
	color: #1e1836;
}


.wq-contato-conteudo .wq-titulo_1{
	margin-bottom: 30px;
}


.wq-contato-conteudo .wq-midias-sociais{
	margin-top: 30px;
}

.wq-contato-conteudo .wq-midias-sociais li a{
	background-color: #1e1836;
	color: #fff;
}
.wq-contato-conteudo .wq-midias-sociais li a:hover{
	background-color: #7b5f99;
	color: #000;
}

.wq-mapa iframe{
	display: block;
	width: 100%;
	height: 575px;
}


/***** wq-form-captura *****/

.wq-form-captura{
	background-color: #1e1836;
	padding: 65px 60px;
	position: relative;
	z-index: 90;
}
.wq-form-captura:before{
	content: '';
	background-color: #1e1836;
	display: block;
	width: 2900px;
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}

.wq-form-captura-titulo{
	margin-bottom: 30px;
}
.wq-form-captura-titulo h3{
	color: #fff;
	margin-bottom: 10px;
}
.wq-form-captura-titulo .wq-titulo_1:before{
	background-color: #fff;
}

.wq-form-captura-titulo p{
	color: #fff;
}

.wq-form-captura form input{
	display: block;
	padding: 0 30px;
	width: 100%;
	background-color: rgba(255,255,255,.5);
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
	border: none;
	line-height: 50px;
	border-radius: 10px;
}
.wq-form-captura form textarea{
	display: block;
	padding: 25px 30px;
	width: 100%;
	background-color: rgba(255,255,255,.5);
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
	border: none;
	border-radius: 10px;
	height: 155px;
}
.wq-form-captura form button.wq-btn_1:hover{
	background-color: #7b5f99;
	color: #1e1836;
}

/***** wq-form-captura *****/