﻿@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: 'DM Sans', 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 {
    --color-text1: #f04e0e;
    --color-text1-hover: #bf4300;
    --color-text2: #f04e0e;
    --color-background: #f04e0e;
    --color-background-hover: #bf4300;
    --font-family: 'DM Sans', sans-serif;
    --color-background2: #e9ebee;
    --color-background3: #ededed;
    --color-background3bis: #e2e2e2;
    --color-background4: #279AF1;
    --color-text-ok: #2bb421;
    --color-text-err: #f60606;
    --color-text-cont: #279AF1;
    --color-text-cont-hover: #1b87d8;
    --color-tipo1: #f04e0e;
    --color-tipo2: #1768AC;
    --color-tipo2-hover: #004080;
    --color-tipo3: #8504B8;
    --color-tipo4: #B88504;
    --color-tipo5: #04B876;
    --color-tipo6: #2E04B8;
    --color-tipo7: #B80440;
}
.grad1 {
    background: linear-gradient(-45deg, #ca910d, #f3b21c, #ca910d,#f3b21c);
    background-size: 330% 330%;
    -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);
}

.grad1text {
    background: linear-gradient(-45deg, #ca910d, #f3b21c, #ca910d,#f3b21c);
    background-size: 330% 330%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.grad2 {
    background: linear-gradient(-45deg, #1B239D, #232ED1, #1B239D,#232ED1);
    background-size: 330% 330%;
}
.grad2text {
    background: linear-gradient(-45deg, #1B239D, #232ED1, #1B239D,#232ED1);
    background-size: 330% 330%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.grad2bis {
    background: linear-gradient(-45deg, #be8707, #f3b21c, #be8707,#f3b21c);
    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, #f3b21c, #f3b21c, #f3b21c,#f3b21c);
}

#container .divbutton1.grad2bis:active {
    background: linear-gradient(-45deg, #f3b21c, #f3b21c, #f3b21c,#f3b21c);
}

.divbgok {
    background-color: var(--color-text-ok);
}
.grad3 {
    background: linear-gradient(-45deg, #f04e0e, #f04e0e, #f04e0e,#f04e0e);
    background-size: 400% 400%;
}
.grad-tipo2 {
    background: linear-gradient(-45deg, #1768AC, #1768AC, #1768AC,#1768AC);
    background-size: 400% 400%;
}
.grad3text {
    background: linear-gradient(-45deg, #f04e0e, #f04e0e, #f04e0e,#f04e0e);
    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;
}
.bgcolor1 {
    background-color:#f5f5f5;
}
.bgcolor2 {
    background-color: #999;
}

.bgcolor3 {
    background-color: #f04e0e;
}
.bgcolortipo1 {
    background-color: var(--color-tipo2);
}

.pcolortipo1 {
    color: var(--color-tipo1);
}
.bgcolortipo2 {
    background-color:var(--color-tipo1);

}
.pcolortipo2 {
    color: var(--color-tipo2);
}
.pcolortipo3 {
    color: var(--color-tipo3);
}
.pcolortipo4 {
    color: var(--color-tipo4);
}
.pcolortipo5 {
    color: var(--color-tipo5);
}
.pcolortipo6 {
    color: var(--color-tipo6);
}
.pcolortipo7 {
    color: var(--color-tipo7);
}

.gradgrigio {
    background: linear-gradient(-45deg, #eeeeee, #fcfcfc, #eeeeee,#fcfcfc);
    background-size: 400% 400%;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
/*******  CLASSI *******/

.grigio {
    color: #888;
}
.wnormal {
    font-weight:normal;
}
.capitalize {
    text-transform:capitalize;
}
.boxradius1 {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.boxradius2 {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.boxradius3 {
    -webkit-border-radius: 14px;
    border-radius: 14px;
}
.minh {
    min-height:700px;
    width:100%;
}
.italic {
    font-style:italic;
}
.hidden {
    display:none;
}
#container .perror1 {
    width: 100%;
    padding: 12px;
    padding-left: 20px;
    background-color: #f60606;
    color: #fff;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #f60606;
    font-weight: bold;
    font-size:14px;
    line-height:17px;
}
.pavviso {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    color: #d11e4b;
}
.yellow {
    color: rgba(216,154,6,1);
}
.green {
    color:#2a9822;
}
.green2 {
    color: #28c134;
}
.red {
    color: #dc2121;
}
.bt1 {
    border-top:1px solid #ccc;
}
.bb1 {
    border-bottom: 1px solid #ccc;
}
.bb2 {
    border-bottom: 1px solid #eee;
}
.bl1 {
    border-left: 1px solid #ccc;
}
.borderall1 {
    border: 1px solid #ccc;
}
.borderchat {
    border: 1px solid #ddd;
}
.itemhover:hover {
    background-color:#fcfcfc;
}
.bshadow1 {
    -webkit-box-shadow: 0 8px 35px #bbb;
    box-shadow: 0 8px 35px #bbb;
}
.bshadow2 {
    -webkit-box-shadow: 0 2px 4px #444;
    box-shadow: 0 2px 4px #444;
}
.bshadow3noh {
    -webkit-box-shadow: 0 2px 9px #c5c5c5;
    box-shadow: 0 2px 9px #c5c5c5;
    -webkit-transition: all ease 0.02s;
    transition: all ease 0.02s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}
.bshadow3 {
    -webkit-box-shadow: 0 2px 9px #c5c5c5;
    box-shadow: 0 2px 9px #c5c5c5;
    -webkit-transition: all ease 0.02s;
    transition: all ease 0.02s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}
    .bshadow3:hover {
        -webkit-box-shadow: 0 0 20px #aaa;
        box-shadow: 0 0 20px #aaa;
    }
.bshadow3bis {
    -webkit-box-shadow: 0 2px 9px #c5c5c5;
    box-shadow: 0 2px 9px #c5c5c5;
    -webkit-transition: all ease 0.02s;
    transition: all ease 0.02s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}

    .bshadow3bis:hover {
        -webkit-box-shadow: 0 2px 12px #aaa;
        box-shadow: 0 2px 12px #aaa;
    }
.bshadow4 {
    -webkit-box-shadow: 0 2px 5px #ddd;
    box-shadow: 0 2px 5px #ddd;
    -webkit-transition: all ease 0.02s;
    transition: all ease 0.02s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}
.bshadow5 {
    -webkit-box-shadow: 0 2px 10px #666;
    box-shadow: 0 2px 10px #666;
    -webkit-transition: all ease 0.02s;
    transition: all ease 0.02s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}
#container .hr1 {
    width:100%;
    height:1px;
    background-color:#ccc;
    border:none;
    float:left;
    margin:0;
    margin-top:25px;
    margin-bottom:25px;
}
#container .hr2 {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    border: none;
    float: left;
    margin: 0;
    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: 5px;
}
#tornasu:hover p {
    margin-top: 5px;
}
#tornasu p {
    text-align: center;
    margin: 0;
    margin-top: 7px;
    font-size: 32px;
    font-weight: bold;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
    color: #222;
}
#tornasu:hover {
    background-color: #fcfcfc;
}
#tornasu:active {
    background-color: #fcfcfc;
}
#tornasu {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 20px;
    background-color: rgba(255,255,255,1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
    z-index: 9999;
    display: none;
}
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 {
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    color: #000;
    font-weight: normal;
}
p {
    margin: 5px;
    margin-left: 0px;
    color: #111;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    font-family: var(--font-family);
}
h1 {
    text-align: left;
    margin: 0px;
    font-size:24px;
    line-height: 28px;
    text-transform: none;
    font-family: var(--font-family);
    font-weight:  normal;
    color: #000;
    padding:0;
}
h2 {
    margin: 0px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0px;
    font-size: 33px;
    line-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 900;
    font-family: var(--font-family);
    color: #111;
}
h3 {
    margin: 0px;
    text-align: left;
    letter-spacing: 0px;
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    color: #111;
}

h4 {
	margin:0px;
	font-weight:normal;
	text-align:left;
	letter-spacing:0px;
	font-size:20px;
	line-height:30px;
	padding-top:5px;
	padding-bottom:5px;
	
}
h5 {
	margin:0px;
	font-weight:normal;
	text-align:left;
	letter-spacing:0px;
	font-size:20px;
	line-height:26px;
	padding-top:5px;
	padding-bottom:5px;
	
}
h6 {
	margin:5px;
	color:#010314;
	font-weight:bold;
	text-align:left;
	letter-spacing:0px;
	font-size:26px;
	line-height:27px;
	padding-top:5px;
	padding-bottom:5px;
	
}
#container .littlep2 {
 font-size:14px;
 line-height:18px;
}
#container .littlep3 {
    font-size: 13px;
    line-height:18px;
    font-style:italic;
    color:#444;
    margin-bottom:25px;
    margin-top:12px;
    margin-left:22px;
}
#container .littlep3bis {
    font-size: 12px;
    line-height:18px;
    font-style: italic;
    color: #666;
    padding-top:2px;
}
#container .littlep4 {
    font-size: 24px;
    line-height: 24px;
    margin-top:30px;
}
#container .littlep5 {
    font-size: 13px;
    line-height: 18px;
}
.littlep {
 font-size:14px;
 line-height:18px;
}
.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;
}
.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;
}
.div70 {
    position: relative;
    float: left;
    width: 70%;
    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;
}
.blacklink:hover {
    color: #333;
}

