html,
body {
    height: 100%;
    padding: 0px;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    /*background: url(../images/Colore.svg);*/
}

.body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@font-face {
    font-family: "font";
    src: url("../font/font.woff") format("woff");
}

.faqwhite {
    font-family: 'font';
    font-size: 16px;
    color: #fff;
    z-index: 99998;
    text-decoration: initial;    
}

nav.fixed {
    overflow: initial !important;
    width: 100%;
    max-width: 1330px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    top: 35px;
    width: 88.1%;
    height: 30px;
    max-width: 1700px;
    z-index: 999999999;
    -webkit-transition: 300ms transform ease-in-out;
    -webkit-transition: 300ms transform ease-in-out;
    -webkit-transition: 300ms -webkit-transform ease-in-out;
    transition: 300ms -webkit-transform ease-in-out;
    transition: 300ms transform ease-in-out;
    transition: 300ms transform ease-in-out, 300ms -webkit-transform ease-in-out;
    -webkit-animation: godown 300ms ease-in-out;
    animation: godown 300ms ease-in-out;
    position: fixed;    
}

nav .navbar-wrapper {
    bottom: 0px;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    right: 0px;
    transform: translateY(0%) translateZ(0px);
    display: flex;
    justify-content: space-between;    
}

nav .text-wrapper {
    display: flex;
    align-items: center;
}

nav .menu {
    line-height: 1.5;
    position: absolute;
    top: 50px;
    right: 17px;
    display: block;
    background: white;
    padding: 15px 35px;
    border-radius: 5px 0px 5px 5px;
    display: none;    
    -webkit-box-shadow: 0px 1px 1px 0px rgba(227,227,227,1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(227,227,227,1);
    box-shadow: 0px 1px 1px 0px rgba(227,227,227,1);  
    text-align: center; 
}

nav .menu .lang {
    display: block;
    padding: 5px 0;
    color: #004c82;
    font-weight: bold;
    cursor: pointer;
    text-decoration: inherit;
    font-family: 'font';
    font-size: 16px;
    z-index: 99998;
    text-decoration: initial;    
}

nav .menu .lang:hover {
    color: #19BBC9;
}

nav .menu .triangle-up {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 12px solid white;
    position: absolute;
    top: -11px;
    right: 0;   
}

.blupart {
    position: fixed;
    background: #004C82;
    z-index: 1;    
    top: 0px;
    left: 0px;
    width: 100%;
    height: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}

.logo {
    background: url(../images/scuro.svg);
    background-size: 100% 100%;
    left: 0px;
    cursor: pointer;
    width: 130px;
    position: absolute;
    height: 30px;
}

.tit-servizi {
    font-size: 35px;
    color: #004C82;
}

.cont-tit-servizi {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 150px;
    font-family: 'font';
}

.pan {
    width: 60%;
    position: relative;
    border-radius: 15px;
    margin-bottom: 40px;
    margin-top: 38px;
}

.accordion-control {
    list-style: none;
    font-family: 'font';
    width: 85%;
    color: #19BBC9;
    cursor: pointer;
    font-size: 22.4px;
}

ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

li {
    list-style: none;
    width: 100%;
    margin-top: 2em;
    cursor: pointer;
    position: relative;
}

.accordion-panel {
    list-style: none;
    font-family: 'font';
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-top: 3em;
    margin-left: 60px;
    margin-bottom: 3em;
    line-height: 1.7;
}

.linespe {
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    margin-top: 2em;
    mix-blend-mode: multiply;
}

.bartop {
    width: 88.1%;
    position: absolute;
    top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 30px;
}

.dm {
    font-family: 'font';
    position: absolute;
    right: 0px;
    top: -2px;
    color: #fff;
    font-size: 20px;
}

.ele {
    background: url(../images/elescuro.svg);
    background-size: 100% 100%;
    mix-blend-mode: multiply;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0em;
   top: 0px;
}

.h2{
    /*font-weight: 700;*/
    font-size: 18px;
    margin-bottom: 20px;
    font-family: "font";
}

.bot-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    bottom: 35px;
    -webkit-animation: goup 300ms ease-in-out;
    animation: goup 800ms ease-in-out;
    position: fixed;
    width: 88.1%;
    height: 20px;
    max-width: 1700px;
    z-index: 9999;
    -webkit-transition: 300ms all ease-in-out;
    -webkit-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}

.socicont {
    left: 0px !important;
    width: 18px !important;
    height: 18px !important;
    position: relative!important;
    z-index: 99999 !important;
}

.social-cont {
    position: fixed;
    height: 18px !important;
    width: 100px;
    z-index: 9999;
    -webkit-transition: 300ms all ease-in-out;
    -webkit-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}

.social-logo {
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: relative;
    margin-right: 14px;
}

.facebook {
    background: url(../images/fb.svg);
    background-size: 100% 100%;
}

.linkedin {
    background: url(../images/linkedin.svg);
    background-size: 100% 100%;
}

.twitter {
    background: url(../images/twitter.svg);
    background-size: 100% 100%;
}

.instagram {
    background: url(../images/instagram_blu.svg);
    background-size: 100% 100%;
}

.margin-r {
    margin-right: 19px;
}

.margin-rr {
    margin-right: 15px !important;
}

@media (max-width:650px) {

    .cont-tit-servizi {
        width: 89.1%;}
    .accordion-panel {
        font-size: 3vw;
        margin-left: 10px;
    }

    .h2{
        font-weight: 700;
        font-size: 3.5vw;
        margin-bottom: 10px;
    }
    .dm {
        font-size: 18px;
        top: 4px;
    }
    li {
        width: 88.1%;
    }
    .pan {
        width: 100%;
    }
    .bartop {
        width: 88.1% !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        top: 32px;
    }
    .logo {
        width: 120px !important;
        height: 35px !important;
    }

    .accordion-control {

        font-size: 16.5px;}

        .cont-tit-servizi {

            margin-top: 130px;
            font-family: 'font';
        }
}

/**********ARABO**********/
.ar .menu {
    border-radius: 0px 5px 5px 5px;
    left: 17px;
    right: initial;
}

.ar .menu .triangle-up {
    border-left: 0px solid transparent;
    border-right: 16px solid transparent;
    left: 0;    
    right: initial;
}

.ar .logo {
    right: 0px;
    left: initial;
}

.ar .cont-tit-servizi {
    justify-content: flex-end;
}

.ar .ele {
    left: 0;
    right: initial;
}

.ar .accordion-control {
    margin-left: auto;
    text-align: right;
}

.ar .accordion-panel {
    text-align: right;
}