.js-pagina_categorie .categoria {
	width: 100%;
	background-color: #999;
	padding: 1%;
	display: block;
	border-radius: 15px;
	position: relative;
	color: white;
	margin-bottom: 4%;
}
.js-pagina_categorie .categoria .bordo_bianco {
	background-color: #999;
	box-sizing: border-box;
	border-radius: 15px;
	border: 1px solid #eee;
	padding: 4px;
	margin: 4px;
}
.js-pagina_categorie .categoria .bordo_bianco .contenitore_foto {
	width: 100%;
	padding-bottom: 100%;
	box-sizing: border-box;
	border: 3px solid #504e50;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.js-pagina_categorie .categoria .contenitore_testo {
	overflow: hidden;
	text-align: center;
	padding: 0px 10px 5px 10px;
	color: #504e50;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	height: 40px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.js-pagina_categorie .prima_riga {
	margin-bottom: 1rem;
}
