﻿@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: 'Barlow Semi Condensed', 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: #004080;
    --color-text2: #f3b21c;
    --color-background: #004080;
    --font-family: 'Barlow Semi Condensed', sans-serif;
}
.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(-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);
}
.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%;
}
.grad3text {
    background: linear-gradient(-45deg, #7f5a05, #d2a43b, #7f5a05,#d2a43b);
    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;
}
.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 *******/
.italic {
    font-style:italic;
}
.hidden {
    display:none;
}
.pavviso {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    color: #d11e4b;
}

.green {
    color:#2a9822;
}
.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:80px;
    height:5px;
    background-color:#1a81c6;
    border:none;
    float:left;
    margin:0;
    margin-top:5px;
    margin-bottom:5px;
}
#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: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%;
    min-height:20px; 
}
.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(--color-text1);
}
a {
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    color: #222;
    font-weight: normal;
}
p {
    margin: 5px;
    margin-left: 0px;
    color: #222;
    font-size: 19px;
    line-height: 32px;
    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;
}
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);
}
h3 {
	margin:0px;
	text-align:left;
	letter-spacing:0px;
	font-size:22px;
	line-height:29px;
	font-weight:900;
}

h4 {
	margin:0px;
	font-weight:normal;
	text-align:left;
	letter-spacing:0px;
	font-size:26px;
	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 .littlep4 {
    font-size: 24px;
    line-height: 24px;
    margin-top:30px;
}
#container .littlep5 {
    font-size: 13px;
    line-height: 18px;
}
.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;
}
.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 .divbutton1 {
    width: auto;
    padding-left: 26px;
    padding-right: 26px;
    height: 50px;
    overflow: hidden;
    text-decoration: none;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    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;
        text-align: center;
        margin-top: -34px;
        font-size: 18px;
        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 .divbutton1 h6 {
        padding: 0;
        text-align: center;
        margin-top: 19px;
        font-size: 18px;
        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 .divbutton1:hover h5 {
    margin-top: 11px;
    color: #fcfcfc;
}

#container .divbutton1:hover h6 {
    color:  transparent;
}

#container .divbutton1:active h5 {
    margin-top: 16px;
    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: 35px;
    border-radius: 35px;
    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: 10px;
        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: 4px;
    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);
}



@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 {
    height: 48px;
    border: 2px solid #fff;
    background-color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    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);
}
    .text1:focus {
        border: 2px solid var(--color-text2);
    }

    .text1:hover {
        border: 2px solid var(--color-text2);
    }

    .text1:active {
        border: 2px solid var(--color-text2);
    }

textarea {
    height: 56px;
    border: 2px solid #fff;
    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 var(--color-text2);
    }

    textarea:hover {
        border: 2px solid var(--color-text2);
    }

    textarea:active {
        border: 2px solid var(--color-text2);
    }
.textDrop1:hover 
{
    
}
.textDrop1:focus 
{
   
}
.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;   
}
.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: 8px 17px 8px 17px;
    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: #f3b21c;
    padding: 10px 19px 10px 19px;
    text-decoration: none;
    color: #fff;
    font-family: var(--font-family);
    font-size: 20px;
    border: 2px solid #f3b21c;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
}
@media (max-width: 480px)
{
.pager 
{
    padding:8px 15px 8px 15px;
    font-size:15px;
}
.current 
{
padding:8px 15px 8px 15px;
font-size:16px;
}
}
/*******  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%;
}
@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 ****/
.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: #1a81c6;
}
.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:25px;
   padding-top:25px;
   list-style-type: disc;
}
    ol li {
        font-size: 16px;
        line-height: 1.8;
        margin-left: 35px;
        margin-top: 6px;
        font-weight: 400;
    }

ol {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    padding-bottom: 25px;
    padding-top: 25px;
    list-style-type:  decimal;
}
.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)
{

}