﻿@charset "utf-8";
/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    font-family: 'Arial', sans-serif;
    
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline:none;
}
/**** SCHEMA COLORI ****/
:root {
    --pcolorlanding: #1d46f5;
    --pcolor1: #1a81c6;
    --bgcolor1: #1a81c6;
    --bgcolor2: rgba(247,247,247,1);
    --bgcolor3: #1a81c6;
    --bgcolor2bis: #fff;
    --font-family: 'Arial', sans-serif;
}
.gradlanding {
    background: #1d46f5;
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-60deg, #0985f9 0%, #6809dc 85%);
}
.gradlanding2 {
    background: #d3357a;
    background: -webkit-gradient(linear, right top, left top, from(#d3357a), to(#940273));
    background: linear-gradient(0deg, #d3357a 0%, #940273 85%);
   
}
.gradlandingtext2 {
    background: -webkit-gradient(linear, right top, left top, from(#d3357a), to(#940273));
    background: linear-gradient(0deg, #d3357a 0%, #940273 85%);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.linkcolor1 {
    color:#940273;
}
.gradlandingcover2 {
    background: #d3357a;
    background: -webkit-gradient(linear, right top, left top, from(#940273), to(#d3357a));
    background: linear-gradient(-60deg, #940273 0%, #d3357a 85%);
    opacity: 0.86;
}
.bgface {
     background-image:url(/img_sito/homebg-face.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:right;
}
.gradfooter {
    background: #130129;
    background: -webkit-gradient(linear, right top, left top, from(#030e31), to(#130129));
    background: linear-gradient(-70deg, #030e31 0%, #130129 85%);
}
.gradlandingcover {
    background: #1d46f5;
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient( -70deg, #0985f9 0%, #6809dc 100%);
    opacity:0.76;
}
.gradvantaggi {
    background: #3ab929;
    background: -webkit-gradient(linear, right top, left top, from(#3ab929), to(#128a0a));
    background: linear-gradient( -45deg, #3ab929 0%, #128a0a 85%);
}
.gradvantaggitext {
    color: #1d46f5;
}
.gradlandingtext {
    background: -webkit-gradient(linear, right top, left top, from(#d3357a), to(#6809dc));
    background: linear-gradient(-60deg, #d3357a 0%, #6809dc 85%);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.grad1 {
    background: linear-gradient(-45deg, #001f3e, #004080, #001f3e,#004080);
    background-size: 400% 400%;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}
.divbutton1.grad1:hover {
    background: linear-gradient(-45deg, #001f3e, #004080,#004080);
    background-size: 400% 400%;
}
.divbutton1.grad1:active {
    background: linear-gradient(-45deg, #001f3e, #004080,#004080);
    background-size: 400% 400%;
}
.grad1text {
    background: linear-gradient(-45deg, #004080, #001f3e, #004080, #001f3e);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.grad2 {
    background: linear-gradient(-45deg, #684a07, #f3b21c, #684a07,#f3b21c);
    background-size: 400% 400%;
}
.grad2bis {
    background: linear-gradient(0, #f3b21c, #f3b21c, #f3b21c,#f3b21c);
    background-size: 400% 400%;
}
.gradwhite {
    background: linear-gradient(0, #ffffff, #f5f5f5, #ffffff,#f5f5f5);
    background-size: 400% 400%;
}
.divbutton2small.grad2bis:hover {
    background: linear-gradient(-45deg, #f3b21c, #f3b21c, #f3b21c,#f3b21c);
}
.divbutton2small.grad2bis:active {
    background: linear-gradient(-45deg, #f3b21c, #f3b21c, #f3b21c,#f3b21c);
}
#container .divbutton1.grad2bis:hover {
    background: linear-gradient(-45deg, #e1a51a, #e1a51a, #e1a51a,#e1a51a);
}

#container .divbutton1.grad2bis:active {
    background: linear-gradient(-45deg, #e1a51a, #e1a51a, #e1a51a,#e1a51a);
}
.grad2text {
    background: linear-gradient(-45deg, #ae7a03, #f3b21c, #ae7a03,#f3b21c);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.grad3 {
    background: linear-gradient(-45deg, #0d4f06, #2cb71d, #0d4f06,#2cb71d);
    background-size: 400% 400%;
}
.grad3bg {
    background: linear-gradient(45deg, #2cb71d, #0d4f06, #2cb71d, #0d4f06);
    background-size: 400% 400%;
}
.grad3bgbis {
    background-color: #149825;
    background: linear-gradient(180deg, #0fbd11, #01772d, #0fbd11, #01772d);
    background-size: 400% 400%;
}
.grad3bgbis2 {
    background-color:#dd771e;
}
.grad3text {
    background: linear-gradient(-45deg, #2a9822, #21c814, #2a9822,#21c814);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.grad4 {
    background: linear-gradient(-45deg, #024070, #348cd0, #024070,#348cd0);
    background-size: 400% 400%;
}
.grad4text {
    background: linear-gradient(-45deg, #077d28, #23bc4e, #077d28,#23bc4e);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.grad5 {
    background: linear-gradient(-45deg, #651304, #c43f26, #651304,#c43f26);
    background-size: 400% 400%;
}
.grad5text {
    background: linear-gradient(-45deg, #651304, #c43f26, #651304,#c43f26);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.grad1animated {
    background: linear-gradient(-45deg, #004080, #001f3e, #004080, #001f3e);
    background-size: 400% 400%;
    animation: gradient 25s ease infinite;
}
.bgwhite {
    background-color: #fff;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
/*******  CLASSI *******/
.boxalert1 {
    width: 98%;
    margin: 1%;
    background-color: #ffffff;
    padding: 18px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #bbb;
}
.boxalert2 {
    width: 98%;
    margin: 1%;
    background-color: #ffffff;
    padding: 18px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #006a98;
}
.spanbg1 {
    background-color: #edf9ff;
    padding: 12px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color:#006a98;
}
.pcolor6 {
    color: #006a98;
}
.movespin {
    -webkit-animation: spin 1.4s infinite linear;
    animation: spin 1.4s infinite linear;
    display: inline-block;
}
.barrato {
    text-decoration:line-through;
}
.shadow1 {
    -webkit-box-shadow: 0 0 15px #ddd;
    box-shadow: 0 0 15px #ddd;
}
sup {
    vertical-align: super;
}
sup, sub {
    font-size: 60%;
}
#container .capo {
    font-size:34px;
    font-weight:bold;
}
.imgtop {
    width:100%;
    max-width:600px;
    margin-top:30px;
    margin-bottom:30px;
}
.italic {
    font-style:italic;
}
.hidden {
    display:none;
}
.pavviso {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    color: #d11e4b;
}
.black {
    color: #111;
}
.grigio {
    color: #ccc;
}
.azzurro {
    color: #8db9e5;
}
.rosa {
    color: #e996c7;
}
.yellow {
    color: #f58111;
}
.green {
    color:#2a9822;
}
.green2 {
    color: #22d718;
}
.green3 {
    color: #43bf39;
}
.blue {
    color: #1493f2;
}
.red {
    color: #DF2935;
}
.bgred {
    background-color: #DF2935;
}
.bgyellow {
    background-color: #fcf9de;
}
.bggreen {
    background-color: #0AAE0D;
}
.redlancio {
    color: #f50e30;
    font-weight:bold;
}
.bt1 {
    border-top:1px solid #ccc;
}
.bb1 {
    border-bottom: 1px solid #ccc;
}
.bl1 {
    border-left: 1px solid #ccc;
}
.bshadow1 {
    -webkit-box-shadow: 0 8px 35px #bbb;
    box-shadow: 0 8px 35px #bbb;
}
#container .hr1 {
    width:100%;
    height:1px;
    background-color:#ccc;
    border:none;
}
#container .hr2 {
    width: 50px;
    height: 5px;
    background-color: #d3357a;
    border: none;
    float: none;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
#container .hr3 {
    width: 50px;
    height: 5px;
    background-color: #fff;
    border: none;
    float: none;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
#container .bglink1:hover {
    background-color: #098cc6;
    border-color: #098cc6;
}

#container .bglink1:active {
    background-color: #098cc6;
    border-color: #098cc6;
}
#container .bglink1 {
    background-color: #1a81c6;
    color: #fff;
    padding: 10px;
    padding-left: 18px;
    padding-right: 18px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: var(--font-family);
    -webkit-border-radius: 13px;
    border-radius: 13px;
}
    #container .bglink1 span {
        color: #fff;
        font-family: var(--font-family);
    }
#tornasu:active p {
    margin-top:3px;
}
#tornasu:hover p {
    margin-top: 3px;
}
#tornasu p {
    text-align: center;
    margin: 0;
    margin-top: 7px;
    font-size: 32px;
    font-weight: bold;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    color:#047ab8;
}
#tornasu:hover {
    background-color: #098cc6;
}
#tornasu:active {
    background-color: #098cc6;
}
    #tornasu {
    position: fixed;
    width: 60px;
    height: 50px;
    right: 20px;
    bottom:0px;
    background-color: transparent;
    border:4px solid #047ab8;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
}
div 
{
    position:relative;
    float:left;
    background-color:transparent;
	color: #000;
	line-height:25px;
	font-size:16px;
}
.mano {
cursor:pointer;
}
.mano2 {
    cursor: grab;
}
.space 
{
    position:relative;
    float:left;
    width:100%; 
}
.puro 
{
    text-decoration:none;
}
.scrollx {
overflow-x:auto;
}
.underline 
{
    text-decoration:underline;
}

.textcenter h1
{
    text-align:center;
    margin:0px;
}
.textcenter h2
{
    text-align:center;
    margin:0px;
}
.textcenter h3
{
    text-align:center;
    margin:0px;
}
.textcenter h4
{
    text-align:center;
    margin:0px;
}
.textcenter h5
{
    text-align:center;
    margin:0px;
}
.textcenter h6
{
    text-align:center;
    margin:0px;
}
.textcenter p 
{
    text-align:center;
    margin:0px;
}
.textcenter
{
    text-align:center;
    margin:0px;
}
    .textright p {
        text-align: right;
        margin: 0px;
    }

.textright {
    text-align: left;
    margin: 0px;
}
.textleft p {
    text-align: left;
    margin: 0px;
}

.textleft {
    text-align: right;
    margin: 0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.awhite {
   color:#fff;
   text-decoration:none;
}
a:hover {
    color: var(--pcolorlanding);
}
a {
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font-weight: normal;
    color: #000;
}
p {
    margin: 0;
    margin-top:15px;
    color: #000;
    font-size: 15px;
    line-height: 27px;
    text-align: left;
    font-family: var(--font-family);
}
h1 {
    text-align: left;
    margin: 0px;
    font-size: 62px;
    line-height: 72px;
    text-transform: none;
    font-family: var(--font-family);
    font-weight: bold;
    color: #000;
}
h2 {
    margin: 0px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0px;
    font-size: 34px;
    line-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 900;
    font-family: var(--font-family);
    color: #000;
}
h3 {
    margin: 0px;
    text-align: left;
    letter-spacing: 0px;
    font-size: 34px;
    line-height: 42px;
    font-weight: normal;
    color: #000;
}

h4 {
    margin: 0px;
    text-align: left;
    letter-spacing: 0px;
    font-size: 27px;
    line-height: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom:15px;
}
h5 {
    margin: 0px;
    text-align: left;
    letter-spacing: 0px;
    font-size: 17px;
    line-height: 26px;
    font-weight: normal;
    color: #000;
}
h6 {
    margin: 0px;
    text-align: left;
    letter-spacing: 0px;
    font-size: 34px;
    line-height: 42px;
    font-weight: normal;
    color: #000;
}
#container .littlep0 {
    font-size: 15px;
    line-height: 23px;
}
#container .littlep2 {
 font-size:14px;
 line-height:18px;
}
#container .littlep3 {
    font-size: 13px;
    line-height:18px;
}
#container .littlep4 {
    font-size: 24px;
    line-height: 24px;
    margin-top:30px;
}
#container .littlep5 {
    font-size: 13px;
    line-height: 18px;
}
#container .littlep66 {
    font-size: 12px;
    line-height: 16px;
}
#container .littlep77 {
    font-size: 11px;
    line-height: 14px;
}
.littlep {
 font-size:14px;
 line-height:22px;
}
.gigaprezzo3
{
    font-size:18px;
    line-height:24px;
}
.gigaprezzo2
{
    font-size:38px;
}
.gigaprezzo1
{
    font-size:28px;
    line-height:30px;
}
.giga6
{
    font-size:22px;
}
.giga5
{
    font-size:56px;
}
.giga4
{
    font-size:26px;
}
.giga3
{
    font-size:19px;
}
.giga2
{
    font-size:46px;
}
.giga1
{
    font-size:110px;
    line-height:110px;
}
.giga1bis {
    font-size: 70px;
    line-height: 70px;
}
.div25
{
    position:relative;
    float:left;
    width:24%;
    margin-left:0%;
    min-height:10px;
    margin-top:0px;
}
.div33
{
    position:relative;
    float:left;
    width:33%;
    margin-left:0%;
    min-height:10px;
    margin-top:0px;
}
.div50 
{
    position:relative;
    float:left;
    width:50%;
    margin-left:0%;
    min-height:10px;
    margin-top:0px;
}
.uppercase 
{
    text-transform:uppercase;
}
.white2 
{
    color:#aaa;
}
.white3
{
    color:#eee;
}
.white4
{
    color:#96c7ff;
}
.white 
{
    color:#fff;
}
.whitelink:hover 
{
  color:#eee;
}
.whitelink 
{
  color:#fff;
  cursor:pointer;
}
.right 
{
    float:right;
}
.left 
{
    float:left;
}


/******  BUTTON **********/
#container .divbutton1b {
    width: auto;
    padding: 20px;
    overflow: hidden;
    text-decoration: none;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all ease 0.15s;
    transition: all ease 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0.1, 1);
    transition-timing-function: cubic-bezier(0.15, 0, 0.1, 1);
    -webkit-box-shadow: 0 0 7px #aaa;
    box-shadow: 0 0 7px #aaa;
}

    #container .divbutton1b h5 {
        padding: 0;
        text-align: center;
        margin-top: 2px;
        font-size: 25px;
        text-transform: uppercase;
        font-family: var(--font-family);
        font-weight: bold;       
        color: #fff;
    }
    #container .divbutton1b:hover {
        -webkit-box-shadow: 0 0 5px #888;
        box-shadow: 0 0 5px #888;
    }
    #container .divbutton1b:active {
        -webkit-box-shadow: 0 0 5px #888;
        box-shadow: 0 0 5px #888;
    }
    #container .divbutton1b:hover h5 {
        color: #fff;
    }
    #container .divbutton1b:active h5 {
        color: #fff;
    }

#container .divbutton1 {
    width: auto;
    padding-left: 29px;
    padding-right: 29px;
    height: 60px;
    overflow: hidden;
    text-decoration: none;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    -webkit-transition: all ease 0.20s;
    transition: all ease 0.20s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-box-shadow: 0 2px 4px #888;
    box-shadow: 0 2px 4px #888;
}
    #container .divbutton1:active {
        -webkit-box-shadow: 0 1px 2px #888;
        box-shadow: 0 1px 2px #888;
    }
    #container .divbutton1:hover {
        -webkit-box-shadow: 0 1px 2px #888;
        box-shadow: 0 1px 2px #888;
    }
    #container .divbutton1 h5 {
        padding: 0;
        text-align: center;
        margin-top: -31px;
        font-size: 23px;
        text-transform: uppercase;
        color: #111;
        font-family: var(--font-family);
        font-weight: bold;
        -webkit-transition: all ease 0.25s;
        transition: all ease 0.25s;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
        transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    }

    #container .divbutton1 h6 {
        padding: 0;
        text-align: center;
        margin-top: 23px;
        font-size: 23px;
        text-transform: uppercase;
        color: #111;
        font-family: var(--font-family);
        font-weight: bold;
        -webkit-transition: all ease 0.25s;
        transition: all ease 0.25s;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
        transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    }

    #container .divbutton1:hover h5 {
        margin-top: 19px;
        color: #111;
    }

#container .divbutton1:hover h6 {
    color:  transparent;
}

    #container .divbutton1:active h5 {
        margin-top: 19px;
        color: #111;
    }

    #container .divbutton1:active h6 {
        color: transparent;
    }

#container .divbutton2small {
    width: auto;
    padding-left: 26px;
    padding-right: 26px;
    height: 42px;
    overflow: hidden;
    text-decoration: none;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: var(--color-background);
    -webkit-transition: all ease 0.20s;
    transition: all ease 0.20s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
   
}
    #container .divbutton2small.grad1:hover {
        background: linear-gradient(-45deg, #001f3e, #004080,#004080);
        background-size: 400% 400%;
    }

    #container .divbutton2small.grad1:active {
        background: linear-gradient(-45deg, #001f3e, #004080,#004080);
        background-size: 400% 400%;
    }
    #container .divbutton2small .sp1 {
        display:none;
    }
    #container .divbutton2small .sp2 {
        display:  block;
    }
    #container .divbutton2small p {
        text-align: center;
        margin-top: -36px;
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        font-family: var(--font-family);
        font-weight: bold;
        -webkit-transition: all ease 0.25s;
        transition: all ease 0.25s;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
        transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    }
   
    #container .divbutton2small p i {
        margin-left: -3px;
    }
    #container .divbutton2small h3 {
        text-align: center;
        margin-top: 11px;
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        font-family: var(--font-family);
        font-weight: bold;
        -webkit-transition: all ease 0.25s;
        transition: all ease 0.25s;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
        transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    }
    
        #container .divbutton2small h3 i {
            margin-left: -3px;
        }
