﻿/* ########### HEADER*/
/* ########### BLOG*/
/* ########### COOKIE*/
/* ########### PRIMO*/
/*############ MENU MOBILE*/
/* ########### PORTFOLIO*/
/* ########### FORM*/
/* ########### SEZIONI*/
/* ########### PREFOOTER*/
/* ########### FOOTER*/
/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/
/*####################  HEADER*/
@media all {
#container {
width: 100%;
height: 100%;
overflow: hidden;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
-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-delay: 0.05s;
transition-delay: 0.05s;
}

.containeropen {
margin-left: -100px;
}

.containerclose {
margin-left: 0;
}

.containerclose {
margin-left: 0;
}

    #spacenav {
        width: 100%;
        position: fixed;
        z-index: 2;
    }

    #spacenav2 {
        width: 100%;
        z-index: 2;
    }

    #spacenavwhite {
        width: 100%;
        position: fixed;
        z-index: 2;
    }

.menuitem {
width: auto;
height: 100%;
float: right;
margin-right: 60px;
}

.menuitem:hover .submenu {
display: block;
}

.menuitem:active .submenu {
display: block;
}

    .nav1 .submenu {
        width: 562px;
        height: auto;
        padding: 5px;
        background-color: #fcfcfc;
        position: absolute;
        left: -232px;
        top: 65px;
        display: none;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -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 #666;
        box-shadow: 0 2px 4px #666;
    }
    .nav2 .submenu {
        width: 562px;
        height: auto;
        padding: 5px;
        background-color: #fcfcfc;
        position: absolute;
        left: -232px;
        top: 40px;
        display: none;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -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 #666;
        box-shadow: 0 2px 4px #666;
    }
    .nav3 .submenu {
        width: 562px;
        height: auto;
        padding: 5px;
        background-color: #fcfcfc;
        position: absolute;
        left: -232px;
        top: 40px;
        display: none;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -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 #666;
        box-shadow: 0 2px 4px #666;
    }

.submenuitem {
width: 128px;
height: 128px;
overflow: hidden;
margin: 5px;
padding: 5px;
-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);
background-color: #fcfcfc;
}

.submenuitem:hover {
background-color: #f8f8f8;
}

.submenuitem2 {
width: 100%;
height: 100%;
overflow: hidden;
-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);
}

.submenuitem:active .submenuitem2 {
margin-top: 5px;
}

#container .submenuitem2 p {
text-align: center;
margin: 0;
font-size: 26px;
color: #fcfcfc;
margin-top: 25px;
}

#container .submenuitem2 h3 {
text-align: center;
margin: 0;
line-height: 13px;
font-size: 17px;
text-transform: uppercase;
color: #fcfcfc;
margin-top: 32px;
}

.humb1:hover #line1 {
background-color: var(--color-background);
left: 29px;
}

.humb1:hover #line2 {
left: 21px;
background-color: var(--color-background);
}

.humb1:active #line1 {
background-color: var(--color-background);
left: 29px;
}

.humb1:active #line2 {
left: 21px;
background-color: var(--color-background);
}

.humb1 #line1 {
width: 34px;
height: 4px;
background-color: #fcfcfc;
position: absolute;
top: 17px;
left: 25px;
-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);
}

.humb1 #line2 {
width: 34px;
height: 4px;
background-color: #fcfcfc;
position: absolute;
top: 28px;
left: 25px;
-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);
}

.nav1 #humb {
width: 70px;
height: 40px;
margin-top: 17px;
float: right;
margin-right: 0;
-webkit-transition: all ease 0.16s;
transition: all ease 0.16s;
display: none;
cursor: pointer;
}

.nav1 #navcta1 .divbutton2small {
margin-top: 26px;
}
    .nav1 #navcta1 .divbutton2small p{
        color:#fff;
    }
    .nav1 #navcta1 .divbutton2small h3 {
        color: #fff;
    }

.nav1 #navcta1 {
width: auto;
height: 100%;
float: right;
}


.nav1 .menuitem:hover p a {
text-decoration: none;
color: var(--color-text2);
}

.nav1 .menuitem:hover p {
text-decoration: none;
color: var(--color-text2);
}

.nav1 .menuitem p a {
text-decoration: none;
color: #fcfcfc;
-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);
font-family: var(--font-family);
font-weight: bold;
}

.nav1 #logo img {
width: 170px;
-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);
filter: brightness(0) invert(1);
margin-top: 15px;
}

.nav1 #logo {
width: 170px;
height: 100%;
-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);
}

    .nav1 #middlenav {
        width: 86%;
        max-width: 1300px;
        height: 70px;
        margin: 0 auto;
        float: none;
        -webkit-transition: all ease 0.16s;
        transition: all ease 0.16s;
        animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    }

.nav1 {
background-color: transparent;
-webkit-transition: all ease 0.16s;
transition: all ease 0.16s;
animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
-webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
padding-bottom: 8px;
padding-top: 8px;
}

.nav1 .menuitem p {
text-transform: uppercase;
font-size: 15px;
text-align: center;
margin: 0;
text-decoration: none;
margin-top: 32px;
-webkit-transition: all ease 0.16s;
transition: all ease 0.16s;
color: #fcfcfc;
font-family: var(--font-family);
font-weight: bold;
}

.nav2 .menuitem p {
text-transform: uppercase;
font-size: 15px;
text-align: center;
margin: 0;
text-decoration: none;
margin-top: 11px;
-webkit-transition: all ease 0.16s;
transition: all ease 0.16s;
color: #111;
font-family: var(--font-family);
font-weight: bold;
}

.nav2 #logo img {
width: 140px;
margin-top: 3px;
-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);
}

.nav2 #logo {
width: 170px;
height: 100%;
-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);
}

    .nav2 #middlenav {
        width: 86%;
        max-width: 1300px;
        height: 50px;
        margin: 0 auto;
        float: none;
        -webkit-transition: all ease 0.16s;
        transition: all ease 0.16s;
        animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    }

.nav2 {
background-color: #fcfcfc;
-webkit-transition: all ease 0.16s;
transition: all ease 0.16s;
animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
-webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
padding-bottom: 10px;
padding-top: 10px;
border-bottom: 1px solid #ddd;
}

.nav2 .humb1:hover #line1 {
background-color: var(--color-background);
left: 29px;
}

.nav2 .humb1:hover #line2 {
left: 21px;
background-color: var(--color-background);
}

.nav2 .humb1:active #line1 {
background-color: var(--color-background);
left: 29px;
}

.nav2 .humb1:active #line2 {
left: 21px;
background-color: var(--color-background);
}

.nav2 .humb1 #line1 {
width: 34px;
height: 4px;
background-color: #111;
position: absolute;
top: 17px;
left: 25px;
-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);
}

.nav2 .humb1 #line2 {
width: 34px;
height: 4px;
background-color: #111;
position: absolute;
top: 28px;
left: 25px;
-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);
}

.nav2 #humb {
width: 70px;
height: 40px;
margin-top: 3px;
float: right;
margin-right: 0;
-webkit-transition: all ease 0.16s;
transition: all ease 0.16s;
display: none;
cursor: pointer;
}

.nav2 #navcta1 .divbutton2small {
margin-top: 5px;
}


.nav2 #navcta1 {
width: auto;
height: 100%;
float: right;
}


.nav2 .menuitem:hover p a {
text-decoration: none;
color: var(--color-text2);
}

.nav2 .menuitem:hover p {
text-decoration: none;
color: var(--color-text2);
}

.nav2 .menuitem p a {
text-decoration: none;
color: #111;
-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);
font-family: var(--font-family);
}

.nav2 #navcta1 {
width: auto;
height: 100%;
float: right;
}

    .nav3 .menuitem p {
        text-transform: uppercase;
        font-size: 15px;
        text-align: center;
        margin: 0;
        text-decoration: none;
        margin-top: 11px;
        -webkit-transition: all ease 0.16s;
        transition: all ease 0.16s;
        color: #111;
        font-family: var(--font-family);
        font-weight: bold;
    }

    .nav3 #logo img {
        width: 140px;
        margin-top: 3px;
        -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);
    }

    .nav3 #logo {
        width: 170px;
        height: 100%;
        -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);
    }

    .nav3 #middlenav {
        width: 86%;
        max-width: 1300px;
        height: 50px;
        margin: 0 auto;
        float: none;
        -webkit-transition: all ease 0.16s;
        transition: all ease 0.16s;
        animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    }

    .nav3 {
        background-color: #fcfcfc;
        -webkit-transition: all ease 0.16s;
        transition: all ease 0.16s;
        animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #ddd;
    }

    .nav3 .humb1:hover #line1 {
        background-color: var(--color-background);
        left: 29px;
    }

    .nav3 .humb1:hover #line2 {
        left: 21px;
        background-color: var(--color-background);
    }

    .nav3 .humb1:active #line1 {
        background-color: var(--color-background);
        left: 29px;
    }

    .nav3 .humb1:active #line2 {
        left: 21px;
        background-color: var(--color-background);
    }

    .nav3 .humb1 #line1 {
        width: 34px;
        height: 4px;
        background-color: #111;
        position: absolute;
        top: 17px;
        left: 25px;
        -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);
    }

    .nav3 .humb1 #line2 {
        width: 34px;
        height: 4px;
        background-color: #111;
        position: absolute;
        top: 28px;
        left: 25px;
        -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);
    }

    .nav3 #humb {
        width: 70px;
        height: 40px;
        margin-top: 3px;
        float: right;
        margin-right: 0;
        -webkit-transition: all ease 0.16s;
        transition: all ease 0.16s;
        display: none;
        cursor: pointer;
    }

    .nav3 #navcta1 .divbutton2small {
        margin-top: 5px;
    }


    .nav3 #navcta1 {
        width: auto;
        height: 100%;
        float: right;
    }


    .nav3 .menuitem:hover p a {
        text-decoration: none;
        color: var(--color-text1);
    }

    .nav3 .menuitem:hover p {
        text-decoration: none;
        color: var(--color-text1);
    }

    .nav3 .menuitem p a {
        text-decoration: none;
        color: #111;
        -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);
        font-family: var(--font-family);
    }

        .nav3 #navcta1 {
            width: auto;
            height: 100%;
            float: right;
        }


