.container_logo {
	text-align: center;
	width:50%;
	display: inline-block;
	vertical-align: top;
}

.img_logo {
	margin-top: 45px;
	height:auto;
}

.container_testo {
	text-align: center;
	width: 600px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-family: Museo-700;
	color:white;
	background-color:#53af31;
	padding:0;
	/* padding-top: 5px; */
	font-size: 45px;
	display: inline-block;
	margin:0;
	/* margin-top:10px; */
	width: 100%;
}

h2 {
	margin:0;
	font-family: Museo-700;
	color: white;
	margin-top: 20px;
	margin-bottom: 5px;
	background-color:#f49600;
	padding-top:8px;
	padding-bottom: 4px;
	/* padding-left: 20px; */
	/* padding-right: 20px; */
	font-size: 50px;
	display: inline-block;
	width: 100%;
}

p {
	font-family: open_sanslight;
	text-align: left;
	width: 100%;
	font-size: 22px;
	color: #696969;
}

body {
	width: 100%;
	height: 100%;
	font-size: 0;
	margin:0;
	padding:0;
	position: relative;
}

.punto_elenco {
	font-family: Open Sans;
	list-style: none;
}

.footer p {
	display: inline-block;
	color:white;
	font-family: Museo-700;
	font-size: 15px !important;
	position: absolute;
	bottom: 0;
	margin: 0 0 10px;
}

.punto_elenco li {
	background-color: #53af31;
	color: white;
	display: inline-block;
	font-size: 22px;
	margin:2px;
	padding:2px;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	font-family: Museo-700;
	text-transform: uppercase;
	margin-top: 6px;
	margin-right: 6px;
}

.punto_elenco {
	text-align: left;
	margin-top: 10px;
	padding:0;
	width: 100%;
	display: inline-block;
}

.italic {
	font-style: italic;
}


.wrapper {
	width:1200px;
	display: inline-block;
}

p.main_p {
	margin-left: 0;
	margin-bottom: 0;
}

.footer {
	background-image: url('sfondo.png');
	background-size: 100% 100%;
	height: 139px;
	text-align: center;
	position: fixed;
	bottom: 0;
	width:100%;
}

a {
	color:white;
	text-decoration: none;}

.right {
	right:0;
	text-align: right;
	margin-right: 15px !important;
}

.center {
	text-align: center;
	left: 0;
	margin-left: 0;
}

html {
	height: 100%;
}

.wrapper {
	position: relative;
	width: 100%;
	height:600px;
	/* left:50%; */
	/* margin-left: -600px; */
	top:50%;
	margin-top: -300px;
}

.container_main_p {
	display: inline-block;
	width: 90%;
}

@media only screen and (max-width: 1199px) {
	.wrapper {
		height: auto;
		/* margin-top:-250px; */
		top: 0;
		margin-top: 5rem;
		position: relative;
		display: block;
	}

	.img_logo {
	width:90%;
	margin-top: 80px;
	margin-bottom:50px;
	}

	.center {
		font-size: 25px !important;
		margin-left: 0 !important;
		left: 2% !important;

	}

	h1 {
		font-size: 9rem;
		padding: 5px 0;
	}

	h2 {
		font-size: 5rem;
		margin-top: 0;
	}

	.main_p {
		font-size: 18px;
	}

	.punto_elenco li {
		font-size: 3rem;
		display: block;
		text-align: center;
		margin: 10px 0;
	}

	.container_testo{
		width:80%;
		position: relative;
		margin-bottom: 5rem;
	}

	.footer{
		height: 50%;
		background: none;
		background-color: #55ae31;
		position: relative;
		/* height: 100% !important; */
		display: block;
	}

	.footer p{
		position: relative;
	}
	.footer .center{
		font-size: 2.5rem !important;
		line-height: 3.5rem;
		color: #ffffff;
		width: 80%;
		margin: 30px auto;
		display: inline-block;
	}
	.footer .right{
		font-size: 3.5rem !important;
		width: 80%;
		margin: 0 auto;
		text-align: center;
		display: inline-block;
	}
	.footer .right a{margin: 0;}

}