
.wq-sobre-itens{
	padding: 90px 0;
	background-color: #f7f7f7;
}

.wq-sobre-itens .col-xl-4{
	margin-bottom: 30px;
}
.wq-sobre-itens_box figure{
	margin-bottom: 15px;
}
.wq-sobre-itens_box figure img{
	display: block;
	height: 92px;
}

.wq-sobre-itens_box h3{
	font-size: 22px;
	margin-bottom: 15px;
}
.wq-sobre-itens_box li{
    color: #8a8a8a;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 5px;
    padding-left: 18px;
    position: relative;
}
.wq-sobre-itens_box li:before{
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0px;
	top: 7px;
	border-radius: 50%;
	background-color: #085326;
}

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

.wq-carousel_estrutura .owl-dots{
	width: 100%;
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wq-carousel_estrutura .owl-dots .owl-dot{
	margin: 0 3px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #ccc;
	transition: all .35s ease;
}
.wq-carousel_estrutura .owl-dots .owl-dot:hover{
	background-color: #085326;
}
.wq-carousel_estrutura .owl-dots .owl-dot.active{
	background-color: #085326;
	width: 16px;
	height: 16px;
}