.humb2:hover #line1 {
background-color: #fff;
}

.humb2:hover #line2 {
background-color: #fff;
}

.humb2 #line1 {
width: 40px;
height: 3px;
background-color: #051920;
position: absolute;
top: 22px;
left: 15px;
-webkit-transition: all ease 0.16s;
transition: all ease 0.16s;
-webkit-transform: rotate(-45deg);
}

.humb2 #line2 {
width: 40px;
height: 3px;
background-color: #051920;
position: absolute;
top: 22px;
left: 15px;
-webkit-transition: all ease 0.16s;
transition: all ease 0.16s;
-webkit-transform: rotate(45deg);
}


#menu {
min-width: 50px;
height: 100%;
-webkit-transition: all ease 0.16s;
transition: all ease 0.16s;
float: right;
}

.menumar1 {
margin-right: 80px;
}

.menumar2 {
margin-right: 0px;
}

.menum1 {
margin-top: -1000px;
}

.menum2 {
margin-top: 0;
}
}
@media (max-width: 480px)
{
#navcta1 {
display: block;
}
.nav1 #navcta1 .divbutton2small {
margin-top: 21px;
padding-left: 7px;
padding-right: 7px;
}
.nav1 #navcta1 .divbutton2small .sp1{
display: block;
}
    .nav1 #navcta1 .divbutton2small .sp2 {
        display: none;
    }
    .nav2 #navcta1 .divbutton2small .sp1 {
        display: block;
    }

    .nav2 #navcta1 .divbutton2small .sp2 {
        display: none;
    }
    .nav3 #navcta1 .divbutton2small .sp1 {
        display: block;
    }

    .nav3 #navcta1 .divbutton2small .sp2 {
        display: none;
    }

#container .nav1 #navcta1 .divbutton2small h3 i {
margin-left: 0;
font-size: 25px;
}
#container .nav1 #navcta1 .divbutton2small p i {
margin-left: 6px;
font-size: 25px;
}
#container .nav1 #navcta1 .divbutton2small h3 {
margin-top:10px;
}
#container .nav1 #navcta1 .divbutton2small:hover p {
margin-top: 8px;
}
    #container .nav1 #navcta1 .divbutton2small:active p {
        margin-top: 8px;
    }

    #container .nav2 #navcta1 .divbutton2small {
        margin-top: 5px;
        padding-left: 7px;
        padding-right: 7px;
    }

#container .nav2 #navcta1 .divbutton2small h3 i {
margin-left: 0;
font-size: 25px;
}

#container .nav2 #navcta1 .divbutton2small p i {
margin-left: 6px;
font-size: 25px;
}
        #container .nav2 #navcta1 .divbutton2small h3 {
            margin-top: 10px;
        }

        #container .nav2 #navcta1 .divbutton2small:hover p {
            margin-top: 8px;
        }

        #container .nav2 #navcta1 .divbutton2small:active p {
            margin-top: 8px;
        }



    #container .nav3 #navcta1 .divbutton2small {
        margin-top: 5px;
        padding-left: 12px;
        padding-right: 12px;
    }

    #container .nav3 #navcta1 .divbutton2small h3 i {
        margin-left: 0;
        font-size: 25px;
    }

    #container .nav3 #navcta1 .divbutton2small p i {
        margin-left: 6px;
        font-size: 25px;
    }

        #container .nav3 #navcta1 .divbutton2small h3 {
            margin-top: 11px;
        }

        #container .nav3 #navcta1 .divbutton2small:hover p {
            margin-top: 8px;
        }

        #container .nav3 #navcta1 .divbutton2small:active p {
            margin-top: 8px;
        }



.nav1 #middlenav {
width: 92%;
margin-left: 4%;
margin-right: 4%;
float: left;
}
.nav2 #middlenav {
width:92%;
margin-left:4%;
margin-right:4%;
float:left;
}
    .nav3 #middlenav {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
        float: left;
    }
.nav1 #logo img {
width:120px;
margin-top:23px;
margin-left:0;
}
.nav1 #logo {
width:120px;
margin-left:2px;
}
.nav2 #logo img {
width:120px;
margin-top:9px;
margin-left:0px;
}
.nav2 #logo {
width: 120px;
margin-left: 2px;
}
.nav2 #humb {
display: block;
}
    .nav3 #logo img {
        width: 120px;
        margin-top: 9px;
        margin-left: 0px;
    }

    .nav3 #logo {
        width: 120px;
        margin-left: 2px;
    }

    .nav3 #humb {
        display: block;
    }
.nav1 #humb {
display:block;
}

#menu {
display:none;
}
    


}
@media (min-width: 481px) and (max-width: 768px)
{
.nav1 #middlenav {
width:92%;
margin-left:4%;
margin-right:4%;
float:left;
}
.nav2 #middlenav {
width:92%;
margin-left:4%;
margin-right:4%;
float:left;
}
.nav2 #humb {
display:block;
}
    .nav3 #middlenav {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
        float: left;
    }

    .nav3 #humb {
        display: block;
    }
.nav1 #humb {
display:block;
}


#menu {
display:none;
}
.nav1 #logo img {
width: 130px;
margin-top: 19px;
margin-left: 0;
}

.nav1 #logo {
width: 130px;
}
.nav2 #logo img {
width: 130px;
margin-top:6px;
margin-left: 0;
}

.nav2 #logo {
width: 130px;
}
    .nav3 #logo img {
        width: 130px;
        margin-top: 6px;
        margin-left: 0;
    }

    .nav3 #logo {
        width: 130px;
    }

    #container .nav1 #navcta1 .divbutton2small {
        margin-top: 21px;
        padding-left: 12px;
        padding-right: 12px;
    }

        #container .nav1 #navcta1 .divbutton2small .sp1 {
            display: block;
        }

        #container .nav1 #navcta1 .divbutton2small .sp2 {
            display: none;
        }
    #container .nav2 #navcta1 .divbutton2small .sp1 {
        display: block;
    }

    #container .nav2 #navcta1 .divbutton2small .sp2 {
        display: none;
    }
    #container .nav3 #navcta1 .divbutton2small .sp1 {
        display: block;
    }

    #container .nav3 #navcta1 .divbutton2small .sp2 {
        display: none;
    }

    #container .nav1 #navcta1 .divbutton2small h3 i {
        margin-left: 0;
        font-size: 25px;
    }

    #container .nav1 #navcta1 .divbutton2small p i {
        margin-left: 6px;
        font-size: 25px;
    }

    #container .nav1 #navcta1 .divbutton2small h3 {
        margin-top: 11px;
    }

    #container .nav1 #navcta1 .divbutton2small:hover p {
        margin-top: 8px;
    }

    #container .nav1 #navcta1 .divbutton2small:active p {
        margin-top: 8px;
    }

    #container .nav2 #navcta1 .divbutton2small {
        margin-top: 5px;
        padding-left: 12px;
        padding-right: 12px;
    }

    #container .nav2 #navcta1 .divbutton2small h3 i {
        margin-left: 0;
        font-size: 25px;
    }

    #container .nav2 #navcta1 .divbutton2small p i {
        margin-left: 6px;
        font-size: 25px;
    }

        #container .nav2 #navcta1 .divbutton2small h3 {
            margin-top: 11px;
        }

        #container .nav2 #navcta1 .divbutton2small:hover p {
            margin-top: 8px;
        }

        #container .nav2 #navcta1 .divbutton2small:active p {
            margin-top: 8px;
        }

    #container .nav3 #navcta1 .divbutton2small {
        margin-top: 5px;
        padding-left: 12px;
        padding-right: 12px;
    }

    #container .nav3 #navcta1 .divbutton2small h3 i {
        margin-left: 0;
        font-size: 25px;
    }

    #container .nav3 #navcta1 .divbutton2small p i {
        margin-left: 6px;
        font-size: 25px;
    }

    .nav3 #navcta1 .divbutton2small h3 {
        margin-top: 11px;
    }

    .nav3 #navcta1 .divbutton2small:hover p {
        margin-top: 8px;
    }

    .nav3 #navcta1 .divbutton2small:active p {
        margin-top: 8px;
    }
    
    
}
@media (min-width: 769px) and (max-width: 980px)
{
.nav1 #middlenav {
width:94%;
margin-left:3%;
margin-right:3%;
float:left;
}
.nav2 #middlenav {
width:94%;
margin-left:3%;
margin-right:3%;
float:left;
}

