/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
    font-weight: bold !important; 
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;   
}
h1, h2, h3, p {
    margin: 0;
    padding: 0;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    height: 100%;
}
img { 
    max-width: 100%;
}
#container {
    width: 100%;
    /*max-width: 1200px;*/
    min-height: 100%;
    height: auto !important;
    margin: 0 auto;
    background-color: #fff; 
    box-shadow: 5px 10px 25px #000, -5px 10px 25px #000;
}
.content {
    width:100%;
    padding:0 20px;
    max-width: 1100px;
    margin:60px auto 40px;
    overflow: auto;
}
/*HEADER*/
header {
    width: 100%;
    height: 80px;
    line-height: 1.2em;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    /* padding-top: 10px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 7;
    /* background-color: #fff; */
    padding-right: 2%;
    padding-left: 2%;
    position: fixed;
    transition: all 0.5s ease;
}
header .plus18 {
    float: left;
}

header .plus18 p {
    color: #fff;
    /*padding: 0 0 0 2em;*/
    font-size: 0.8em;
}

header .plus18 a {
    text-decoration: none;
    color: #fff;
}

header .plus18 a:hover {
    color: #1e9cd8;
}

header .certificazioni {
    float: right;
}

header .certificazioni img {
    vertical-align: middle;
    padding: 0 0.8em 0 0;
    max-height: 26px;
}
.app_dnt {
	font-family: 'Roboto';
    font-size: 1em;
    color: #fff;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

/* FOOTER */
.footer {
	background-color: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px;
}
.foot {
	height:26px;
}

/*MENU*/
#menu {
    width: 100%;
    height: 5em;
    line-height: 5em;
    background-color: #003594;
}

#menu img {
    float: left;
    padding: 1.2em 0 1.2em 1.6em;
    display: block;
    max-width: 100%;
}


#menu nav {
    float: left;
    padding: 0 0 0 3em;
}
        
#menu nav ul {
    display: block;
    list-style: none;
}

#menu nav ul li {
    float: left;
    padding: 0 1.25em;
}

#menu nav ul li a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 500;
}

#menu nav ul li a:hover {
    color: #fff01e;
}
        
#menu nav ul li a.attiva {
    color: #fff01e;
}


/*SOTTOMENU*/
#sottomenu {
    width: 100%;
    height: 4em;
    background-color: #003594;
}


/*MENU RESPONSIVE*/
#menuResponsive {
    display: none;
}

#menuResponsive ul li a.attiva {
    color: #fff01e;
}

.menuButton {
    display: none;
    float: right;
    padding-right: 1.6em;
}
    
.closeButton{
    display: none;
}

div.testoBottone {
    float: right;
    line-height: 3em;
    padding: 0 1.6em 0 0;
    vertical-align: center;
}

.bottone {
    background: #fff01e;
    padding: 0.5em 0.6em;
    border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    border: solid 0.125em #fff01e;
    transition: 0.6s;
    color: #003594;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase; 
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.1em;
}

.bottone:hover {
    border: solid 0.125em #fff01e;
    color: #fff01e;
    background: none;
}


/*CONTENUTO*/
#contenuto {
    position: relative;
    clear: both;
    background-color: #fff;
    padding-bottom: 60px;
}

.content h1 {
    color: #003594;
    padding: 10px 0 30px;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
}

#contenuto h2 {
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 700;
}

#contenuto h3 {
    color: #003594;
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 700;
}

#contenuto p {
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 25px;
}

#contenuto ul {
    padding: 0 40px 20px;
}

#contenuto ul li {
    font-size: 17px;
    line-height: 25px;
}

#link {
    color: #003594;
}

#link:hover {
    color: #1e9cd8;
}

.elencoBonus a {
    color: #003594;
}

.elencoBonus a:hover {
    color: #1e9cd8;
}


.elencoBonus {
    margin-top: -7px;
    font-size: 17px;
}


/*TABELLA*/
#contenuto table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
	border: 1px solid #000;
}

td, th {
    padding: 13px;
    text-align: left;
    color: #000;
}

th {
    font-weight: 700;
    color: #fff;
    background-color: #003594; 
}

th:nth-of-type(1) {
    border-right: 1px solid #fff; 
}

td:nth-of-type(1)  {
    border-right: 1px solid #000; 
}

th:nth-of-type(2) {
    border-right: 1px solid #fff; 
}

td:nth-of-type(2)  {
    border-right: 1px solid #000; 
}

th:nth-of-type(3) {
    border-right: 1px solid #fff; 
}

td:nth-of-type(3)  {
    border-right: 1px solid #000; 
}

th:nth-of-type(4) {
    border-right: 1px solid #fff; 
}

td:nth-of-type(4)  {
    border-right: 1px solid #000; 
}

th:nth-of-type(5) {
    border-right: 1px solid #fff; 
}

td:nth-of-type(5)  {
    border-right: 1px solid #000; 
}

th:nth-of-type(6) {
    border-right: 1px solid #fff; 
}

