#home {
	background: #cde6e5;
}

.item {
	position: relative;
	height: 310px;
	overflow: hidden;
}

.item-fundo {
	position: absolute;
	bottom: 0;
	height: 20%;
	width: 100%;
	background: rgba(0,0,0,.5);
}

.carousel-caption {
	padding-bottom: 0px;
	top: 76%;
	right: 15%;
	left: 15%;
}

@media (max-width: 768px) {
	.item {
		height: auto;
	}
}