.nav2 #humb {
display:block;
}
    .nav3 #middlenav {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
        float: left;
    }

    .nav3 #humb {
        display: block;
    }
.nav1 #humb {
display:block;
}

#menu {
display:none;
}
.nav1 #navcta1 .divbutton2small {
margin-top: 21px;
}
}
@media (min-width: 981px) and (max-width: 1279px)
{
.nav1 #middlenav {
width:96%;
margin-left:2%;
margin-right:2%;
float:left;
}
.nav2 #middlenav {
width: 96%;
margin-left: 2%;
margin-right: 2%;
float: left;
}
    .nav3 #middlenav {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        float: left;
    }

}

/* ################## BLOG */
@media all {
    .bgsi {
        background-color: #158b39;
    }

    .bgsi2 {
        background-color: #ddf6e4;
    }

    .bgno {
        background-color: #ab1818;
    }

    .bgno2 {
        background-color: #f9e3e3;
    }

    .sinobox {
        width: 100%;
        height: auto;
    }

    .sinocapo {
        width: 100%;
        padding: 10px;
        height: 46px;
        border-bottom: 1px solid #fff;
    }

    #container .sinocapo .p1 {
        font-size: 15px;
        line-height: 15px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        margin-top: 7px;
    }

    .sinocapo2 {
        width: 100%;
        padding: 10px;
        min-height: 46px;
        border-bottom: 1px solid #fff;
    }

    #container .sinocapo2 .p1 {
        font-size: 16px;
        line-height: 21px;
        color: #222;
        margin-top: 7px;
    }

    .boxmipiace {
        width: 100%;
        padding: 30px;
        background-color: #fcfcfc;
        -webkit-border-radius: 25px;
        border-radius: 25px;
    }

    #container .divlike0 p {
        text-transform: uppercase;
        font-size: 16px;
        margin-left: 80px;
        margin-top: 23px;
        -webkit-transition: all ease-out 0.15s;
        transition: all ease-out 0.15s;
    }

    #container .divlike0 img {
        position: absolute;
        left: 0;
        top: 9px;
        width: 40px;
        -webkit-transition: all ease-out 0.15s;
        transition: all ease-out 0.15s;
    }

    #container .divlike0:hover p {
        color: #0067da;
    }


    #container .divlike0 {
        width: 100%;
        height: 60px;
        margin-top: 10px;
        background-color: transparent;
    }

    #container .divlike1 p {
        text-transform: uppercase;
        font-size: 16px;
        margin-left: 80px;
        margin-top: 23px;
        -webkit-transition: all ease-out 0.15s;
        transition: all ease-out 0.15s;
        color: #0067da;
    }

    #container .divlike1 i {
        position: absolute;
        left: 0;
        top: 9px;
        font-size: 56px;
        -webkit-transition: all ease-out 0.15s;
        transition: all ease-out 0.15s;
        color: #0067da;
    }

    #container .divlike1:hover p {
        color: #777;
    }

    #container .divlike1:hover i {
        color: #777;
    }

    #container .divlike1 {
        width: 200px;
        height: 60px;
        margin-top: 10px;
    }

    #container .box-share p {
        font-size: 24px;
        margin-top: 13px;
    }

    .box-share:hover {
        background-color: #fff;
    }

    .box-share {
        width: 60px;
        height: 60px;
        margin: 1px;
        margin-right: 10px;
        background-color: transparent;
        border: 2px solid #020911;
        -webkit-transition: all ease-out 0.15s;
        transition: all ease-out 0.15s;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .action-cont {
        width: 100%;
        height: 70px;
        margin-top: 25px;
    }

    .action-like {
        width: 260px;
        height: 70px;
        float: none;
        margin: 0 auto;
    }

    #boxentra {
        width: 100%;
    }

    #container #boxentra img.imgentra {
        width: 56px;
        position: absolute;
        float: none;
        left: 0;
        background-color: transparent;
        border-radius: 0;
        -webkit-border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #container #boxentra p {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: bold;
        margin-left: 75px;
        margin-top: 44px;
        text-decoration: underline;
    }

    .action-title .p1 {
        font-weight: bold;
        margin-top: 0;
        margin-left: 0;
        text-align: center;
        font-size: 26px;
    }

    .action-title .p2 {
        font-weight: normal;
        margin-top: 0;
        margin-left: 0;
        text-align: center;
        font-size: 17px;
    }

    .action-title {
        width: 100%;
        height: auto;
    }

    #blog-action-box2 {
        width: 100%;
        height: auto;
    }

    #blog-action-box1 .box-share {
        margin-top: 10px;
    }

    #blog-action-box1 {
        width: 50%;
        height: auto;
    }

        #blog-action-box1 .action-cont {
            padding-left: 5px;
            margin-top: 30px;
        }

    #blog-action-box {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #art-1 {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        padding-right: 50px;
    }

    #container #art-1 h1 {
        margin-bottom: 35px;
        font-weight: bold;
        margin-top: 50px;
        color: #111;
    }

    #container #art-1 .p2 {
        margin-top: 30px;
        margin-bottom: 30px;
        font-weight: 500;
    }

    #container #art-1 .p3 {
        margin-top: 35px;
    }

    #container #art-1 img {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        #container #art-1 img.imgbanner {
            width: 100%;
            max-width: 700px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            margin-top: 60px;
            margin-bottom: 40px;
            -webkit-box-shadow: 0 0 25px #ccc;
            box-shadow: 0 0 25px #ccc;
            -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 #art-1 img.imgbanner:hover {
                -webkit-box-shadow: 0 0 15px #ccc;
                box-shadow: 0 0 15px #ccc;
            }

    .imgbanner {
        width: 100%;
        max-width: 700px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-top: 60px;
        margin-bottom: 40px;
        -webkit-box-shadow: 0 0 25px #ccc;
        box-shadow: 0 0 25px #ccc;
        -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);
    }

        .imgbanner:hover {
            -webkit-box-shadow: 0 0 15px #ccc;
            box-shadow: 0 0 15px #ccc;
        }

    .imgbanner2 {
        width: 100%;
        max-width: 310px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-top: 0;
        margin-bottom: 40px;
        -webkit-box-shadow: 0 0 25px #ccc;
        box-shadow: 0 0 25px #ccc;
        -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);
    }

        .imgbanner2:hover {
            -webkit-box-shadow: 0 0 15px #ccc;
            box-shadow: 0 0 15px #ccc;
        }

    #container #art-1 img.imgspecial {
        width: 60px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    #container #art-1 h2 {
        margin: 5px;
        margin-left: 0px;
        color: #000;
        font-size: 19px;
        line-height: 33px;
        text-align: left;
        font-family: var(--font-family);
        padding: 0;
        font-weight: normal;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    #container #art-1 h3 {
        margin: 5px;
        margin-left: 0px;
        color: #111;
        font-size: 30px;
        line-height: 44px;
        text-align: left;
        font-family: var(--font-family);
        padding: 0;
        font-weight: bold;
        margin-top: 40px;
        margin-bottom: 25px;
    }
    #container #art-1 img {
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    #container #art-1 ul {
        margin-left: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #container #art-1 ol {
        margin-left: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        #container #art-1 ul li {
            margin: 5px;
            margin-left: 0px;
            color: #020911;
            font-size: 19px;
            line-height: 33px;
            text-align: left;
            font-family: var(--font-family);
            padding: 0;
            font-weight: normal;
        }
        #container #art-1 ol li {
            margin: 5px;
            margin-left: 0px;
            color: #020911;
            font-size: 19px;
            line-height: 33px;
            text-align: left;
            font-family: var(--font-family);
            padding: 0;
            font-weight: normal;
        }

    #art-2 {
        width: 100%;
        height: auto;
        border-bottom: 2px dotted #ddd;
        padding-bottom: 20px;
    }

    #bgarticolocont2 #homebgcont2 {
        height: 260px;
        width: 100%;
    }

    #contenuti {
        margin-top: 45px;
    }

    #blog-sx {
        width: 65%;
    }

    #blog-dx {
        width: 27%;
        height: auto;
        float: right;
    }

    #container .blog-item-cont p {
        font-size: 11px;
        line-height: 11px;
        margin: 20px;
        margin-left: 0;
        margin-top: 20px;
    }

    #container #art-1 .p1 .spanmacro {
        padding: 7px;
        padding-left: 16px;
        padding-right: 16px;
        text-transform: uppercase;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        color: #000;
        font-size: 15px;
        -webkit-box-shadow: 0 0 3px #ddd;
        box-shadow: 0 0 3px #ddd;
        background-color:#eee;
    }

    #container #art-1 .p1 .spancat {
        padding: 9px;
        padding-left: 13px;
        padding-right: 13px;
        text-transform: uppercase;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: #333;
        margin-left: 5px;
        background-color: #ddd;
        font-size: 12px;
        -webkit-box-shadow: 0 0 15px #ddd;
        box-shadow: 0 0 15px #ddd;
    }

    #container .blog-item-cont p .spanmacro {
        padding: 11px;
        padding-left: 23px;
        padding-right: 23px;
        text-transform: uppercase;
        -webkit-border-radius: 35px;
        border-radius: 35px;
        color: #000;
        font-size: 12px;
        background-color: #eee;
    }

    #container .blog-item-cont p .spancat {
        padding: 8px;
        padding-left: 12px;
        padding-right: 12px;
        text-transform: uppercase;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: #333;
        margin-left: 5px;
        background-color: #ddd;
    }

    #container .blog-item-cont h4 {
        font-size: 35px;
        line-height: 45px;
        margin: 20px;
        margin-bottom: 40px;
        margin-left: 0;
        margin-top: 5px;
        font-weight: normal;
        text-transform: none;
    }

    #container #art-lt .blog-item-cont h4 {
        font-size: 22px;
        line-height: 29px;
        margin: 20px;
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 3px;
        font-weight: normal;
        text-transform: none;
    }

    #art-lt .blog-item-cont {
        width: 100%;
        height: auto;
    }

    #art-lt .blog-item {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    #art-lt .blog-item-img {
        width: 30%;
        height: auto;
        align-items: center;
        text-align: center;
        align-content: center;
    }

    #container .blog-item-cont h4 a {
        color: #000;
        text-decoration: none;
        font-weight: normal;
    }

        #container .blog-item-cont h4 a:hover {
            color: #020911;
            text-decoration: none;
        }

        #container .blog-item-cont h4 a:active {
            color: #020911;
            text-decoration: none;
        }

    #container .blog-item-cont h5 {
        font-size: 16px;
        line-height: 16px;
        margin: 20px;
        margin-left: 45px;
        margin-top: 35px;
    }

        #container .blog-item-cont h5 a {
            color: #2373b6;
            text-decoration: none;
        }

            #container .blog-item-cont h5 a:hover {
                color: #2373b6;
                text-decoration: none;
            }

            #container .blog-item-cont h5 a:active {
                color: #2373b6;
                text-decoration: none;
            }

    .blog-item-cont {
        width: 63%;
        height: auto;
        float: right;
    }
    .blog-item-img img {
        width: 100%;
        margin: 0;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 3px #ddd;
        box-shadow: 0 0 3px #ddd;
    }
    .blog-item-img {
        width: 32%;
        height: auto;
        align-items: center;
        text-align: center;
        align-content: center;
        overflow: hidden;
    }
    .blog-item {
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .blog-dx-box {
        width: 100%;
        height: auto;
        padding: 35px;
        background-color: #eee;
        border: 1px solid #e4e4e4;
        -webkit-border-radius: 22px;
        border-radius: 22px;
        -webkit-box-shadow: 0 0 30px #ddd;
        box-shadow: 0 0 30px #ddd;
        -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);
        overflow: hidden;
    }

    #container .blog-dx-box .p2 {
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
    }

    #container .blog-dx-box .p3 {
        font-size: 16px;
        line-height: 23px;
        margin-top: 25px;
        font-weight: 500;
    }

    #container .blog-dx-box .divbutton1small {
        margin: 0 auto;
        float: none;
        width: 204px;
    }

    .blog-dx-follow {
        width: 100%;
        height: auto;
    }

    #container .blog-dx-follow .p1 {
        font-size: 40px;
        line-height: 40px;
        font-weight: 600;
    }

    #container .blog-dx-follow .p2 {
        font-size: 22px;
        line-height: 22px;
        font-weight: 600;
        margin-top: 25px;
    }

    #boxpager {
        width: 100%;
        margin-top: 70px;
        margin-bottom: 40px;
    }
}