.blacklink {
    color: #333;
    cursor: pointer;
}
.redlink {
    color: #dc2121;
}
.redlink:hover {
    color: #dc2121;
}
.right 
{
    float:right;
}
.left 
{
    float:left;
}


/******  BUTTON **********/
#container .divbuttonwhite {
    width: auto;
    padding-left: 28px;
    padding-right: 28px;
    height: 46px;
    overflow: hidden;
    text-decoration: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #eeeeee;
    -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 .divbuttonwhite h5 {
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: -39px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-text1);
    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 .divbuttonwhite h6 {
        padding: 0;
        margin: 0;
        text-align: center;
        margin-top: 23px;
        font-size: 16px;
        text-transform: uppercase;
        color: var(--color-text1);
        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 .divbuttonwhite:hover h5 {
        margin-top: 11px;
        color: var(--color-text1);
    }

#container .divbuttonwhite:hover h6 {
    color: transparent;
}

    #container .divbuttonwhite:active h5 {
        margin-top: 11px;
        color: var(--color-text1);
    }

    #container .divbuttonwhite:active h6 {
        color: transparent;
    }


#container .divbutton1 {
    width: auto;
    padding-left: 28px;
    padding-right: 28px;
    height: 46px;
    overflow: hidden;
    text-decoration: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    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 .divbutton1 h5 {
        padding: 0;
        margin:0;
        text-align: center;
        margin-top: -39px;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        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;
        margin:0;
        text-align: center;
        margin-top: 23px;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;      
        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: 10px;
    color: #fcfcfc;
}

