@import"skeleton.min.css";
@import"reset.css";
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');

html {
  scroll-behavior: smooth; }

body { 
	position:relative;
	font-family: "Arimo", sans-serif;
	font-weight:400;
	font-size:20px;
	line-height:28px;
	color: #001e5a;
	background-color:#FFF;
	margin:0px; }

	
b { font-weight:700; }

.textSmall {
	font-size:14px; }

.p0 {padding:0px;}
p, 
.p1	{padding-bottom:5px;}
.p2	{padding-bottom:10px;}
.p3	{padding-bottom:15px;}
.p4	{padding-bottom:20px;}
.p5	{padding-bottom:25px;}
.p50{padding-bottom:50px;}

.m1	{margin-bottom:5px;}
.m2	{margin-bottom:10px;}
.m3	{margin-bottom:15px;}
.m4	{margin-bottom:20px;}
.m5	{margin-bottom:25px;}

a {color:#001e5a; text-decoration: none;}
a:hover {color:#001e5a; text-decoration: underline;}


.aleft		{text-align:left;}
.acenter	{text-align:center;}
.ajustify	{text-align:justify;}
.aright		{text-align:right;}
.pleft		{float:left;}
.pright		{float:right;}

.blue { color: #001e5a !important; }
.white { color: #fff !important; }

.lgreyBack { background-color: #f3f3f3; }
.blueBack { background-color: #001e5a; }

h1, .h1 {
	font-size:67px;
	color: #001e5a;
	line-height:79px;
	font-weight:700;}
h2, .h2 {
	font-size:40px;
	color: #001e5a;
	line-height:45px;
	font-weight:400;}
h3, .h3 {
	font-size:24px;
	color: #001e5a;
	line-height:35px;
	font-weight:400;}
h4 {
	font-size:30px;
	color: #001e5a;
	line-height:34px;
	font-weight:700;}
h5 {
	font-size:32px;
	color: #fff;
	line-height:40px;
	font-weight:400;
	text-transform: uppercase;}

a.anchor {
	display: inline-block;
	position: relative;
	top: -70px; }

.container_12 img {
	max-width:100%; }
	
/* Header */

#header { 
	padding: 30px 0px 30px 0px; 
	position:fixed; 
	width: 100%; 
	z-index: 1000; 
	transition: top 0.3s;}

#logo img { width: 400px; }

#menuSmall {
	display:none;}

#menu {
	margin-top:5px;
	text-align:right;
	_text-transform: uppercase;}
#menu div {
	display:inline-block; }
#mainMenu li {
	display:inline-block;
	list-style: none;
	padding:0px 0px 0px 80px;}
#mainMenu a {
	display:inline-block;
	color:#fff;
	font-weight:500;
	font-size:19px;
	line-height:19px; 
	text-decoration:none;
  padding: 4px 0px 4px 0px; }
#mainMenu a.current { border-bottom: 2px solid #ff5a00; }
#mainMenu a:hover { border-bottom: 2px solid #ff5a00; }


	


/* Content */

/*
#hero {
	position: relative;
	background-image: url("../img/hp.webp");
	height: 100vh;
	background-position: bottom;
	background-repeat:no-repeat;
	background-size:cover; }
*/

#hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background-size: cover;
	background-position: center; }

#spacer {padding-top: 300px;}

#bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover; }


#map  {
	width:100%;
	height:500px; }
#map img {
	max-width:none;
	display:block;}


a.btn { 
	position: absolute;
	color: #001e5a;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px 15px;
}
a.btnCenter {
	left: 50%;
  transform: translateX(-50%);
}
a.btn:hover { text-decoration: none; }

a.btn::before,
a.btn::after,
a.btn span::before,
a.btn span::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 20px;
  background: transparent;
  transition: 1s;
  /* -webkit-mix-blend-mode: hue; */
}

a.btn::before {
  top: -2px;
  left: -2px;
  border-top: 2px solid #ff5a00;
  border-left: 2px solid #ff5a00;
}
a.btn::after {
  top: -2px;
  right: -2px;
  border-top: 2px solid #ff5a00;
  border-right: 2px solid #ff5a00;
}

a.btn span::before {
  bottom: -2px;
  left: -2px;
  border-bottom: 2px solid #ff5a00;
  border-left: 2px solid #ff5a00;
}
a.btn span::after {
  bottom: -2px;
  right: -2px;
  border-bottom: 2px solid #ff5a00;
  border-right: 2px solid #ff5a00;
}

a.btn:hover::before,
a.btn:hover::after,
a.btn:hover span::before,
a.btn:hover span::after  {
  width: calc( 180px / 2);
  height: calc( 50px / 2);
}

