/*

viola scuro #2c336e
viola chiaro #5a539a
grigio chiaro #ededed
arancio accento #f7a941
verde accento #afcb08
verde #27EB80
 */

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-blackitalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-bolditalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}


/********************************************

    OVERRIDES

 *********************************************/

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Raleway", "Arial", sans-serif;
    position: relative;
    background-color: #ededed;

    font-weight: 300;
    font-variant-numeric: lining-nums;
    overflow-x: hidden;
}

b, strong {
    font-weight: 700;
}

a.btn, button.btn {
    background-color: #fff;
    border: none;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 18px;
    padding: 8px 16px;
    color:#000;
}

a.btn:hover, a.btn:active, button.btn:hover, button.btn:active {
    background-color: #27EB80;
    color:#000;
    border: none;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

h2 {
    font-weight: 900;
    font-size: 48px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.nav-pills .nav-link.active {
    background-color: #5a539a;
}

.nav-pills .nav-link.active:hover {
    background-color: #2c336e;
}

.nav-link {
    color: #000;
}

.nav-link:hover, .nav-link:active {
    color: #5a539a;
}


/********************************************

    SEZIONI

 *********************************************/

#sezioneHeader{
    width: 100%;
    min-height: 500px;
    padding:120px 120px 240px 120px;
    margin: 0;

    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    color: #fff;

    position: relative;

}

#floatingMenu{
    width: 100%;
    height: 60px;
    padding:20px 30px;
    margin: 0;
    display: block;

    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    color: #fff;

    position: fixed;
    top:0;
    left: 0;
    z-index: 999;

    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}

#floatingMenu.hide {
    display: none;
}

#sezioneHeader .unita {
    margin-top:60px;
}

.cookielawdiv {
    position: fixed;
    bottom:0;
    z-index: 999;
    padding:20px;
    left:10%;
    width:80%;
    background-color: rgba(0,0,0,0.7);
    color:#ffffff;
    text-align: center;
}

.cookielawdiv a:not(.btn) {
    color:#fff;
}

.cookielawdiv #accNone {
    position: absolute;
    top:-20px;
    right:-20px;
}

.cookielawdiv p {
    margin: 0px;
    margin-bottom: 5px;
}

.onda{
    position: absolute;
    width: 100%;
    height:160px;
    bottom: -1px;
    left: 0;
    background-image: url("../images/onda.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

#sezioneHeader h1 {
    font-weight: 900;
    font-size: 48px;
    margin-top: 60px;
}

#sezioneHeader h3 {
    margin: 30px 0;
}

#identity{
    position: absolute;
    top: 60px;
    left: 120px;
}

#identityFloat img{
    height:20px;
}

#mainmenuFloat {
    position: absolute;
    right:30px;
    top:20px;
    text-align: right;


}

#mainmenuFloat a{
    margin-left: 10px;
    font-weight: 700;
    color: #fff;
}

#identity img{
    height: 60px;
}

#mainmenu {
    position: absolute;
    top: 80px;
    right: 120px;
    font-weight: 700;
    color: #fff;
}
#mainmenu a {
    margin-left: 10px;
}

#mainmenu a:link, #mainmenu a:visited,
#mainmenuFloat a:link, #mainmenuFloat a:visited,
#sezioneCredits a:link, #sezioneCredits a:visited,
#sezioneFooter a:link, #sezioneFooter a:visited{
    color: #fff;
    text-decoration: none;
}

#mainmenu a:hover, #mainmenu a:active,
#mainmenuFloat a:hover, #mainmenuFloat a:active,
#sezioneCredits a:hover, #sezioneCredits a:active,
#sezioneFooter a:hover, #sezioneFooter a:active{
    color: #27EB80;
    text-decoration: underline;
}

.myBox{
    padding:30px;
    background-color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all 0.4s;
    margin: 30px 0;
    height: calc(100% - 60px);
}

.myBox:hover {
    box-shadow: rgba(0,0,0,0.2) 2px 2px 20px;
    -moz-box-shadow: rgba(0,0,0,0.2) 2px 2px 20px;
    -webkit-box-shadow: rgba(0,0,0,0.2) 2px 2px 20px;
}

.myBox .icona {
    height:90px;
    margin-bottom: 30px;
}

.myBox h3 {
    margin-bottom: 30px;
}

#boxFuria, #boxTWR {
    height: calc(100% - 60px);
}

