@import"skeleton.min.css";
@import"reset.css";
@import"localfonts.css";

html {
  scroll-behavior: smooth; 
}

body { 
	position:relative;
	font-family: "Barlow", sans-serif;
	font-weight:300;
	font-size:20px;
	line-height:30px;
	color:#000;
	background-color:#FFF;
	margin:0px; }

b { font-weight:600; }

.textSmall { font-size:16px;  line-height: 20px; }
.textBig { font-size: 33px; line-height: 53px; font-weight: 200;}

.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;}f
.m4	{margin-bottom:20px;}
.m5	{margin-bottom:25px;}

a {color:#000; text-decoration: underline;}
a:hover {color:#01720c; 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;}


h1, .h1 {
	font-family: "Bebas Neue", sans-serif;
	font-size:60px;
	color: #01720c;
	line-height:75px;
	font-weight:400;}
h2, .h2 {
	font-family: "Bebas Neue", sans-serif;
	font-size:40px;
	color: #01720c;
	line-height:48px;
	font-weight:300;}
h3, .h3 {
	font-family: "Bebas Neue", sans-serif;
	font-size:28px;
	color: #01720c;
	line-height:38px;
	font-weight:300;}

.container_12 img {
	max-width:100%; }

.white { color: #fff; }
.black { color: #000; }
	
/* Header */

#header { 
	position: fixed;
	box-sizing:border-box;
	padding: 8px 0px 8px 0px; 
	background-color: white; 
	width: 100%; 
	z-index: 1000; 
	transition: top 0.3s;}

#logo img { width: 250px; }

#menuSmall {
	display:none;}

#menu {
	margin-top:40px;
	text-align:right;
	text-transform: uppercase;}
#menu div {
	display:inline-block; }
#mainMenu li {
	display:inline-block;
	list-style: none;
	padding:0px 80px 0px 0px;}
#mainMenu a {
	display:inline-block;
	color:#000;
	font-weight:700;
	font-size:17px;
	line-height:17px; 
	text-decoration:none;
  padding: 4px 2px 4px 2px; }
#mainMenu a.current {
	color: #01720c;}
#mainMenu a:hover {
	color: #01720c;}
#mainMenu li:last-child {
    padding: 0; }

/* Content */

#content {
	padding-top: 123px; }


/* Slider */
.slides {
	display:block; }
.slide img {
	width:100%;
	display:block;}
.slick-loading .slick-list {
    background: #fff url('../img/ajax-loader.gif') center center no-repeat; }

.slides span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Per centrare esattamente */
    display: block;
    font-size: 35px;
    line-height: 43px;
    font-weight: 400;
    color: #fff;
    padding: 1px 10px 1px 10px;
}
.slides span p.p3 { font-family: "Bebas Neue", sans-serif; font-size: 100px; line-height: 110px; }



.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  color: #fff;
  background: none;
  opacity: 0.8;
  font-family: Arial;
  font-size: 2.5rem;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-prev:hover,
.slick-next:hover { opacity: 1; }

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

	
/* Kenburns effect for slick-slider */

.kenburns .slick-slider { overflow: hidden;}
.kenburns .slick-slider div.slick-active img {
	-webkit-animation: myMove 6s 1 ease-in-out;  
	-moz-animation: myMove 6s 1 ease-in-out;  
	-o-animation: myMove 6s 1 ease-in-out;  
	-ms-animation: myMove 6s 1 ease-in-out;  
	animation: myMove 6s 1 ease-in-out; }

.kenburns .slick-slide[aria-hidden="true"] img {
	_visibility:hidden; }

@keyframes myMove { 
	from { transform: scale(1.1,1.1); transform-origin: 50% 50%; } 
	to { transform: scale(1.0,1.0); transform-origin: 50% 0%; }
}
@-webkit-keyframes myMove { 
	from { -webkit-transform: scale(1.1,1.1); -webkit-transform-origin: 50% 50%; } 
	to { -webkit-transform: scale(1.0,1.0); -webkit-transform-origin: 50% 0%;  }
}
@-o-keyframes myMove { 
	from { -o-transform: scale(1.1,1.1); -o-transform-origin: 50% 50%; } 
	to { -o-transform: scale(1.0,1.0); -o-transform-origin: 50% 0%;  }
}
@-moz-keyframes myMove { 
	from { -moz-transform: scale(1.1,1.1); -moz-transform-origin: 50% 50%; } 
	to { -moz-transform: scale(1.0,1.0); -moz-transform-origin: 50% 0%; }
}
@-ms-keyframes myMove { 
	from { -ms-transform: scale(1.1,1.1); -ms-transform-origin: 50% 50%; } 
	to { -ms-transform: scale(1.0,1.0); -ms-transform-origin: 50% 0%; }
}

/* End of Kenburns effect for slick-slider */