@media (max-width: 769px) {
    #banner1no {
        display: none;
    }

    

    #container .sinocapo .p1 {
        font-size: 14px;
        line-height: 14px;
        margin-top: 2px;
    }

    .sinobox {
        width: 100%;
    }

    #contenuti {
        margin-top: 30px;
    }

    .boxmipiace {
        padding: 15px;
    }

    #blog-action-box1 {
        width: 100%;
        margin-top: 50px;
    }

    #blog-action-box2 {
        width: 100%;
    }

    #container #art-1 h1 {
        font-size: 30px;
        line-height: 40px;
    }

    #container #art-1 h2 {
        font-size: 17px;
        line-height: 24px;
    }

    #container #art-1 h3 {
        font-size: 23px;
        line-height: 27px;
    }

    #container #art-1 p {
        font-size: 17px;
        line-height: 24px;
    }

    #container #art-1 ul li {
        font-size: 17px;
        line-height: 24px;
    }

    #container #art-1 .p2 {
        font-size: 15px;
        line-height: 20px;
    }

    #bgarticolocont2 #homebgcont2 {
        height: 120px;
    }

    #container .blog-item-cont p {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    #container .blog-item-cont h4 {
        font-size: 34px;
        line-height: 40px;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    #container .blog-item-cont h5 {
        font-size: 17px;
        line-height: 17px;
        margin: 0;
        margin-top: 25px;
    }

    .blog-item {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        height: auto;
    }

    .blog-item-cont {
        width: 100%;
    }

    .blog-item-img {
        width: 100%;
        height: auto;
    }

    #blog-sx {
        width: 100%;
    }

    #blog-dx {
        width: 100%;
        padding: 2%;
        margin-top: 10px;
    }

    .blog-dx {
        width: 320px;
        float: none;
        margin: 0;
        margin: 40px auto;
        padding: 0;
    }

    #art-1 {
        padding-bottom: 20px;
        padding-right: 0;
    }

    

    #art-banner1 {
        display: none;
    }
}


@media (min-width: 770px) and (max-width: 1299px) {
    #banner2no {
        display: none;
    }

    #contenuti {
        margin-top: 90px;
    }

    #bgarticolocont2 #homebgcont2 {
        height: 215px;
    }

    .blog-item {
        width: 100%;
    }

    .blog-item-img {
        width: 35%;
    }

    .blog-item-cont {
        width: 60%;
    }

    #blog-sx {
        width: 100%;
    }

    #blog-dx {
        width: 100%;
        margin-top: 40px;
    }

    .blog-dx {
        width: 340px;
        margin-right: 15px;
    }

    #art-1 {
        padding-bottom: 20px;
        padding-right: 0;
    }

    #container #art-lt .blog-item-cont h4 {
        font-size: 25px;
        line-height: 32px;
        margin: 20px;
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 3px;
        font-weight: bold;
        text-transform: none;
    }

    #art-banner1 {
        display: none;
    }
}

/*################# COOKIE*/
@media all {
    .popup1cover {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: rgba(0,0,0,0.7);
        display: none;
    }

    #popup1cont {
        width: 56%;
        height: 100%;
        margin-left: 22%;
        z-index: 9990;
        background-color: #fcfcfc;
        padding: 85px;
        overflow: scroll;
        overflow-x: hidden;
        -webkit-box-shadow: 0 0 50px #222;
        box-shadow: 0 0 50px #222;
    }

    #container #popup1cont h1 {
        margin: 0;
        padding: 0;
        font-size: 36px;
        line-height: 40px;
        color: #555;
    }

    #container #popup1cont p {
        margin: 0;
        padding: 0;
        margin-top: 15px;
        font-size: 14px;
        line-height: 28px;
        color: #333;
    }

    #container #popup1cont b {
        color: #333;
    }

    #container #popup1cont strong {
        color: #333;
    }

    #container #popup1cont h3 {
        margin: 0;
        padding: 0;
        margin-top: 25px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 27px;
        color: #555;
    }

    #container #popup1cont ul li {
        font-size: 14px;
        line-height: 30px;
        color: #333;
    }

    #popup1cont::-webkit-scrollbar {
        width: 2px;
    }

    #popup1cont::-webkit-scrollbar-thumb {
        background: #555;
    }

    .popup1cover .menumobile {
        height: 50px;
        width: 50px;
        position: fixed;
        right: 23%;
        top: 10px;
        z-index: 9999;
    }

        .popup1cover .menumobile:active .menuclose1 {
            background-color: #d11e4b;
        }

        .popup1cover .menumobile:active .menuclose2 {
            background-color: #d11e4b;
        }

        .popup1cover .menumobile:hover .menuclose1 {
            background-color: #d11e4b;
        }

        .popup1cover .menumobile:hover .menuclose2 {
            background-color: #d11e4b;
        }

        .popup1cover .menumobile .menuclose1 {
            background-color: #555;
            height: 40px;
            width: 2px;
            margin-left: 24px;
            margin-top: 5px;
            transform: rotate(47deg);
            -webkit-transform: rotate(47deg);
            -o-transform: rotate(47deg);
            -moz-transform: rotate(47deg);
            -ms-transform: rotate(47deg);
            position: absolute;
        }

        .popup1cover .menumobile .menuclose2 {
            background-color: #555;
            height: 40px;
            width: 2px;
            margin-left: 24px;
            margin-top: 5px;
            transform: rotate(-47deg);
            -webkit-transform: rotate(-47deg);
            -o-transform: rotate(-47deg);
            -moz-transform: rotate(-47deg);
            -ms-transform: rotate(-47deg);
            position: absolute;
        }

    #cookiebar {
        width: 100%;
        background-color: #0b1318;
        position: fixed;
        bottom: 0px;
        min-height: 10px;
        float: none;
        padding-bottom: 14px;
        padding-top: 9px;
        z-index: 9998;
    }

    #cookiesx {
        width: 70%;
    }

        #cookiesx p {
            font-size: 14px;
            line-height: 17px;
            color: #fff;
            margin-top: 14px;
        }

        #cookiesx a {
            font-size: 14px;
            color: #fff;
        }

    #cookiedx {
        width: 20%;
        float: right;
    }

        #cookiedx .boxcolor1 p {
            color: #fcfcfc;
            font-family: var(--font-family);
            font-weight: 600;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 15px;
            margin: 0;
        }

        #cookiedx .boxcolor1 {
            float: right;
            padding: 10px;
            padding-left: 15px;
            padding-right: 15px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            margin-top:8px;
        }
}
@media (max-width: 480px) {
    #cookiebar {
        padding-bottom: 20px;
        padding-top: 15px;
    }
    #cookiesx {
        width: 100%;
    }

    #cookiedx {
        width: 100%;
        margin-top: 15px;
    }
    #cookiesx p {
        font-size: 15px;
        line-height: 22px;
    }
        #cookiedx .boxcolor1 {
            float: left;
            margin-bottom:10px;
        }

    #popup1cont {
        width: 100%;
        margin-left: 0;
        padding: 30px;
    }

    #container #popup1cont h1 {
        font-size: 26px;
        line-height: 32px;
        margin-top: 50px;
    }

    .popup1cover .menumobile {
        right: 10px;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    #cookiebar {
        padding-bottom: 20px;
        padding-top: 15px;
    }
    #cookiesx {
        width: 100%;
    }

    #cookiedx {
        width: 100%;
        margin-top: 15px;
    }
    #cookiesx p {
        font-size: 15px;
        line-height: 22px;
    }
        #cookiedx .boxcolor1 {
            float: left;
            margin-bottom:10px;
        }

    #popup1cont {
        width: 90%;
        margin-left: 5%;
        padding: 50px;
    }

    .popup1cover .menumobile {
        right: 6%;
    }
}
@media (min-width: 769px) and (max-width: 980px) {

    #popup1cont {
        width: 70%;
        margin-left: 15%;
        padding: 60px;
    }

    .popup1cover .menumobile {
        right: 16%;
    }
}
/* ################### PRIMO*/
@media all {
    .sliderimgcont {
        width:100%;
        height:640px;
        position:relative;
        float:left;
        background-position:center;
        background-size:cover;
        
    }
    .sliderimgcont h1{
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    #navbar {
        width: 100%;
        height: auto;
        padding-top: 85px;
        padding-bottom: 10px;
    }

#navbar p {
color: #fcfcfc;
font-size: 14px;
margin: 0;
}

