ul.filtro {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 70px;
}

.quadro-lista {
	padding-bottom: 50px;
}

.quadro-lista h2 {
	margin-top: 0;
	margin-bottom: 48px;
}
.quadro-lista h2:after {

}
.quadro-lista .inner {
	position: relative;
}

.umpost {
	padding-left: 160px;
	min-height: 140px;
	position: relative;
	font-size: 15px;
	width: calc( 38% - 12px );
	min-height: 0;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0;
	opacity: 0;
	max-height: 0;
	left: 0;
	top: 0;
	pointer-events: none;
	overflow: hidden;
	border-bottom: 1px solid var(--cinzaclaro);
	transition: 0.3s opacity, 0.3s max-height, 0.3s min-height, 0.3s margin-bottom, 0.3s padding-bottom, 0.3s padding-top, 0.3s border-color, 0.3s left, 0.3s width, 0.3s top;
}
.umpost a {
	cursor: pointer;
}
.umpost.mostrar, .archive .umpost {
	opacity: 1;
	min-height: 180px;
	max-height: 250px;
	padding-bottom: 17px;
	margin-bottom: 40px;
	pointer-events: all;
}
.umpost h3 {
	margin: 10px 0;
	font-size: 1.35vw;
	/* font-size: 1.5vw; */
	transition: 0.6s color;
}
.umpost h3 a {
	color: var(--preto);
}
.umpost h3 a:hover {
	color: var(--vermelho);
	transition: 0.3s color;
}
.umpost.last-of h3 a, .umpost.last-of h3 a:hover {
	color: var(--preto);
}
.umpost .post_date {
	font-size: 14px;
}
.quadro-lista .ic-cal {
	margin-left: 0;
	width: 18px;
	background-size: 18px;
}

.umpost .postimg {
	display: block;
	width: 140px;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	border-radius: var(--radius);
	transition: 0.3s width, 0.3s height, 0.3s opacity 0.15s;
}
.postdata .postimg {
	display: none;
}
.umpost .postimg img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	transform: scale(1) translate(-50%,-50%);
	transform-origin: 25% 25%;
	transition: 1s transform;
}
.umpost:hover .postimg img {
	transform: scale(1.1) translate(-50%,-50%);
}
.umpost .postimg img.size-thumbnail {
}
.umpost .postimg img.size-medium {
	opacity: 0;
}
.postdata {
	transition: 0.3s left, 0.3s bottom, 0.3s right;
	left: 0;
	bottom: 0;
	right: 0;
}

.btn-anuncio {
	padding: 10px 11px;
	border: 2px solid;
	border-radius: 4px;
	border-color: var(--vermelho);
	font-size: 14px;
	text-transform: uppercase;
}
.btn-anuncio:hover {
	transition: 0.2s border-color;
	border-color: var(--pretao);
}

@media (max-width: 1400px) {
	.umpost.mostrar:not(.last-of), .archive .umpost:not(.last-of) {
		width: calc( 41.5% - 12px );
	}
	.umpost h3 {
		/*font-size: 1.75vw;*/
		font-size: 1.5vw;
	}
}

@media (max-width: 1100px) {
	.umpost .post_date {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	.last-of {
		position: absolute;
		left: calc( 43.5% + 12px );
		width: calc( 56.5% - 12px );
		border-bottom-color: transparent;
		padding-top: 54%;
		padding-left: 0;
		padding-bottom: 0;
		max-height: 100px;
		height: 100%;
		overflow: hidden;
		pointer-events: none;
	}
	.last-of .postimg:after {
		content: '';
		display: block;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
		background: rgba(0,0,0,0.2);
		opacity: 1;
		transition: 1s opacity;
	}
	.last-of:hover .postimg:after {
		opacity: 0;
	}
	.last-of.mostrar, .archive .last-of {
		left: calc( 43.5% + 12px );
		width: calc( 56.5% - 12px );
		border-bottom-color: transparent;
		padding-top: 54%;
		padding-left: 0;
		padding-bottom: 0;
		max-height: 100px;
		height: 100%;
		pointer-events: all;
	}
	.archive .last-of {
		left: 0;
	}
	.archive .umpost:not(.last-of) {
		margin-left: 100%;
		transform: translateX(-100%);
	}
	.last-of.mostrar .postimg, .archive .last-of .postimg {
		width: 100%;
		height: 100%;
		border-radius: var(--radius-g);
	}
	.last-of.mostrar .postimg img, .archive .last-of .postimg img {
		width: 100%;
		height: 100%;
		min-width: 100%;
		min-height: 100%;
	}
	.last-of.mostrar .postimg img.size-medium, .archive .last-of .postimg img.size-medium {
		opacity: 1;
	}
	.last-of.mostrar .postimg img.size-thumbnail, .archive .last-of .postimg img.size-thumbnail {
		opacity: 0;
	}
	.last-of .postdata {
		position: absolute;
		opacity: 0;
		left: 11%;
		bottom: 11%;
		right: 11%;
		transition: 0.2s opacity;
	}
	.last-of.mostrar .postdata, .archive .last-of .postdata {
		position: absolute;
		left: 11%;
		bottom: 11%;
		right: 11%;
		opacity: 1;
		transition: 0.6s opacity;
	}
	.umpost.last-of h3,
	.umpost.last-of.mostrar h3,
	.archive .umpost.last-of h3 {
		color: var(--branco);
		font-size: 2.86vw;
		margin-bottom: 22px;
	}
	.umpost.last-of.mostrar .post_date, .archive .umpost.last-of .post_date {
		font-size: 18px;
		color: var(--branco);
	}
	.umpost.last-of.mostrar .ic-cal, .archive .umpost.last-of .ic-cal {
		width: 19px;
		background-size: 19px;
	}
	.umpost.last-of h3 a, .umpost.last-of h3 a:hover {
		color: var(--branco);
	}
}

@media (max-width: 991px) {
	.umpost {
		width: 100% !important;
	}
	.umpost.mostrar, .archive .umpost {
		max-height: 450px;
	}
	.umpost h3 {
		font-size: 22px;
	}
	.umpost .btn, .umpost .post_date {
		font-size: 12px;
	}
	.archive .quadro-lista {
		padding-bottom: 0 !important;
	}
}
@media (max-width: 767px) {
	#main {
		padding-left: 0;
		padding-right: 0;
	}
	.quadro-lista h2 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	ul.filtro {
		padding-bottom: 18px;
		margin-bottom: 28px;
		border-bottom: 1px solid var(--cinzaclaro);
	}
}
@media (max-width: 574px) {
	.umpost .postimg {
		display: none;
	}
	.umpost .postdata .postimg {
		display: block;
	}
	.umpost {
		padding-left: 0;
	}
	.umpost.mostrar, .archive .umpost {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.umpost .postimg {
		width: 100%;
		height: 37.5vw;
		position: relative;
		margin-bottom: 10px;
	}
	.umpost .postimg img.size-thumbnail {
		opacity: 0;
	}
	.umpost .postimg img.size-medium {
		opacity: 1;
	}
}










