
body {
	font-family: "Poppins", serif;
	font-style: normal;
}

a.btn-arancione {
	background: #fb6a11;
	text-align: center;
	border: 0;
	border-radius: 10px;
	padding:10px 20px;
}

	a.btn-arancione:hover, a.btn-arancione:active {
		background: #fb4a11;
	}

.boxmenu {
	border: 1px solid #CCC;
	padding: 4px 10px;
	border-radius: 20px;
}

.space{
	margin:40px 0;
}

.arancione{
	color:#D93B0B;
}

.dim41 {
	font-size: 41px;
}
.dim27 {
	font-size: 27px;
}
.dim14 {
	font-size: 14px;
	font-weight: 300;
	line-height: 180%;
}
.dim70 {
	font-size: 70px;
}
.dim17 {
	font-size: 17px;
}
.dim36 {
	font-size: 36px;
}

.card {
	border-radius: 20px;
	min-height: 400px;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1),0px 10px 15px -3px rgba(0,0,0,0.1);
}

.bgsfondo {
	background: url( '/assets/img/sfondo.png' ) no-repeat top 50px left 45%;
}

.bgsfondo_footer {
	background: url( '/assets/img/risorsa 12.svg' ) no-repeat;
	background-size: cover;
}

.form-control {
	border-radius: 20px;
}

.bgcolor {
	background:#e7eff7;
}