a.btnWhite { color: #fff; }

.ico img { height: 150px; }

.modello li {
	list-style: none;
  text-indent: -.7em;
	padding-bottom: 10px; }
.modello li::before, .istruzione li::before {
  content: "• ";
  color: #ff5a00; }
.istruzione li{
	list-style: none;
  text-indent: -.7em;
	padding-bottom: 10px;
	padding-left: 14px; }


	
/* Back to top button */
#back-top {
	z-index:100;
	position: fixed;
	bottom: 100px;
	right: 10px;}
#back-top a {
	width: 40px;
	height: 40px;
	display: block;
	opacity:0.6;}
#back-top a:hover {
	opacity:1;}
/* Scroll down button */
#scroll-down { position: absolute; bottom: 70px;  left: 50%; transform: translate(-50%, 0);}
#scroll-down img { filter: invert(100%); width: 70px;}



/* Footer */
#footer {
	font-size: 16px;
	padding-top:50px;
	padding-bottom:40px;
	background-color:#001e5a;
	color:#FFF;}
#footer a {
	text-decoration:none;
	color:#FFF; }
#footer a:hover {
	text-decoration:underline; }
#footer img { width: 400px; padding-top: 5px; }

	

@media only screen and (max-width: 1199px) {
	body {
		font-size: 16px; }
	h1, .h1 {
		font-size:55px;
		line-height: 67px; }
	h2, .h2 {
		font-size:35px;
		line-height: 47px;}
	h3, .h3 {
		font-size:25px;}
	#logo img { width: 250px; }
	#menu {
		margin-top:0px;}
	#mainMenu li {
		padding:16px 0px 0px 5px; }
	#mainMenu a {
		font-size:16px;
		line-height:16px;
		font-weight: 500;
		padding: 0px 30px 5px 30px; }
	#spacer{padding-top: 220px;}
	#scroll-down { bottom: 30px; }
	#footer img { width: 250px; }
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
	body{
		font-size: 16px; }
	h1, .h1 {
		font-size:45px;
		line-height: 57px; }
	h2, .h2 {
		font-size:25px;
		line-height: 37px;}
	h3, .h3 {
		font-size:20px;}
	#logo img { width: 200px; }
	#mainMenu { margin-top: 9px; }
	#mainMenu li {
		padding:0px 20px 0px 20px; }
	#mainMenu a {
		font-size:15px;
		line-height:14px;
		padding: 5px 3px 5px 3px; }
	.btn {
		font-size: 16px;	
		padding: 11px 25px 11px 25px; }
	#spacer{padding-top: 150px;}
	#footer { font-size:13px; }
	#footer img { width: 200px; margin-top: 6px; }
}

@media only screen and (max-width: 767px) {
	body { font-size: 17px; line-height: 29px; }
	h1, .h1 { font-size:45px; line-height: 55px; }
	h2, .h2 { font-size:25px; line-height: 35px;}
	h3, .h3 { font-size:20px;}
	#header { background-color: #001e5a }
	#menu {
		position:fixed;
		display: none;
		margin-top: 65px;
		z-index: 10000;
		right: 0px;
		width:30%;
		height:100%;
		padding-left: 25px;
		background-color: #001e5a; }
	#menuSmall {
		display:block;
		float:right;
		cursor:pointer;
		margin-top:3px; }
	#footer { font-size: 16px; }
	#footer img { width: 290px; }
	#footer .grid_2, #footer .grid_3, #footer .grid_4 { text-align: left; padding-bottom: 30px; }

	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	#logo img { width: 325px; }
	#mainMenu li {
		display: block;
		text-align: right;
		margin:15px 30px 0px 0px; }
	#mainMenu a {
		font-size:18px;
		line-height:18px;
		padding: 5px 3px 5px 0px; }
	#menuSmall img {
		width: 30px;}

}

@media only screen and (max-width: 479px) {
	body { font-size: 17px; line-height: 29px; }
	h1, .h1 { font-size:40px; line-height: 55px; }
	h2, .h2 { font-size:25px; line-height: 30px;}
	h3, .h3 { font-size:20px;}
	#logo img { width: 250px; margin: auto; padding-top: 5px;  }
	#menu {
		display: none;
		width: 40%;
		margin-top: 60px;
		text-align:right; }
	#mainMenu li {
		padding:8px 20px 20px 0px; }
	#mainMenu a {
		font-size:18px;
		line-height:18px;
		padding: 5px 5px 5px 5px; }
	#menuSmall img {
		width: 25px;
		margin-top: -2px;}
	#spacer{padding-top: 160px;}
  #scroll-down { bottom: 0px; }
	#scroll-down img { width: 40px;}
	.btn {
		font-size: 16px; font-weight: 500;	
		padding: 11px 25px 11px 25px;


}