a.btn {
	background-color: #01720c;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 40px;
	text-transform: uppercase;
	text-decoration:none;
}
a.btn:hover {
	text-decoration: none;
	background-color: #000;
}
a.btn img { height: 20px; vertical-align: sub; padding-right: 10px; }


#loghi {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 60px 80px;
  place-items: center; 
  padding: 20px 0; }
#loghi img {
  max-width: 200px;   
  max-height: 120px;   
  object-fit: contain; 
  width: 100%;
  height: auto; }

#percorsi { background-image: url(../img/banner.webp); background-position: bottom; background-size: cover; background-repeat: no-repeat;}
#percorsi .grid_12 .h1 { font-size: 100px; }
#percorsi .grid_3 { background-color: #fff; padding: 20px 10px 10px 10px; box-sizing: border-box; margin-bottom: 50px; }

#team-grid{
  display:flex;
  flex-wrap:wrap;
  justify-content:center; /* centra l’ultima riga */
  gap:40px;
  margin:0 auto;
}
#team-grid .team{
  width:calc(25% - 30px); /* 4 colonne */
  text-align:center;
  padding-bottom: 50px;
}


.accordion {
  background-color: #eee;
  color: #000;
  cursor: pointer;
  padding: 18px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 15px 18px 20px 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion::after {
  content: "+";
  color: #01720c;
  float: right;
  font-size: 40px;
  transition: 0.3s;
}

.accordion.active::after {
  content: "-";
}

.videoWrapper {
    position: relative;
    width: 100%;
    height: 714px;
    overflow: hidden; }
.videoOverlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
    pointer-events: none; }
.videoMissione {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.videoWrapper span {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    display: block;
    font-size: 35px;
    line-height: 43px;
    font-weight: 400;
    color: #fff;
    padding: 1px 10px 1px 10px; }
.videoWrapper span p.p3 { font-family: "Bebas Neue", sans-serif; font-size: 100px; line-height: 110px; }

.icoAlberi { width: 200px; }

.imgSponsor { object-fit: cover; object-position: top; height: 350px; width: 100%; }
	
#map  {
	width:100%;
	height:470px; }
#map img {
	max-width:none;
	display:block;}

	
/* Back to top button */
#back-top {
	z-index:100;
	position: fixed;
	bottom: 170px;
	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 {
	height:50px;}



/* Footer */
#footer {
	font-size: 18px;
	line-height: 28px;
	padding: 40px 0 10px 0;
	background-color:#01720c;
	color:#FFF;}
#footer a {
	text-decoration:none;
	color:#FFF; }
#footer a:hover {
	text-decoration:underline; }
#footer img { width: 200px; }
#footer img.ico { width: 18px; padding-right: 10px; vertical-align: sub; }


	
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
	body { font-size: 18px; line-height: 27px; }
	#menu { margin-top: 40px; }
	#mainMenu li {
		padding:0px 50px 0px 0px;}
	#mainMenu a {
		font-size:16px; }
	#content { padding-top: 125px; }
	a.btn {
		font-size: 18px; }
	h1, .h1 {
	font-size:46px;
	line-height:46px;}
	h2, .h2 {
		font-size:32px;
		line-height:36px;}
	h3, .h3 {
		font-size:25px;
		line-height:35px;}
	.slides span, .videoWrapper span { font-size: 32px; line-height: 40px; }
	.slides span p.p3, .videoWrapper span p.p3 { font-family: "Bebas Neue", sans-serif; font-size: 90px; line-height: 90px; }
	.videoWrapper { height: 538px; }
	.imgHome { object-fit:cover; height:510px; }
	#percorsi .grid_12 .h1 { font-size: 90px; line-height: 60px; }
	#percorsi .grid_3 { margin-bottom: 25px; }
	.textBig { font-size: 30px; line-height: 50px;}
	.imgMissione { object-fit:cover; height: 580px; }
	.icoAlberi { width: 150px; }
	#loghi img {
	  max-height: 80px; }
	#footer { font-size: 16px; line-height: 26px; }
}

