.widget_guia_de_produtos .slideimg{

	height: 345px;
	width: 360px;
	background-size: cover !important;
	background-position: 50% 50% !important;
	border-radius: 3px;
}

.widget_guia_de_produtos {
	height:345px;
	overflow: hidden;
}

.widget_guia_de_produtos .carousel-indicators {
	bottom:-7px;
}

.widget_guia_de_produtos .carousel-indicators li { 
	margin:0 5px !important;
}

.widget_guia_de_produtos .post-caption {
	padding-bottom: 0px;
	bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	display: block !important;
	margin-top: -170px !important;
	padding: 40px 20px !important;
}
.post-caption::after{
	border-radius: 3px;
}
.widget_guia_de_produtos .item a img { 
	height: 365px;
	display: block;
	position: relative;
	z-index: -2;
	max-width: none;
	width: auto;
}
.widget_guia_de_produtos .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_guia_de_produtos .post-caption h3 {
	color:#fff;
	font-size:13px;
	display: inline-block;
	padding:2px 10px;
	padding-top:1px;
	margin-top:-25px;
	margin-left:5px;
	position: absolute;
}

.widget_guia_de_produtos .post-caption legend {

	margin-bottom: 10px;
	padding: 0 5px;

	color: #fff;
	font-size: 25px;
	border: 0 none;
	font-family: lato;
	font-weight: 700;
}
.widget_guia_de_produtos .carousel-inner {
	height: 345px;
}

.widget_guia_de_produtos .favoritos-produto-single {
	margin-left:5px;
}

.widget_guia_de_produtos .favoritos-produto-single span {
	margin-right:5px;
}

.titulo_flutuante div:before, .titulo_flutuante span:before {
	margin-top: 5px;
	display: inline-block;

}