html,
body {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
    color: #333;
	background: #ffffff;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	display:flex;min-height:100vh;flex-direction:column;
}

#main {
    margin: 0;
	padding: 0;
	flex:1;
}
.b-grey {
    background-color: #f2f2f2;
	min-height: 250px
}
.b-grey2 {
    background-color: #e6e6e6;
	min-height: 250px
}
.btn {
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 0.6rem 1.2rem;
  text-decoration: none;
  border: 0;
  margin: 0.5rem 0; 
  color: #ffffff;
  background-color: #eb212e;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
.btn:hover {
  background-color: #333333; 
}
.icona {
	float: left;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-image: url("../img/freccia.svg");
}
#footer {
	background: #818181;
	margin-bottom: 0;
	padding: 1rem
}
#footer p {
    color: #fff;
	margin-bottom: 0
}
#footer p a {
    color: #fff;
}
#footer p a:hover {
    color: #fff;
	text-decoration: underline
}