td:nth-of-type(6)  {
    border-right: 1px solid #000; 
}

th:nth-of-type(7) {
    border-right: 1px solid #fff; 
}

td:nth-of-type(7)  {
    border-right: 1px solid #000; 
}

th:nth-of-type(8) {
    border-right: 1px solid #fff; 
}


/* Righe pari */
tr:nth-of-type(odd) { 
	background: rgba(20,27,77,0.1); 
}

/* Righe pari */
tr:nth-of-type(odd) { 
	background: #fff;
}

/* Righe dispari */
tr:nth-of-type(even) { 
	background: rgba(20, 27, 77,0.05); 
}

.testoPiccolo {
    margin-bottom: 40px;
}

#contenuto p.testoPiccolo {
    font-size: 15px;
}

.bold {
    font-weight: 700;
}

.blu {
    color: #003594;
    text-transform: uppercase;
}

.giallo {
    color: #fff01e;
}

.rosso {
    color: #c73701;
}

.piccolo {
    font-size: 12px;
}

#contenuto p.noMargin {
    padding-bottom: 10px;
}


/*ACCORDION*/
#accordion h2 {
    font-size: 20px;
    padding-bottom: 10px;
}

#accordion h3 {
    font-size: 20px;
    font-weight: 600;
}

#accordion h3:nth-of-type(2) {
    margin-top: 50px;    
}

#accordion ul li {
    padding-bottom: 7px;
}

#accordion ul li a {
    color: #333;
}

#accordion ul li a:hover {
    color: #1e9cd8;
}

.ui-accordion .ui-accordion-header {
    color: #fff;
    background-color: #333;
    border: 2px solid #333;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
}

.ui-accordion-header:hover {
    background-color: #fff;
    border: 2px solid #333;
    color: #333;
}

.fa-caret-right {
    margin-right: 8px;
}

.disableScroll { 
    overflow: hidden;
}

#scarica {
    /*padding: 1em 0 3em 0;*/
    text-align: center;
}

#scarica a {
    /*margin: 0 1.5em 0.5em;*/
    display: inline-block;
    width: 170px;
}

.scaricaSito {
    border: 1px solid #fff01e;
    background-color: #fff01e;
    padding: 9px 20px;
    margin-right: 0;
    color: #303591;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    transition: 0.6s;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 5px 31px -8px #000000;
    -moz-box-shadow: 0px 5px 31px -8px #000000;
    -o-box-shadow: 0px 5px 31px -8px #000000;
    box-shadow: 0px 5px 31px -8px #000000;
}

.scaricaSito:hover {
    border: solid 0.125em #003594;
    color: #fff01e;
    background: #003594;;
}

.scaricaBis {
    background: #fff;
    padding: 0.4em 0.8em;
    border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    border: solid 0.125em #003594;
    transition: 0.6s;
    color: #003594;;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase; 
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    font-size: 1em;
	display: inline-block;
	margin: 7px 12px;
}

.scaricaBis:hover {
    border: solid 0.125em #003594;
    color: #fff;
    background: #003594;;
}


#tornasu {
    position:fixed;
    width: 45px;
    height: 45px;
    border-radius: 15%;
    background-color: rgba(0, 0, 0, 0.7);
    bottom:30px; 
    right:60px;
    display:none;
    z-index: 999;
}

.fa-arrow-up {
    position: absolute;
    top: 7px;
    left: 7px;
    color: rgba(111, 111, 111, 0.7);
}

.fa-arrow-up:hover {
    color: rgba(170, 170, 170, 0.7);
}


/*COMING SOON*/
.comingSoon h3 {
    text-align: center;
    padding: 250px 0 250px;
    color: #006d00;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    font-size: 3.5em;
}

#spazio {
    height: 40px;
}

.elencoPromozione li {
    padding-bottom: 0.5em;
}

.elencoPromozione li:first-child {
    padding-top: 0.5em;
}


/*Banner Cookie*/

.disclaimerCookie {
    position: fixed;
    bottom: 0;
    left: 0;
    max-height: 0;
    transition: all 0.5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    z-index: 1000;
}
				
.disclaimerCookie a {
    text-decoration: none;
    cursor: pointer;
    color: #fff01e;
}

.disclaimerCookie a:hover {
    color: #fff;
}

.disclaimerCookieText {
    margin: 15px auto;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    padding: 5px 15px;
}		
				
.disclaimerCookie.on {
    max-height: 200px; 
    transition: all 0.5s ease-in-out;
	display: none;
}

a.cookieButton {
    display: block;
    position: relative;
    margin: 10px auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    text-align: center;		
    background-color: #fff01e;
    border: 1px solid #fff01e;
    cursor: pointer;
    font-size: 13px;
    width: 130px;
    cursor:pointer;
    color: #000;
    font-weight: 500;
    padding: 3px;
}

a.cookieButton:hover {
	background-color: transparent;
    border: 1px solid #fff01e;
}

/*Fine Cookie*/