/* paginação */
.mw-category-pages-section {
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column: 1/-1;
}
.mw-category-pages {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.mw-rounded-btn {
	display: none;
}
.mw-pages-label {
	display: none;
}
.mw-page-circle.mw-page-circle-selected {
	color: white !important;
	background-color: #951e1c !important;
}
.mw-page-circle.mw-page-circle-selected:hover {
	color: white !important;
	background-color: #951e1c !important;
}
.mw-page-circle {
	border-radius: 50%;
	border: 2px solid #951e1c;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	color: #951e1c;
	transition: 0.4;
}
.mw-page-circle:hover{
	background-color: #951e1c48 !important;
}
.widget-veja-mais {
	max-width:  1100px;
	margin: 0 auto;
	padding-top: 20px;
}

.widget-veja-mais > h2 {
	margin-bottom: 20px;
}

.veja-mais-div {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 228px 228px;
	grid-gap: 20px;
}

.veja-mais-div h2 {
	font-size: 20px !important;
}

.mw-outro-titulo-h2 {
	color: #0f0f0f;
	font-size: clamp(1.3rem, 2.5vw, 2rem);
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 23px;
}

.mw-outro-titulo-h2:after {
	content: "";
	flex: 1 1;
	border-bottom: 1px solid #c7c7c7;
	margin: auto 1%;
}

@media (min-width: 320px) and (max-width: 700px) {
	.veja-mais-div {
		display: block;
		margin-top: 20px;
	}

	.widget-veja-mais h2.mw-outro-titulo-h2 {
		font-size: 18px;
	}

	.widget-veja-mais h2.mw-outro-titulo-h2:after {
		margin-left: 17px;
	}
}