.cont_productos {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url('../../img/productos.jpg');
	min-height: 500px;
	text-align: center;
	position: relative;
}

.productos_texto {
	color: white;
	width: 100%;
	right: 20%;
	position: absolute;
	top: calc(50% - 330px);
	font-family: 'kazimir_light';
	display: table;
}

.productos_texto h1 { width: 48%; float: right;
	font-size: 100px;
	line-height: 1.1;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	font-family: 'kazimir_medium';
	letter-spacing: 5px;
}

.cont_tipos {
	text-align: left;
	position: absolute;
	width: auto;
	bottom: 100px;
	right: 150px;
}

.item_tipo {
	font-size: 34px;
	color: white;
	margin-bottom: 18px;
	display: table;
	font-family: 'museo_sans700';
	line-height: 33px;
	letter-spacing: 5px;
	padding-top: 7px;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.item_tipo:hover {
	border-bottom: 2px solid white;
}

/*.p_artesanales {*/
	/*display: block;*/
	/*opacity: 1;*/
/*}*/

/*.p_celocias {*/
	/*display: block;*/
	/*opacity: 0;*/
/*}*/

@media screen and (max-width: 2300px),(max-height: 1200px) {
	.productos_texto {
		top: calc(50% - 270px);
	}

	.productos_texto h1 {
		font-size: 50px;
	}

	.item_tipo {
		font-size: 25px;
		padding-top: 2px;
	}
}

@media screen and (max-width: 1750px),(max-height: 1000px) {

}

@media screen and (max-width: 1400px),(max-height: 800px) {

	.productos_texto {
		top: calc(50% - 270px);
	}

	.productos_texto h1 {
		font-size: 40px;

	}

	.item_tipo {
		font-size: 20px;
		padding-top: 0px;
	}

	.cont_tipos {
		bottom: 50px;
		right: 50px;
	}
}

@media screen and (max-width: 1050px),(max-height: 700px) {

}

@media screen and (max-width: 950px),(max-height: 600px) {
	.productos_texto {
		top: 100px;
	}

	.productos_texto h1 {
		font-size: 30px;

	}

	.item_tipo {
		font-size: 17px;
		padding-top: 0px;
		margin-bottom: 10px;
	}

	.cont_tipos {
		bottom: 50px;
		right: 50px;
	}
}

@media screen and (max-width: 800px),(max-height: 500px) {

	.productos_texto{ right: initial;}
	.productos_texto h1 {
		font-size: 40px; float: none; padding: 0 30px; width: 80%;

	}

	.item_tipo {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.cont_tipos {
		bottom: 30px;
		right: 30px;
	}
}

@media screen and (max-width: 700px) {
	.productos_texto {
		top: 100px;
		width: 100%;
		right: initial;
	}

	.productos_texto h1 {
		font-size: 30px;

	}

	.item_tipo {
		font-size: 13px;
		padding-top: 0px;
		margin-bottom: 2px;
	}

	.cont_tipos {
		bottom: 30px;
		right: 30px;
	}
}

@media screen and (max-width: 500px) {

	.item_tipo {
		font-size: 10px;
		padding-top: 0px;
		margin-bottom: 0px;
		letter-spacing: 4px;
	}

	.cont_tipos {
		bottom: 50px;
		right: 30px;
	}

	.productos_texto h1 {
		font-size: 20px;

	}
}