
.wq-empresa_01{
	padding: 95px 0 110px;
}

.wq-empresa_01 figure a img{
	display: block;
	width: 100%;
}
.wq-empresa_01 figure a{
	display: block;
	position: relative;
}
.wq-empresa_01 figure a:after{
	/* content: ''; */
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../img/play.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0,0,0,.35);
}

.wq-blockquote{
	padding: 50px 75px;
	margin-top: 100px;
	background-image: url(../img/aspas.png);
	background-repeat: no-repeat;
	background-position: top left;
	display: none;
}
.wq-blockquote p{
	font-size: 25px;
	color: #3b3b3b;
	letter-spacing: 0.025em;
	font-style: italic;
	font-weight: 700;
}

.wq-empresa_01 .wq-box_7 div{
	padding-left: 35px;
}

.wq-empresa_01 h2{
	color: #007ea7;
	font-size: 25px;
	margin: 12px 0 20px;
}
.wq-empresa_01 p{
	margin-bottom: 20px;
}
.wq-empresa_01 p:first-child{
	margin-bottom: 0px;
}

/* Empresa_02 */

.wq-empresa_02{
	padding: 75px 0 55px;
	background-color: #f8f8f8;
}
.wq-empresa_02 .wq-titulo_1{
	margin-bottom: 20px;
}
.wq-empresa_02 .wq-titulo_1 + p{
	width: 650px;
	max-width: 100%;
	margin:0 auto 75px;
	font-size: 15px;
	color: #bfbfbf;
}

.wq-empresa_02 .wq-box_4{
	margin-bottom: 20px;
	max-width: 305px;
}

.wq-empresa_02 figure{
	position: relative;
	text-align: center;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #007ea7;
}
.wq-empresa_02 figure img{
	display: inline-block;
	margin-bottom: 28px;
}
.wq-empresa_02 figure h3{
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
}
.wq-empresa_02 .wq-box_4 div{
	padding: 25px;
	background-color: #fff;
}


/* Empresa_02 */




.wq-empresa_01 figure{
	display: block;
    width: auto;
    height: auto;
    float: left;
    margin: 0 20px 20px 0px;
}