/* ================
GENERALI
===================*/
/* pt-sans-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: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/pt-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('../fonts/pt-sans-v17-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
	url('../fonts/pt-sans-v17-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
	url('../fonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-italic - 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: 'PT Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/pt-sans-v17-latin-italic.eot'); /* IE9 Compat Modes */
	src: url('../fonts/pt-sans-v17-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/pt-sans-v17-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('../fonts/pt-sans-v17-latin-italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
	url('../fonts/pt-sans-v17-latin-italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
	url('../fonts/pt-sans-v17-latin-italic.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-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: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/pt-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
	src: url('../fonts/pt-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/pt-sans-v17-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('../fonts/pt-sans-v17-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
	url('../fonts/pt-sans-v17-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
	url('../fonts/pt-sans-v17-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700italic - 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: 'PT Sans';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/pt-sans-v17-latin-700italic.eot'); /* IE9 Compat Modes */
	src: url('../fonts/pt-sans-v17-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/pt-sans-v17-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('../fonts/pt-sans-v17-latin-700italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
	url('../fonts/pt-sans-v17-latin-700italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
	url('../fonts/pt-sans-v17-latin-700italic.svg#PTSans') format('svg'); /* Legacy iOS */
}


html {
	scroll-behavior: smooth;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

body {
	color: #333;
	font-family: 'PT Sans';
	font-weight: 400;
	background:#fff;
}

option {
	font-family: 'PT Sans';
}

h1 {
	font-family: 'PT Sans';
}

.centered {
	margin: 0 auto;
	display: block;
}

.center-txt {
	text-align: center;
}

a {
	color: #1a80b6;
	text-decoration: underline;
}

a:hover {
	color: inherit;
	font-weight: bold;
}

strong {
	font-weight: 900;
}
h1, h2, h3 {
	font-weight: 800;
}

h2 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
}

.text-justify {
	text-align: justify;
}

.text-light-gray {
	color: #747474;
}
.text-light-blue {
	color: #1a80b6;
}
.text-white {
	color: #fff;
}
.text-shadow {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
}
.capolettera {
	color: #1a80b6;
	font-size: 56px;
	float: left;
	margin-top: -5px;
}
.py-7 {
	padding-top: 6rem!important;
	padding-bottom: 6rem!important;
}
/* ================
MENU
===================*/
#menu {
	position: relative;
	z-index:5000;
	background-color: rgba(255,255,255,.7);
	background-size:cover;
	background-attachment: scroll;
	min-height: 74px;
	width: 100%;
	transition: min-height 1s;
	-webkit-backdrop-filter: blur(12px) grayscale(100%);
	-moz-backdrop-filter: blur(12px) grayscale(100%);
	-o-backdrop-filter: blur(12px) grayscale(100%);
	backdrop-filter: blur(12px) grayscale(100%);

}

#menu.sticky {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	display: block;
}

#menu.submenued {
	min-height: 153px;
	transition: min-height 1s;
}

#menu_list li, .menu_list li {
	float: left;
	list-style-type: none;
}

#menu_list li a, .menu_list li a {
	display: block;
	margin-left: 10px;
	padding-right: 10px;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}

#menu_list li a.active, .menu_list li a.active, #menu_list li a:hover, .menu_list li a:hover  {
	display: block;
	margin-left: 10px;
	padding-right: 10px;
	color: #1a80b6;
	text-decoration: none;
	font-size: 18px;
}

#submenu {
	background-color: #f8f8f8;
	border-bottom: 1px solid #dedede;
	border-radius: 300px;
}

#submenu .menu_list li a {
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	#menu_list {
		-webkit-padding-start:0px; 
		-moz-padding-start:0px; 
		-o-padding-start:0px; 
		padding-start:0px; 
	}
	#menu_list li {
		width: 100%;
		margin-bottom:15px;
		padding-top:15px;
	}
	#menu_list li a, #menu_list li a.active {
		font-size: 18px;
	}

	#menu {
		margin-bottom: 0px;
	}

	#submenu {
		background-color: #f8f8f8;
		border-bottom: 1px solid #dedede;
		border-radius: 5px;
	}
	#submenu .menu_list li{
		width: 100%;
	}
	#submenu .menu_list li a {
		font-size: 18px;
	}

}

	/* ================
BUTTON/BANNER
===================*/

#banner {
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
}

.btn-bordered {
	background-color: transparent!important;
	border: 1px solid #8c8989;
	color: #8c8989;
}

.btn-bordered:hover {
	background-color: transparent!important;
	border: 1px solid #1a80b6;
	color: #1a80b6;
}

.btn-lg {
    background: #1c86c8;
}

/* ================
HOME
===================*/
#claim {
	background-color: #ffffff
}

.maincontent {
	background-color: #f4f6fa;
}

.carousel-caption {
	border-radius: 10px;
	padding: 20px 20px;
	-webkit-backdrop-filter: blur(8px) grayscale(10%);
	-moz-backdrop-filter: blur(8px) grayscale(10%);
	-o-backdrop-filter: blur(8px) grayscale(10%);
	backdrop-filter: blur(8px) grayscale(10%);
}
.carousel-caption h1{
	font-weight: 400;
	font-size: 4rem;

}

.img-shade{
	-webkit-box-shadow: 6px 6px 0px 0px rgba(0,167,231,0.2); 
box-shadow: 6px 6px 0px 0px rgba(0,167,231,0.2);
}

.thumb {
    border-radius: 50%;
}
/* ================
CHI SIAMO
===================*/
ul.lista {
	list-style-type: none!important;
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	-o-padding-start: 0px;
	padding-start: 0px;
}
ul.lista li {
	font-size: 18px;
	color: #747474;
}

.panel {
	border-radius: 30px;
	background: #00a7e7;
}

.servizi {
	background-image: url(../img/bg_recard2.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
}

/* ================
FORM
===================*/

#errore {
	color: red;
	font-size: 24px;
	padding:20px;
	text-align: center;
}
.form-control {
	font-size: 12px;
	height: 45px;
}
.form-control[type="file"] {
	font-size: 12px;
	height: auto;
}

.btn-send {
	background-color: #007EB1;
	border:0px solid #007EB1;
	border-radius: 100px;
	color: #fff;
	border-width: 0px;
	display: block;
	text-decoration: none!important;
}
label {
	position: relative;
}
.form-check-input {
	position: absolute;
	top:5%;
	left:10%;
	border: 1px solid #1a80b6;
	zoom: 150%;
}


/* ================
FOOTER
===================*/

footer {
	color: #C4C4C4;
	padding:25px 15px;
	text-align: left;
	font-size: 12px;
	background-color: #000000;
}

footer a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: 800;
}

ul#menu_footer {
	list-style-type: none!important;
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	-o-padding-start: 0px;
	padding-start: 0px;
}

ul#menu_footer li {
	padding:10px 0px;
	border-bottom: 1px solid #8c8989;
}

ul#menu_footer li a {
	text-decoration: none;
	font-size: 16px;
}

#copyright-footer {
	background-color: #282a2b;
	color: #8c8989;
}