#navbar a {
color: #fcfcfc;
}

#pagetitle {
width: 100%;
}

#container #pagetitle h1 {
margin: 0;
font-size: 32px;
line-height: 38px;
margin-top: 10px;
}

#container #pagetitle h2 {
margin-top: 13px;
margin-bottom: 6px;
font-size: 15px;
line-height: 1.6;
}

#container #pagetitle h2 strong {
color: #1a81c6;
}

#container #pagetitle p {
margin-top: 7px;
font-size: 16px;
}

.boxtitle {
padding: 7px;
background-color: #eee;
border: 1px solid #eee;
-webkit-border-radius: 16px;
border-radius: 16px;
padding-right: 80px;
padding-left: 20px;
}

.boxtitle h1 {
font-size: 18px;
color: #888;
}

.boxtitle img {
position: absolute;
right: 11px;
width: 35px;
top: 23px;
}

.articolocont {
width: 64%;
float: left;
position: relative;
}

#container .articolocont h1 {
font-size: 38px;
line-height: 50px;
font-weight: 600;
}

#container .articolocont .p1 {
font-size: 14px;
line-height: 18px;
margin-top: 50px;
}

#container .articolocont h2 {
font-size: 17px;
line-height: 1.9;
margin-top: 25px;
font-weight: 400;
margin-right: 20px;
}

#container .articolocont .p2 {
font-size: 17px;
line-height: 1.9;
margin-top: 25px;
font-weight: 400;
margin-right: 20px;
}

#container .articolocont p {
font-size: 16px;
line-height: 1.8;
margin-top: 25px;
font-weight: 400;
margin-right: 20px;
}

#container .articolocont h3 {
font-size: 25px;
line-height: 35px;
font-weight: 700;
margin-top: 90px;
margin-bottom: 40px;
margin-right: 20px;
}

#container .articolocont h3 a {
color: #0b1318;
text-decoration: none;
font-size: 25px;
line-height: 35px;
font-weight: 700;
margin-top: 90px;
margin-bottom: 40px;
margin-right: 20px;
}

#container .articolocont .p1 a {
color: #051920;
}

#container .articolocont .p1 a:hover {
color: #1a81c6;
}

#container .articolocont .p2 a {
color: #1a81c6;
}

#container .articolocont .p2 a:hover {
color: #0067da;
}

#container .articolocont p a {
color: #1a81c6;
}

#container .articolocont p a:hover {
color: #0067da;
}

#container .articolocont p a strong {
color: #1a81c6;
}

#container .articolocont p a:hover strong {
color: #0067da;
}

.artaut1 {
width: 80px;
height: 80px;
overflow: hidden;
}

#container .artaut1 p img {
width: 100%;
}

#container .artaut1 p {
margin: 0;
text-align: center;
}

.artaut2 {
width: auto;
height: 80px;
margin-left: 20px;
}

#container .artaut2 .p1 {
font-size: 14px;
line-height: 18px;
margin-top: 17px;
}

#container .artaut2 .p2 {
font-size: 16px;
line-height: 20px;
margin-top: 0;
}

.figure1 {
width: 100%;
}

.figure1 img {
width: 100%;
max-width: 900px;
margin-bottom: 50px;
margin-top: 50px;
-webkit-border-radius: 15px;
border-radius: 15px;
}

.asidelt {
width: 28%;
float: right;
height: auto;
}

.divbg {
width: 100%;
height: auto;
padding-top:180px;
padding-bottom:130px;
}

    #container .divbg h1 {
        text-transform: none;
        color: #fcfcfc;
        font-weight: bold;
        font-size: 86px;
        line-height: 82px;
        margin: 0;
        padding: 0;
    }
    #container .divbg h2 {
        text-transform: none;
        color: #fcfcfc;
        font-weight: normal;
        font-size: 32px;
        line-height: 36px;
        margin: 0;
        padding: 0;
        margin-top: 25px;
    }
    #container .divbg .p4 {
        text-transform: none;
        color: #eee;
        font-family: var(--font-family);
        font-weight: normal;
        font-size: 20px;
        line-height: 20px;
        margin: 0;
        padding: 0;
        text-align: left;
        margin-top: 25px;
    }
        #container .divbg .p4 a {
            color: #eee;
            font-weight: normal;
        }

    .divbg2 {
        width: 70%;
        height: auto;
        margin-top:230px;
    }
    #container .divbg2 h1 {
        text-transform: none;
        color: #fcfcfc;
        font-weight: bold;
        font-size: 86px;
        line-height: 82px;
        margin: 0;
        padding: 0;
    }
    #container .divbg2 h2 {
        text-transform: none;
        color: #fcfcfc;
        font-weight: normal;
        font-size: 32px;
        line-height: 36px;
        margin: 0;
        padding: 0;
        margin-top: 25px;
    }
    #container .divbg2 h2 strong {
        color: #fcfcfc;
        font-weight: bold;
    }


    .middle1 {
        width: 86%;
        max-width: 1300px;
        height: auto;
        margin: 0 auto;
        float: none;
    }

.middle2 {
width: 56%;
height: auto;
margin: 0 auto;
float: none;
}
.middle3 {
width: 720px;
padding: 10px;
min-height: 40px;
float: none;
margin: 0 auto;
}

.middlemsg {
width: 52%;
height: auto;
margin: 0 auto;
float: none;
}
   #container .middlemsg .p1{
       font-weight:bold;
       font-size:74px;
       line-height:74px;
    }
    #container .middlemsg .p2 {
        font-weight: bold;
        font-size: 26px;
        line-height: 30px;
        margin-top:30px;
    }
    .middleform {
        width: 40%;
        height: auto;
        margin: 0 auto;
        float: none;
    }

.titlepage {
width: 100%;
height: auto;
background-color: #232323;
padding-bottom: 100px;
padding-top: 202px;
}

.titlepage1 {
width: 60%;
}

#container .titlepage1 h1 {
color: #fcfcfc;
font-size: 56px;
margin: 0;
margin-left: 30px;
padding: 0;
text-transform: uppercase;
}

#container .titlepage1 h2 {
color: #fcfcfc;
font-size: 16px;
line-height: 23px;
margin-left: 30px;
text-transform: none;
font-family: var(--font-family);
}

#cerca {
width: 40%;
height: 50px;
border: 2px solid #232323;
margin-left: 28px;
}

#container #cerca .p1 {
font-weight: 900;
margin-top: 9px;
font-size: 14px;
line-height: 16px;
margin-left: 10px;
}

#cerca p {
margin: 0;
}
}
@media (max-width: 480px) {


#container .articolocont p {
font-size: 16px;
line-height: 1.8;
margin-right: 0;
}

.articolocont {
width: 100%;
}

.asidelt {
width: 100%;
float: left;
}

    #container .divbg h1 {
        font-size: 48px;
        line-height: 50px;
        margin-left: 10px;
    }

    #container .divbg h2 {
        font-size: 26px;
        line-height: 30px;
        margin-top: 30px;
        margin-left: 10px;
    }
    #container .divbg .p4 {
        margin-top: 30px;
    }

