.owl-visible .owl-stage-outer{
	overflow: visible;
}

.owl-visible .owl-stage-outer .owl-item{
	transition: all .2s ease;
}

.owl-visible.owl-opacity .owl-stage-outer .owl-item:not(.active){
	opacity: .5;
}

.owl-visible.owl-full-opacity .owl-stage-outer .owl-item:not(.active){
	opacity: 0;
}

.owl-visible.owl-invisible .owl-stage-outer .owl-item:not(.active){
	opacity: 1;
}

.owl-carousel.owl-equal .owl-stage{
	display: flex;
}

.owl-carousel.owl-equal .owl-stage .item{
	height: 100%;
}

.owl-dot span{
	float: left;
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 0.25rem;
	background-color: var(--bs-gray);
}

.owl-dot.active span{
	background-color: var(--bs-danger);
}

.owl-item:hover{
	z-index: 10;
}

/* CONFIGURAÇÕES LIMPAS PARA SLIDE SERVICES */
.slide-services .owl-stage-outer {
	overflow: visible;
}

.slide-services .owl-item {
	display: flex;
	justify-content: center;
}