/* ================
GENERALI
===================*/
@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Continental M';
    src: url('../fonts/ContinentalStagSans-Medium.eot');
    src: url('../fonts/ContinentalStagSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ContinentalStagSans-Medium.woff2') format('woff2'),
        url('../fonts/ContinentalStagSans-Medium.woff') format('woff'),
        url('../fonts/ContinentalStagSans-Medium.ttf') format('truetype'),
        url('../fonts/ContinentalStagSans-Medium.svg#ContinentalStagSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Continental B';
    src: url('../fonts/ContinentalStagSans-Book.eot');
    src: url('../fonts/ContinentalStagSans-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ContinentalStagSans-Book.woff2') format('woff2'),
        url('../fonts/ContinentalStagSans-Book.woff') format('woff'),
        url('../fonts/ContinentalStagSans-Book.ttf') format('truetype'),
        url('../fonts/ContinentalStagSans-Book.svg#ContinentalStagSans-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Continental L';
    src: url('../fonts/ContinentalStagSans-Light.eot');
    src: url('../fonts/ContinentalStagSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ContinentalStagSans-Light.woff2') format('woff2'),
        url('../fonts/ContinentalStagSans-Light.woff') format('woff'),
        url('../fonts/ContinentalStagSans-Light.ttf') format('truetype'),
        url('../fonts/ContinentalStagSans-Light.svg#ContinentalStagSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'Continental L';
  font-size: 27px;
  color: #1D1D1B;
  background-color: #fff;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

a:hover {
	color: inherit;
}

.button {
	background-color:#ffa400;
	background:#ffa400;
	color:#000000;
	padding: 0.55rem 2.5rem 0.25rem;
	font-family: 'Continental M';
	font-size: 4rem;
	line-height: 1;
	text-align: center;
	display: block;
	margin: auto;
	text-decoration: none;
	border: 0px;
}
.button:hover {
	background-color:#000000;
	background:#000000;
	color:#fff;
	text-decoration: none;
}
@media (max-width:1024px){
	.button {
		font-size: 2.8rem;
	}
}
@media (max-width:767px){
	.button {
		font-size: 2rem;
	}
}

.container-white {
	background-color: #fff;
}

.container.container-continental {
	max-width: 1200px;
}

.big {
   width: 100%;
}

.yellow_span {
	color: #f5a400;
	 font-family: 'Continental B';
}

.yellow_span_rivenditore {
	color: #f5a400;
	 font-family: 'Continental M';
}

.bck {
	background: url("../img/header.jpg") no-repeat center top;
	width: auto;
}

@media (max-width: 1280px) {
	.pulsanti {
		font-size: 2vh;
	}
}


@media (max-width: 414px) {
	.pulsanti {
		font-size: 2vh;
	}
}


@media (max-width: 1280px) {
	.bck-hp {
	background: url("../img/header-1280.jpg") no-repeat center top;
	width: auto;
	height: 850px;
	}
}

@media (max-width: 414px) {
	.bck-hp {
	background: url("../img/header-mobile.jpg") no-repeat center top;
	width: auto;
	}
}


.footer {
/*	font-size: 0.7vw;*/
	color: #454545;
/*	line-height: 1.2em;*/
	text-align: center;
	font-family: 'Continental L';
	font-size: 14px;
	}

@media (max-width: 1680px) and (orientation: landscape) {
	.footer {
/*	font-size: 0.8vw;*/
	}
	}

@media (max-width: 1366px) and (orientation: landscape) {
	.footer {
/*	font-size: 0.8vw;*/
	}
	}

@media (max-width: 800px) { 
	.footer {
/*	font-size: 1.3vw;*/
	}
}
	
@media (max-width: 414px) { 
	.footer {
/*	font-size: 1.5vh;*/
	}
}	


.logo {
	margin: 0 auto auto auto; 
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 12%;
	}

@media (max-width: 1280px) {
	.logo {
	top: 12%;
	}
}

@media (max-width: 1080px) {
	.logo {
	top: 12%;
	width: 79%;
	}
}

@media (max-width: 1024px) {
	.logo {
	top: 12%;
	}
}

@media (max-width: 414px) {
	.logo {
	top: 5%;
	width: 33%;
	}
}

@media (max-width:1124px) and (min-width:991px) {
	.logo2 {
		width: 30%;
		max-width: 30%;
	}
}


.title {
	color: #F5A400;
	text-align:left;
	margin:auto;
	font-size: 3.5rem;
	line-height: 1em;
	font-family: 'Continental M';
	}	

@media (max-width: 1440px) {
	.title {
		font-size: 2.3rem;
		}
	}

.title-area {
	color: #F5A400;
	text-align:left;
	margin:auto;
	font-size: 6.5rem;
	line-height: 1em;
	font-family: 'Continental M';
	}	

@media (max-width: 1440px) {
	.title-area {
		font-size: 4.3rem;
		}
	}

/*
@media (max-width: 1024px) {
	.title {
		font-size: 3vw;
		}
	}

*/
@media (max-width: 800px) {
	.title {
		font-size: 2rem;
		}
	}

@media (max-width: 414px) {
	.title {
		font-size: 1.8rem;
		padding: 5%;
		line-height: 1.2em;
		}
	}

.contatti {
	font-family: 'Continental M';
	color: #1D1D1B;
	font-size: 3.5rem;
}

@media (max-width: 1440px) {
	.contatti {
		font-size: 2.3vw;
		}
	}


@media (max-width: 1024px) {
	.contatti {
		font-size: 3vw;
		}
	}


@media (max-width: 800px) {
	.contatti {
		font-size: 3vw;
		}
	}

@media (max-width: 414px) {
	.contatti {
		font-size: 4vh;
		padding: 5%;
		line-height: 1.2em;
		}
	}

.text {
	font-size: 1.2rem;
}

li.fat {
    list-style-type: none;
    position: relative;    /* It's needed for setting position to absolute in the next rule. */
}

li.fat::before {
    content: url('../img/list.jpg');
    display: block;
    position: absolute;
    left: -1.3em;          /* Adjust this value so that it appears where you want. */
    font-size: 1.5em;
	top: 0em;
}

/* --- FORM ---- */

.text-legenda {
	font-size: 0.8vw;
	text-align: center;
}

.note {
	font-size: 0.7vw;
}

@media (max-width: 1440px) {
	.note {
		font-size: 0.8vw;
		}
						.text-legenda {
							font-size: 1.4vw;
							text-align: center;
						}
	}



@media (max-width: 1024px) {
	.note {
		font-size: 1vw;
		}
	.text-legenda {
		font-size: 2.2vw;
		text-align: center;
	}
}


@media (max-width: 414px) {
	.note {
		font-size: 1.9vh;
		}
			.text-legenda {
		font-size: 2.7vw;
		text-align: center;
	}
}

.u2 {
	font-size: 0.9vw;
	}
	
@media (max-width: 1280px) {
	.u2 {
    font-size: 1.1vw;
	}
	}
	
@media (max-width: 1024px) {
	.u2 {
    font-size: 1.3vw;
	}
	}	

@media (max-width: 414px) {
	.u2 {
	font-size: 2.4vh;
	}
	}

@media (max-width: 320px) {
	.u2 {
	font-size: 2.9vh;
	}
	}

.u:hover {
	background-color: rgb(245, 164, 0);
	padding: 2px 1px 2px 0;
	color: #fff;
	text-decoration: none!important;
	}

@media (max-width: 414px) {
	.u:hover {
	padding: 2px 1px 2px 0;
	}

}

@media (max-width:600px) {
	.paddington {
	margin-top: 3%;
	}
}

@media (max-width:600px) {
	.paddington-2 {
	padding: 5%;
	}
}


.form {
	font-size: 0.8vw;
	color: #1D1D1B;
	font-family: 'Continental L';
}

@media (max-width: 1440px) {
	.form {
	font-size: 1vw;
	}
}

@media (max-width: 1280px) {
	.form {
	font-size: 1vw;
	}
}

@media (min-width: 980px) and (max-width: 1024px) {
	.form {
	  padding-inline-start: 8px;
	  padding-right: 0px;
	 font-size: 1.3vw;  
	}
}

@media (max-width: 960px) {
	.form {
  padding-inline-start: 4px;
  padding-right: 8px;
  font-size: 2vh;
	}
}

@media (max-width: 736px) {
	.form {
  padding-inline-start: 25px;
  padding-right: 61px;
  font-size: 2.5vh;
	}
}

@media (max-width: 667px) {
	.form {
  padding-inline-start: 38px;
  padding-right: 0px;
	}
}

@media (max-width: 480px) {
	.form {
    padding-inline-start: 3px;
  	padding-top: 8px;
	padding-right: 3px;
	}
}

@media (max-width: 414px) {
	.form {
		font-size: 1.7vh;
		padding-right: 0px;
		padding-left: 3%;
		margin: auto;
		text-align: center;
		}
}


@media (max-width: 320px) {
	.form {
		font-size: 2.2vh;
		}
}

.privacy {
	font-size: 0.7vw;
	}

@media (max-width: 1280px) {
	.privacy {
	font-size: 1vw;
	}
	}

@media (max-width: 1024px) {
	.privacy {
	font-size: 1.1vw;
	}
	}

@media (max-width: 414px) {
	.privacy {
    font-size: 2vh;
	}
	}




@media (max-width: 414px) {
	.btn:before { 
	width: 34%;
	}
}

option {
	color: #0093D2;
}

.formselect {
	height: 35px;
	width:91%;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid  #1D1D1B;
	color: #1D1D1B;
	margin: 3px;
	font-family: 'Continental L';
	border-radius: 9px;
}		

@media (max-width: 736px) {
	.formselect {
		width: 106%; 
		}
	}

@media (max-width: 667px) {
	.formselect {
		width: 91%; 
		}
	}

@media (max-width: 414px) {
	.formselect {
	font-size: 1.5vh;
		}
	}

.forminput3 {
	height: 35px;
	width:95%;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid  #1D1D1B;
	color: #1D1D1B;
	margin: 3px;
	font-family: 'Continental L';
	border-radius: 9px;
}

@media (max-width: 1280px) {
	.forminput3 {
	font-size: 1.7vh;
		}
	}

@media (max-width: 960px) {
	.forminput3 {
	font-size: 2.3vh;
		}
	}

@media (max-width: 414px) {
	.forminput3 {
	font-size: 1.5vh;
		}
	}


@media (max-width: 736px) {
	.forminput3 {
		width: 106%;
		}
	}

@media (max-width: 667px) {
	.forminput3 {
		width: 91%;
		}
	}

@media (max-width: 414px) {
	.forminput3 {
		margin-bottom: 4px;
		}
	}

.formselect_s {
	height: 35px;
	width:30%;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid  #1D1D1B;
	color: #1D1D1B;
	margin: 3px;
	font-family: 'Continental L';
	border-radius: 9px;
}

@media (max-width: 1280px) {
	.formselect_s {
	font-size: 1.7vh;
		}
	}

@media (max-width: 960px) {
	.formselect_s {
	font-size: 2.3vh;
		}
	}


@media (max-width: 768px) {
	.formselect_s {
		width:27%;
		}
	}
	
@media (max-width: 736px) {
	.formselect_s {
		width: 32%;
		}
	}	
	
@media (max-width: 667px) {
	.formselect_s {
		width:29%;
		}
	}

@media (max-width: 414px) {
	.formselect_s {
	font-size: 1.5vh;
		}
	}


.form_sc {
	height: 35px;
	width: 45%;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid  #1D1D1B;
	color: #1D1D1B;
	margin: 3px;
	font-family: 'Continental L';
	border-radius: 9px;
}

@media (max-width: 1280px) {
	.form_sc {
	font-size: 1.7vh;
	width: 44%;
		}
	}

@media (max-width: 960px) {
	.form_sc {
	font-size: 2.3vh;
		}
	}


@media (max-width: 768px) {
	.form_sc {
		width: 36%;
		}
	}
	
@media (max-width: 736px) {
	.form_sc {
		width: 32%;
		
		}
	}	
	
@media (max-width: 667px) {
	.form_sc {
		width: 36%;
		}
	}

@media (max-width: 414px) {
	.form_sc {
	font-size: 1.5vh;
		}
	}

		

/* -------------- END --------------*/

.circle {
  width: 8%;
  background: #1a1a1a;
  border-radius: 50%;
  line-height: 0;
  position: relative;
}

.circle-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  text-align: center;
  font-family: 'Continental M';
  color: #fff;
}


label {
	width: 100%;
	
}

br {
	line-height:-10px;
}


a {
	text-decoration: inherit;
	color: inherit; 
	}

	

	
.panel {
	background-color: transparent;
	}	
	
	
@media screen and (max-width:1024px) {
	#nasconditi {
		display: none;
	}
}


/* ================
CSS MENU
===================*/
#menu {
	background-color: #1d1d1b;
	overflow: visible;
	position: relative;
	z-index: 4000;
}
#menu.max-height {
	max-height: 60px;
}
.menu_list {
	text-align: left;
	color:#fff;
	font-family: 'Continental M';
}
.menu_list a {
	text-decoration: none;
	text-transform: lowercase;
	color: #fff;
	font-size: 16px;
	transition: 0.5s;
	border-bottom: 3px solid transparent;
}

