
/********************************************************/
/* 				box-home								*/
/********************************************************/
.boxHome{
	position: relative;
	background: #fff;
	padding: 0.6rem;
	border: 0.1rem solid #ffffff;
	border-radius: 0.25rem;
	box-shadow: 0 0.2rem 0.4rem rgba(15,34,58,.12);
	overflow: hidden;
}

.boxHome25{
	float: left;
	width: 23%;
	margin: 1rem 1%;
}

.boxHome30{
	float: left;
	width: 31.33%;
	margin: 1rem 1%;
}

.boxHome40{
	float: left;
	width: 38%;
	margin: 1rem 1%;
}

.boxHome60{
	float: left;
	width: 58%;
	margin: 1rem 1%;
}

.boxHome100{
	width: 98%;
	margin: 1rem 1%;
}

.boxHomeTitolo{
	position: relative;
	width: 100%;
	border-bottom: 0.1rem solid #276c6b;
	font-weight: 300;
	font-size: 2rem;
	color: #276c6b;
}

@media (max-width: 767px){
}

/********************************************/
/*				Tasti						*/
/********************************************/
/*
.tastiCenter{
	position: relative;
	width: 100%;
	padding: 1rem 0;
	text-align: center;
}

.tastiLeft{
	position: relative;
	width: 100%;
	padding: 1rem 0;
	text-align: left;
}

.tastiRight{
	position: relative;
	width: 100%;
	padding: 1rem 0;
	text-align: right;
}

.tasto{
	display: inline-block;
	margin: 1rem 1%;
	padding: 0.8rem 5%;
	border: 0.1rem solid #276c6b;
	border-radius: 0.4rem;
	background: #276c6b;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
}

.tasto:hover{
	background: #276c6b;
	color: #ffffff;
}

form input[type="submit"].tasto30, form input[type="reset"].tasto30, .tasto30{
	width: 30%;
	margin: 1rem 1.5%;
}

form input[type="submit"].tasto50, form input[type="reset"].tasto50, .tasto50{
	width: 47%;
	margin: 1rem 1%;
	font-size: 1.6rem;
}

form input[type="submit"].tasto100, form input[type="reset"].tasto100, .tasto100{
	width: 100%;
	margin: 1rem 0%;
	font-size: 1.6rem;
}

@media (max-width: 767px) {
	.tasto{
		padding: 1.4rem 5%;
	}
	
	form input[type="submit"].tasto50, form input[type="reset"].tasto50, .tasto50{
		padding: 1.4rem 5%;
	}
	
	form input[type="submit"].tasto100, form input[type="reset"].tasto100, .tasto100{
		padding: 1.4rem 5%;
	}
}
*/
