/* ============================
	FONT
   ============================ */

@charset "utf-8";
/* CSS Document */



@font-face {
    font-family: 'BarlowCondensed-Regular';
    src: url('../fonts/BarlowCondensed-Regular.eot');
    src: url('../fonts/BarlowCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BarlowCondensed-Regular.woff2') format('woff2'),
        url('../fonts/BarlowCondensed-Regular.woff') format('woff'),
        url('../fonts/BarlowCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BarlowCondensed-Bold';
    src: url('../fonts/BarlowCondensed-Bold.eot');
    src: url('../fonts/BarlowCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BarlowCondensed-Bold.woff2') format('woff2'),
        url('../fonts/BarlowCondensed-Bold.woff') format('woff'),
        url('../fonts/BarlowCondensed-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/* ============================
	GENERALI 
   ============================ */

body {
	font-family: 'BarlowCondensed-Regular';
	font-weight: normal;
	font-style: normal;	
	font-size: 20px;
	color: #00684c;
	background-position: top center;
	background-size: contain;
	background-repeat: repeat-y; 
}
.row {
	margin-left:0px;
	margin-right:0px;
}

.container {
	max-width:100%;
}

h1 {
	font-family: 'BarlowCondensed-Bold';
	color: #00684c;
	font-size:50px;
}

@media (max-width: 750px) {
   	h1 {
   	 font-size:30px;	
   	}
}

h2 {
	font-family: 'BarlowCondensed-Bold';
	color: #00684c;
	font-size:50px;
}

@media (max-width: 750px) {
   	h2 {
   	 font-size:30px;	
   	}
}

h4 {
	color: #00684c;
}

@media (max-width: 750px) {
   	h4 {
   	 font-size:20px;	
   	}
}

.testo_pwd {
	font-size:25px;
}

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: #ffffff;
   	/*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 {
	font-family: 'BarlowCondensed-Bold';
   	display: block;
   	text-align: center;
   	text-decoration: none;
   	padding: 5px 10px;
   	color: #00684c;
   	font-size: 30px;
   }


   @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: none !important;
   	color: #e5007d;
   }

.modal-body {
	background-color: #fff;
}

/* ============================
	FORM
   ============================ */
.note {
	font-size:20px;
	font-family: 'BarlowCondensed-Regular';
}

#errore {
	color: #e41a17;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}

#errore_ocr {
	color: #e41a17;
	
}
   .form-control, .form-select {
   	height: 45px;
   	border-radius: 5px;
   	border: 1px solid #595959;
   	color: #000000;
   }

   .form-group {
   	margin-bottom: 0px;
   }

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 {
	font-family: 'BarlowCondensed-Bold';
	background: #00684c;
	color: #ffffff;
	border-radius:0px;
	border: 0px solid transparent;	
	font-size: 50px;
	padding: .25rem 2rem;
	width: max-content;
	max-width: 300px;
	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: #e5007d;
}


@media (max-width:375px) {
	.button {
		font-size:2rem;
	}
}

.btn-home {
	font-family: 'BarlowCondensed-Bold';
	border-radius:0px;
	border: 0px solid transparent;	
	font-size: 80px;
	padding: .25rem 2rem;
	width: max-content;
	max-width: 300px;
	text-decoration: none;
	color:#ffe400 !important;
	background:#e5007d;
}

@media (max-width:375px) {
	.btn-home {
		font-size: 40px;
	}
}


.btn-home-1 {
	color:#fff;
}


   @media (max-width: 575px) {
   	label {
   		font-size: 20px;
   	}
   }

.modal-body {
	background-color: #fff;
}


/* ============================
	FOOTER
   ============================ */
   footer {
   	font-family: 'BarlowCondensed-Regular';
   	font-size: 20px;
   	background-color: #00684c;
   }

   footer p {
   	color:#fff;
    font-family: 'BarlowCondensed-Regular';
   	font-weight: normal;
   	font-style: normal;
   	font-size: 20px;
   	text-align: center;	
   }

   footer p a {
   	color:#fff;
   	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%;
}

 .titolo_iw {
		    font-family: 'BarlowCondensed-Bold';
			font-size:70px;
			color:#e5007d;
			text-align:center;
			padding:0px;
			line-height:65px;
	 }

	 @media (max-width:767px) {
		.titolo_iw {
			font-size:50px;
			line-height:50px;
		}
	}


	  .titolo_ef {
		    font-family: 'BarlowCondensed-Bold';
			font-size:65px;
			color:#fff;
			text-align:center;
			padding:0px;
			line-height:65px;
	 }

	 @media (max-width:767px) {
		.titolo_ef {
			font-size:50px;
			line-height:50px;
		}
	}

	 .testo_ef {
		    font-family: 'BarlowCondensed-Bold';
			font-size:65px;
			color:#fff;
			text-align:center;
			padding:0px;
	 }

	 @media (max-width:767px) {
		.testo_ef {
			font-size:40px;
		}
	}

	.bg_ef {
		background:#00684c;
		}

		.btn_ef {
			font-family: 'BarlowCondensed-Bold';
	background: #fff;
	color: #00684c !important;
	border-radius:0px;
	border: 0px solid transparent;	
	font-size: 60px;
	padding: .25rem 2rem;
	width: max-content;
	max-width: 300px;
	text-decoration: none;

		}

	 .testo_iw {
		    font-family: 'BarlowCondensed-Regular';
			font-size:30px;
			color:#00684c;
			text-align:center;
			padding:0px;
	 }

	  @media (max-width:767px) {
		.testo_iw {
			font-size:25px;
		}
	}


	   .titolo_step {
		    font-family: 'BarlowCondensed-Bold';
			font-size:50px;
			color:#e5007d;
			text-align:center;
			padding:0px;
	 }

	  .testo_step {
		    font-family: 'BarlowCondensed-Regular';
			font-size:25px;
			color:#000;
			text-align:center;
			padding:0px;
	 }

	 .email {
		font-family: 'BarlowCondensed-Bold';
			font-size:40px;
			color:#e5007d;
			text-align:center;
			
	 }

	  @media (max-width:767px) {
		.email {
			font-size:25px;
		}
	}


hr {
	border: 3px solid #00684c;
	margin:0;
	opacity:100;
}

.link_clicca {
	color:#00684c;
	text-decoration:underline;
}

.larghezza_form {
	width:80%;

}

@media (max-width:375px) {
	.larghezza_form {
	width:100%;

}
}

.larghezza_form_area {
	width:50%;

}

@media (max-width:375px) {
	.larghezza_form_area {
	width:100%;

}
}

.larghezza_form_scontrino {
	width:60%;

}

@media (max-width:750px) {
	.larghezza_form_scontrino {
	width:100%;

}
}

.immagine_galleria {
	width:500px;
	height:500px;
	overflow:hidden;
	object-fit:cover;
}

@media (max-width:750px) {
	.immagine_galleria {
	width:100%;
	height:100%;
	overflow:hidden;
	object-fit:cover;
}
}

.textarea {
	height:300px;
	font-size: 20px;
}

.sfondo_grigio {
	background:#ededed;
}

.sfondo_modal {
	background:#fff;
}

.link_reg {
	color:#000;
	text-decoration:underline;
}

.modal-titolo {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
}

.btn-esempio {
	background:none;
	color:#e5007d;
	font-size:25px;
	text-decoration:underline;
	border:none;
}

.btn-esempio:hover {
	background:none;
	color:#e5007d;
	font-size:25px;
	text-decoration:underline;
	border:none;
}

.carousel-control-prev-icon {
  background-image: url("../img/prev.png") !important;
}

.carousel-control-next-icon {
  background-image: url("../img/next.png") !important;
}

.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity .15s ease;
}

.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity .15s ease;
}