.js-pagina_categoria .modello {
	width: 100%;
	background-color: #efefef;
	padding: 1%;
	display: block;
	border-radius: 15px;
	position: relative;
	color: white;
	margin-bottom: 4%;
}
.js-pagina_categoria .modello .bordo_bianco {
	background-color: #efefef;
	box-sizing: border-box;
	border-radius: 15px;
	border: 1px solid #fff;
	margin: 4px 4px 0 4px;
}
.js-pagina_categoria .modello .bordo_bianco .contenitore_foto {
	width: 100%;
	padding-bottom: 100%;
	box-sizing: border-box;
	border: 3px solid #b2b2b2;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.js-pagina_categoria .modello .contenitore_testo {
	overflow: hidden;
	text-align: center;
	color: #504e50;
	font-size: 15px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
}
.js-pagina_categorie .prima_riga {
	border-bottom: 1rem;
}