.middle1 {
width: 94%;
margin-left: 3%;
margin-right: 3%;
float: left;
}

.middle2 {
width: 92%;
margin-left: 4%;
margin-right: 4%;
float: left;
}

.middlemsg {
width: 100%;
padding: 4%;
float: left;
}
    #container .middlemsg .p1 {
        font-size: 46px;
        line-height: 46px;
    }

    #container .middlemsg .p2 {
        font-size: 22px;
        line-height: 28px;
    }
.middleform {
width: 100%;
margin: 0;
float: left;
}

.divbgsx2 {
width: 30%;
height: 30px;
}

.titlepage1 {
width: 100%;
}

#container .titlepage1 h1 {
font-size: 36px;
margin-left: 3px;
}

#container .titlepage1 h2 {
font-size: 14px;
line-height: 21px;
margin-left: 3px;
}

#cerca {
width: 65%;
margin-left: 4px;
}
    
    .divbg2 {
        width: 100%;
        margin-top: 230px;
        margin-left: 0;
    }

    #container .divbg2 h1 {
        font-size: 50px;
        line-height: 52px;
        margin-left:10px;
    }

    #container .divbg2 h2 {
        font-size: 26px;
        line-height: 32px;
        margin-top: 30px;
        margin-left:10px;
    }
}
@media (min-width: 481px) and (max-width: 768px) {


.articolocont {
width: 100%;
}

.asidelt {
width: 100%;
float: left;
}

    #container .divbg h1 {
        font-size: 58px;
        line-height: 58px;
        margin-left: 20px;
    }

    #container .divbg h2 {
        font-size: 30px;
        line-height: 34px;
        margin-top: 30px;
        margin-left: 20px;
    }

    #container .divbg .p4 {
        margin-top: 30px;
    }

.middle1 {
width: 92%;
margin-left: 4%;
margin-right: 4%;
float: left;
}

.middle2 {
width: 92%;
margin-left: 4%;
margin-right: 4%;
float: left;
}

.middlemsg {
width: 100%;
padding: 4%;
float: left;
}
    #container .middlemsg .p1 {
        font-size: 60px;
        line-height: 60px;
    }
.middleform {
width: 88%;
}

.titlepage1 {
width: 100%;
}

#container .titlepage1 h1 {
font-size: 48px;
margin-left: 20px;
}

#container .titlepage1 h2 {
font-size: 16px;
line-height: 23px;
margin-left: 20px;
margin-right: 40px;
}

#cerca {
margin-left: 20px;
}
    .divbg2 {
        width: 90%;
        margin-top: 220px;
        margin-left: 0;
    }

    #container .divbg2 h1 {
        font-size: 58px;
        line-height: 58px;
        margin-left:20px;
    }

    #container .divbg2 h2 {
        font-size: 30px;
        line-height: 34px;
        margin-top: 30px;
        margin-left:20px;
    }
}
@media (min-width: 769px) and (max-width: 980px) {
.articolocont {
width: 100%;
}

.asidelt {
width: 100%;
float: left;
}


.middle1 {
width: 94%;
margin-left: 3%;
margin-right: 3%;
float: left;
}

.middle2 {
width: 94%;
margin-left: 3%;
margin-right: 3%;
float: left;
}

.middlemsg {
width: 80%;
margin-left: 10%;
margin-right: 10%;
float: left;
}

.middleform {
width: 80%;
}

.titlepage1 {
width: 70%;
}
    .divbg2 {
        width: 70%;
        margin-top: 200px;
    }
}
@media (min-width: 981px) and (max-width: 1279px) {
#container .divbg img {
right: 0px;
bottom: -80px;
width: 420px;
}

#container .divbg .p1 {
font-size: 60px;
line-height: 66px;
margin-top: 210px;
}

.middle1 {
width: 94%;
margin-left: 3%;
margin-right: 3%;
float: left;
}

.middle2 {
width: 94%;
margin-left: 3%;
margin-right: 3%;
float: left;
}

.middlemsg {
width: 60%;
margin-left: 20%;
margin-right: 20%;
float: left;
}

.middleform {
width: 60%;
}

.titlepage1 {
width: 70%;
}
    .divbg2 {
        width: 70%;
        margin-top: 230px;
    }
}
@media (min-width: 1400px) {
#container .divbg .p1 {
margin-top: 225px;
}
}
/*#################### MENU MOBILE*/
@media all {
    #menumobilecover {
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(0,0,0,0.6);
        right: 0px;
        top: 0px;
        z-index: 9999;
        display: none;
    }

    #menumobilecont {
        width: 420px;
        height: 100vh;
        position: fixed;
        /*background-color: rgb(0, 64, 128);*/
        top: 0px;
        padding-left: 45px;
        overflow:hidden;
        z-index: 9999;
        -webkit-transition: all ease 0.55s;
        transition: all ease 0.55s;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
        transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    }
    #menumobilescroll {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }

    .mcont1 {
        right: -420px;
    }

    .mcont2 {
        right: 0;
        -webkit-box-shadow: 0 0 80px #333;
        box-shadow: 0 0 80px #333;
    }

    #menumobilescroll::-webkit-scrollbar {
        display: none;
    }

    #menumobilecont {
        scrollbar-width: none;
    }

    #menumobilecont1 {
        width: 100%;
        height: 70px;
        margin-top: 8px;
    }

        #menumobilecont1 .menumobile {
            margin-left: 0px;
            float: left;
            height: 50px;
            width: 50px;
            margin-top: 17px;
            cursor: pointer;
        }

            #menumobilecont1 .menumobile:hover .menuclose1 {
                background-color: #fff;
            }

            #menumobilecont1 .menumobile:hover .menuclose2 {
                background-color: #fff;
            }

            #menumobilecont1 .menumobile .menuclose1 {
                background-color: #fff;
                height: 40px;
                width: 2px;
                margin-left: 24px;
                margin-top: 5px;
                transform: rotate(47deg);
                -webkit-transform: rotate(47deg);
                -o-transform: rotate(47deg);
                -moz-transform: rotate(47deg);
                -ms-transform: rotate(47deg);
                position: absolute;
                -webkit-transition: all ease 0.2s;
                -moz-transition: all ease 0.2s;
                -ms-transition: all ease 0.2s;
                -o-transition: all ease 0.2s;
                transition: all ease 0.2s;
            }

            #menumobilecont1 .menumobile .menuclose2 {
                background-color: #fff;
                height: 40px;
                width: 2px;
                margin-left: 24px;
                margin-top: 5px;
                transform: rotate(-47deg);
                -webkit-transform: rotate(-47deg);
                -o-transform: rotate(-47deg);
                -moz-transform: rotate(-47deg);
                -ms-transform: rotate(-47deg);
                position: absolute;
                -webkit-transition: all ease 0.2s;
                -moz-transition: all ease 0.2s;
                -ms-transition: all ease 0.2s;
                -o-transition: all ease 0.2s;
                transition: all ease 0.2s;
            }

    #menumobilelang {
        min-width: 50px;
        height: 50px;
        float: right;
        margin-top: 22px;
        margin-right: 30px;
        
    }

    .menumobilelang {
        min-width: 40px;
        height: 40px;
        float: right;
        margin-left: 5px;
    }

        .menumobilelang p {
            margin: 0px;
            margin-right: 0px;
            font-size: 31px;
            margin-top: 7px;
            color: #fff;
            text-align:center;
        }

    #menumobilecont2 {
        width: 100%;
        min-height: 70px;
        margin-top: 55px;
    }

    .menumobilecont2-sub {
        width: 100%;
        display: none;
    }

    .menumobilecont2-sub-item:active h3 {
        margin-left: 28px;
    }

    .menumobilecont2-sub-item h3 {
        color: #fff;
        text-transform: uppercase;
        margin-left: 25px;
        font-size: 16px;
        line-height: 16px;
        margin-top: 0px;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;
        font-weight: normal;
    }

    .menumobilecont2-sub-item {
        width: 100%;
        height: auto;
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .menumobilecont2 {
        width: 100%;
        padding-bottom: 5px;
        padding-top: 5px;
    }

        .menumobilecont2 p {
            color: #fcfcfc;
            text-transform: uppercase;
            margin-left: 10px;
            font-size: 16px;
            -webkit-transition: all ease 0.2s;
            transition: all ease 0.2s;
            font-weight: bold;
        }

        .menumobilecont2 img {
            filter: brightness(0) invert(1);
            margin-left: 10px;
        }

        .menumobilecont2:active p {
            margin-left: 13px;
        }

    .menumobilecont3 {
        width: 100%;
        padding-bottom: 2px;
        padding-top: 2px;
    }

        .menumobilecont3 p {
            color: #eee;
            text-transform: uppercase;
            margin-left: 10px;
            margin-top: 0px;
            font-size: 11px;
            -webkit-transition: all ease 0.2s;
            -moz-transition: all ease 0.2s;
            -ms-transition: all ease 0.2s;
            -o-transition: all ease 0.2s;
            transition: all ease 0.2s;
        }

        .menumobilecont3:hover p {
            color: #b3a46e;
            margin-left: 12px;
        }
}
@media (max-width: 480px) {

    #menumobilecont {
        width: 100%;
        height: 100%;
        padding-left: 10%;
    }

    .mcont1 {
        right: -490px;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
}
@media (min-width: 769px) and (max-width: 980px) {
}
@media (min-width: 981px) and (max-width: 1279px) {
}
/* ################### PORTFOLIO*/
@media all
{
    .portitem {
        width: 25%;
        height: 40vh;
        background-color: #ddd;
        overflow: hidden;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
    }
    .portimgbg {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0;
        padding: 0;
        -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);
       
    }
    .portitem:hover .portimgbg {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    .portitem:active .portimgbg {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    .porttext {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        z-index: 1;
        position: absolute;
        background-color: rgba(0,0,0,0.30);
        -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);
    }
    .portitem:hover .porttext {
        background-color: rgba(0,0,0,0.07);
    }
    .portitem:active .porttext {
        background-color: rgba(0,0,0,0.07);
    }
    .porttext2 {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom:20px;
        -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);
    }
    .portitem:hover .porttext2 {
        
        bottom: 25px;
    }
    .portitem:active .porttext2 {
        bottom: 25px;
    }
    #container .porttext2 h4 {
        text-align: center;
        margin: 0;
        padding:0;
        color: #fcfcfc;
        font-size:15px;
        line-height:26px;
        font-weight:bold;
        margin-left:10px;
        margin-right:10px;
        text-transform:uppercase;
    }

    #container .porttext2 h5 {
        text-align: center;
        margin: 0;
        padding:0;
        color: #eee;
        font-size: 14px;
        margin-top:5px;
        
    }
}
@media (max-width: 480px)
{
    .portitem {
        width: 100%;
        height: 40vh;
    }
}
@media (min-width: 481px) and (max-width: 768px)
{
    .portitem {
        width: 50%;
        height: 30vh;
    }
}
@media (min-width: 769px) and (max-width: 980px)
{
    .portitem {
        width: 33.3%;
        height: 30vh;
    }
}
@media (min-width: 981px) and (max-width: 1279px)
{
    .portitem {
        width: 33.3%;
        height: 30vh;
    }
}
/* ################### FORM*/
@media all {
    .boxform {
        width: 62%;
        height: auto;
        float: right;
        margin-right: 9%;
        background-color:#fff;
        overflow: hidden;
        -webkit-border-radius: 13px;
        border-radius: 13px;
        z-index: 1;
        padding:24px;
    }
.formcont50 {
width: 50%;
height: auto;
padding: 10px;
}
.formcont100 {
width: 100%;
height: auto;
padding: 10px;
}
    .formcont100nop {
        width: 100%;
        height: auto;
        padding: 10px;
        padding-bottom:2px;
        padding-top:2px;
    }
#container .formatform1 h4 {
font-size: 13px;
line-height:13px;
text-transform: uppercase;
font-weight: bold;
margin: 0;
padding: 0;
color:#eee;
}

