

:root {
   

    --rz-menu-top-item-background-color: trasparent !important;
    --rz-menu-top-item-hover-background-color: trasparent !important;
    --rz-menu-top-item-color: #102241 !important;
    --rz-menu-top-item-hover-color: #FFB52F !important;
    --rz-button-border-radius: 50px !important;
    --rz-button-shadow: none !important;
    --rz-card-border-radius: 15px !important;
    --rz-text-h1-color: #0D2857 !important;
    --rz-text-h1-font-size: 45px !important;
    --rz-text-h1-font-weight: 900 !important;
    --rz-text-h1-line-height: 45px !important;
}



@font-face {
    font-style: normal;
    font-family: 'Aristotelica';
    src: url('../fonts/Aristotelica.eot');
    src: url('../fonts/Aristotelica.eot?#iefix') format('embedded-opentype'), url('../fonts/Aristotelica.woff') format('woff'), url('../fonts/Aristotelica.ttf') format('truetype'), url('../fonts/Aristotelica.svg#svgAristotelica') format('svg');
}

.rz-navigation-item-link:hover{
    background-color:transparent!important;
}
/*************************************************************************************************************************MENU*/
header {
    border-bottom: 1px solid #102241;
    padding: 15px 0;
}

.ImgLogo {
    width: 250px;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    z-index:5;
}




.rz-breadcrumb {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 20px 0 50px 0 !important;
}

.rz-breadcrumb-item .rz-link {
    font-weight: bold;
    color: #FFB52F;
}

.rz-breadcrumb-item .rz-label {
    font-weight: bold;
    color: #0d2857;
    font-size: 24px;
    font-family: 'Aristotelica';
    height: 30px;
    line-height: 37px;
}

/*************************************************************************************************************************OBJECTS*/



/*************************************************************************************************************************PAGE*/

.SubHeader {
    position: relative;
    height: calc(100vh - 165px);
    width: 100%;
}


    .SubHeader .TextSubheader {
        position: absolute;
        top: 60%;
    }

.BG_Lampadina {
    background-image: url(../images/Home/Lampadina.svg);
    position: absolute;
    left: -30px;
    top: 8%;
    width: 300px;
    background-size: contain;
    height: 300px;
    background-repeat: no-repeat;
}


.ImgMani {
    background-image: url(../images/Home/ImgSH.png);
    position: absolute;
    right: 0;
    top: 0%;
    background-size: contain;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
}


.FasciaAttributi {
    background: rgb(255,181,47);
    background: linear-gradient(90deg, rgba(255,181,47,1) 0%, rgba(229,99,31,1) 100%);
    padding: 10px 0;
}

    .FasciaAttributi .col-lg-3 {
        border-right: 1px solid #fff;
    }

    .FasciaAttributi .col-lg-3 {
        border-right: 1px solid #fff;
    }

        .FasciaAttributi .col-lg-3:last-of-type {
            border-right: none;
        }



.BGGiallo {
    background: rgb(255,181,47);
    background: linear-gradient(90deg, rgba(255,181,47,1) 0%, rgba(229,99,31,1) 100%);
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 300px;
    position: relative;
}

.BGGialloIntero {
    background: rgb(255,181,47);
    background: linear-gradient(90deg, rgba(255,181,47,1) 0%, rgba(229,99,31,1) 100%);
    padding: 50px 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.ImgContatti {
    background-image: url(../images/Home/ImgContatti.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 440px;
    position: absolute;
    left: 50px;
    top: -74px;
    width: 330px;
}

.TextContatti {
    position: absolute;
    left: 40%;
    padding: 5% 0 0 0;
    top: 10%;
    width: 50%;
}

.CardPersonalizzata {
    background-image: url("../images/Interne/EtichettaCard.svg");
    background-size: cover;
    background-position: top right;
    height: 180px;
    width: 100%;
    background-color: transparent !important;
    box-shadow: none !important;
    padding-right: 80px !important;
    padding-left: 40px !important;
    margin-bottom: 20px;
}

.LineaSX {
    height: 80px;
    width: 5px;
    background-color: #FFB52F;
    position: absolute;
    top: 60px;
    left: 28px;
    z-index: 1;
}

.Step {
    position: relative;
    margin-bottom: 40px;
    height:100px;
}

    .Step .CerchiettoN {
        width: 60px;
        height: 60px;
        background-color: #fff;
        border-radius: 50%;
        color: #09337c;
        font-weight: bold;
        text-align: center;
        font-size: 20px;
        border:1px solid #0D2857;
        line-height: 60px;
    }

    .Step img {
        width: 35px;
        display: block;
        margin: 15px;
    }

    .Step p {
        color: #0D2857;
    }

.InfoContatti {
    padding-bottom: 30px;
}

    .InfoContatti img {
        margin-right: 5px;
        height: 25px;
        width: 25px;
    }

    .InfoContatti a {
        font-weight: bold;
        color: #0D2857;
        padding-right: 20px;
    }

.ImgContatto {
    background-image: url(../images/Interne/ImgContatti.jpg);
    height: 400px;
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 40px;
}

footer {
    width: 100%;
    background-color: #102241;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 0 0 0;
}

    footer .LogoFooter {
        width: 150px;
        display: block
    }

    footer img {
        display: inline-block;
        width: 25px;
        margin: 5px 5px 5px 0;
    }

    footer small {
        color: #fff;
        display: block;
        border-top: 1px solid #fff;
        font-size: 12px;
        padding: 5px 0;
    }

        footer small a {
            color: #fff;
            font-weight: bold;
        }

    footer .rz-navigation-item-text {
        color: #fff;
        font-size: 14px;
    }
    footer .rz-navigation-item:last-of-type .rz-navigation-item-text{
        color:#102241;
    }




    @media (max-width:1130px) {
        .ImgContatti {
          
            height: 440px;
            position: absolute;
            left: 50px;
            top: -74px;
            width: 100%;
        }
    }


@media (max-width:1000px) {
  
        .ImgContatti {
            height: 440px;
            position: absolute;
            left: 20px;
            top: 15px;
            width: 200px;
        }
 
}
@media (max-width:768px) {
    .rz-menu:not(.rz-profile-menu).rz-menu-open {
        width: 95%;
        background-color: #f3f3f3;
        position: absolute;
        z-index: 2;
        top: 75px;
        left: 2.5%;
        border-radius: 10px;
  
    }
    .rz-menu-toggle {
   
        color: #0D2857 !important;
       
    }
    .rz-menu:not(.rz-profile-menu).rz-menu-open .rz-menu-toggle {
        position: absolute;
        top: -53px;
    }
    .SubHeader {
        height: 100vh;
    }

    .ImgMani {
        height: 300px;
    }

    .BG_Lampadina {
        display: none;
    }

    .SubHeader .TextSubheader {
        position: absolute;
        top: 45%;
    }

    .BGGiallo {
        height: 550px;
    }

    .ImgContatti {
        top:-50px;
        left: calc(50% - 25%);
        width: 50%;
    }

    .TextContatti {
        position: absolute;
        right: 5%;
        width:90%;
        left:5%;
        padding: 50% 20px 0 20px;
    }
    .CardPersonalizzata {
      
        height: 200px;
    
        padding-left: 20px !important;
    }
    .Step{
        height:200px;
    }
    .LineaSX {
        height: 180px;
        width: 5px;
        background-color: #FFB52F;
        position: absolute;
        top: 60px;
        left: 28px;
        z-index: 1;
    }
    .ImgContatto {
     margin-bottom:20px;
    }
    .rz-navigation-item:last-of-type {
        padding: 0!important;
    }
}

@media (max-width:578px) {
   
}