@media only screen and (max-width: 1199px) {
	body {
		font-size: 16px; line-height:26px; }
	h1, .h1 {
		font-size:40px;
		line-height: 50px; }
	h2, .h2 {
		font-size:27px;
		line-height: 34px;}
	h3, .h3 {
		font-size:23px;
		line-height:33px;}
	.textBig { font-size: 25px; line-height: 45px;}
	#menu { margin-top: 45px; }
	#mainMenu li {
		padding:0px 40px 0px 0px; }
	#mainMenu a {
		font-size:15px;
		line-height:15px; }
	#content { padding-top: 125px; }	
	.slides span, .videoWrapper span { font-size: 28px; line-height: 33px; }
	.slides span p.p3, .videoWrapper span p.p3 {  font-size: 70px; line-height: 70px; }
	.videoWrapper { height: 438px; }
	.imgHome { object-fit:cover; height:510px; object-position: left;}
	#percorsi .grid_12 .h1 { font-size: 70px; line-height: 40px; }
	#percorsi .grid_3 { margin-bottom: 10px; }
	a.btn {
		font-size: 16px; }
	.imgMissione { object-fit:cover; height: 580px; }
	.icoAlberi { width: 140px; }
	#loghi { grid-template-columns: repeat(3, 1fr); }
	#loghi img {
	  max-width: 160px; max-height: 100px; }
	#footer { font-size: 15px; line-height: 24px; }
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
	body{
		font-size: 15px;
		line-height: 22px; }
	.h1, h1{
		font-size:35px;
		line-height: 43px; }
	.h2, h2 {
		font-size:23px;
		line-height: 30px;}
	.h3, h3 {
		font-size:20px;
		line-height:30px;}
	.textBig { font-size: 20px; line-height: 40px;}
	#logo img { width: 200px; }
	#menu { margin-top: 30px; }
	#mainMenu li {
		padding:0px 30px 0px 0px; }
	#mainMenu a {
		font-size:13px;
		font-weight: 600;
		line-height:14px; }
	#content { padding-top: 100px; }	
	.slides span, .videoWrapper span { font-size: 24px; line-height: 29px; }
	.slides span p.p3, .videoWrapper span p.p3 {  font-size: 55px; line-height: 55px; }
	.videoWrapper { height: 330px; }
	#percorsi .grid_12 .h1 { font-size: 55px; line-height: 25px; }
	a.btn {
		font-size: 15px;
		padding: 10px 20px; }
	.icoAlberi { width: 130px; }
	#loghi { grid-template-columns: repeat(3, 1fr); }
	#loghi img {
	  max-width: 140px;   
	  max-height: 70px;   
	  object-fit: contain; 
	  width: 100%;
	  height: 100%; }
	#footer { font-size:12px; line-height: 21px; }
}

@media only screen and (max-width: 767px) {
	#menu {
		position: fixed;
		display: none;
		z-index: 10000;
		right: 0px;
		height: 100%;
		background-color: #fff;
		box-shadow: -5px 0px 5px -5px #999; }
	#menu a { font-size: 17px; font-weight: 700; }
	#menuSmall {
		display:block;
		float:right;
		cursor:pointer;
		margin-top:25px; }
	a.btn { display: block; text-align: center; }
	#loghi {
		grid-template-columns: repeat(2, 1fr); gap: 80px; }
  #loghi img {
		max-width: 160px;   
		max-height: 80px; }
	.imgHome, .imgMissione, .imgSponsor { height:auto;}
	#back-top {
		bottom: 150px; }
	#footer .grid_3 { padding-bottom: 20px; }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	h1, .h1 {
		font-size:35px;
		line-height: 45px; }
	h2, .h2 {
		font-size:25px;
		line-height: 32px;}
	h3, .h3 {
		font-size:23px;
		line-height:33px;}
	.textBig { font-size: 19px; line-height: 38px;}
	#logo img { width: 200px; }
	#menu {
		margin-top: 92px;
		width: 220px;
		right: 0px; }
	#mainMenu li {
		display: block;
		text-align: right;
		padding-right: 0;
		margin:35px 35px 0px 0px; }
	#mainMenu li:last-child { margin:35px 35px 0px 0px; }
	#mainMenu a {
		padding: 5px 3px 5px 0px; }
	#menuSmall img {
		width: 30px;}
	#content { padding-top: 105px; }
	#percorsi .grid_12 .h1 { font-size: 55px; line-height: 25px; }
	#team-grid .team{
	  width: 45%;/
	  padding-bottom: 50px;
	}
}

@media only screen and (max-width: 479px) {
	.h1, h1 { font-size: 30px; line-height: 40px; }
	.h2, h2{
		font-size:23px; line-height: 33px;}
	.h3, h3 { font-size:21px; }
	.textBig { font-size: 19px; line-height: 36px;}
	#logo img { width: 200px; margin: auto; padding-top: 0px;  }
	#menu {
		display: none;
		margin-top: 90px;
		width: 190px;
		text-align:right; }
	#menu a { font-size: 16px; }
	#mainMenu { padding-top: 30px; }
	#mainMenu li {
		padding:10px 40px 20px 0px; }
	#mainMenu li:last-child { padding: 10px 40px 20px 0; }
	#menuSmall img {
		width: 30px;
		margin-top: 5px;}
	#content { padding-top: 100px; }
	#percorsi .grid_12 .h1 { font-size: 45px; line-height: 45px; }
	.slides span, .videoWrapper span { font-size: 24px; line-height: 29px; }
	.slides span p.p3, .videoWrapper span p.p3 {  font-size: 55px; line-height: 55px; }
	.videoWrapper { height: 503px; }
	#loghi {
	  gap: 40px; }
	#loghi img {
	  max-width: 120px; }
	#team-grid .team{
	  width: 100%;
	  padding-bottom: 30px;
	}
	.textSmall { font-size:13px;  line-height: 18px; }
}
