#colunaInternaHeader {
	background: transparent linear-gradient(85deg, #104B97 0%, #093F84 100%) 0% 0% no-repeat padding-box;
	width: 100%;
	margin-bottom: 32px;
}

#colunaInternaHeader>.colunaInternaHeaderContainer {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 22px 20px 26px;
}

#colunaInternaHeader>.colunaInternaHeaderContainer>h1 {
	font-family: 'NunitoSans-Black', sans-serif;
	font-size: 38px;
	letter-spacing: -1.14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

#colunaInternaHeader>.colunaInternaHeaderContainer>p {
	font-family: 'NunitoSans-Regular', sans-serif;
	font-size: 18px;
	letter-spacing: -0.36px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.SuperLeaderBoard-Topo {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	background-color: #E9E9E9;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100px;
}

.ton-colunaInterna {
	max-width: 1200px;
	margin: 32px auto 60px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
}

.Ads-Meia-Pagina-Desktop {
	width: 100%;
	max-width: 300px;
	overflow: hidden;
	background-color: #E9E9E9;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 600px;
}

.ton-colunaInterna>.ton-colunaInterna-left {
	max-width: 690px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.ton-colunaInterna>.ton-colunaInterna-left>button {
	font-family: 'NunitoSans-Black', sans-serif;
	font-size: 12px;
	max-width: 100%;
	text-align: center;
	padding: 12px 0px;
	border: 1px solid #00529E;
	background-color: transparent;
	border-radius: 20px;
	color: #00529E;
	margin-top: 8px;
	cursor: pointer;
}

.ton-colunaInterna>.ton-colunaInterna-left>a {
	text-decoration: none;
	display: flex;
	flex-direction: row;
	gap: 24px;
}

.ton-colunaInterna>.ton-colunaInterna-left>a>img {
	border-radius: 15px;
	width: 225px;
	min-width: 225px;
	max-height: 172px;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.ton-colunaInterna>.ton-colunaInterna-left>a>div>div {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	margin-bottom: 10px;
}

.ton-colunaInterna>.ton-colunaInterna-left>a>div>div>h3 {
	font-family: 'NunitoSans-Bold', sans-serif;
	font-size: 12px;
	color: #00529E;
	text-transform: uppercase;
}

.ton-colunaInterna>.ton-colunaInterna-left>a>div>div>span {
	font-family: 'NunitoSans-Bold', sans-serif;
	font-size: 12px;
	color: #737377;
	text-transform: uppercase;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;
}

.ton-colunaInterna>.ton-colunaInterna-left>a>div>h2 {
	font-family: 'NunitoSans-Bold', sans-serif;
	font-size: 26px;
	line-height: 30px;
	color: #4A4A4A;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ton-colunaInterna>.ton-colunaInterna-left>a>div>p {
	font-family: 'NunitoSans-Regular', sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #757575;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ton-colunaInterna>.ton-colunaInterna-right {
	position: sticky;
	height: 100%;
	top: 0;
	max-width: 300px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
/* Paginação  */
.mw-category-pages-section {
	grid-column: 1 / -1;
}

.mw-category-pages {
	padding: 8px 20px;
	width: fit-content;
	border-radius: 25px;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 auto;
}

.mw-category-pages>.mw-page-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-family: 'NunitoSans-Regular', sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	background-color: #B5B5B5;
	min-width: 40px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.mw-category-pages>.mw-pages-label {
	font-family: 'NunitoSans-Regular', sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #104B97;
}

.mw-category-pages>.mw-page-circle.mw-page-circle-selected {
	color: #fff;
	background-color: #104B97;
}

.mw-category-pages>.mw-rounded-btn {
	font-family: 'NunitoSans-Bold', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #104B97;
	cursor: pointer;
	border: 2px solid #104B97;
	border-radius: 24px;
	padding: 6px 10px;
}

.mw-category-pages>.mw-rounded-btn>img {
	width: 14px;
	height: 8px;
}

@media screen and (max-width:1200px) {
	.ton-colunaInterna {
		padding: 0 20px;
	}
}

@media screen and (max-width:992px) {
	.ton-colunaInterna {
		flex-direction: column;
	}

	.ton-colunaInterna>.ton-colunaInterna-right {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width:768px) {
	#colunaInternaHeader {
		margin-bottom: 22px;
	}

	#colunaInternaHeader>.colunaInternaHeaderContainer {
		padding: 16px 20px 20px;
	}

	#colunaInternaHeader>.colunaInternaHeaderContainer>h1 {
		font-size: 24px;
	}
	#colunaInternaHeader>.colunaInternaHeaderContainer>p {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: -0.28px;
		margin-top: 16px;
	}

	.ton-colunaInterna {
		flex-direction: column-reverse;
	}

	.ton-colunaInterna>.ton-colunaInterna-right {
		position: static;
		max-width: unset;
	}

	.ton-colunaInterna>.ton-colunaInterna-left>a {
		flex-direction: column;
	}

	.ton-colunaInterna>.ton-colunaInterna-left>a>img {
		width: 100%;
		min-width: unset;
		max-width: 100%;
		max-height: auto;
	}
	.mw-category-pages {
		gap: 8px;
		padding: 0;
	}
	.mw-category-pages>.mw-rounded-btn {
		font-size: 14px;
    	line-height: 14px;
		padding: 6px 6px;
	}
	.mw-category-pages>.mw-page-circle {
		font-size: 15px;
		line-height: 15px;
		min-width: 25px;
		width: 25px;
		height: 25px;
	}
}