
.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-empresa_01 .empresa-shadow{
	box-shadow: 10px 10px 27px -5px rgba(0,0,0,0.35);
}


.wq-carousel_sobre {
	width: calc(100%);
	position: relative;
}

.wq-carousel_sobre .owl-nav div {
	position: absolute;
	height: 28px;
	width: 28px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	top: calc(50% - 15px);
	color: #2a2a2a;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: all .35s ease;
}

.wq-carousel_sobre .owl-prev {
	left: 15px
}

.wq-carousel_sobre .owl-next {
	right: 15px
}

.wq-carousel_sobre .owl-nav div:hover {
	background-color: #2a2a2a;
	color: #fff;
	border-color: #2a2a2a;
}

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


.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:#010101;
	letter-spacing: 0.025em;
	font-style: italic;
	font-weight: 700;
}

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

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

/* Empresa_02 */

.wq-empresa_02{
	padding: 75px 0 55px;
	/* background-color: #f8f8f8; */
	background: linear-gradient(to right, #010101, #3b3b3b);
}
.wq-empresa_02 .wq-titulo_1{
	margin-bottom: 20px;
	color: #fff;
}
.wq-empresa_02 .wq-titulo_1 + p{
	width: 650px;
	max-width: 100%;
	margin:0 auto 75px;
	font-size: 15px;
	color: #fff;
}

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

.wq-empresa_02 figure{
	position: relative;
	text-align: center;
}
.wq-empresa_02 figure img{
	display: block;
	margin: 0 auto 28px;
}
.wq-empresa_02 .wq-box_4 h3{
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.wq-empresa_02 .wq-box_4 div{
	text-align: center;
	color: #fff;
	font-size: 14px;
	letter-spacing: .035em;
	max-width: 310px;
	margin: 0 auto;
}


/* Empresa_02 */

