
.wq-sobre-empresa{
	padding: 80px 0 60px;
}
.wq-sobre-empresa .row {
	align-items: center;
	align-items: flex-start;
}
.wq-sobre-empresa figure figcaption ul.wq-midias-sociais{
	position: absolute;
	bottom: -20px;
	right: 90px;
}
.wq-video{
	margin-bottom: 50px;
}
.wq-sobre-empresa figure {
	position: relative;
	margin-top: 15px;
	margin-left: 15px;
}

.wq-sobre-empresa figure::before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 20px;
	border: 2px solid #859480;
	left: -25px;
	top: -25px;
}

.wq-sobre-empresa figure > img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.wq-sobre-empresa figure figcaption {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.wq-sobre-empresa figure figcaption img {
	display: block;
	height: 60px;
	width: auto;
	border-radius: 50%;
	transition: all 2s linear;
}


.wq-sobre-empresa .wq-conteudo {
	padding: 0px;
}
.wq-sobre-empresa .wq-conteudo h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #1a1a1a;
	margin-bottom: 25px;
}
.wq-sobre-empresa .wq-conteudo p {
	margin-bottom: 12px;
}



.wq-perfil-institucional{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 60px;
	height: 300px;
	box-sizing: border-box;
	background-color: #fff;
}
.wq-perfil-institucional h3{
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	line-height: 1.35;
	font-size: 19px;
	color: #1b1b1b;
	margin: 20px 0;
}
.wq-perfil-institucional figure img{
	display: block;
	margin-bottom: 30px;
	height: 85px;
	width: auto;
}

.wq-sobre-empresa-02{
	padding-bottom: 80px;
}
.wq-sobre-empresa-02 .row .col-xl-4{
	margin-bottom: 30px;
}

.wq-sobre-empresa-03{
	background: #b89e79;
	padding: 100px 0 70px;
}
.wq-sobre-empresa-03 .row > div{
	margin-bottom: 30px;
}

.wq-institucional-box p{
	padding-left: 35px;
	color: #fff;
} .wq-titulo-01 h2{
	color: #fff;
}
.wq-institucional-box p{
	padding-left: 35px;
	color: #fff;
} .wq-titulo-01{
	margin-bottom: 25px;
}
.wq-institucional-box p{
	padding-left: 45px;
	color: #fff;
}



.wq-listagem-produtos-01.wq-black .wq-titulo-01{
	max-width: 400px;
	margin-bottom: 60px;
}

.wq-listagem-produtos-01.wq-black .wq-produtos-box{
	padding: 0;
	overflow: hidden;
}
.wq-listagem-produtos-01.wq-black .wq-produtos-box img{
	transition: all .8s linear;
}
.wq-listagem-produtos-01.wq-black .wq-produtos-box:hover img{
	transform: scale(1.08);
}
.wq-listagem-produtos-01.wq-black .wq-carrousel-content {
	position: relative;
	height: 305px;
}
.wq-listagem-produtos-01::before{
	display: none;
}
.wq-produtos-box{
	background-color: transparent;
}