.mw-eleicoes2022 {
	background: transparent linear-gradient(94deg, #00529e 0%, #f24646 100%) 0% 0% no-repeat padding-box;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.urnasApuradas {
	background: #00529e;
	width: 100%;
	display: flex;
	justify-content: center;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	flex-direction: column-reverse;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.urnasApuradas h2 {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	color: #fff;
}

.progress {
	width: 97%;
	background-color: #fff;
	height: 8px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 0 5px;
}

.bar {
	height: 3px;
	background-color: #11d000;
	border-radius: 10px;
}

.mw-eleicoes2022 header {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mw-eleicoes2022 header h2 {
	font-size: 32px;
	line-height: 36px;

	color: #fff;
	font-weight: 900;
}

.mw-eleicoes2022 header span {
	display: flex;
	gap: 12px;
	align-items: center;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	user-select: none;
}

.mw-eleicoes2022 header span select {
	font-size: 24px;
	color: #fff;
}

.mw-eleicoes2022 header span select option {
	font-size: 20px;
	line-height: 26px;
	color: #1d1f21;
}

.resumo {
	flex-direction: column;
	gap: 25px;
	margin-top: 45px;
	width: 100%;
}

.completo {
	flex-direction: column;
	gap: 25px;
	margin-top: 45px;
	width: 100%;
}

.mw-candidatos > img {
	max-width: 90px;
	margin: 0 auto;
}

.resumo header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.resumo header h2 {
	display: flex;
	flex-direction: column;
	font-size: 20px;
	font-weight: 600;
	color: #1d1f21;
}

.resumo header h2 span {
	font-size: 12px;
	font-weight: normal;
}

.resumo header h2 em {
	font-size: 30px;
	line-height: 36px;
	font-weight: 900;
}

.resumo header button {
	color: #fff;
	padding: 15px 20px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 550;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #00529e;
	display: flex;
	align-items: center;
}

.resumo header button img {
	margin-left: 10px;
	filter: brightness(20)
}

.completo header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.completo header h2 {
	display: flex;
	flex-direction: column;
	font-size: 20px;
	font-weight: 600;
	color: #1d1f21;
}

.completo header h2 em {
	font-size: 30px;
	line-height: 36px;
	font-weight: 900;
}

.completo header h2 span {
	font-size: 12px;
	font-weight: normal;
}

.completo header button {
	color: #fff;
	padding: 15px 20px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 550;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #00529e;
	display: flex;
	align-items: center;
}

.completo header button img {
	margin-right: 10px;
	filter: brightness(20);
	transform: rotate(180deg);
}

.candInfo {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 15px;
}

.candBoxs {
	display: flex;
	flex-direction: column;
	gap: 24px;
	overflow: hidden;
}

.carrosselEleicao {
	width: 100%;
	height: fit-content;
}

.carrosselEleicao .splide__track {
	width: 100%;
	padding-bottom: 30px;
	height: fit-content;
}

.carrosselEleicao .splide__list {
	width: 100%;
	height: fit-content;
}

.carrosselEleicao .splide__slide {
	width: 100%;
	height: fit-content;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.carrosselEleicao .splide__arrows {
	visibility: hidden;
	opacity: 0;
}

.carrosselEleicao .splide__pagination {
	bottom: -0.5rem;
}

.carrosselEleicao .splide__pagination__page.is-active {
	background: #00529e;
	opacity: 1;
	transform: unset;
	border: 3px solid #00529e;
}

.carrosselEleicao .splide__pagination__page {
	background: transparent;
	border: 3px solid #989da7;
	border-radius: 50%;
	display: inline-block;
	margin: 3px;
	opacity: 1;
	padding: 0;
	width: 18px;
	height: 18px;
	transition: transform 0.2s linear;
}

.box {
	cursor: pointer;
	background-color: #fff;
	overflow: hidden;
	min-height: 293px;
	padding: 25px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
	position: relative;
	box-shadow: 48px 5px 50px 0px rgb(137 137 137 / 4%);
}

.box:nth-child(1),
.box:nth-child(2) {
	grid-column: span 2;
}

.box:nth-child(1) > img,
.box:nth-child(2) > img {
	width: 100px;
	height: 100px;
}

.box:nth-child(1) .votos h3,
.box:nth-child(2) .votos h3 {
	font-size: 40px;
}

.box:nth-child(1) .votos h4,
.box:nth-child(2) .votos h4 {
	font-size: 16px;
}

.box > img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
}

.box .info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.box .info > h3 {
	color: #989da7;
	font-size: 14px;
	font-weight: 500;
}

.box .info > h2 {
	color: #1d1f21;
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	display: flex;
	align-items: start;
	gap: 15px;
}

.box .info > img {
	width: 20px;
	height: 20px;
	margin-top: 5px;
}

.votos {
	position: absolute;
	right: 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: end;
}

.votos h3 {
	color: #00529e;
	font-weight: 800;
	font-size: 30px;
}

.votos h4 {
	color: #989da7;
	font-weight: 500;
	font-size: 12px;
	text-align: right;
}

.candidato-nao-eleito span:first-of-type {
	background-color: #e0e1e4;
	width: fit-content;
	padding: 7.5px 15px;
	border-radius: 10px;
	color: #989da7;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}

.candidato-anulado-sub-judice span:first-of-type {
	background-color: #ffeb3b87;
	width: fit-content;
	padding: 7.5px 15px;
	border-radius: 10px;
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}

.candidato-nao-eleito .voting-status {
	background-color: #ffeb3b87;
	width: fit-content;
	padding: 7.5px 15px;
	border-radius: 10px;
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}

span.-o-eleito {
	background-color: #e0e1e4;
	width: fit-content;
	padding: 7.5px 15px;
	border-radius: 10px;
	color: #989da7;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}

.candidato-2-turno span:first-of-type {
	background-color: #00529e;
	width: fit-content;
	padding: 7.5px 15px;
	border-radius: 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}

.candidatos {
	max-width: 588px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.contagem {
	background-color: #fff;
	width: 100%;
	height: fit-content;
	border-radius: 10px;
	padding: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px;
	position: relative;
	z-index: 10;
}

.mw-contagem {
	display: flex;
	gap: 24px;
}

.contagem .grafico {
	width: 100%;
	max-width: 300px;
}

.votosTotais {
	position: absolute;
	top: 100px;
	margin: auto;
	text-align: center;
	width: 100%;
}

.boxSmall {
	cursor: pointer;
	background-color: #fff;
	overflow: hidden;
	padding: 25px;
	border-radius: 10px;
	display: flex;
	gap: 20px;
	position: relative;
	box-shadow: 48px 5px 50px 0px rgb(137 137 137 / 4%);
}

.boxSmall > img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
}

.boxSmall > .info {
	display: flex;
	flex-direction: column;
	height: fit-content;
	justify-content: space-between;
	gap: 5px;
}

.boxSmall .info > h3 {
	color: #989da7;
	font-size: 14px;
	font-weight: 500;
}

.boxSmall .info > h2 {
	color: #1d1f21;
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	display: flex;
	align-items: start;
	gap: 15px;
	max-width: 375px;
}

.boxSmall .info h2 > img {
	width: 20px;
	height: 20px;
	margin-top: 5px;
}

.contagem > h2 {
	color: #1d1f21;
	font-size: 20px;
	font-weight: 600;
	margin-top: 35px;
}

.contagem canvas {
	max-height: 170px;
}

.contagem .info {
	display: flex;
	flex-direction: column;
	gap: 22px;
	width: 100%;
}

.contagem .info > h2 {
	color: #1d1f21;
	font-size: 20px;
	height: 36px;
	text-align: center;
	font-weight: 600;
}

.legendas {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	width: 100%;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}

.leg {
	display: flex;
	gap: 10px;
	max-width: 168px;
}

.leg > div {
	width: 20px;
	height: 20px;
	min-width: 20px;
	border-radius: 5px;
}

.leg > span {
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: #989da7;
	font-size: 12px;
	line-height: 16px;
}

.leg > span em {
	color: #1d1f21;
	font-size: 16px;
}

hr {
	width: 100%;
	height: 1px;
	background-color: #e0e1e4;
}

.modal {
	position: fixed;
	z-index: 30;
	display: none;
	flex-direction: column;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
}

.modal.active {
	display: flex !important;
	backdrop-filter: blur(3px) brightness(0.5);
	animation: fadeIn 0.5s ease-in 1 forwards;
}

@keyframes marginToTop {
	0% {
		margin-bottom: -1000px;
	}
	100% {
		margin-bottom: 0px;
	}
}

.modal.active .modal-content {
	animation: marginToTop 0.5s ease-in 1 forwards;
}

.modal .modal-content {
	position: relative;
	animation: marginToTop 0.5s ease-in 1 forwards;
	margin-bottom: -1000px;
	width: 100%;
	background-color: #fff;
	padding: 40px;
	border-radius: 20px;
	border: 1px solid #ccc;
	max-width: 500px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.selecionarCargo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.selecionarCargo > h3 {
	color: #1d1f21;
	font-size: 14px;
}

.selecionarCargo > select {
	color: #1d1f21;
	font-weight: bold;
	font-size: 22px;
}

.selecionarCargo > select option {
	font-weight: normal;
	font-size: 14px;
}

.modal .modal-content > img {
	width: 227px;
	height: 227px;
	border-radius: 50%;
	object-fit: cover;
}

.modal .modal-content > span {
	color: #989da7;
	font-size: 16px;
}

.modal .modal-content > span em {
	color: #00529e;
	font-weight: bold;
}

.modal .modal-content > h2 {
	color: #1d1f21;
	font-size: 29px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.modal .modal-content .info {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.modal .modal-content .info .text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.modal .modal-content .info .text h3 {
	color: #989da7;
	font-size: 12px;
}

.modal .modal-content .info .text h4 {
	color: #1d1f21;
	font-size: 14px;
}

.modal .modal-content .info .maisInfo {
	display: flex;
	justify-content: space-between;
}

.prevCand {
	position: absolute;
	left: 45px;
	top: 50%;
	cursor: pointer;
}

.nextCand {
	position: absolute;
	right: 45px;
	top: 50%;
	transform: rotateZ(180deg);
	cursor: pointer;
}

.prevCand:disabled,
.nextCand:disabled {
	opacity: 0.4;
}

img.loader {
	margin: 20px auto;
	display: block;
	max-width: 200px;
	width: 100%;
}


/* deputados */
.resumo.deputado {
	background-color: #ededed;
	padding: 30px 30px 0 30px;
	margin: 45px 0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 48px 5px 50px 0px rgb(137 137 137 / 4%);
}

.resumo.deputado:first-of-type {
	margin-right: 24px;
}

.resumo.deputado .deputados::-webkit-scrollbar-thumb {
	background-color: #00529e;
}

.resumo.deputado .deputados {
	max-height: 400px;
	overflow-y: scroll;
	border-radius: 10px 10px 0 0;
	display: flex;
	flex-direction: column;
	gap: 25px;
	padding-right: 20px;
}

.resumo.deputado .deputados::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.resumo.deputado .deputados::-webkit-scrollbar-track {
	background: #ffffff;
	border-radius: 10px;
}

.resumo.deputado .deputados::-webkit-scrollbar-thumb {
	border-radius: 10px;
}

.resumo.deputado .deputados::-webkit-scrollbar-thumb:hover {
	background: #00529e;
}

.resumo.deputado .deputados::-webkit-scrollbar-thumb:active {
	background: #00529e;
}

.resumo.deputado .deputados::-webkit-scrollbar-track {
	background: # #c9cac9;
	border: 0px none # #c9cac9;
	border-radius: 50px;
}

.resumo.deputado .deputados::-webkit-scrollbar-track:hover {
	background: #b3b3b3;
}

.resumo.deputado .deputados::-webkit-scrollbar-track:active {
	background: #ebebeb;
}

.resumo.deputado .deputados::-webkit-scrollbar-corner {
	background: #b3b3b3;
}

.resumo.deputado .deputados .boxSmall {
	min-height: 156px;
	align-items: center;
}

.boxSmall .votos {
	position: unset;
	margin-left: auto;
}

.resumo.deputado .deputados .boxSmall .info > h2 {
	max-width: 274px;
	font-size: 22px;
}

.listaDeputados {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.contagemInfo {
	position: sticky;
	height: fit-content;
	top: 20px;
}

.candidato-eleito .Eleito, .candidato-eleito .status {
	background-color: #4caf50;
	width: fit-content;
	padding: 7.5px 15px;
	border-radius: 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}

.candidato-eleito-por-media span:first-of-type {
	background-color: #92ffbd;
	width: fit-content;
	padding: 7.5px 15px;
	border-radius: 10px;
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}

.candidato-suplente {
	background-color: #caa5c6;
	width: fit-content;
	padding: 7.5px 15px;
	border-radius: 10px;
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}

.votosTotais h3 {
	color: #1d1f21;
	font-size: 20px;
	font-weight: 600;
}

.votosTotais h4 {
	font-weight: 600;
	color: #989da7;
	font-size: 16px;
}

@media (max-width: 1205px) {
	.mw-eleicoes2022 header {
		width: 100%;
		padding: 0 20px;
	}

	.box .info > h2 {
		font-size: 22px;
		line-height: 30px;
	}
}

@media (max-width: 900px) {
	.candInfo {
		grid-template-columns: repeat(1, 1fr);
	}

	.contagemInfo {
		position: unset;
		height: fit-content;
		top: 20px;
		grid-row: 1;
		margin-bottom: 24px;
	}

	.mw-eleicoes2022 header h2 {
		font-size: 25px;
		line-height: 29px;
	}

	.mw-eleicoes2022 header span select {
		font-size: 18px;
		max-width: 200px;
	}
}

@media (max-width: 900px) {
	.carrosselEleicao .splide__slide {
		grid-template-columns: repeat(2, 1fr);
	}

	.listaDeputados {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
	}
}

@media (max-width: 630px) {
	.mw-eleicoes2022 {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.mw-eleicoes2022 header {
		width: 100%;
		padding: 0 20px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}

	.mw-eleicoes2022 header h2 {
		text-align: center;
	}
}

@media (max-width: 550px) {
	.modal.active {
		padding: 20px;
	}

	.resumo header h2 {
		font-size: 16px;
	}

	.resumo header h2 em {
		font-size: 24px;
		line-height: 30px;
	}

	.resumo header h2 span {
		font-size: 10px;
	}

	.resumo header button {
		padding: 10px 15px;
		font-size: 10px;
	}
}

@media (max-width: 500px) {
	.completo header h2 em {
		font-size: 19px;
		line-height: 36px;
		font-weight: 900;
	}

	.resumo.deputado .deputados {
		padding-right: 0;
	}

	.resumo.deputado {
		padding: 20px 10px 0 10px;
	}

	.box {
		grid-column: span 2;
		min-height: unset;
	}

	.completo header button {
		padding: 10px 15px;
	}
}

@media (max-width: 385px) {
	.completo header h2 em {
		font-size: 17px;
		line-height: 25px;
	}

	.completo header h2 {
		font-size: 19px;
	}

	.mw-eleicoes2022 header h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.boxSmall {
		flex-wrap: wrap;
	}
}