#container .divbutton1:hover h6 {
    color:  transparent;
}

#container .divbutton1:active h5 {
    margin-top: 11px;
    color: #fcfcfc;
}

    #container .divbutton1:active h6 {
        color: var(--color-text1);
    }

#container .divbutton2small {
    width: auto;
    padding-left: 26px;
    padding-right: 26px;
    height: 42px;
    overflow: hidden;
    text-decoration: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: var(--color-background);
    -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);
   
}
    #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 {
        margin:0;
        text-align: center;
        margin-top: -26px;
        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 {
        margin:0;
        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: 11px;
    color: #fcfcfc;
}

#container .divbutton2small:hover h3 {
    color: #0067da;
}

#container .divbutton2small:active p {
    margin-top: 11px;
    color: #fcfcfc;
}

#container .divbutton2small:active h3 {
    color: var(--color-text1);
}


#container .divbutton3small {
    width: auto;
    padding-left: 21px;
    padding-right: 21px;
    height: 38px;
    overflow: hidden;
    text-decoration: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color:#e5e5e5;
    -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);
}
    #container .divbutton3small p {
        margin: 0;
        text-align: center;
        margin-top: -28px;
        font-size: 13px;
        text-transform: uppercase;
        color: #777;
        font-family: var(--font-family);
        font-weight: normal;
        -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 .divbutton3small h3 {
        margin: 0;
        text-align: center;
        margin-top: 11px;
        font-size: 13px;
        text-transform: uppercase;
        color: #777;
        font-family: var(--font-family);
        font-weight: normal;
        -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 .divbutton3small:hover p {
    margin-top: 9px;
    color: #777;
}

#container .divbutton3small:hover h3 {
    color:  transparent;
}

    #container .divbutton3small:active p {
        margin-top: 9px;
        color: #777;
    }

    #container .divbutton3small:active h3 {
        color: transparent;
    }



#container .divbutton4small {
    width: auto;
    padding-left: 17px;
    padding-right: 17px;
    padding-top:7px;
    padding-bottom:7px;
    height: 38px;
    overflow: hidden;
    text-decoration: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #e5e5e5;
    -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);
    text-transform:uppercase;
    font-size:12px;
}



    #container .divbutton4small:hover {
        background-color: #f2f2f2;
    }

    #container .divbutton4small:active {
        background-color: #f2f2f2;
    }

