/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html { font-size: 100%; 	padding: 0; margin: 0; scroll-behavior: smooth;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #6CBFEE;
    background: #fff;

}

.adv, .dnd {
    zoom: 100%;
}

.adv2 {
    zoom: 100%;
    font-weight: 500;
    background-color: #EEF4F6;
}


a {
	color: #6CBFEE;
	text-decoration: none;
}

a:hover {
	color: #6CBFEE;
}

.main,
.container > header {
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1em 3.125em 6em;
}

.main {
	color: #333;
	font-weight: 300;
	line-height: 1.5;
	text-align: justify;
	width: 100%;
}

.main p {
	font-size: 140%;
}

.main h2 {
	font-size: 300%;
	font-weight: 700;
	color: #ddd;
	border-bottom: 1px solid #f8f8f8;
	text-align: left;
}

.main h3 {
	font-size: 300%;
	font-weight: 700;
	color: #858585;
	border-bottom: 1px solid #f8f8f8;
	text-align: left;
}

.container > header {
	padding: 2.875em 4em 1.875em 6em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #6CBFEE;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #6CBFEE;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #6CBFEE;
}

.container > header nav2 {
	float: right;
}

.container > header nav2 a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #6CBFEE;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #6CBFEE;
	text-indent: -8000px;
}

.container > header nav2 a:after {
	content: attr(data-info);
	color: #fff;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav2 a:hover:after {
	opacity: 1;
}

.container > header nav2 a:hover {
	background: #fff;
	border: 4px solid #000;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #6CBFEE;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.icon-arrow-left-2:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #fff;
}

.container > header nav2 a:hover:before {
	color: #000;
}


.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before, .icon-arrow-left-2:before {
	content: "\f060";
}

.mobile {
 	display: none;
}
.desktop {
 	display: inline;
}

#risposta-mail {
 	position: absolute;
}

.banner {
 	border-radius: 60px;
 	border: 0px;
}


/* Aumenta la dimensione del testo in tutti i campi del form */

#mioFormMail textarea {
    font-size: 18px; /* Puoi aumentare a 20px o 22px se serve ancora più grande */
    padding: 12px;   /* Aggiunge spazio interno per non far toccare il testo ai bordi */
    width: 100%;     /* Opzionale: rende i campi larghi quanto il contenitore */
    margin-bottom: 10px; /* Distanzia i campi tra loro */
    box-sizing: border-box; /* Assicura che il padding non sballi la larghezza */
}

#mioFormMail input {
    font-size: 18px; /* Puoi aumentare a 20px o 22px se serve ancora più grande */
    padding: 12px;   /* Aggiunge spazio interno per non far toccare il testo ai bordi */
    margin-bottom: 10px; /* Distanzia i campi tra loro */
    margin-right: 5px;
    box-sizing: border-box; /* Assicura che il padding non sballi la larghezza */
}

#mioFormMail button {
    font-size: 18px; /* Puoi aumentare a 20px o 22px se serve ancora più grande */
    padding: 12px;   /* Aggiunge spazio interno per non far toccare il testo ai bordi */
    width: 50%;     /* Opzionale: rende i campi larghi quanto il contenitore */
    margin-bottom: 10px; /* Distanzia i campi tra loro */
    box-sizing: border-box; /* Assicura che il padding non sballi la larghezza */
}

.button {
    font-size: 18px; /* Puoi aumentare a 20px o 22px se serve ancora più grande */
    padding: 12px;   /* Aggiunge spazio interno per non far toccare il testo ai bordi */
    width: 100%;     /* Opzionale: rende i campi larghi quanto il contenitore */
    margin-bottom: 10px; /* Distanzia i campi tra loro */
    box-sizing: border-box; /* Assicura che il padding non sballi la larghezza */
}

/* Specifico per il messaggio di risposta (successo/errore) */
#risposta-mail {
    font-size: 18px;
    margin-top: 0px;
    display: block;
line-height: normal;
}



@media screen and (max-width: 34.9375em) { 

	.main {
		text-align: left;
		padding: 0 1em 3.125em 6em;
	}
	.container {
		zoom: 85%;
	}
	.main p {
		font-size: 130%;
	}
	.adv {
 		zoom: 55%;
	}
	.dnd {
 		zoom: 80%;
	}
	.adv2 {
 		zoom: 95%;
                font-weight: 500;
                background-color: #EEF4F6;
	}
	.mobile {
 		display: inline;
	}
	.desktop {
 		display: none;
	}
	.banner {
 		border-radius: 20px;
 		border: 0px;
	}
}


    ::-webkit-scrollbar {
        width: 8px;
    }

    ::-webkit-scrollbar-track {
          background-color: #fff;
    } /* colore di sfondo delle scrollbar */

    ::-webkit-scrollbar-thumb {
          background-color: #6CBFEE;
    }

    ::-webkit-scrollbar-button {
    } /* codice per personalizzare i bottoni alle estremit  delle scrollbars */

    ::-webkit-scrollbar-corner {
          background-color: black;
    }