.cegovbr-home-slider {
	position: relative;
	padding-bottom: 5rem;
	margin-top: 5rem;
}

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

.cegovbr-home-slider.container {
	padding-left: 0;
	padding-right: 0;
}

.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: 13.75rem;
	max-height: 18.6462rem;
	height: 18.6462rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.4988rem;
	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: 2.6875rem;
	height: 2.6875rem;
	border-radius: 0.5rem;
	border: none;
	background: #C5C5C5;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	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: 1.5rem;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

	.cegovbr-home-slider__controls button {
		width: 2.5rem;
		height: 2.5rem;
	}

	.cegovbr-home-slide {
		min-height: 7.5rem;
		max-height: 36rem;
		height: auto;
	}
}

@media (max-width: 35.9375rem) {
	.cegovbr-home-slide {
		padding: 0.5rem 0;
		min-height: 7.5rem;
		max-height: 36rem;
		height: auto;
	}

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

	.cegovbr-home-slider__controls button {
		width: 2.25rem;
		height: 2.25rem;
	}
}

/* ====== Alto Contraste ====== */
body.contrast-active .cegovbr-home-slider .bg-gradient-secondary {
    background: #000 !important;
    border: 0.125rem solid #fff !important;
}

body.contrast-active .cegovbr-home-slider .hero,
body.contrast-active .cegovbr-home-slider .subtitulo,
body.contrast-active .cegovbr-home-slider strong {
    color: #fff !important;
}

body.contrast-active .cegovbr-home-slider .btn-outline-light {
    border-color: #fff !important;
    color: #fff !important;
    background: #000 !important;
}

body.contrast-active .cegovbr-home-slider .btn-outline-light:hover {
    background: #222 !important;
}

body.contrast-active .cegovbr-home-slider .btn-outline-light img {
    filter: brightness(0) invert(1);
}

body.contrast-active .cegovbr-home-slider__controls button:not(:disabled) {
    background: #fff !important;
    color: #000 !important;
    border: 0.0625rem solid #000 !important;
}

body.contrast-active .cegovbr-home-slider__controls button:not(:disabled) span {
    color: #000 !important;
}

body.contrast-active .cegovbr-home-slider__controls button:disabled {
    background: #333 !important;
    color: #666 !important;
    border: 0.0625rem solid #666 !important;
}