.cegovbr-home-slider {
	position: relative;
	padding-bottom: 1rem;
}

.cegovbr-home-slider__viewport {
	position: relative;
	overflow: hidden;
}

.cegovbr-home-slider__stage {
	display: flex;
	flex-wrap: nowrap;
	transition: transform 0.45s ease-in-out;
	will-change: transform;
}

.cegovbr-home-slide {
	flex: 0 0 100%;
	min-width: 100%;
	box-sizing: border-box;
	padding: 1rem 0;
	min-height: 220px;
	max-height: 298.34px;
	height: 298.34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7.98px;
	overflow: hidden;
	transition: height 0.3s, max-height 0.3s, min-height 0.3s;
}

.cegovbr-home-slide > * {
	width: 100%;
}

.cegovbr-home-slider__controls {
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 0.75rem;
	z-index: 5;
}

.cegovbr-home-slider--single .cegovbr-home-slider__controls {
	display: none;
}

.cegovbr-home-slider__controls button {
	width: 43px;
	height: 43px;
	border-radius: 8px;
	border: none;
	background: #C5C5C5;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	opacity: 1;
	padding: 0;
	transition: background 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transform: rotate(0deg);
}

.cegovbr-home-slider__controls button:not(:disabled) {
	background: #1B7727;
}



.cegovbr-home-slider__controls button:disabled {
	opacity: 1;
	background: #C5C5C5 !important;
	color: #fff;
	cursor: not-allowed;
}

.cegovbr-home-slider .material-symbols-outlined {
	font-size: 24px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 991px) {
	.cegovbr-home-slider__controls {
		right: 1rem;
		top: auto;
		bottom: 1rem;
		transform: none;
	}

	.cegovbr-home-slider__controls button {
		width: 40px;
		height: 40px;
	}

	.cegovbr-home-slide {
		min-height: 120px;
		max-height: 576px;
		height: auto;
	}
}

@media (max-width: 575px) {
	.cegovbr-home-slide {
		padding: 0.5rem 0;
		min-height: 120px;
		max-height: 576px;
		height: auto;
	}

	.cegovbr-home-slider__controls {
		bottom: 0.75rem;
		right: 0.75rem;
	}

	.cegovbr-home-slider__controls button {
		width: 36px;
		height: 36px;
	}
}