@media (max-width: 480px)
{

}
@media (min-width: 481px) and (max-width: 768px)
{

}
@media (min-width: 769px) and (max-width: 1000px)
{

}
/******  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 {
    width: 100%;
    height: 46px;
    border: 2px solid #f1f1f1;
    background-color: #f1f1f1;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 21px;
    color: #222;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    outline: none;
    font-family: var(--font-family);
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
    .text1:focus {
        border: 2px solid #000;
        background-color: transparent;
    }

    .text1:hover {
        
    }

    .text1:active {
        border: 2px solid #000;
        Background-color: transparent;
    }

.text1SX {
    width: 48%;
    height: 46px;
    border: 2px solid #f1f1f1;
    background-color: #f1f1f1;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 21px;
    color: #222;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    outline: none;
    font-family: var(--font-family);
    -webkit-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px;
}

    .text1SX:focus {
        border: 2px solid #000;
        background-color: transparent;
    }

    .text1SX:hover {
    }

    .text1SX:active {
        border: 2px solid #000;
        Background-color: transparent;
    }
.text1DX {
    width: 50%;
    height: 46px;
    border: 2px solid #f1f1f1;
    background-color: #f1f1f1;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 21px;
    color: #222;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    outline: none;
    font-family: var(--font-family);
    -webkit-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
}

    .text1DX:focus {
        border: 2px solid #000;
        background-color: transparent;
    }

.text1DX:hover {
}

    .text1DX:active {
        border: 2px solid #000;
        Background-color: transparent;
    }

.text1icowhite {
    width: 100%;
    height: 46px;
    border: 2px solid #aaa;
    background-color: #fff;
    padding-left: 45px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 21px;
    color: #222;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    outline: none;
    font-family: var(--font-family);
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

    .text1icowhite:focus {
        border: 2px solid #000;
    }

.text1icowhite:hover {
}

    .text1icowhite:active {
        border: 2px solid #000;
    }


.text1white {
    width: 100%;
    height: 46px;
    border: 2px solid #aaa;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 21px;
    color: #222;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    outline: none;
    font-family: var(--font-family);
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

    .text1white:focus {
        border: 2px solid #000;
    }

.text1white:hover {
}

    .text1white:active {
        border: 2px solid #000;
    }
.text1multi {
    width: 100%;
    height: 220px;
    border: 2px solid #f1f1f1;
    background-color: #f1f1f1;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 21px;
    color: #222;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    outline: none;
    font-family: var(--font-family);
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

    .text1multi:focus {
        border: 2px solid #000;
        background-color: transparent;
    }

.text1multi:hover {
}

    .text1multi:active {
        border: 2px solid #000;
        Background-color: transparent;
    }

.text1multiWhite {
    width: 100%;
    height: 220px;
    border: 2px solid #aaa;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 21px;
    color: #222;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    outline: none;
    font-family: var(--font-family);
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

    .text1multiWhite:focus {
        border: 2px solid #000;
    }

.text1multiWhite:hover {
}

    .text1multiWhite:active {
        border: 2px solid #000;
    }

.text1ico {
    width: 100%;
    height: 46px;
    border: 2px solid #f1f1f1;
    background-color: #f1f1f1;
    padding-left: 45px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 21px;
    color: #222;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    outline: none;
    font-family: var(--font-family);
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

    .text1ico:focus {
        border: 2px solid #000;
        background-color: transparent;
    }

.text1ico:hover {
}

    .text1ico:active {
        border: 2px solid #000;
        Background-color: transparent;
    }

textarea {
    height: 56px;
    border: 2px solid #fff;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 10px;
    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 #000;
    }

    textarea:hover {
        
    }

    textarea:active {
        border: 2px solid #000;
    }

/*.textDrop1
{
    min-height:40px;
    border:none;
    border-bottom:1px solid #190c08;
    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;   
}*/
.textDrop1vuoto {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom:1px solid #222;
    background-color:  transparent;
    padding-left: 3px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 14px;
    text-align: left;
    font-weight:  normal;
    line-height: 21px;
    color: #222;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    outline: none;
    font-family: var(--font-family);
}

    .textDrop1vuoto:focus {
        border-bottom: 1px solid #000;
        background-color: transparent;
    }

