	.widget_crie_porquedoi {
		display: relative;
		overflow: hidden;
		width:360px;
		height:345px;
		border-radius: 3px;
	}

	.widget_crie_porquedoi img {
		display: block;
		position: relative;
		max-width:none;
		width:100%;
		margin-top: -8px;
	}

	.widget_crie_porquedoi .post-caption {
		position: absolute;
		bottom:0;
		width: 360px;
		padding:10px 25px;
		padding-top:40px;
	}

	.widget_crie_porquedoi .post-caption::after {
		content: "";
		background: -webkit-gradient( linear, left bottom, left top, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0)), color-stop(.5,#000));
		opacity: 0.7;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;
	}

	.widget_crie_porquedoi .post-caption h3 {
		color:#fff;
		font-size:13px;
		display: inline-block;
		padding:2px 10px;
		padding-top:6px;

	}

	.widget_crie_porquedoi .post-caption legend {
		color:#fff;
		font-size:26px;
		border:0 none;
		padding:0;
		margin:0;
	}

	.widget_crie_porquedoi .titulo_flutuante {
		position: absolute;
		width:320px;
		padding:7px 40px;
		margin:0 auto;
		display: block;
		top:42.5%;
		text-align: center;
		margin-left:20px;
		height:70px;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.28);
		-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.28);
		box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.28);
		border-radius: 3px;
	}
	.widget_crie_porquedoi .titulo_flutuante:hover {
		background: #2CA753;
	}

	.widget_crie_porquedoi .titulo_flutuante .icon_title {
		display: block;
		max-width:250px;
		margin:0 auto;
	}

	.widget_crie_porquedoi .titulo_flutuante .icon_title h3 {
		font-size: 18px;
		color: #fff;
		float: right;
		margin: 18px 0;
		margin-left: 5px;
		margin-right: 18px;
		font-family: Lato;
	}

	.widget_crie_porquedoi .titulo_flutuante .icon_title span {
		width: 37px;
		height: 33px;
		font-size: 40px;
		color: #fff;
		float: right;
		margin: 3px 8px 0px 0px;
		margin-left: 0;
		display: block;
	}
