#zone_typeproduct_front h2 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-family: 'Bebas Neue';
	font-weight: normal;
}
.button_all_collection a {
	text-transform: uppercase;
}

/* Escritorio */
@media only screen and (min-width: 1200px){
	
}
/* Tablet */
@media only screen and (width: 768px){
	
}
/* Mobile */
@media only screen and (max-width: 767px){
	
}