body{
	background-color: #0081c9;
}

p{
	font-family: 'Rajdhani', sans-serif;
	color: #ffffff;
	font-size: 20px;
    font-weight: 500;
}

.logo{
	width: 400px;
}

.sito-web{
	width: 200px;
}

.numero-verde{
	width: 120px;
}

.icon-face{
	width: 35px;
}

.icon-twitter{
	width: 35px;
}

.icon-face path{
	transition: all 0.5s;
}

.icon-twitter path{
	transition: all 0.5s;
}

.icon-twitter:hover path{
	fill: #f36b22;
}

.icon-face:hover path{
	fill: #f36b22;
}

.device{
	width: 350px
}