#container .formatform1 .p1 {
margin: 0;
margin-top:12px;
}

#container .formatform1 .littlep5 {
font-size: 14px;
line-height: 18px;
}
    #container .formatform1 .preq {
        font-size: 14px;
        line-height: 18px;
        color:#fff;
    }

#container .formatform1 .pavviso {
margin: 0;
font-size: 15px;
color: #d11e4b;
}

#container .formatform1 .text1 {
width: 100%;
}

#container .formatform1 textarea {
width: 100%;
}
}
@media (max-width: 480px) {
    .boxform {
        width: 100%;
        height: auto;
        float: left;
        margin-right: 0;
        padding:20px;
    }

.formcont50 {
width: 100%;
}
}
@media (min-width: 481px) and (max-width: 768px) {
    .boxform {
        width: 100%;
        height: auto;
        float: left;
        margin-right: 0;
    }
}
@media (min-width: 769px) and (max-width: 980px) {

}
@media (min-width: 981px) and (max-width: 1279px) {
    .boxform {
        width: 80%;
    }
}
/* ################### SEZIONI*/
@media all {
    .seccontatti {
        margin-top:90px;

    }
    .contattibox1 {
        width: 90%;
        height: auto;
        margin-left: 7%;
        padding-top: 28px;
        padding-bottom: 28px;
    }
    #container .contattibox1 i {
        position: absolute;
        font-size: 42px;
    }
    #container .contattibox1 .p3 {
        margin-left: 110px;
        font-size: 23px;
        margin-top: 4px;
    }
        #container .contattibox1 .p3 a {
            font-weight: normal;
            color: var(--colorText1-);
        }
    #container .contattibox1 .p4 {
        margin-left: 110px;
        font-size: 18px;
        margin-top: 6px;
    }
    .boxva {
        width: 20%;
        height: 200px;
    }
    #container .boxva .p1 {
        text-align:center;
        margin:0;
        font-size:46px;
        margin-top:35px;
    }
    #container .boxva .p2 {
        text-align: center;
        margin: 0;
        text-transform:uppercase;
        font-size:22px;
        line-height:26px;
        font-weight:600;
        margin-top:25px;
    }
    .divpat1 {
        width: 100%;
        height: 55px;
        background-image: url("/svg/bullets2.svg");
        background-repeat: repeat;
        background-size: 36px;
        margin-top:20px;
    }
    .ctaimg {
        width: 100%;
        height: 600px;
        background-image: url("/img_sito/cta-img.jpg");
        background-position:center;
        background-size:cover;
        overflow:hidden;
        -webkit-border-radius:10px;
        border-radius:10px;
    }
    #ctatext {
        margin-top:-200px;
    }
    .section1 .box1 {
        float: left;
    }

    .section1 .box2 {
        float: right;
    }

    .section2 .box1 {
        float: right;
    }

    .section2 .box2 {
        float: left;
    }
    .boxservice1 {
        width: 50%;
        height: 250px;
        padding: 50px;
        -webkit-transition: all ease 0.10s;
        transition: all ease 0.10s;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
        transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    }
    .boxservice1:hover {
        background-color:rgba(0,0,0,0.03);
    } 
            .boxservice1 p {
            -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);
        }
        .boxservice1.textright:active p {
            margin-right: 10px;
        }
        .boxservice1.textleft:active p {
            margin-left: 10px;
        }
       
    .boxservice1 .p1 {
        color:#fcfcfc;
        font-size:32px;
    }
        .boxservice1 .p2 {
            color: #fcfcfc;
            font-size: 34px;
            font-weight:bold;
            margin-top:25px;
            text-transform:uppercase;
        }
        .boxservice1 .p3 {
            color: #fcfcfc;
            font-size: 18px;
            line-height:22px;
            margin-top:10px;
            font-weight:normal;
        }
    .box1 {
        width: 44%;
        padding: 10px;
        overflow: hidden;
    }
    .boxtext1 {
        width: 100%;
    }
    #container .boxtext1 h1 {
        font-size: 54px;
        line-height: 62px;
        text-transform: uppercase;
    }
    #container .boxtext1 .p0 img{
        width:44px;
    }
    #container .boxtext1 .p1 {
        font-size: 33px;
        line-height: 44px;
        font-weight: 600;
        margin-top: 35px;
    }
    #container .boxtext1 .p2 {
        font-size: 20px;
        line-height: 37px;
        font-weight: normal;
        margin-top: 45px;
    }
    #container .boxtext1 ul {
        margin-left:0;
    }
    #container .boxtext1 ul li {
        font-size: 20px;
        line-height: 37px;
        font-weight: normal;
        margin-top: 15px;
        margin-left:22px;
    }
    .box2 {
        width: 54%;
        padding: 10px;
        height: auto;
        float: right;
    }
    .box2text {
        width: 100%;
        padding: 20px;
    }
    #container .box2text p {
        font-size: 20px;
        line-height:33px;
    }
    .section1 .box2img {
        width: 68%;
        height: 600px;
        float: right;
        margin-right: 6%;
        background-position: center;
        background-size: cover;
        overflow: hidden;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        z-index: 1;
    }
    .section1 .box2imgel {
        width: 74%;
        height: 300px;
        float: none;
        right: 3%;
        position: absolute;
        bottom: -73px;
        z-index: 0;
        background-image: url("/svg/bullets.svg");
        background-repeat: repeat;
        background-size: 36px;
    }
    .section2 .box2img {
        width: 68%;
        height: 600px;
        float: left;
        margin-left: 6%;
        background-position: center;
        background-size: cover;
        overflow: hidden;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        z-index: 1;
    }

    .section2 .box2imgel {
        width: 74%;
        height: 300px;
        float: none;
        left: 4%;
        position: absolute;
        bottom: -73px;
        z-index: 0;
        background-image: url("/svg/bullets.svg");
        background-repeat: repeat;
        background-size: 36px;
    }
    


}
@media (max-width: 480px) {
    .seccontatti {
        margin-top: 30px;
    }
    .contattibox1 {
        width: 90%;
        height: auto;
        margin-left: 5%;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #container .contattibox1 i {
        position: absolute;
        font-size: 32px;
    }

    #container .contattibox1 .p3 {
        margin-left: 70px;
        font-size: 17px;
        line-height:27px;
        margin-top: 2px;
    }
    .boxva {
        width: 50%;
        height: 200px;
    }

    #container .boxva .p1 {
        font-size: 44px;
        margin-top: 35px;
    }

    #container .boxva .p2 {
        font-size: 17px;
        line-height: 22px;
        font-weight: 600;
        margin-top: 20px;
    }
    #ctatext {
        margin-top: -200px;
    }
    .section2 .box1 {
        float: left;
    }

    .section2 .box2 {
        float: right;
    }
    .boxservice1 {
        width: 100%;
        padding:10px;
    }

        .boxservice1 .p1 {
            color: #fcfcfc;
            font-size: 30px;
        }

        .boxservice1 .p2 {
            color: #fcfcfc;
            font-size: 30px;
            font-weight: bold;
            margin-top: 25px;
            text-transform: uppercase;
        }

        .boxservice1 .p3 {
            color: #fcfcfc;
            font-size: 19px;
            margin-top: 8px;
            font-weight: normal;
        }