.textDrop1vuoto:hover {
}

    .textDrop1vuoto:active {
        border-bottom: 1px solid #000;
        Background-color: transparent;
    }

.textDrop1 {
    width: 100%;
    height: 46px;
    border: 2px solid #f1f1f1;
    background-color: #f1f1f1;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 21px;
    color: #222;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    outline: none;
    font-family: var(--font-family);
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

    .textDrop1:focus {
        border: 2px solid #000;
        background-color: transparent;
    }

    .textDrop1:hover {
    }

    .textDrop1:active {
        border: 2px solid #000;
        Background-color: transparent;
    }
.textDrop1SX {
    width: 48%;
    height: 46px;
    border: 2px solid #f1f1f1;
    background-color: #f1f1f1;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 21px;
    color: #222;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    outline: none;
    font-family: var(--font-family);
    -webkit-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px;
}

    .textDrop1SX:focus {
        border: 2px solid #000;
        background-color: transparent;
    }

    .textDrop1SX:hover {
    }

    .textDrop1SX:active {
        border: 2px solid #000;
        Background-color: transparent;
    }
.textDrop1DX {
    width: 50%;
    height: 46px;
    border: 2px solid #f1f1f1;
    background-color: #f1f1f1;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 21px;
    color: #222;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    outline: none;
    font-family: var(--font-family);
    -webkit-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
}

    .textDrop1DX:focus {
        border: 2px solid #000;
        background-color: transparent;
    }

.textDrop1DX:hover {
}

    .textDrop1DX:active {
        border: 2px solid #000;
        Background-color: transparent;
    }
.fixed 
{
    position:fixed;
    top:0; 
    left:0;
}
input[type=checkbox] {
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    background-image: url(/svg/check-1.svg);
    background-size: 30px;
    -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)}

.checktraB input[type=checkbox] {
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    background-image: url(/svg/check-1tras.svg);
    background-size: 28px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: background ease 0.11s;
    transition: background ease 0.11s;
    outline: none;
}
.checktraB input[type=checkbox]:checked {
    background-image: url(/svg/check-2tras-white.svg);
    -webkit-animation-duration: 0.11s;
    animation-duration: 0.11s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    visibility: visible !important outline: none;
}

    .checktraB input[type=checkbox]:hover:checked {
        background-image: url(/svg/check-2tras-white.svg);
    }
.checktraN input[type=checkbox] {
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    background-image: url(/svg/check-1tras.svg);
    background-size: 28px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: background ease 0.11s;
    transition: background ease 0.11s;
    outline: none;
}

    .checktraN input[type=checkbox]:checked {
        background-image: url(/svg/check-2tras-black.svg);
        -webkit-animation-duration: 0.11s;
        animation-duration: 0.11s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        visibility: visible !important outline: none;
    }

    .checktraN input[type=checkbox]:hover:checked {
        background-image: url(/svg/check-2tras-black.svg);
    }
.textcheck1 {
    top:11px;
    left: 43px;
    position: absolute;
    font-size:15px;
    line-height:21px;
}
.textcheck1bis {
    top: 12px;
    left: 40px;
    position: absolute;
    font-size: 13px;
    line-height: 16px;
}
.textcheck2 {
    top: 20px;
    left: 46px;
    position: absolute;
    font-size: 15px;
    line-height: 21px;
}
.space,.spaceP,.spacescroll,div{position:relative}
.spacecheck {
    width: 100%;
    margin-top: 10px
}
.subcombo {
    width: 100%;
    height: auto;
    max-height:300px;
    background-color: #fcfcfc;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 1;
    -webkit-box-shadow: 0 12px 18px #777;
    box-shadow: 0 12px 18px #777;
    overflow: auto;
}

.subcomboitem {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
    -webkit-transition: all ease 0.12s;
    transition: all ease 0.12s;
}

    .subcomboitem:active {
        background-color: #eee;
    }

        .subcomboitem:active p {
            margin-left: 26px;
        }

    .subcomboitem:hover {
        background-color: #eee;
    }

    .subcomboitem p {
        margin: 0;
        padding: 0;
        margin-left: 20px;
        margin-top: 25px;
        font-size: 15px;
        line-height: 15px;
        -webkit-transition: all ease 0.12s;
        transition: all ease 0.12s;
    }
