/*http://www.responsivegridsystem.com/calculator/*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@500;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;800&display=swap');
@import url('balloon.min.css?i=4');
@import url('jquery-confirm.css');
@import url('hamburgers.css');

:root {
  --body-fonts: 'Inter', serif;
  --body-fonts-2: 'Playfair Display', serif;
  --body-fonts-3: 'Kaisei Tokumin', serif;
  
  --white-color: #FFFFFF;
  --green-color: #005c2e;
  --green-color-2: #122d64;
  --green-color-3: #73ba64;
  --green-color-4: #002208;
  --yellow-color: #ebcd46;
}
html.dark body { background:var(--blue-color-3); color:var(--text-dark-color); }
html.dark body { --economia-bgcolor:var(--blue-color-3); --news-bgcolor:var(--blue-color-3); --cultura-bgcolor:var(--blue-color-3); --editoriali-bgcolor:var(--blue-color-3); --territorio-bgcolor:var(--blue-color-3); --sport-bgcolor:var(--blue-color-3); }
html.dark label { color:var(--yellow-color); }
html.dark #main .bg { background: var(--blue-color); }
html.dark #main .text a { color: var(--blue-color-4); }
html.dark h3.section { color:var(--text-dark-color); }
html.dark header .logo { text-align:center; }
html.dark .preview .container { color: var(--blue-color-4); }
html.dark .section_16 h3.cat a { color: var(--editoriali-color-dark);}
html.dark .section_16 .color, html.dark .section_16 .color a, html.dark .section_16 .linkColor a { color: var(--editoriali-color-dark); }
html.dark .strip_16 h2.section, html.dark .strip_16 h2.section a { color: var(--editoriali-color-dark); }
html.dark h2.section { color:var(--white-color);}
html.dark .UserLink li a { color:var(--yellow-color); }
html.dark .ArgomentsLink a { color:var(--blue-color-4); }
html.dark .preview a { color:var(--white-color); }
html.dark .scheda h2 { color:var(--white-color); }
html.dark .scheda { color: var(--blue-color-4); }
html.dark .agenda a { color:var(--white-color); }
html.dark .agenda { color: var(--blue-color-4); }
html.dark .stripBorder { background:none; color:var(--white-color); }




* { border:0px; list-style:none; margin:0px; padding:0px;outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { font-size: 100%; height:100%; }
body { overflow-x: hidden; height:100%; background:var(--green-color); margin: 0px; font-family:var(--body-fonts); font-size:16px; color: var(--blue-color); -webkit-text-size-adjust:100%; font-weight:300; line-height:26px; letter-spacing:0.01em; }
a { text-decoration:none; outline:none; color: var(--green-color-3); text-overflow:ellipsis; font-weight:500; }
a:hover { text-decoration:underline; }
a.cat { color:#000; font-weight:bold; }
a.cat:hover { text-decoration:underline; }
a:hover { transition: all 0.9s ease-in-out;  -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease; -o-transition: all 0.9s ease; -ms-transition: all 0.9s ease-in-out; }
b, strong { font-weight:600; }
h1, h2, h3, h4 { line-height:normal; margin:0px; font-family:var(--body-fonts-2); font-weight: 500; }
h1 { font-weight:800; font-size:50px; line-height:50px; margin-bottom:20px; }
h3 { font-size:50px; line-height:50px; font-weight:700; color:var(--green-color-3); margin-bottom:15px; } 
img { display:block; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:1px solid #DDD; }
label { cursor:pointer; margin-bottom:5px; display: inline-block; color:#000; }
input, select, .btn { height:40px; line-height:normal; }
.btn { padding:15px 20px; }

input, select, textarea, button {padding:10px; background:#EEE; line-height: 20px; color:#444; var(--body-fonts); font-size:14px;  border: 1px solid #CCCCCC;  }
select { background: #EEE url("select_arrowdown.gif") no-repeat 97% 50%; }
input:focus, textarea:focus, select:focus { border-color: #004592; }
input.error, textarea.error, select.error, input[type='radio'].error, input[type='checkbox'].error { border-color:#FF0000; color:#FF0000; background:#FFE5E5; } 
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; }
input[type='checkbox'], input[type='radio'] { padding:0; height:25px; width:25px; display:inline-block; margin-right:10px;  border: 2px solid #CCCCCC; border-radius: 3px; box-shadow:none; cursor:pointer; }
input[type='checkbox']:checked, input[type='radio']:checked { background:var(--yellow-color); box-shadow:none;  }
input[type='radio'] { border-radius:100px; }
input[type='radio']:checked + label { font-weight:bold; }
:disabled, :disabled { opacity:0.5; }
:disabled:hover { cursor: not-allowed; }
.placeholder { color: #CCC; line-height:normal; padding:0px; margin:0px; }
form .row { margin-bottom:15px; }
form .row:last-child { margin-bottom:0px; }
form .button { text-align:right; }
form i { margin-left:10px; }
form a { text-decoration:underline; }
option { padding:0 5px; }
input[type='submit'], input[type='button'], input[type='reset'], button { height:40px; font-weight:bold; border:0px; padding: 0 20px; cursor:pointer; display:inline-block; color:#FFF; background:var(--green-color);  text-align:center; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; text-transform:uppercase; }
input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover, button:hover { text-decoration:none; background: #777; color:#FFF; }
input[type='submit'] i, input[type='button'] i, input[type='reset'] i, button i { margin:0px; }
.btn-primary, input.btn-primary { background-color:#007FFF; color:#FFF;  }
.btn i { margin: 0 0 0 10px; }
.btn-show { border:1px solid #CCC; padding: 7px 10px; display:inline-block; margin-top:20px; cursor:pointer; font-weight:bold;  }
.label { font-weight:bold; margin-bottom:5px; }
.normal, a.normal { font-weight:normal; }
p.adv { color:#999; text-align:center; font-size:11px; margin-bottom:5px; }

.warning { color:#FF0000; font-weight:600; background: url('../images/icon_warning.png') no-repeat left top; padding:5px 0 5px 22px; text-transform:uppercase; }
.icon_info { margin-left:10px; cursor:pointer;  font-size:11px; }
.strike { text-decoration: line-through; font-weight:normal; }
.msg_error { color:#FFF; margin-bottom:20px; display:block; color:#FF0000; padding: 5px 10px; border-radius: 5px; font-weight:bold; }
.msg_success { color:#FFF; margin-bottom:20px; display:block; color:#59B200; padding: 5px 10px; border-radius: 5px; font-weight:bold;  }
#result.result-error { background:#FFDADA; color:#68201F; }
#result.result-success { background:#A2E5B5; color:#00664C; }
#result { padding:20px 0; position:relative; }
#result #close { float:right; cursor:pointer; }

p.limit { margin: 10px 0; font-size:11px; }
.icon_en { background: url('../images/icon_en.png') no-repeat 20px 5px; }
.icon_it { background: url('../images/icon_it.png') no-repeat 20px 5px; }
figure { overflow:hidden; position:relative; }
a:hover figure.fade img { opacity:0.5; }
a:hover figure.scale img { filter: none; transform: scale(1.1); }
a.disable { color:#999; }
a.active { color:#59B200; }
.renew a { margin-left:20px; }

ul.list_border li:first-child { border-top:0px; }
ul.list_border li { float:none; border-top:1px solid var(--blue-color); margin:0px; padding: 5px 0; }
ul.list_border li a { display:block; }
ul.list_border li p a { display:inline; }
ul.list_border li span { float:right; }
ul.icon_right li a i { float:right; }
ul.list_number li { list-style:decimal; margin:0 0 20px 20px; }
ul.list_disc li { list-style:disc; margin:0 0 20px 20px; }
ul.list_disc li li { list-style:circle; }
ul.list_icon li { padding-left:50px; position:relative; margin-bottom:20px; }
ul.list_icon li i { position:absolute; top:3px; left:0px; width:20px; text-align: center; font-size:28px; }
li.selected a { opacity:0.5; }
ul.contact li { text-align:right; position:relative; padding-left:100px; }
ul.contact li span { position:absolute; left:0; }
.list-tag { text-transform: capitalize; }
ul li::marker { margin-left:-5px; }
.tool li { float:left; margin:10px 20px 0 0; color:#999;   }

.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; }
.content { max-width:1400px; margin: 0 auto; clear: both; padding:0 20px; position:relative; }
.content-large { max-width:95%; margin: 0 auto; clear: both; padding:0 20px; position:relative; }
.content-small { max-width:800px; margin: 0 auto; clear: both; padding:0 20px; position:relative; }
.content_column_right { max-width:100%; padding: 40px; text-align:left; float:left; }
.content_column_left { max-width:100%; padding: 40px; text-align:left; float:right; }
.align_right { text-align: right; }
.align_center { text-align: center; }
.relative { position:relative; }
.relative img { display:block; }
.hidden { display:none; visibility:hidden; }
.block { display:block; visibility:show;}
.bold { font-weight:600; }
.avatar { width:50px; height:45px; float:left; margin-right:10px; border-radius: 50%; }
.fa { margin-right:5px; }
.fr { float:right; }
.red, .color_2 { color:#D90000; }
.green, .color_1 { color:#59B200;  }
.gray, .gray a { color:#888; }
.gray a:hover { color:#000; }
.black, .black a { color:#000; }
.fixed { position:fixed; }
.hidden { display:none; }
.mt100 { margin-top:100px; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.mt10 { margin-top:10px; }
.mb10 { margin-bottom:10px; }
.pt40 { padding-top:40px; }
.pb40 { padding-bottom:40px; }
.capitalize { text-transform:capitalize; }
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */	height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe {  width: 100%; }
.small { font-size:12px; line-height:normal; color:#777; }
.phone_show { display:none; }

table { border-collapse: collapse; width:100%; }
table, th, td { padding: 5px 0; font-size:14px; position:relative; vertical-align:top; }
table thead td { border-bottom: 1px solid #DDD; padding: 10px 0; font-weight:bold; font-size:11px; }
table tbody td { border-top: 1px solid #DDD;}
table .fa { font-size:15px; }
table.compare td { border-bottom:1px dotted #CCC; padding-left:0; }
table.compare tr:last-child td { border-bottom:0px; }

.column_2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2;}
.column_3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3;}


.tabs { border-top:1px solid #CCC; }
.tabs :hover { transition: none;  -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; }
.tabs a { padding:10px 10px; text-transform:uppercase; display:block; text-align:center; font-size:12px; font-weight: bold; background: #FFF; }
.tabs a.selected { background:#FFF; border-top:2px solid #000; color:#000; margin-top:-1px;  }

.flex { display: flex; align-items: center; justify-content: center; }

header { background:var(--green-color); width:100%; height:65px; font-size:13px; position:fixed; top:0; left:0; right:0;  z-index:200; color:#FFF; }
header .content { padding:0 20px 20px 20px; position:relative; }
header .logo { position:absolute; top:20px; left:20px; }
header .logo img { height:22px; width:auto; }
.hamburger { position:absolute; top:10px; right:10px; }
nav.mobile { display:none; position:fixed; top:65px; left:0; right:0; bottom:0; z-index:999; background:var(--green-color); overflow-y: auto; ™}
/*
header .darkmode ul { background: rgb(251,181,0); background: linear-gradient(90deg, rgba(251,181,0,1) 0%, rgba(18,45,100,1) 100%); font-size:18px; }
header .darkmode li { display:inline-block; margin-right:20px;  }
header .darkmode li:first-child { margin-left:-15px;}
header .darkmode li:last-child { margin-right:0px; }
header .darkmode li i { color:var(--yellow-color); height:25px; width:25px; padding:3px; text-align:center; border-radius:200px; background:#FFF; }
*/


.grid-menu { display:grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr; gap:20px; font-size:13px; line-height:20px; }
.grid-menu li { margin-bottom:10px; }
.grid-menu h3 { margin-bottom:20px; color:var(--green-color); font-size:30px; line-height:30px; } 
.grid-menu a { color:var(--green-color); }
.grid-menu a:hover { color:var(--green-color-3); text-decoration:none; }
nav.mobile .grid-menu { padding: 40px 0; }
nav.mobile .grid-menu a { color:var(--white-color); opacity:0.5; }
nav.mobile .grid-menu a:hover { color:var(--white-color); opacity:1; }
nav.mobile .grid-menu h3 { color:var(--yellow-color); }


footer { padding: 60px 0; background:var(--green-color-4); font-size:13px; line-height:20px; color:var(--green-color); }
footer a { color:var(--green-color); }
footer a:hover {  color:var(--green-color-3); text-decoration:none; }
footer i { font-size:18px; }
footer .list-legal { margin:0 0 0 auto; }
footer .list-legal li { display:inline-block; margin-left:10px; }


.acc-title { position:relative; padding: 5px; padding-left:30px; cursor:pointer; color: var(--green-color-3); font-weight:bold; }
.acc-title i { position:absolute; left:5px; top:10px; } 
.acc-content { padding: 20px 40px; }

#main { margin-top:65px; color:var(--white-color); position:relative; }


.header-section { padding:40px 0;  }
.header-section h1 { font-size:38px; line-height:44px; margin:0 0 10px 0; }
.header-section h2 { font-size:24px; margin:0px; }
.header-section h3 { margin:0px; }
.header-section p { margin-top:20px; }

.cover-section { background:var(--green-color); color:white;  }
.cover-section .container { height:600px; max-width:800px; margin:0 auto; text-align:center; align-content: center; }
.cover-section h1 { font-size:80px; line-height:normal; margin-bottom:40px; }

.item-row { padding:40px 20px 0 20px;  max-width:1400px; margin: 0 auto; }
.item-row:last-child { padding-bottom:60px; }
.item-row h4 { font-size:16px; margin-bottom:20px; font-family: var(--body-fonts); font-weight:800; } 
.legal { font-size:13px; line-height:20px; }

.list-details li { margin: 40px 0; }
.list-details li h3 { color:var(--white-color); }

.cover { position:relative; background-position:center center; background-size:cover; height: -moz-calc(100vh - 100px); height: -webkit-calc(100vh - 100px); height: calc(100vh - 100px); background-repeat:no-repeat; }
.cover .dot { width:480px; height:100%; align-content: center; font-family: var(--body-fonts-2); font-size:18px; font-weight: 600; position:absolute; left:0; right:0; top:160px; bottom:0;  z-index:2; border-radius:2000px; width:500px; height:500px; background:var(--yellow-color); margin:0 auto; mix-blend-mode:hard-light;  }
.cover .container { padding:40px 0 40px 200px;  mix-blend-mode:normal; }
.cover input { border:0; }
.cover .dot li a { color:#000; }
.cover .dot h1 { white-space:nowrap; }

.cover2 .dot h1 { color:#FFF; white-space:nowrap; padding-left:120px; font-size:55px; line-height:50px; margin-bottom:40px; }
.cover2 .dot ul { padding-left:200px; }


.dot1 { position:absolute; left:-250px; bottom:500px; z-index:2; border-radius:2000px; width:500px; height:500px; background:var(--yellow-color); z-index:2; }
.dot2 { position:absolute; right:-250px; bottom:-250px; z-index:2; border-radius:2000px; width:500px; height:500px; background:var(--yellow-color); z-index:2; }

.grid-legal { display: grid; grid-template-columns: 1fr 1fr; gap:20px; }
.grid-legal li { margin-top:10px; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; }
.gap80 { gap:80px; }

.paginations.first { margin-top:-40px; }
.paginations { margin:20px 0 15px 0; font-size:12px; font-family:var(--body-fonts-3); }
.paginations a, .paginations b { padding:3px 7px; display:inline-block; margin-right:2px; }
.paginations .links { text-align:right; }
.paginations .total { padding: 3px 0; }

.grid .span_1_of_2:nth-child(2n+1) { margin-left:0px; }
.grid .span_1_of_3:nth-child(3n+1) { margin-left:0px; }
.grid .span_1_of_4:nth-child(4n+1) { margin-left:0px; }
.grid .span_1_of_5:nth-child(5n+1) { margin-left:0px; }
.grid .span_1_of_6:nth-child(6n+1) { margin-left:0px; }
.grid .item { margin-bottom:1.6%; }
.grid img { display:block; }


.share { margin-top:20px; }
.share li { display:inline-block; font-size:16px; margin-right:10px; }