.box1 {
width: 100%;
padding: 1%;
margin-top: 50px;
margin-bottom: 50px;
}

.box2 {
width: 100%;
height: auto;
padding: 1%;
margin-top: 50px;
margin-bottom: 50px;
}
    .section1 .box2img {
        width: 78%;
        height: 400px;
        margin-right: 2%;
    }

    .section1 .box2imgel {
        width: 82%;
        height: 240px;
        right: 8%;
    }
    .section2 .box2img {
        width: 78%;
        height: 400px;
        margin-right: 2%;
    }

    .section2 .box2imgel {
        width: 82%;
        height: 240px;
        right: 8%;
    }
    #container .boxtext1 .p1 {
        font-size: 26px;
        line-height: 36px;
        margin-top: 30px;
    }

    #container .boxtext1 .p2 {
        font-size: 20px;
        line-height: 32px;
        margin-top: 30px;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .seccontatti {
        margin-top: 50px;
    }
    .boxva {
        width: 33%;
        height: 200px;
    }

    #container .boxva .p1 {
        font-size: 44px;
        margin-top: 35px;
    }

    #container .boxva .p2 {
        font-size: 17px;
        line-height: 23px;
        font-weight: 600;
        margin-top: 25px;
    }
    #ctatext {
        margin-top: -200px;
    }
    .section2 .box1 {
        float: left;
    }

    .section2 .box2 {
        float: right;
    }
.box1 {
width: 100%;
padding: 1%;
margin-top: 50px;
margin-bottom: 50px;
}

.box2 {
width: 100%;
height: auto;
padding: 1%;
margin-top: 50px;
margin-bottom: 50px;
}
    .section1 .box2img {
        width: 86%;
        height: 600px;
        margin-right: 2%;
    }

    .section1 .box2imgel {
        width: 80%;
        height: 240px;
        right: 12%;
    }
    .section2 .box2img {
        width: 86%;
        height: 600px;
        margin-right: 2%;
    }

    .section2 .box2imgel {
        width: 80%;
        height: 240px;
        right: 12%;
    }
    .boxservice1 .p2 {
        font-size: 24px;
        margin-top: 20px;
    }
    .boxservice1 .p3 {
        color: #fcfcfc;
        font-size: 15px;
        margin-top: 8px;
        font-weight: normal;
    }
}
@media (min-width: 769px) and (max-width: 980px) {
    .seccontatti {
        margin-top: 50px;
    }
    .boxva {
        width: 33%;
        height: 200px;
    }

    #container .boxva .p2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        margin-top: 25px;
    }
    #ctatext {
        margin-top: -200px;
    }
    .section2 .box1 {
        float: left;
    }

    .section2 .box2 {
        float: right;
    }
    .box1 {
        width: 100%;
        padding: 1%;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .box2 {
        width: 100%;
        height: auto;
        padding: 1%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .section1 .box2img {
        width: 80%;
        height: 600px;
        margin-right: 2%;
    }

    .section1 .box2imgel {
        width: 80%;
        height: 240px;
        right: 12%;
    }
    .section2 .box2img {
        width: 80%;
        height: 600px;
        margin-right: 2%;
    }

    .section2 .box2imgel {
        width: 80%;
        height: 240px;
        right: 12%;
    }

}
@media (min-width: 981px) and (max-width: 1279px) {
    #ctatext {
        margin-top: -200px;
    }
.box1 {
width: 50%;
padding: 20px;
}

.box2 {
width: 48%;
padding: 20px;
}
    .section1 .box2img {
        width: 80%;
        height: 470px;
        margin-right: 2%;
    }

    .section1 .box2imgel {
        width: 80%;
        height: 200px;
        right: 2%;
    }
    .section2 .box2img {
        width: 80%;
        height: 470px;
        margin-right: 2%;
    }

    .section2 .box2imgel {
        width: 80%;
        height: 200px;
        right: 2%;
    }
}
/* ################### PREFOOTER*/
@media all {

.prefooter {
width: 100%;
height: auto;
padding: 50px;
padding-bottom: 100px;
padding-top: 100px;
}

#container .prefooter .divbutton2 {
background-color: #fff;
border: 2px solid #fff;
}

#container .prefooter .divbutton2 p {
color: #1a81c6;
}

#container .prefooter .divbutton2 h3 {
color: #1a81c6;
}

.prefooter .p1 {
text-transform: none;
font-size: 52px;
line-height: 49px;
font-family: font1eb;
color: #fcfcfc;
}

.prefooter .p2 {
font-size: 18px;
line-height: 31px;
margin-top: 35px;
margin-bottom: 20px;
color: #eee;
}

.prefooter .p2 strong {
font-size: 19px;
color: #eee;
}

.prefooter .p2 a {
color: #eee;
}

.prefooter .p2 a:hover {
color: #fff;
}
}
@media (max-width: 480px) {
.prefooter {
padding: 25px;
padding-bottom: 100px;
padding-top: 100px;
}

.prefooter .p1 {
font-size: 43px;
line-height: 45px;
}

.prefooter .p2 {
font-size: 20px;
line-height: 27px;
margin-right: 0;
margin-left: 0;
}

.prefooter .p2 strong {
font-size: 21px;
}
}
@media (min-width: 481px) and (max-width: 768px) {
.prefooter {
padding: 25px;
padding-bottom: 100px;
padding-top: 100px;
}

.prefooter .p1 {
font-size: 43px;
line-height: 45px;
}

.prefooter .p2 {
font-size: 20px;
line-height: 27px;
margin-right: 0;
margin-left: 0;
}

.prefooter .p2 strong {
font-size: 21px;
}
}
@media (min-width: 769px) and (max-width: 980px) {
.prefooter .p2 {
margin-right: 30px;
margin-left: 30px;
}
}
@media (min-width: 981px) and (max-width: 1279px) {
.prefooter .p2 {
margin-right: 30px;
margin-left: 30px;
}
}
/* ################### FOOTER */
@media all {
    #boxpartner {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding-bottom:70px;
        padding-top:30px;
    }
#footer {
width: 100%;
height: auto;
position: relative;
float: left;
padding-top: 110px;
background-color: #fff;

}
    #footerprelink {
        width: 100%;
        height: 55px;
        background-image: url("/svg/bullets2.svg");
        background-repeat: repeat;
        background-size: 36px;
        margin-top: 60px;
    }
#footerlink {
width: 100%;
height: auto;

padding-top: 28px;
padding-bottom: 28px;
background-color: #eee;
}

#footerlink p {
text-transform: uppercase;
font-size: 14px;
color: #555;
}

#footerlink p a {
text-decoration: none;
color: #333;
font-weight: normal;
margin-left: 15px;
margin-right: 15px;
}

#footerlink p a:hover {
color: var(--color-text1);
}

#footerlink p a:active {
color: var(--color-text1);
}

#footer2 {
width: 100%;
padding-bottom:20px;
padding-top:20px;
}

#logosmartcont {
width: 64px;
height: 64px;
margin: -60px auto;
float: none;
}

    #logosmart {
        width: 64px;
        height: 64px;
    }

#logosmart img {
width: 100%;
}

#logosmart p {
margin: 0;
}

#footer2 .p1 img {
width: 160px;
filter: brightness(0) invert(0.4);
}

#footer2 .p2 {
color: #333;
font-size: 24px;
line-height: 20px;
margin-top: 70px;
font-weight: bold;
}

#footer2 .p3 {
color: #555;
font-size: 15px;
line-height: 23px;
margin-top: 8px;
}

#footer2 .p4 {
font-size: 35px;
margin-top: 60px;
}

#footer2 .p4 a {
margin-left: 5px;
margin-right: 5px;
text-decoration: none;
}

#footer2 .p4 a {
color: var(--color-text1);
}

#footer2 .p4 a:hover {
color: var(--color-text1);
}

#footer2 .p4 a:active {
color: var(--color-text1);
}


#firma {
width: 100%;
padding-bottom: 19px;
padding-top: 19px;
}
}
@media (max-width: 480px) {
#footer2 .p1 img {
width: 140px;
}

#footerlink p span {
display: none;
}
}
@media (min-width: 481px) and (max-width: 768px) {
}
@media (min-width: 769px) and (max-width: 980px) {
}
@media (min-width: 981px) and (max-width: 1279px) {
}



/*
    @media all
{

}
    @media (max-width: 480px)
{

}
@media (min-width: 481px) and (max-width: 768px)
{

}
@media (min-width: 769px) and (max-width: 980px)
{

}
@media (min-width: 981px) and (max-width: 1279px)
{

}*/
