.pt-postbox-wrap {
	position: relative;
	top: 0;
	flex: 1;
	border-radius: 10px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.1);
	overflow: hidden;
	background-color: #FFF;
	margin: 20px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	display: block;
}
.pt-postbox-wrap:hover {
	top: -10px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.pt-postbox-desc {
	padding: 25px;
}
.pt-postbox-info-box {
	font-size: 13px;
}
.pt-postbox-info-sep {
	margin: 0 2px;
}
.pt-postbox-info-titulo {
	font-size: 20px;
}