/*******  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 *******/
.boxpager2 {
    width: 100%;
    height: auto;
    margin-top: 0.5%;
    padding: 18px;
    background-color: #fff;
    border-top:1px solid #ccc;
}
.boxpager {
    width: 99%;
    height: auto;
    margin: 0.5%;
    padding: 18px;
    background-color: #fff;
}
.boxpager p {
    text-align:right;
}
.pager:hover {
    color: #333;
}
.pager {
    background-color: #fcfcfc;
    padding: 12px 20px 12px 20px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    color: #333;
    font-family: var(--font-family);
    font-size: 18px;
    -webkit-transition: all ease 0.16s;
    transition: all ease 0.16s;
    margin: 0;
}
.current {
    background-color: var(--color-background4);
    padding: 12px 20px 12px 20px;

    text-decoration: none;
    color: #fff;
    font-family: var(--font-family);
    font-size: 18px;
    font-weight:bold;
}
@media (max-width: 480px)
{
.pager 
{
    padding:8px 15px 8px 15px;
    font-size:15px;
}
.current 
{
padding:8px 15px 8px 15px;
font-size:16px;
}
}
/*******  COL *******/
.col-5 {
    width:5%;
}
.col-10 {
    width: 10%;
}
.col-15 {
    width: 15%;
}
.col-20 {
    width: 20%;
}
.col-25 {
    width: 25%;
}
.col-30 {
    width: 30%;
}
.col-35 {
    width: 35%;
}
.col-40 {
    width: 40%;
}
.col-45 {
    width: 45%;
}
.col-50 {
    width: 50%;
}
.col-55 {
    width: 55%;
}
.col-60 {
    width: 60%;
}
.col-65 {
    width: 65%;
}
.col-70 {
    width: 70%;
}
.col-75 {
    width: 75%;
}
.col-80 {
    width: 80%;
}
.col-85 {
    width: 85%;
}
.col-90 {
    width: 90%;
}
.col-95 {
    width: 95%;
}
.col-100 {
    width: 100%;
}
.h100 {
    height:100%;
}
/*******  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;
}
.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}
.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;
}
.padt1 {
    padding:10px;
}
.mup-1 {
margin-top:-300px;
}
.mp-1 span {
left:45%;
}
.mp-2 span {
left:41%;
}
@media (max-width: 480px)
{
.pad10
{
    padding-top:20px;
    padding-bottom:20px;
}
.mup-1 {
margin-top:0px;
}
.mp-1 span {
left:32%;
}
.mp-2 span {
left:10%;
}
}
@media (min-width: 481px) and (max-width: 768px)
{
.mp-1 span {
left:41%;
}
.mp-2 span {

left:5%;
}
}
@media (min-width: 769px) and (max-width: 1000px)
{
.mp-2 span {
left:5%;
}
}

/****progress ****/

.center4 {
    background-color: #fff;
    height: 8px;
    margin-left: 0;
}
.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;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}
.modal {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.55);
}

.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;
}
@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;
	}		
}

.move2 {
    animation-name: move2;
    -webkit-animation-name: move2;
    animation-duration: 2.8s;
    -webkit-animation-duration: 2.8s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    visibility: visible !important;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
@keyframes move2 {
    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: -5px;
    }

    90% {
        width: 0;
        margin-left: -5px;
    }

    100% {
        width: 0;
        margin-left: -5px;
    }
}

@-webkit-keyframes move2 {
    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: -5px;
    }

    90% {
        width: 0;
        margin-left: -5px;
    }

    100% {
        width: 0;
        margin-left: -5px;
    }
}

@-ms-keyframes move2 {
    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: -5px;
    }

    90% {
        width: 0;
        margin-left: -5px;
    }

    100% {
        width: 0;
        margin-left: -5px;
    }
}

@media (max-width: 900px) {
    .center2 {
        margin: 280px auto;
    }
}
/**** stili testo ****/
.pcolor1 {
    color: var(--color-text1);
}
.pcolor1cont {
    color: #279AF1;
}
.pcolor1cont2 {
    color:#1084ed;
}
.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;
}
ul {
   width:100%;
   float:left;
   margin:0px;
   padding:0px;
   padding-bottom:70px;
   padding-top:30px;
   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;
}
i 
{
    font-style:italic;
}
em 
{
 font-style:italic;
}
@media (max-width: 480px)
{

}
@media (min-width: 481px) and (max-width: 768px)
{

}
@media (min-width: 769px) and (max-width: 1000px)
{

}