#boxFuria .col-3, #boxTWR .col-4 {
    height: 100%;
    position: relative;
}



#sezionePlus{
    text-align: center;
    padding: 60px 0;
}

#sezionePlus h4 {
    color: #5a539a;
    text-transform: uppercase;
}

#sezionePlus h2 {
    font-weight: 900;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

#sezionePayoff{
    width: 100%;
    min-height: 200px;
    padding:60px 0;
    margin: 0;

    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    color: #fff;

    position: relative;
}

#sezioneVideo {
    background-color: #000;
}

#sezioneBrochure{
    width: 100%;
    min-height: 200px;
    padding:60px 0;
    margin: 0;

    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    color: #fff;

    position: relative;
}

#sezioneBrochure img {
    filter: drop-shadow(0px 20px 6px rgba(0,0,0,0.3));
    animation: MoveUpDown 2s linear infinite;
    position: relative;
}


@keyframes MoveUpDown {
    0%, 100% {
        bottom: 0;
    }
    50% {
        bottom: 20px;
    }
}

#sezionePayoff .testo{
    font-size: 28px;
    font-weight: 700;
}

#sezionePayoff .icona{
    height: 120px;

}

#sezioneDettagli {
    text-align: center;
    padding:60px 0;
}

#sezioneFAQ {
    padding:160px 0 60px 0;
    min-height: 600px;
}

#sezionePreventivo, #sezioneAvviamento {
    margin:60px 0;
}

#sezioneINFO{
    width: 100%;
    min-height: 200px;
    padding:60px 0;
    margin: 0;

    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    color: #fff;

    position: relative;
}

#sezioneINFO a {
    color: #fff;
}

#sezioneINFO a.btn {
    color: #000;
}

#sezioneDettagli h2 {
    font-weight: 900;
    font-size: 48px;
    margin-bottom: 60px;
}

#sezioneApp {
    width: 100%;
    min-height: 600px;
    padding:60px 0;
    margin: 0;

    background-image: url("../images/app.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    position: relative;
}

#sezioneApp .content {
    position: absolute;
    top:0px;
    right:0px;
    text-align: right;
    padding: 60px 60px;
    width: 50%;
    color: #fff;
    text-shadow: rgba(0,0,0,0.5) 0 0 10px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}

#sezioneRichiestaAvviamento {
    width: 100%;
    min-height: 600px;
    padding:60px 0;
    margin: 0;

    background-image: url("../images/richiestaavviamento.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    position: relative;
}

#sezioneRichiestaAvviamento .content {
    position: absolute;
    top:0px;
    left:0px;
    text-align: left;
    padding: 60px 60px;
    width: 50%;
    color: #fff;
    text-shadow: rgba(0,0,0,0.5) 0 0 10px;
    height: 100%;
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}

#sezioneIncentivi {
    text-align: center;
    padding: 60px 0;
}

#sezioneIncentivi h2 {

}

#sezioneIncentivi img {
    height: 90px;
    margin-bottom: 30px;
}

#sezioneIncentivi a.btn {
    background-color: #5a539a;
    color:#fff;
}

#sezioneIncentivi a.btn:hover, #sezioneIncentivi  a.btn:active {
    background-color: #27EB80;
    color:#000;
}

#sezioneEcologia{
    width: 100%;
    min-height: 200px;
    padding:60px 0;
    margin: 0;

    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    color: #fff;

    position: relative;
}

#sezioneCAT {
    padding:60px 0;
}

#sezioneCAT h3 {

    color: #5a539a;
}

.icone-preventivo {
    text-align: center;
}

.icone-preventivo .icona-preventivo {
    height: 90px;
    display: block;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:10px;
}

.intestazionePreventivo {
    width: 100%;
    min-height: 500px;
    background-image: url('../images/checklist.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

/**********************************
FOOTER
 */



#sezioneFooter{
    width: 100%;
    padding: 60px;
    text-align: center;
    font-size: 18px;

    background-color: #1B1825;

    color: #fff;
}

#sezioneFooter .brand{
    margin-bottom: 30px;
    height:80px;
}

#sezioneFooter .social img {
    height: 90px;
    margin: 60px;
}


#sezioneCredits{
    width: 100%;
    padding: 30px;
    text-align: center;
    font-size: 14px;

    background-color: #2c336e;
}
.catData {
    align-items: center;
    border-radius: 50%;
    color: #263238;
    display: flex;
    font-size: 14px;
    gap: 15px;
    height: 40px;
    justify-content: center;
    padding: 10px;
    position: relative;
    position: relative;
    transition: all 0.3s ease-out;
    width: 30px;
}

