/* ============================
	FONT
   ============================ */

@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Futura Bold';
    src: url('../fonts/FuturaTOT-Bold.eot');
    src: url('../fonts/FuturaTOT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaTOT-Bold.woff2') format('woff2'),
        url('../fonts/FuturaTOT-Bold.woff') format('woff'),
        url('../fonts/FuturaTOT-Bold.ttf') format('truetype'),
        url('../fonts/FuturaTOT-Bold.svg#FuturaTOT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Light';
    src: url('../fonts/FuturaTOT-Lig.eot');
    src: url('../fonts/FuturaTOT-Lig.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaTOT-Lig.woff2') format('woff2'),
        url('../fonts/FuturaTOT-Lig.woff') format('woff'),
        url('../fonts/FuturaTOT-Lig.ttf') format('truetype'),
        url('../fonts/FuturaTOT-Lig.svg#FuturaTOT-Lig') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaTOT-Med.eot');
    src: url('../fonts/FuturaTOT-Med.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaTOT-Med.woff2') format('woff2'),
        url('../fonts/FuturaTOT-Med.woff') format('woff'),
        url('../fonts/FuturaTOT-Med.ttf') format('truetype'),
        url('../fonts/FuturaTOT-Med.svg#FuturaTOT-Med') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaTOT-Dem';
    src: url('../fonts/FuturaTOT-Dem.eot');
    src: url('../fonts/FuturaTOT-Dem.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaTOT-Dem.woff2') format('woff2'),
        url('../fonts/FuturaTOT-Dem.woff') format('woff'),
        url('../fonts/FuturaTOT-Dem.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaTOT-Lig';
    src: url('../fonts/FuturaTOT-Lig.eot');
    src: url('../fonts/FuturaTOT-Lig.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaTOT-Lig.woff2') format('woff2'),
        url('../fonts/FuturaTOT-Lig.woff') format('woff'),
        url('../fonts/FuturaTOT-Lig.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaTOT-Bol';
    src: url('../fonts/FuturaTOT-Bol.eot');
    src: url('../fonts/FuturaTOT-Bol.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaTOT-Bol.woff2') format('woff2'),
        url('../fonts/FuturaTOT-Bol.woff') format('woff'),
        url('../fonts/FuturaTOT-Bol.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ============================
	GENERALI 
   ============================ */

body {
	 font-family: 'FuturaTOT-Lig';
	font-weight: normal;
	font-style: normal;	
	font-size: 20px;
	color: #fff;
	background-position: top center;
	background-size: contain;
	background-repeat: repeat-y; 
	background:#009d82;
}
.row {
	margin-left:0px;
	margin-right:0px;
}

h1 {
	font-family: 'FuturaTOT-Bol';
	color: #fff;
	font-size:50px;
}

@media (max-width: 750px) {
   	h1 {
   	 font-size:40px;	
   	}
}

h2 {
	font-family: 'FuturaTOT-Bol';
	color: #fff;
	font-size:50px;
}

h4 {
	font-family: 'FuturaTOT-Dem';
	color: #fff;
	font-size:35px;
}

@media (max-width: 750px) {
   	h4 {
   	 font-size:23px;	
   	}
}

.tempi {
	font-size:30px;
}

@media (max-width: 750px) {
   	.tempi {
   	 font-size:20px;	
   	}
}

a {
	text-decoration: none;
}

.text-red {
	color:#ac182d;
}
/* ============================
	MENU
   ============================ */

   .skip-to-main-content-link {
   	position: absolute;
   	left: -9999px;
   	z-index: 999;
   	padding: 1em;
   	background-color: black;
   	color: white;
   	opacity: 0;
   }
   .skip-to-main-content-link:focus {
   	left: 50%;
   	transform: translateX(-50%);
   	opacity: 1;
   }

   #attiva_menu {
   	max-width: 30px; 
   	margin:10px 25px;
   	cursor: pointer;
   }

   #menu {
   	background-color: #fff2e6;
   	/*border-bottom: 4px solid #ffffff;
   	box-shadow: 0px 5px 5px rgba(0,0,0,.2);
   	z-index: 2000;
   	position: relative;*/
   }

   #menu_list li {
   	list-style-type: none;
   	float: left;
   	padding-left: 2%;
   	padding-right: 2%;
   }

   #menu_list li a {
   	display: block;
   	text-align: center;
   	text-decoration: none;
   	padding: 5px 10px;
   	color: #000;
	font-weight: bold;   
   	font-size: 21px;
   }


   @media (max-width: 991px) {
   	#menu_list li {
   		float: none; 		
   	}
   	#menu_list li a {
   		text-align: right;
   	}
   }


   @media (max-width: 1199px) {

   	#menu_list {
   		margin-left: 45px;	
   	}
   }

   @media (max-width:991px) {

   	#menu_list {
   		margin-left: 0px;	
   	}
   }

   #menu_list li a:hover, #menu_list li a.active {
   	text-decoration: underline;
   	color: #000;
   }

.modal-body {
	background-color: #fff;
}

