.filtro{
	width: 100%;
	background-color:#fc6d58;
	color:white;
	padding: 0.3rem;
	font-size: 1rem;
}

.filtro a{
	color:white;
	text-decoration: none;
	margin-right: 0.3rem;

}

.titleRis{
	margin:1rem 0rem;
	padding: 0;
}
.risultati a{
	text-decoration: none;

}
.annuncio{
	width: 100%;

	margin: 1rem 0rem;
	display: flex;
	background-color: rgba(217, 217, 217, 0.25);
	flex-wrap: wrap;
	transition: all 1s ease;
	overflow: hidden;
	/*box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), 0px 20px 20px rgba(0, 0, 0, 0.1);*/
}

.annuncio:hover{
	background-color: rgba(213, 213, 213, 0.60)
}

.image-annuncio{
	padding:0;
	max-height: 13rem;
}
.image-annuncio img{
	width: 100%;
	height: 100%;
	object-fit: cover;


}
.description{
	/*margin-left: 0.5rem;*/
}

.mid span{
	/*margin-left: 0.5rem;*/
}


.mid{
	align-self: center;
/*	display: flex;
	flex-direction: column;
	justify-content: space-around;
	overflow-x: hidden;*/

}
.mid a{
/*	text-decoration: none;
	color:black;*/
}


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

	.mid{
		margin-top: 1rem;
	}

	.description h2{
		font-size: 1.5rem;
	}

	.container{
		width: 90%;
	}
	.nRis{

	}
	.nRis::after{
		content: "\A";
  		white-space: pre;
	}
	.links{
		position: relative;
		flex-direction: row;
		width: 100%;
		flex-wrap:wrap;
		justify-content:space-between;
		align-items: center;
		margin:0rem 1rem 1rem 1rem;

	}

	.links a{
		display: flex;
		justify-content: center;
		align-items: left;
		margin-right: 0.3rem;
	}
	 .prezzo_annuncio_elenco{
	  width: 100%;
	  }

}