.catData::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #FFFFFF;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 95%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-out;
    width: 0;
    z-index: 1;

}

.catData .icon {
    align-items: center;
    display: flex;
    justify-content: center;
}

.catData .icon svg {
    height: 20px;
    width: auto;
}

.catData .details {
    display: none;
    flex-direction: column;
    flex: 1;
}

/*
 * Property styles in highlighted state.
 */
.catData.highlight {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    height: 120px;
    padding: 8px 15px;
    width: auto;
}

.catData.highlight::after {
    border-top: 9px solid #FFFFFF;
}

.catData.highlight .details {
    display: flex;
}


#mainmenu_lang {
    font-size: 25px;
    color:#fff;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right:120px;
    top:30px;
    z-index: 9999;
    transition: color 1s ease;
}

#mainmenu_lang.active {
    color:#333;
}

#mainmenulang {
    position: fixed;
    right: 0%;
    top:0;
    z-index: 1300;
    width:0%;
    max-width: 600px;
    height: 100vh;
    text-align: center;
    background: rgba(255,255,255, 0.9);
    transition: width 1s ease;
    padding:120px 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

#mainmenulang a {
    color:#666;
}

#mainmenulang a:hover {
    text-decoration: none;
    color: #000;
}

#mainmenulang.active {
    width:50%;
    max-width: 600px;
    white-space: nowrap;
}

#mainmenulang ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    font-size: 2rem;
    width:400px;
}

#mainmenulang li {
    padding: 10px 0;
}

/************************************************************

    MEDIA QUERIES

************************************************************ */

@media screen and (max-width: 1200px) {
    #sezioneHeader {
        padding:90px 60px 220px 60px;
    }

    #identity {
        left: 60px;
    }

    #mainmenu {
        width: 400px;
        min-height: 100vh;
        background-color: #27EB80;
        transition: all 0.3s;
        z-index: 900;
        position: absolute;
        top:0;
        right:-400px;
        padding: 120px 30px;
        text-align: center;
        overflow: hidden;
    }

    #mainmenu a {
        display: block;
        color: #fff;
        font-size: 32px;
        text-decoration: none;
    }

    #mainmenu .testo a:hover {
        text-decoration: underline;
    }

    #mainmenu.active {
        width: 400px;
        right: 0;

    }

    #burgerBtn {
        position: absolute;
        top: 30px;
        right: 60px;
        color: #fff;
        font-size:40px;
        cursor: pointer;
        z-index: 999;

    }

    #mainmenu_lang {
        right:120px;
        top:45px;
    }

    #burgerBtn img {
        width: 40px;
    }

    #floatingMenu {
        display: none;
    }
}


@media screen and (min-width: 992px) {

    #boxFuria .col-3 .prodottoFuria{
        position: absolute;
        bottom: 0px;
    }


    #sezioneRichiestaAvviamento .content {
        padding: 60px 60px 120px 60px;
        width: 70%;
        margin-bottom: 60px;
    }
}



@media screen and (max-width: 768px) {

    #sezioneHeader{

        padding:90px 30px 220px 30px;

    }
    #identity{
        top: 30px;
        left: 30px;
    }

    #sezioneHeader h1 {
        font-size: 32px;
    }

    #sezioneHeader h3 {
        font-size: 24px;
    }

    #identity img{
        height: 40px;
    }

    #sezioneApp {
        min-height: 800px;
        padding:60px 10px;
    }

    #sezioneApp .content {
        width:100%;
        text-align: center;
        padding:60px 15px;
    }

    #mainmenu.active {
        width:100%;
    }

    #burgerBtn {
        top:5px;
        right:15px;
    }

    #sezioneRichiestaAvviamento .content {
        padding: 30px 30px 60px 30px;
        margin-bottom: 60px;
        width: 100%;
    }
}

@media screen and (max-width: 576px) {

    #mainmenulang.active {
        width:100%;
    }

    #sezioneFooter{
        padding: 60px 30px;
    }

    #sezionePayoff {
        text-align: center;
    }

    #sezionePayoff .icona {
        margin-bottom:30px;
    }

    #sezioneFooter .social img {
        height: 60px;
        margin: 30px;
    }
}
