/* ================
GENERALI
===================*/
html {
	scroll-behavior: smooth;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,3f9de9+100 */
background: linear-gradient(to bottom,  #ffffff 0%,#3f9de9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	color: #fff;
	 font-family: 'Roboto-Regular';
}

@media screen and (max-width: 750px) {
	body {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,3f9de9+55 */
background: linear-gradient(to bottom,  #ffffff 0%,#3f9de9 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #fff;
	 font-family: 'Roboto-Regular';
}
}


.row {
	margin-left: 0px;
	margin-right: 0px;
}

.text{
	font-family: 'Roboto-Regular';
	font-size: 1.6rem;
	line-height: 1.2em;
	color: #003960;
}

.page {
	width: 1200px;
	display: flex;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.page2 {
	width: 1440px;
	display: flex;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.p-white {
	background-color: #fff;
	border-bottom-right-radius: 30px;
	color: #0079c0;
	box-shadow: 10px 10px 13px 0px #60003e;
}
@media screen and (max-width: 768px) {
	.page {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.page2 {
		width: 100%;
	}
}
.centered {
	margin: 0 auto;
	display: block;
	
}
.center-txt {
	text-align: center;
}
a {
	color: #000;
	text-decoration: underline;
}

strong {
	font-weight: 900;
	font-family: 'Roboto-Black';
}
.fwq {
	font-weight: 40px;
	font-family: 'Roboto-Regular';
}

/* ================
MENU
===================*/
#logo {
	margin-top: 0px;
	margin-bottom: -25px;
	margin-left: 47px;
}


#logo2 {
	margin-left: 52px;
}

@media screen and (max-width: 768px) {
	#logo {
		height: 70px!important;
		display: block;
		margin-top: 0px;
		margin-bottom: -25px;
		margin-left: 0px;
	}
}

#logo2 {
	margin-top: 0px;
	margin-bottom: -25px;
	margin-left: 47px;
}

@media screen and (max-width: 768px) {
	#logo2 {
		height: 70px!important;
		display: block;
		margin-top: 0px;
		margin-bottom: -25px;
		margin-left: 0px;
	}
}


#menu {
	background-color: #003960;
	position: relative;
	z-index: 2000;
	height:70px;
}

#menu2 {
	background-color: #003960;
	position: relative;
	z-index: 2000;
	height:70px;
}

#menu_list {
	margin-top:10px;
	background:#003960;
}
#menu_list li {
	float: left;
	list-style-type: none;
	padding-top: 20px;
}
#menu_list li a{
	display: block;
	margin-left: 10px;
	padding-right: 10px; 
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	border-right: 1px solid #fff;
}
#menu_list li a.active, #menu_list li a:hover{
	display: block;
	margin-left: 10px;
	padding-right: 10px; 
	color: #fff;
	text-decoration: none;
	font-weight: bold;

}

@media screen and (max-width: 768px) {
	#menu_list li {
		float: none;
		clear: both;
		margin-bottom: 25px;
		border-bottom: 1px solid #fff;

	}
	#menu_list li a {
		border-right: 0px solid #fff;}
		#menu {
			margin-bottom: 0px;
		}
	}

	/* ================
BANNER
===================*/

.btn-violet {
	color:#003960;
	display: block;
	margin:20px auto;
	background-color: #fff;
	border-width: 0px;
	border-bottom-right-radius: 20px;
	padding:10px 35px;
	text-decoration: none;
	border: 1px solid #fff;

}

/* ================
HOME
===================*/
#ferri {
	margin-top: -80px;
}


.circle-span {
	display:block;
	border-radius: 100px;
	text-align: center;
	padding-top: 8px;
	font-size: 20px;
	width: 40px;
	height: 40px;
	background-color: #003960;
	color: #003960;
	margin-bottom: 130px;
	float: left;
	margin-right: 20px;
}
.circle-span-3 {
	border-radius: 100px;
	text-align: center;
	padding-top: 8px;
	font-size: 20px;
	width: 40px;
	height: 40px;
	background-color: #003960;
	color: #003960;
}
.border-right-violet {
	border-right: 3px solid #003960;
}

@media screen and (max-width: 768px) {
	#ferri {
		margin-top: 0px;
	}
	.circle-span {
		margin-bottom: 320px;
	}
	.border-right-violet {
		border-right: 0px solid transparent;
	}
}
/* ================
FORM
===================*/
#errore {
	color: red;
	font-size: 24px;
	padding:20px;
	text-align: center;
}
.form-control {
	font-size: 12px;
	height: 40px;
}
.form-group {
	margin-bottom: 15px;
}

a:hover {
	font-weight: 900;
	font-family: 'Roboto-Bold';
} 

button[type="submit"] {
	background-color: transparent;
	border:0px solid transparent;
	border-width: 0px;
	margin: 20px auto -20px auto;

	display: block;
}
/* ================
FOOTER
===================*/
footer {
	background-color: #003960;
	color: #fff;
	padding:25px 15px;
	text-align: center;
	font-size: 12px;
}
footer a {
	color: #fff;
	text-decoration: underline;
}


h1 {
	color:#003960;
	font-family: 'Roboto-Black';
	font-size:45px;
}

@media screen and (max-width: 750px) {
	h1 {
		font-size:30px;
	}
}

h2 {
	color:#003960;
	font-family: 'Roboto-Black';
	font-size:30px;
}


h3 {
	color:#003960;
	font-family: 'Roboto-Black';
	font-size:40px;
}

@media screen and (max-width: 750px) {
	h3 {
		font-size:35px;
	}
}

h4 {
	color:#003960;
	font-family: 'Roboto-Regular';
	font-size:25px;
}