@charset "UTF-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;

	/*-webkit-font-smoothing: antialiased;*/
}

body{
	margin: 0;
	width: 100%;
	background-color: white;
}

select {
	-webkit-appearance: none;
}

#menuAperto {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.90);
	z-index: 200;

}


strong {
	font-weight: bold;
	color:#FF9A00;
}

.vociMenu {
	position: absolute;
	width: 300px;
	top: 50px;
	left: 50%;
	margin-left: -150px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: white;
	line-height:45px;
	text-align: center;
	font-weight: 400;
}



.vociMenu a {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: white;
	line-height: 45px;
	text-decoration: none;
}

h2 {
	font-family: 'Racing Sans One', cursive;
	font-size: 18px;
	color: #2E3079;
	line-height: 20px;
	text-align: center;
font-weight: 200;
}



h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #2E3079;
	font-weight: 400;
	text-align: center;
}

p {
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	color: #2E3079;
}

a {
	text-decoration: none;
	color: black;
	text-align: center;
	text-transform: uppercase;
}

.chiudiMenu {
	position: absolute;
	top:20px;
	left: 20px;
}

.top {
	position: fixed;
	width: 100%;
	height: 90px;
	top: 0;
	z-index: 10;
	background: #F7FAF9;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,0.50);
}

.icnMenu {
	position: relative;
	float: left;
	margin-top: 37px;
	margin-left: 20px;
}

.logo {
	position: absolute;
width: 160px;
margin-top: 20px;
left: 50%;
margin-left: -80px;
}

.logo img {
	width: 100%;
}

.lingue {
	position: relative;
	float: right;
	margin-top: 36px;
	margin-right: 20px;
}

.combo_lingua {
	width:46px;
	height:30px;
	background:url(img/icn_lingua.svg) rgb(255, 255, 255);
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#FFF;
	border:none;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	color: #000000;
}

.prefooter {
	position: relative;
	width: calc(100% - 40px);
padding-left: 20px;
padding-right: 20px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #fff;

}

.footer {
	position: relative;
	width: calc(100% - 40px);
padding-left: 20px;
padding-right: 20px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	letter-spacing: 1.20px;
	line-height: 18px;
	color: #000;
	background-color: #F3F3F3;

}

.footer a {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	letter-spacing: 1.20px;
	line-height: 18px;
	color: #333;


}

.footer p {
	text-align: center;
	font-size: 11px;
	letter-spacing: 1.20px;
	line-height: 18px;
}

.dorocatrame{
	font-size: 7px;
	color:#2E3079;
font-family: 'Open Sans', sans-serif;
	margin-top: 40px;
}

.container {
	position: absolute;
	width: 100%;
	height: auto;
	top: 85px;
}

.contenutiImg {
	position: relative;
	width: 100%;
	height: auto;
}

.contenutiTxt {
	position: relative;
	width: calc(100% - 40px);
	margin-left: 20px;
	height: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}

.scopri {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 20px;
	letter-spacing: 2px;
	text-align: center;
	padding: 10px;

	border-radius: 0px;
	margin-top: 20px;
	margin-bottom: 40px;
	font-weight: 600;
	border: 1px solid #2E3079;
}

.scopri a {
	color: #2E3079;
	text-decoration: none;
	font-weight: 600;

}
.scopri_o {

	border: 1px solid #2E3079;
}
.scopri_o a{
	color: ##2E3079;
	text-align: center;
}
.bottone {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 400;
	background: #2E3079;
	color: white;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	/*border: solid 1px #99283C;*/
	border-radius: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.data{
	text-align: center;
	margin-bottom: 30px;
}
.blog{
	color: ##2E3079;
}
.form{
  width: 80%;
  text-align: center;
  position: relative;
  margin-left: 10%;

}
input[type=text], select, textarea {
    width: 100%;
padding: 12px;
border: 1px solid #2E3079;
border-radius: 2px;
box-sizing: border-box;
margin-top: 30px;
margin-bottom: 20px;
resize: vertical;
float: left;


color: #2E3079;


}
input[type=subject], select, textarea{
    width: 100%;
padding: 12px;
border: 1px solid #2E3079;
border-radius: 2px;
box-sizing: border-box;
margin-top: 16px;
margin-bottom: 16px;

resize: vertical;
}

input[type=submit] {
    background-color: #444;
    color: #2E3079;
    padding: 12px 20px;
    border: none;
    border-radius: 2px;
    cursor: pointer;

}
.bottone{
  padding: 10px 30px;
  background-color: #2E3079;
  color: #fff;
  border:0;
  font-family: 'Racing Sans One', cursive;
  font-size: 14px;
  margin: 20px 0;

}
