
.wq-01{
	padding: 130px 0 100px;
}

.wq-01 figure img{
	display: block;
	width: 100%;
}


/* wq-02 */

.wq-02{
	padding: 90px 0;
	background-color: #f9f9f9;
}
.wq-02 .row{
	row-gap: 30px;
}

.wq-02 .wq-sobre_01{
	text-align: center;
}
.wq-02 .wq-sobre_01 span{
	font-weight: 700;
	font-size: 36px;
	color: #1e1836;
	margin-bottom: 5px;
}
.wq-02 .wq-sobre_01 h4{
	font-weight: 500;
	font-size: 20px;
	color: #2a2a2a;
	margin-bottom: 0px;
}



.wq-empresa-01{
	padding: 70px 0;
	background-color: #7b5f99;
}

.wq-empresa-01 h3{
	font-size: 32px;
	color: #1e1836;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
}

.wq-empresa-02{
	padding: 230px 0 115px;
	background-color: #1e1836;
}
.wq-empresa-02 .row{
	row-gap: 90px;
}

.wq-mvv-item{
	padding: 50px 30px 30px;
	border: 2px solid #fff;
	position: relative;
	min-height: 186px;
}
.wq-mvv-item figure{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 130px;
	background-color: #7b5f99;
	position: absolute;
	top: -95px;
	left: -2px;
}
.wq-mvv-item figure img{
	display: block;
	height: 55px;
	width: auto;
}

.wq-mvv-item h4{
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
.wq-mvv-item p{
	color: #fff;
	text-align: inherit;
}

.wq-mvv-item li{
	color: #fff;
	margin-bottom: 5px;
}


.wq-empresa-03{
	padding: 130px 0 100px;
}

.wq-empresa-03 .row{
	align-items: center;
}

.wq-empresa-03 h3.wq-font-02{
	font-size: 35px;
	color: #1e1836;
	max-width: 450px;
	margin: 0 auto;
}


.wq-empresa-03 figure img{
	display: block;
	max-width: 100%;
	height: auto;
}


.wq-empresa-04{
	position: relative;
	padding: 90px 0 110px;
}
.wq-empresa-04:before{
	content: '';
	display: block;
	width: 100%;
	height: 75%;
	background-color: #7b5f99;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 40;
}

.wq-empresa-04 .wq-titulo_1{
	max-width: 380px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
    justify-content: center;
}

.wq-empresa-04 .container{
	position: relative;
	z-index: 80;
}
.wq-empresa-04 figure{
	position: relative;
}
.wq-empresa-04 figure img{
	display: block;
	width: 100%;
	height: auto;
	transition: all .2s linear;
}

.wq-empresa-04 figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.wq-empresa-04 figure figcaption span img{
	display: block;
	height: 88px;
	width: auto;
}

.wq-empresa-04 figure:hover figcaption img{
	filter: drop-shadow( 0px 4px 10px #fff);
}

.wq-empresa-04 .row{
	margin-top: 70px;
	justify-content: center;
}