@media (max-width: 968px) {
	.productos .item_product {
		display: block;
		width: calc(100% / 2);
	}

	.productos .item_product img {
		display: block;
		width: 100%;
	}
	.container>.navbar-header {
		margin-left: 0;
	}
	.experience h2 {
		margin-top: 30px;
	}
	.btn {
		width: 100%;
		display: block;
	}
	.personnel small br {
		display: none;
	}
	.col-sm-6 {
		display: block;
		float: left;
		width: 50%;
	}
	.carousel {
		display: block;
		margin-bottom: 30px;
	}
	section h2 {
		font-size: 21px;
	}
	.bajadas {
		font-size: 16px;
	}
	body,
	.jumbotron p,
	.experience p,
	.cafe p,
	.empresa p.description {
		font-size: 14px;
		line-height: 1.5;
	}
	.div_small_80 p {
		margin-bottom: 35px;
	}
	.productos {
		padding-top: 65px;
	}

}

@media (max-width: 600px) {
	.productos .item_product {
		display: block;
		width: 100%;
		float: none;
	}	
	.cafe .title {
		padding-top: 70px;
	}
	.div_small_80 {
		width: 100%;
	}
}


@media (max-width: 400px) {

	.col-sm-6 {
		display: block;
		float: left;
		width: 100%;
	}
}