#container .divbutton2small:hover p {
    margin-top: 6px;
    color: #fcfcfc;
}

#container .divbutton2small:hover h3 {
    color: #0067da;
}

#container .divbutton2small:active p {
    margin-top: 5px;
    color: #fcfcfc;
}

#container .divbutton2small:active h3 {
    color: var(--color-text1);
}


/******  INPUT **********/

/* Create a custom radio button */
/* The container */
.rbcontainer .rbtext {
    
    position: relative;
    top:-19px;
    color:#010314;
    font-size:18px;
   
}
.rbcontainer .rbtext2 {
    
    position: relative;
    top:2px;
    color:#010314;
    font-size:15px;
   
}
.rbcontainer {
    display: block;
    position: relative;
    padding-left: 32px;
    padding-top:0px;
    margin-bottom: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.rbcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radiobutton1 {
   
    position: absolute;
    float:none;
    top: 0;
    left: 0px;
    height: 23px;
    width: 23px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rbcontainer:hover input ~ .radiobutton1 {
    background-color: #eee;
}

/* When the radio button is checked, add a blue background */
.rbcontainer input:checked ~ .radiobutton1 {
    background-color: #1b80d9;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobutton1:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rbcontainer input:checked ~ .radiobutton1:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rbcontainer .radiobutton1:after {
 	top: 8px;
	left: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}
.textcerca:focus 
{
  
}
.textcerca:hover
{
 
}
.textcerca
{
width:94%;
    height:40px;
    border:none;
 background-color: transparent;
    padding-left:0px;
    padding-top:6px;
    padding-bottom:4px;
    font-size:17px;
    text-align: left;
	 font-weight:normal;
	 line-height:21px;
    color:#555;
    -webkit-transition: all ease-out 0.1s;
	 -o-transition: all ease-out 0.1s;
	 -moz-transition: all ease-out 0.1s;
	 -ms-transition: all ease-out 0.1s;
	 transition: all ease-out 0.1s;
    outline:none;  
    margin-left:15px;
	
}
.text2:focus 
{
border-bottom:1px solid #0067da;    
}
.text2:hover
{
  border-bottom:1px solid #0067da; 
}
.text2
{
    height:40px;
    border:none;
    width:97%;
    border-bottom:1px solid #666;
    background-color: transparent;
    padding-left:0px;
    padding-top:3px;
    padding-bottom:4px;
    font-size:16px;
    text-align: left;
	 font-weight:normal;
	 line-height:21px;
    color:#777;
    -webkit-transition: all ease-out 0.1s;
	 -o-transition: all ease-out 0.1s;
	 -moz-transition: all ease-out 0.1s;
	 -ms-transition: all ease-out 0.1s;
	 transition: all ease-out 0.1s;
    outline:none;  
	
}

.text1 {
    height: 44px;
    border: 1px solid #000;
    background-color: #fff;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    line-height: 21px;
    -webkit-transition: all ease 0.05s;
    transition: all ease 0.05s;
    outline: none;
    font-family: var(--font-family);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
    .text1:focus {
        border: 1px solid #0072a4;
        -webkit-box-shadow: 0 0 4px #098cc6;
        box-shadow: 0 0 4px #098cc6;
        background-color:#fffee4;
    }

    .text1:hover {
        border: 1px solid #098cc6;
    }

    .text1:active {
        border: 1px solid #098cc6;
    }

textarea {
    height: 56px;
    border: 2px solid #1d46f5;
    background-color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 11px;
    padding-bottom: 4px;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    line-height: 21px;
    color: var(--color-text1);
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    outline: none;
    font-family: var(--font-family);
}
    textarea:focus {
        border: 2px solid #098cc6;
    }

    textarea:hover {
        border: 2px solid #098cc6;
    }

    textarea:active {
        border: 2px solid #098cc6;
    }
.textDrop1:hover 
{
    
}
.textDrop1:focus 
{
   
}
.textDrop1 {
    min-height: 40px;
    border: none;
    border-bottom: 1px solid #1d46f5;
    background-color: #fff;
    padding-left: 5px;
    padding-top: 11px;
    padding-bottom: 13px;
    font-size: 17px;
    text-align: left;
    font-weight: normal;
    line-height: 21px;
    color: #190c08;
    -webkit-transition: all ease-out 0.1s;
    -o-transition: all ease-out 0.1s;
    -moz-transition: all ease-out 0.1s;
    -ms-transition: all ease-out 0.1s;
    transition: all ease-out 0.1s;
    outline: none;
}
.fixed 
{
    position:fixed;
    top:0; 
    left:0;
}
input[type=checkbox] {
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    background-image: url(/svg/check-1.svg);
    background-size: 35px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: background ease 0.11s;
    transition: background ease 0.11s;
    outline: none;
}
    input[type=checkbox]:checked {
        background-image: url(/svg/check-2.svg);
        -webkit-animation-duration: 0.11s;
        animation-duration: 0.11s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        visibility: visible !important outline: none;
    }
input[type=checkbox]:hover:checked{background-image:url(/svg/check-2.svg)}
.textcheck1 {
    top:22px;
    left: 54px;
    position: absolute;
    font-size:15px;
    line-height:21px;
    color:#eee;
}
.space,.spaceP,.spacescroll,div{position:relative}
.spacecheck {
    width: 100%;
    margin-top: 10px
}
/*******  SCROLLBAR *******/
::-webkit-scrollbar {  
    width: 16px;  
}  
::-webkit-scrollbar-track {  
    background-color: #eee;  
}  
::-webkit-scrollbar-thumb {  
    background-color: #ccc;  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}
/*******  PAGER *******/
.pager:hover 
{
    background-color: #eee;
    border:1px solid #eee;
    color:#232323;
}
.pager {
    background-color: #f5f5f5;
    padding: 12px 19px 12px 19px;
    text-decoration: none;
    color: #232323;
    font-family: var(--font-family);
    font-size: 18px;
    border: 1px solid #f5f5f5;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
}
.current {
    background-color: #1a81c6;
    padding: 14px 21px 14px 21px;
    text-decoration: none;
    color: #fff;
    font-family: var(--font-family);
    font-size: 18px;
    border: 2px solid #1a81c6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
}

/*******  MARGINI E PAGGING *******/
.mr-5 {
   margin-right:5px;
}
.mr-10 {
   margin-right:10px;
}
.mr-15 {
   margin-right:15px;
}
.mr-20 {
   margin-right:20px;
}
.mr-25 {
   margin-right:25px;
}
.mr-30 {
   margin-right:30px;
}
.mr-35 {
   margin-right:35px;
}
.mr-40 {
   margin-right:40px;
}
.mr-45 {
   margin-right:45px;
}
.mr-50 {
   margin-right:50px;
}
.mr-55 {
   margin-right:55px;
}
.mr-60 {
   margin-right:60px;
}
.mr-70 {
   margin-right:70px;
}
.mr-80 {
   margin-right:80px;
}
.ml--10 
{
    margin-left:-10px;
}
.ml-0 
{
    margin-left:0px;
}
.ml-5 {
   margin-left:5px;
}
.ml-10 {
   margin-left:10px;
}
.ml-15 {
   margin-left:15px;
}
.ml-20 {
   margin-left:20px;
}
.ml-25 {
   margin-left:25px;
}
.ml-30 {
   margin-left:30px;
}
.ml-35 {
   margin-left:35px;
}
.ml-40 {
   margin-left:40px;
}
.ml-45 {
   margin-left:45px;
}
.ml-50 {
   margin-left:50px;
}
.ml-55 {
   margin-left:55px;
}
.ml-60 {
   margin-left:60px;
}
.ml-70 {
   margin-left:70px;
}
.ml-80 {
   margin-left:80px;
}
.mt-5 {
   margin-top:5px;
}
.mt-10 {
   margin-top:10px;
}
.mt-15 {
   margin-top:15px;
}
.mt-20 {
   margin-top:20px;
}
.mt-25 {
   margin-top:25px;
}
.mt-30 {
   margin-top:30px;
}
.mt-35 {
   margin-top:35px;
}
.mt-40 {
   margin-top:40px;
}
.mt-45 {
   margin-top:45px;
}
.mt-50 {
   margin-top:50px;
}
.mt-55 {
   margin-top:55px;
}
.mt-60 {
   margin-top:60px;
}
.mt-70 {
   margin-top:70px;
}
.mt-80 {
   margin-top:80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-140 {
    margin-top: 140px;
}
.pad180 {
    padding-top: 180px;
    padding-bottom: 180px;
}
.pad10
{
    padding-top:100px;
    padding-bottom:100px;
}
.pad9
{
    padding-top:90px;
    padding-bottom:90px;
}
.pad8
{
    padding-top:80px;
    padding-bottom:80px;
}
.pad7
{
    padding-top:70px;
    padding-bottom:70px;
}
.pad6
{
    padding-top:60px;
    padding-bottom:60px;
}
.pad5
{
    padding-top:50px;
    padding-bottom:50px;
}
.pad4
{
    padding-top:40px;
    padding-bottom:40px;
}
.pad3
{
    padding-top:30px;
    padding-bottom:30px;
}
.pad2
{
    padding-top:20px;
    padding-bottom:20px;
}
.pad1 
{
    padding-top:10px;
    padding-bottom:10px;
}
.mup-1 {
margin-top:-300px;
}
.mp-1 span {
left:45%;
}
.mp-2 span {
left:41%;
}


/****progress ****/
.modal {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.77);
}

.center {
    z-index: 1000;
    margin: 22% auto;
    float: none;
    padding: 10px;
    width: 75px;
    background-color: transparent;
}

.center2 {
    z-index: 1000;
    margin: 24% auto;
    float: none;
    width: 240px;
    height: 8px;
    overflow: hidden;
    background-color: transparent;
}

.center img {
    width: 65px;
}
.center3
{
background-color:#fff;
height:8px;
margin-left:0;
}
.move1{
	animation-name: move1;
	-webkit-animation-name: move1;	

	animation-duration:4.5s;	
	-webkit-animation-duration:4.5s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
    
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;

	visibility: visible !important;	
}

@keyframes move1 {
	0% {
    width:0;
    margin-left:0; 
	}
    40% {
    width:100%;
    margin-left:100%;
	}
    50% {
    width:100%;
    margin-left:100%;
	}
    60% {
    width:100%;
    margin-left:100%;
	}
    60% {
    width:100%;
    margin-left:100%;
	}
    80% {
   
    width:0;
    margin-left:0;
	}
    90% {
    width:0;
    margin-left:0;
	}
    100% {
    width:0;
    margin-left:0;
	}
}

@-webkit-keyframes move1 {
	0% {
    width:0;
    margin-left:0; 
	}
    40% {
    width:100%;
    margin-left:100%;
	}
    50% {
    width:100%;
    margin-left:100%;
	}
    60% {
    width:100%;
    margin-left:100%;
	}
    60% {
    width:100%;
    margin-left:100%;
	}
    80% {
   
    width:0;
    margin-left:0;
	}
    90% {
    width:0;
    margin-left:0;
	}
    100% {
    width:0;
    margin-left:0;
	}	
}
@-ms-keyframes move1 {
	0% {
    width:0;
    margin-left:0; 
	}
    40% {
    width:100%;
    margin-left:100%;
	}
    50% {
    width:100%;
    margin-left:100%;
	}
    60% {
    width:100%;
    margin-left:100%;
	}
    60% {
    width:100%;
    margin-left:100%;
	}
    80% {
   
    width:0;
    margin-left:0;
	}
    90% {
    width:0;
    margin-left:0;
	}
    100% {
    width:0;
    margin-left:0;
	}		
}

/**** stili testo ****/

.pcolor1 {
    color: var(--pcolor1);
}
.bgcolor1 {
    background-color: var(--bgcolor1);
}
.bgcolor2 {
    background-color: var(--bgcolor2);
}
.bgcolor5 {
    background-color: #1F2421;
}
#container .bgcolor5 h3 {
    color:#fff;
    font-weight:normal;
    margin-bottom:10px;
}
.bgcolor3 {
    background-color: var(--bgcolor3);
}
.bgcolor4 {
    background-color: #f2fbff;
}
.bgcolor6 {
    background-color: #FFE8D1;
}
.bgcolor7 {
    background-color:#d3357a;
}
.bgcolor7bis {
    background-color: #fff3f8;
}

.bgcolor2bis {
    background-color: var(--bgcolor2bis);
}
.bgblack {
    background-color: #111;
}
.pcolor2 {
    color: #bb3d24;
}
.pcolor3 {
    color: #ae0909;
}
.ul2 li {
   font-size:18px;
   line-height:37px;
   color:#222;
   margin-left:0px;
   margin-top:20px;
   font-family: 'Nunito Sans', sans-serif;
   font-weight:400;
   border-bottom:1px solid #3C4152;
   padding-bottom:20px;
}
.ul2 {
   width:100%;
   float:left;
   margin:0px;
   padding:0px;
   padding-bottom:10px;
   padding-top:0px;
   list-style-type:none;
}
ul li {
   font-size:16px;
   line-height:1.8;
   margin-left:35px;
   margin-top:6px;
   font-weight:400;
}
img {
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
ul {
   width:100%;
   float:left;
   margin:0px;
   padding:0px;
   list-style-type: disc;
}
.bold {
    font-family: var(--font-family);
    font-weight: 600;
}
strong {
    font-family: var(--font-family);
    font-weight: 600;
}
b {
    font-family: var(--font-family);
    font-weight: 600;
    color: #000;
}
i 
{
    font-style:italic;
}
em 
{
 font-style:italic;
}
.divcenter {
    width: 100%;
    display: flex;
    justify-content: center;
}
