/* ============================
	FONT
   ============================ */

   @charset "utf-8";
/* CSS Document */

/* montserrat-100 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/montserrat-v26-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-200 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/montserrat-v26-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/montserrat-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/montserrat-v26-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/montserrat-v26-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ============================
	GENERALI 
   ============================ */

   .c2 {
	color: #78be43;
   }

   body {
   	font-family: 'Montserrat', sans-serif;
   	font-weight: normal;
   	font-style: normal;	
   	font-size: 14px;
   	color: #025945;
   	background-color: #d5e6a6;
   	background-position: top center;
   	background-size: cover;
   	background-attachment: fixed;
   }
   .row {
   	margin-left:0px;
   	margin-right:0px;
   }

   h1, h2 {
   	color: #025945;
   }

   a {
   	text-decoration: none;
   }

   .text-red {
   	color:#ac182d;
   }
   .text-green {
   	color: #025945;
   }
   .btn-green {
   	color: #fff;
   	background-color: #025945;
   	border-radius: 150px;
   	font-size: 24px;
   	font-weight: 600;
   }
   .btn-green:hover {
   	color: #025945;
   	background-color: #fff;
   	border-radius: 150px;
   	font-size: 24px;
   	font-weight: 600;
   }
   .hr-green {
   	border:2px solid #025945 !important;
   	background-color: #025945;
   }
   .container-white {
   	border-radius: 20px;
   	background-color: #fff;
   	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
   }
    .container-white-transparent {
   	border-radius: 20px;
   	background-color: rgba(255, 255, 255, 0.6);
   	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
   }
   .radius-more {
   	border-radius: 80px;
   }
   a {
   	color: #025945;
   	text-decoration: underline;
   }

   @media screen and (max-width:768px) {
   	 .radius-more {
		border-radius: 20px;
	}
   }
/* ============================
	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: transparent;
   }

   #menu.menu-gray {
   	background-color: #e2e7ed;
   }

   #menu_container {
   	background-color: #fff;
   	border-radius: 300px;
   }
   .less-radius {
   	border-radius: 20px!important;
   }
   #menu_list li {
   	list-style-type: none;
   	float: left;
   }

   #menu_list li a {
   	display: block;
   	text-align: center;
   	text-decoration: none;
   	color: #025945;
   	font-weight: normal;   
   	font-size: 20px;
   }


   @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: #78be43;
   	font-weight: bold;
   }

   .modal-body {
   	background-color: #115740;
   }

/* ============================
	FORM
   ============================ */

.bordo {
	border: 1px solid #025945;
   }

   #errore, #errore_ocr {
   	color: #ac182d;
   	font-weight: bold;
   	text-align: center;
   	font-size: 24px;
   }
   .form-control, .form-select {
   	border-radius: 100px;
   	border: 1px solid #115740;
   	color: #000000;
   	background-color: #fff;
   }

   .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 {
   	background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);
   	color: #ffffff;
   	border-radius:65px;
   	border: 0px solid transparent;	
   	font-weight: bold;
   	font-size: 2.2rem;
   	padding: .25rem 2rem;
   	width: max-content;
   	max-width: 300px;
   	-webkit-box-shadow: 2px 4px 8px 1px #000000; 
   	box-shadow: 2px 4px 8px 1px #000;
   	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: #ad1613;
	background: #ffffff ;
}


@media (max-width:375px) {
	.button {
		font-size: 1rem;
	}
}

@media (max-width: 575px) {
	label {
		font-size: .80rem;
	}
}

.modal-body {
	background-color: #4D7BBC;
}


/* ============================
	FOOTER
   ============================ */
   footer {
   	font-family: 'Montserrat', sans-serif;
   	font-size: 0.7rem;
   	background-color: #005944;
   }

   footer p {
   	color: white;
   	font-family: 'Montserrat', sans-serif;
   	font-weight: normal;
   	font-style: normal;
   	font-size: 0.7rem;
   	text-align: center;	
   }

   footer p a {
   	color: white;
   	text-decoration:underline;
   	font-weight: 700;
   }

	img[src="assets/img/fb_w.svg"],
	img[src="assets/img/ig_w.svg"],
	img[src="assets/img/tiktok_w.svg"] {
		max-height: 18px;
	}


/* =========================
	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;
		}
	}

	@media(max-width:576px) {
	.mail_info {
		word-break: break-all;
	}
}

img[src="assets/img/p_weekly.png"],
img[src="assets/img/p_daily.png"] {
	max-width: 700px;
}