@media (max-width: 1280px) {
	.menu_list a {
	font-size: 13px;
	}
}


.menu_list.active a, .menu_list:hover a {
	border-bottom: 3px solid #f4a300;
}

@media (max-width: 991px) {
	.menu_list {
		background-color: #1d1d1b;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	#logo2 {
		max-width: 150px!important;
		display: block;
	}
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	background-color: #CFCFCF;
}


/* ================
FOOTER
===================*/
footer {
	color: #000;
	font-size: 0.6vw;
	background-color: #f5a400;
	padding: 20px 15px;
	font-family: 'Continental M';
}

@media (max-width: 414px) { 
	footer {
	font-size: 1.3vh;
	}
}	

.footer-gray {
	background-color: #333333;
	color: #fff;
}

.footer-black {
	background-color: #1a1a1a;
	color: #fff;
}

@media screen and (max-width: 768px) {
	#mail-footer {
		word-break: break-all;
	}
}


@media (max-width:991px) {
	h1 {
		font-size: 1.8rem;
	}
	h4 {
		font-size: 1.2rem;
	}
}

@media (max-width:575px) {
	.title {
		font-size: 1.6rem;
	}
	h5 {
		font-size: 1.15rem;
	}
}

/* ================
TABELLA
===================*/

			table {
                width: 100%;
				border: 1px solid #ff9901;
				font-size: 0.8rem;
            }

            th, td {
                border-bottom: 1px solid #ff9901;
                text-align: center;
            }

            thead {
                background-color: #333333;
            }

            @media only screen and (max-width: 767px) {
                .no-more-tables table,
                .no-more-tables thead,
                .no-more-tables tbody,
                .no-more-tables th,
                .no-more-tables td,
                .no-more-tables tr {
                    display: block;
                }

                .no-more-tables thead tr {
                    position: absolute;
                    top:-9999px;
                    left:-9999px;
                }

                .no-more-tables tr { border: 1px solid #ccc; }
                .no-more-tables td {
                    border: none;
                    border-bottom: 1px solid #eee;
                    position: relative;
                    padding-left: 50%;
                    white-space: normal;
                    text-align:left;
                }

                .no-more-tables td:before {
                    position: absolute;
                    top: 0;
                    left: 6px;
                    width: 45%;
                    padding-right: 10px;
                    white-space: nowrap;
                    text-align:left;
                    font-weight: bold;
                }

                .no-more-tables td:before { content: attr(data-title); }
            }



.chart-css {
	font-size: 2rem;
}

.legend {
	border: none;
}

.charts-css.legend li::before {
border-width: 0px;
}

.charts-css.legend {
list-style: none;
font-size: 1.7rem;
	border: none;
}

.charts-css.legend-square.gray li::before {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 3px;
	--color-1: #b9b9b9;
	--color-2: #ff9901;
	}


.charts-css.legend-square li::before {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 3px;
	--color-1: #1a1a1a;
	--color-2: #ff9901;
	}

myChart {
	color: white;
}