/* ============================
	FORM
   ============================ */
.note {
	font-size:25px;
	 font-family: 'FuturaTOT-Lig';
}

#errore {
	font-family: 'FuturaTOT-Bol';
	color: red !important;
	text-align: center;
	font-size: 25px;
}
   .form-control, .form-select {
   	height: 45px;
   	border-radius: 20px;
   }

   .form-group {
   	margin-bottom: 15px;
   }

label[for=reg], label[for=tratt_dati]  {
	display: block;
}

   label a {
   	color: inherit;
   	text-decoration: underline;
   }

   small.small {
   	font-size: 10px;
   	line-height: 9px;
   }

   .button_reg {
	     font-family: 'FuturaTOT-Dem';
    background: #f6a307;
    color: #fff;
    border-radius: 65px;
    border: 4px solid #fff;
    font-size: 65px;
    width: max-content;
    min-width: 320px;
    text-align: center;
    text-decoration: none;
    padding: .25rem 2rem;
    height: 109px;
    /* line-height: 109px; */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: content-box;
	/*
	-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
	box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
}

   
.button {
	 font-family: 'FuturaTOT-Dem';
	background: #f6a307;
	color: #fff;
	border-radius:75px;
	border: 4px solid #fff;	
	font-size: 65px;
	padding: .25rem 2rem 1rem 2rem;
	width: max-content;
	width: 570px;
	text-align:center;
	text-decoration: none;
	/*
	-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
	box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
}
.button:hover {	
	color: #fff;
	background: #f6a307;
}

@media (max-width:1366px) {
.button {
	font-family: 'FuturaTOT-Dem';
  background: #f6a307;
  color: #fff;
  border-radius: 75px;
  border: 4px solid #fff;
  font-size: 55px;
  padding: .25rem 2rem 1rem 2rem;
  width: max-content;
  width: 450px;
  text-align: center;
  text-decoration: none;
}
.button_reg {
	font-size: 55px;
}
}


@media (max-width:1280px) {
.button {
	font-family: 'FuturaTOT-Dem';
  background: #f6a307;
  color: #fff;
  border-radius: 75px;
  border: 4px solid #fff;
  font-size: 55px;
  padding: .25rem 2rem 1rem 2rem;
  width: max-content;
  width: 450px;
  text-align: center;
  text-decoration: none;
}
.button_reg {
	font-size: 55px;
}
}



@media (max-width:750px) {
	.button {
		font-size:30px;
		width: auto;
		padding:0.5rem;
	}
	.button_reg {
		font-size: 30px;
		height: 55px;
		width: max-content;
		min-width: 100px;
	}
}



.btn-home-1 {
	color:#fff;
}


   @media (max-width: 575px) {
   	label {
   		font-size: .80rem;
   	}
   }

.modal-body {
	background-color: #4D7BBC;
}


/* ============================
	FOOTER
   ============================ */
   footer {
   	 font-family: 'Futura Light';
   	font-size: 0.8rem;
   	background-color: #fff2e6;
   }

   footer p {
   	color:#000;
     font-family: 'Futura Light';
   	font-weight: normal!important;
   	font-style: normal!important;
   	font-size: 15px;
   	text-align: center;	
   }

   footer p a {
   	color:#000;
   	text-decoration:underline;
   	
   }


/* =========================
	COOKIE BAR
	======================= */

	.cc-window {
		font-size: .85rem !important;
		line-height: 1.2em !important;
	}

	@media (max-width:767px) {
		.cc-window {
			font-size: .75rem !important;
			line-height: 1.1em !important;
		}
	}



.margine_dx {
	width:96%;
}


  .bg-home {
	background:#0b74b9;
   }

   .underline {
	text-decoration:underline;
   }

   .vertical-btn{
margin-bottom:2vh;
   }

   .start-custom {
	left:10%;
   }

        @media (max-width:1366px) {
		 .start-custom {
			left:0%;
   }
	   }

       @media (max-width:1280px) {
		 .start-custom {
			left:0%;
   }
	   }

      .bottom-custom {
	bottom:8vh;
   }

      @media (max-width:1366px) {
	     .bottom-custom {
	bottom:20;
   }
   }

   @media (max-width:1280px) {
	     .bottom-custom {
	bottom:20;
   }
   }

   .form-control::file-selector-button {
	height:45px;
   }

   .under {
	text-decoration:underline;
	font-family: 'FuturaTOT-Lig';
	font-size:35px;
	color:#fff;
   }

         @media (max-width:1366px) {
	.under {
		font-size:35px;
		width: auto;
		padding:0px;
	}
}

   
      @media (max-width:1280px) {
	.under {
		font-size:35px;
		width: auto;
		padding:0px;
	}
}

      @media (max-width:768px) {
	.under {
		font-size:45px;
		width: auto;
		padding:0px;
	}
}

   @media (max-width:750px) {
	.under {
		font-size:45px;
		width: auto;
		padding:0px;
	}
}

.mail_cont {
	color:#fff;
	text-decoration:underline;
}