@charset "utf-8";
/* CSS Document */

A:link {text-decoration: none; color:#ff0050;}
A:visited {text-decoration: none; color:#ff0050;}
A:hover {text-decoration: none; color:#ff0050;}

body
{
	background-color:#e7e5e9;
	font-family: 'Poppins', sans-serif;
	font-size:0.95em;
}
#container
{
	width:96%;
	margin:10px auto;
	max-width:600px;
	background-color:#FFF;
}
.imgDivisorio
{
	width:94%;
	height:1px;
	margin:20px 0px;
}
.imgTitolo
{
	width:65%;
	max-width:380px;
	margin:20px 0px;
}
.titolotestuale
{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 2.2em;
	color: #ff0050;
	padding:16px 4px;
}
.titolotestuale img
{
	width:50px;
}
.social, .iconePartner
{
	padding:4px 4%;
}
.social, .iconePartner
{
	color:#ff0050;
}
.social img
{
	width:8%;
	margin:5px 10px;
}
#footer
{
	background-color:#fff;
	color:#333;	
}
#footer a, hover, visited
{
	color:#333;	
}
.iconePartner img
{
	width:26.33%;
	margin:0px 3.5%;
}
.logoBottom
{
	width:22%;
}

@media screen and (max-width: 600px)
{
.titolotestuale
{
	font-size: 1.9em;
}
.social, .iconePartner {
    font-size: 0.85em;
}
}

@media screen and (max-width: 500px)
{
.logoBottom
{
	width:25%;
}
#footer
{
	font-size:0.75em;
}
}

