.homeBlockContainer{
    margin-top: 90px;
}

.url_selected{
    display: none !important;
}

.homeBoxTitle{
    padding-top: 15px;
    font: normal normal bold 40px/48px Montserrat;
    letter-spacing: 0px;
    color: #454545;
    opacity: 1;
}
.homeBoxSubTitle{
    margin-top: 15px;
    font: normal normal normal 18px/28px Open Sans;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.homeSuiteText{
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding-top: 25px;
    text-align: center;
    font-family: Montserrat;
}

.lngNewButtons{
    background: transparent linear-gradient(180deg, #FFD75D 0%, #F8991D 100%) 0% 0% no-repeat padding-box;
    opacity: 0.46;
    text-align: center;
    font: normal normal bold 12px/16px Montserrat;
    letter-spacing: 1.2px;
    color: #F9F9FB;
    width: fit-content;
    padding: 0px 15px;
    height: 48px;
    line-height: 48px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    opacity: 1;
    text-transform: uppercase;
    display: inline-block;
    min-width: 196px;
}

.lngNewButtons:hover{
    background: transparent linear-gradient(180deg, #FAAC48 0%, #FAAC48 100%) 0% 0% no-repeat padding-box;
}

.lngNewButtons:active{
    background: transparent linear-gradient(180deg, #F8991D 0%, #F8991D 100%) 0% 0% no-repeat padding-box;
}

.lngNewReverseButton{
    border: 1px solid #F8991D;
    border-radius: 49px;
    opacity: 1;
    background: white;
    color:#F8991D;
}

.lngNewReverseButton:hover{
    background: #f8991d;
    color: white;
}

.lngNewReverseButton:active{
    background: #d78720;
    color: white;
}

.lngNewBlueButton{
    background: transparent linear-gradient(180deg, #656A8D 0%, var(--viola1_-373b5f) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #656A8D 0%, #373B5F 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0010AE7A;
    border-radius: 49px;
    opacity: 1;
    color:#ffffff;
}

.lngNewBlueButton:hover{
    background: #565a78;
}

.lngNewBlueButton:active{
    background: #3e4261;
}

.suiteBoxSubButton{
    padding-bottom: 90px;
}

.suiteBoxSubButtonImg img{
    max-width: 820px;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
    top: -60px;
}

#suiteSubButtons .lngNewButtons{
    margin-left: 15px;
    margin-right: 15px;
}

.homeBoxSubButton{
    margin-top: 40px;
}

.suiteHomeBlock{
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    /* UI Properties */
    background: transparent linear-gradient(226deg, #F5AE58 0%, #CC7100 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.suiteHomeBlock img{
    margin: auto;
}

.spacer-100{
    height: 100px;
}

.spacer-90{
    height: 90px;
}

.visoreEntraTopTitle  h1{
    font: normal normal bold 48px/60px Montserrat;
}

#visoreContatti{
    background: url("../images/pagine/visoreContatti.jpg");
    margin-bottom: 0;
    background-size: contain;
}

.comparisonSection {
    /*position: relative;*/
    height: 100vh;
}
.comparisonImage {
    width: 100%;
    height: 100vh;
}

.comparisonImage img {
    width: 100%;
    height: 100vh;
    height: 100%;
    top: 0;
}

#suittami{
    height: 500vh;
    /*    height: 400%;*/
}

#blocco_1{
    background: #9DB444 url('../suite/sfumatura1.png');
    background: transparent linear-gradient(135deg, #9DB444 0%, #260943 100%) 0% 0% no-repeat padding-box;
    position: relative;
    background-size: cover;
}

#blocco_1 .divbg {
    background: url('../suite/block1.png');
    background-size: contain;
    background-position: center center;
    width: 80%;
    margin: 0vh 10%;
    background-repeat: no-repeat;
    height: 94vh;
    position: relative;
    top: 3vh;
}

.block1TextContainer{
    position: absolute;
    left: 10%;
    z-index: 100;
    width: 30%;
    top: 40%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}

.block1ImgContainer{
    position: absolute;
    right: 10%;
    z-index: 100;
    width: 45%;
    top: 50%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}

.block1ImgContainer img{
    margin: auto;
}

#blocco_2{
    background: transparent linear-gradient(0deg, #230441 0%, #0E4C6E 100%) 0% 0% no-repeat padding-box;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

#blocco_2 .divbg {
    background: url('../suite/block2.svg');
    background-size: contain;
    background-size: 300px;
    background-position: center center;
    width: 100%;
    margin: 0vh 0%;
    background-repeat: no-repeat;
    height: 96vh;
    position: relative;
    top: 2vh;
    background-repeat: repeat;
    animation: animatedBackground 25s linear infinite;
}

.block2TextContainer{
    position: absolute;
    right: 15%;
    z-index: 100;
    width: 45%;
    top: 40%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}

.block2ImgContainer{
    position: absolute;
    left: 10%;
    z-index: 100;
    width: 26%;
    bottom: -2vh;
}

.cPointer{
    cursor: pointer;
}

.block2ImgContainer img{
    margin: auto;
    max-height: 90vh;
}

#blocco_3{
    background: #FEBD2D url('../suite/sfumatura3.png');
    background: transparent linear-gradient(135deg, #FCBD30 0%, #16072F 100%) 0% 0% no-repeat padding-box;
    /*background: transparent linear-gradient(270deg, #F89926 0%, #CC7910 100%) 0% 0% no-repeat padding-box;*/
    /*mix-blend-mode: multiply;*/
    background-size: cover;
    position: relative;
}

.block3ImgContainer{
    position: absolute;
    left: 10%;
    z-index: 100;
    bottom: 0%;
    top: 0;
    width: 63%;
}

.block3ImgContainer img{
    margin: auto;
}

.block3TextContainer{
    position: absolute;
    left: 0;
    width: 50%;
    z-index: 110;
    top: 10%;
}

.gestione_img{
    max-width: 80%;
    position: absolute;
    bottom:0;
    right: 0;
}

@media (max-width: 1400px) {
    .block3TextContainer{
        top: 5%;
    }

    .gestione_img{
        max-width: 80%;
    }
}

/*#blocco_3 .comparisonImage {
    background: url('../suite/block3.png');
    background-size: auto;
    background-position: bottom left;
    width: 80%;
    margin: 0vh 10%;
    background-repeat: no-repeat;
    height: 90vh;
    position: relative;
    top: 5vh;
}*/

#blocco_4{
    background: #373B5F url('../suite/sfumatura4.png');
    /*background: transparent linear-gradient(270deg, #F89926 0%, #CC7910 100%) 0% 0% no-repeat padding-box;*/
    /*mix-blend-mode: multiply;*/
    background-size: cover;
    position: relative;
}

.block4ImgContainer{
    position: absolute;
    right: 10%;
    z-index: 100;
    bottom: 5%;
    width: 35%;
    background: #373B5F;
}

.block4TextContainer{
    position: absolute;
    left: 10%;
    z-index: 100;
    width: 40%;
    top: 50%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}

/*#blocco_4 .comparisonImage {
    background: url('../suite/block4.png');
    background-size: auto;
    background-position: bottom right;
    width: 80%;
    margin: 0vh 10%;
    background-repeat: no-repeat;
    height: 90vh;
    position: relative;
    top: 5vh;
    z-inder: 100;
}*/

#blocco_5{
    background: transparent linear-gradient(320deg, #CC7910 0%, #F89926 100%) 0% 0% no-repeat padding-box;
    background: #f89926;
}

.iconsub{
    max-width: 590px;
}

.afterImage {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate3d(0px, -100%, 0);
    height: auto;
    width: auto;
    left: 150px;
    right: 80px;
}
.afterImage img {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 100%);
    height: 100%;
    width: auto;
    max-width: 100%;
    padding-bottom: 30px;
}

@media (max-aspect-ratio: 0.99) {
    .afterImage img {
        height: auto;
        width: 100%;
    }
}



.suittamiBG{
    background: url('../suite/suiteHover.jpg') top left no-repeat;
    background-size: cover;
}

.suiteAttiva {
    background: transparent linear-gradient(270deg, #F89926 0%, #CC7910 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #f4871d 0%, #C16100 100%) 0% 0% no-repeat padding-box;
}

.allievi-use-total{
    text-align: center;
    font: normal normal bold 28px/32px Montserrat;
    letter-spacing: 0px;
    opacity: 1;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 56px;
    padding-bottom: 56px;
}

.allievi-use-total span{
    color: #F4C150;
    min-width: 118px;
    display: inline-block;
}

.allievi-use-total h2{
    margin: 0;
    font-weight: bold;
}

.allievi-use-total-2{
    text-align: center;
    font: normal normal bold 28px/32px Montserrat;
    letter-spacing: 0px;
    opacity: 1;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.allievi-use-total-2-uno{
    font-size: 40px;
    line-height: 48px;
    color: #F4C150;
    font-weight: bold;
    margin-bottom: 16px;
}

.allievi-use-total-2-due{
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    font: normal normal 400 18px / 28px Open Sans;
}

.allievi-scarica-app{
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 730px;
    text-align: center;
    font: normal normal 400 18px/28px Open Sans;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin: auto;
}

.allievi-scarica-app-title{
    font: normal normal bold 32px/40px Montserrat;
    letter-spacing: 0px;
    color: #373B5F;
    padding-top: 30px;
    opacity: 1;
}

#cercaQui, #address {
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    position: absolute;
    left: 7%;
    z-index: 100;
    top: 35px;
    height: 60px;
    line-height: 60px;
    border: 0;
    width: 25%;
    padding: 0px 10px;
    font-size:18px;
}

.sfumaturaChiSiamo{
    background-image: linear-gradient(to right, #373b5f, #2f2f5a, #282355, #23154e, #200546);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.68;
}

.content-wrapper-97{
    margin-top: 97px;
}

.total-auto-province{
    font: normal normal bold 18px/22px Montserrat;
    letter-spacing: 0px;
    opacity: 1;
    text-transform: uppercase;
    color: #454545;
}

.total-auto-province span{
    color: #F4C150;
    font: normal normal bold 32px/36px Montserrat;
    margin-bottom: 10px;
    display: inline-block;
}

.total-auto-province .float{
    display: inline-block;
    margin: 0px 47px;
    margin-bottom: 20px;
}

.bg-search-map{
    background: #ed9222;
    padding-top: 50px;
}

.autoscuolaResultItemTitle{
    margin-bottom: 15px;
}

.autoscuoleBack{
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.tutte-autoscuole-del-regione{
    font-size: 24px;
    font-weight: bold;
}

.risultativisualizzati{
    margin-bottom: 50px;
}

.autoscuoleBack:hover{
    color: #f8991d !important;
}

.suiteTitle{
    font-weight: bold;
    font-size: 40px;
    color: white;
    margin-bottom: 20px;
}

.suiteText{
    font-size: 18px;
    color: white;
}

.corsiTopTitle{
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 70px;
}

.corsiTopTitleInner{
    font-weight: bold;
    color: #333333;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 50px;
}

.singleCorsoItem{
    margin-bottom: 40px;
}

.singleCorsoTitle{
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 5px;
}

.singleCorsoContent{
    font-size: 18px;
    color: #333333;
    line-height: 28px;
}

.ombra{
    box-shadow: 1px 5px 11px -3px #8E8E8E;
    background-color: #373B5F;
}

.ufficiostampaBlockContact{
    margin-top: 40px;
    line-height: 28px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.ufficiostampaBlockContact a, .ufficiostampaBlockContact a:hover{
    color: white !important;
}

.chisiamoContainer{
    margin-top: 59px;
    margin-bottom: 104px;
}
#menuPatenti .linkpatenteclass a{
    font-size: 12px;
    padding-left: 0px;
    padding-right: 10px;
}

#main-footer{
    border: 0 !important;
}

.entra-form-container{
    background: rgb(35,37,50);
    background: -moz-linear-gradient(180deg, rgba(35,37,50,1) 30%, rgba(255,255,255,1) 30%);
    background: -webkit-linear-gradient(180deg, rgba(35,37,50,1) 30%, rgba(255,255,255,1) 30%);
    background: linear-gradient(180deg, rgba(35,37,50,1) 30%, rgba(255,255,255,1) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#232532",endColorstr="#ffffff",GradientType=1);
    padding-bottom: 90px;
}

.field-entracorso-accept label{
    margin-left: 5px;
    font-size: 12px;
}

.ufficio-stampa-title{
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-bottom: 2px;
}

.ufficio-stampa-name{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #f8991d;
}

.ufficio-stampa-address{
    font-size: 18px;
    line-height: 25px;
    color: white;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ufficio-stampa-contact{
    color: white;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 35px;
}

.ufficio-stampa-contact span{
    color: white;
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.detailNewsVisore .newsElencoTorna{
    top: 90px;
}

.detailNewsVisore .category_news{
    top: 150px !important;
}

@media (max-width: 1400px) {
    .suiteTitle{
        font-weight: bold;
        font-size: 32px;
        color: white;
    }

    .suiteText{
        font-size: 18px;
        color: white;
    }
}

@media (max-width: 1200px) {
    .suiteTitle{
        font-weight: bold;
        font-size: 24px;
        color: white;
    }

    .suiteText{
        font-size: 16px;
        color: white;
    }
}

.padding35{
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
}

.maxSuite{
    max-width: 90px;
    height: auto;
}

#blocco_4 .maxSuite{
    max-width: 110px;
}

#blocco_2 .maxSuite{
    margin-bottom: 5px;
}

.right-home-desktop{
    position: fixed;
    right: -25px;
    top: 50%;
    z-index: 10000;
    transform: translateY(-50%);
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease-out;
}

.right-home-desktop:hover{
    right: 0px;
}

.driveModal{
    height: 392px;
    width: 730px;
    position: absolute;
    background: url('../images/drive-the-future/drive-modal.png');
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 20px #00e4ff) drop-shadow(0 0 40px #00e4ff);
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.driveModalInner{
    position: absolute;
    bottom: 24px;
    width: 100%;
    text-align: center;
}

.driveModalClose{
    font-size: 20px;
    position: absolute;
    top: 24px;
    right: 24px;
    color: white;
}

.driveModalClose i{
    display: block;
    cursor: pointer;
}

.drive-text{
    color: #F9F9FB;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 24px;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

@media (max-width: 900px) {
    .total-auto-province .float{
        display: inline-block;
        margin: 0px 0px;
        width: 100%;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .mobileMapColor{
        background: transparent linear-gradient(226deg, #F5AE58 0%, #CC7100 100%) 0% 0% no-repeat padding-box;
        opacity: 1;
    }

    .mobileMapColor img{
        width: 80%;
        margin: auto;
        padding-top: 25px;
    }

    .right-home-desktop{
        right: 0;
        top: 5px;
        transform: translateY(0%);
    }

    .driveModal{
        height: 352px;
        width: 302px;
        position: absolute;
        background: url('../images/drive-the-future/drive-modal-mobile.png');
        background-repeat: no-repeat;
        filter: drop-shadow(0 0 20px #00e4ff) drop-shadow(0 0 40px #00e4ff);
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

    .driveModalClose {
        font-size: 16px;
        top: 16px;
        right: 16px;
    }

    .drive-text{
        font-size: 16px;
        line-height: 24px;
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 991px) {

    .allievi-use-total span{
        display: block;
        min-height: 32px;
    }

    #pin-container-allievi{
        display: block !important;
    }

    #pin-container-allievi img{
        width: 41px;
        height: 56px;
    }

    .allievi-use-total-2{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .allievi-use-total-2-uno{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 0;
    }

    .allievi-use-total-2-due{
        font-size: 16px;
        line-height: 24px;
    }

    .padding35{
        padding-top: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .ufficio-stampa-contact{
        font-size: 16px;
        margin-bottom: 15px;
    }

    .ufficio-stampa-contacts{
        padding-bottom: 10px;
    }

    .ufficio-stampa-contact i{
        padding-right: 3px;
    }

    .block2ImgContainer img{
        margin-right: 0;
        max-height: 45vh !important;
    }

    #visoreContatti{
        background-size: cover;
    }

    .ufficio-stampa-title, .ufficio-stampa-name, .ufficio-stampa-address, ufficio-stampa-contacts{
        font-size: 16px;
    }

    .comunicatiStampaTitleContent span{
        font-size: 16px !important;
    }

    .comunicatiStampaTitle{
        font-size: 28px !important;
        line-height: 32px !important;
    }

    .total-auto-province span{
        font-size: 24px;
        line-height: 28px;
    }

    .allievi-scarica-app{
        margin-left: 10px;
        margin-right: 10px;
    }

    .tutte-autoscuole-del-regione{
        font-size: 20px;
    }

    .allievi-use-total{
        font-size: 22px;
        padding-left: 29px;
        padding-right: 29px;
        padding-top: 40px;
        padding-bottom: 32px;
    }

    .allievi-scarica-app{
        font-size: 16px;
        line-height: 26px;
    }

    .allievi-scarica-app-title{
        font-size: 22px;
    }

    .corsiTopTitle{
        font-size: 16px;
    }

    .corsiTopTitle span{
        font-size: 28px !important;
        line-height: 28px !important;
    }

    .corsiTopTitleInner{
        font-size: 24px;
    }

    .singleCorsoTitle, .singleCorsoContent{
        font-size: 16px;
    }

    .titleOlLikeWikipedia, .subtitleOlLikeWikipedia{
        font-size: 16px !important;
    }

    .patenteTitoloH3 h3{
        font-size: 20px;
    }

    .patenteTitoloH3 p, .patenteTitoloH3 span{
        font-size: 16px !important;
    }

    .main-header .navbar{
        width: 100% !important;
    }

    .autoscuolaResultItemTitle, .autoscuolaResultItemAddress, .autoscuolaResultItemCity{
        font-size: 16px !important;
    }

    .suiteAttiva{
        background: transparent linear-gradient(180deg, #f4871d 0%, #C16100 100%) 0% 0% no-repeat padding-box;
        /*height: 544px;*/
    }

    #suitePage{
        background-size: cover !important;
    }

    #suitePage .sfumaturaChiSiamo{
        display: none;
    }

    .singleCorsoItem img{
        margin: auto;
        margin-bottom: 15px;
    }

    .ufficiostampaBlockContact{
        font-size: 16px;
    }

    .mbmobile{
        margin-bottom: 20px;
    }

    .singleCorsoItem{
        text-align: center;
    }

    .lngNewButtons{
        min-width: 145px;
    }
    .lngNewBlueButton{
        min-width: 200px;
    }

    #main-footer a{
        font-size: 12px !important;
    }

    .visoreEntraTopTitle h1 {
        font: normal normal bold 32px/40px Montserrat;
    }

    .afterImage{
        display: none !important;
    }

    .comparisonImage img, .comparisonSection{
        position: relative;
        height: auto;
    }

    #blocco_1{
        background: #9DB444 url('../suite/block1_mobile.png');
        background-size: cover;
    }

    #blocco_1 .divbg {
        background: none;
        top: 0;
    }

    #blocco_1 .mobile img{
        width: 85%;
        margin-right: 0;
    }

    .block1TextContainer{
        position: absolute;
        left: 0%;
        z-index: 100;
        width: 100%;
        top: 40px;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .block1ImgContainer {
        position: absolute;
        right: -13%;
        z-index: 100;
        width: 100%;
        top: 60%;
        -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
        height: 300px;
    }

    #blocco_2{
        background: url('../suite/block2_mobile.jpg');
        background-size: cover;
    }

    #blocco_2 .divbg {
        background: none;
        width: 80%;
        margin: 0px 10%;
        height: 110vh;
        top: 0;
    }

    .block2TextContainer{
        position: absolute;
        left: 0%;
        z-index: 100;
        width: 100%;
        top: 40px;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .block2ImgContainer {
        position: absolute;
        left: auto;
        right: -12%;
        z-index: 100;
        width: 90%;
        bottom: 0vh;
    }

    #blocco_3{
        height: auto;
    }

    .block3ImgContainer{
        width: 80%;
        height: auto;
        position: relative;
        left: 5%;
        top: 0vh;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .suiteTitle{
        margin-bottom: 10px;
    }


    .block3TextContainer{
        position: relative;
        left: 0%;
        z-index: 100;
        width: 92%;
        top: 40px;
    }

    .block3_mobile_phone{
        position: relative;
        bottom: 0;
        right: 0;
    }


    #blocco_4{
        /*background: #373B5F url('../suite/block4_mobile.png.png');*/
        height: 100vh;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .block4ImgContainer{
        width: 80%;
        height: 90vh;
        left: 10%;
        bottom: 5vh;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .block4ImgContainerMobile{
        width: 80%;
        height: auto;
        left: auto;
        right: 0;
        position: absolute;
        bottom: 10%;
    }

    .detailNewsVisore .newsElencoTorna{
        top: 50px;
    }

    .detailNewsVisore .category_news{
        top: 100px !important;
    }

    .block4TextContainer{
        position: absolute;
        left: 0%;
        z-index: 100;
        width: 80%;
        top: 40px;
        left: 10%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }


    .block4TextContainer .suiteTitle{
        margin-top: 0%;
    }

    .block5ImgContainer {
        width: 80%;
        margin: auto;
        position: relative;
        padding-top: 20%;
        padding-bottom: 20%;
    }

    #blocco_5{
        background: #f89926;
    }

    #blocco_5 .comparisonImage{
        height: auto;
    }

    #suittami{
        height: auto;
    }

    .containerHeader{
        margin-right: 0 !important;
    }

    .suiteBoxSubButtonImg img{
        max-width: 90%;
        margin-bottom: 40px;
        position: relative;
        top: -30px;
    }

    .suiteBoxSubButton{
        padding-bottom: 80px;
        padding-top: 0;
    }

    /*    #suiteSubButtons a{
            display: block;
        }*/

    #suiteSubButtons .lngNewButtons{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .homeBoxSubButton{
        margin-top: 20px;
    }

    #blueAttivaOra{
        background: transparent linear-gradient(180deg, #656A8D 0%, #373B5F 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #0010AE7A;
        border-radius: 49px;
        opacity: 1;
        color:#ffffff;
    }

    #suiteSubButtons .lngNewReverseButton{
        background: transparent;
        color: white;
        border-color: white;
    }

    .mobileMapColor{
        background: transparent linear-gradient(226deg, #F5AE58 0%, #CC7100 100%) 0% 0% no-repeat padding-box;
        opacity: 1;
    }

    .mobileMapColor img{
        width: 80%;
        margin: auto;
        padding-top: 25px;
    }

    .mobileHomeImg{
        background-color: #393A60 !Important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    .visoreHomeMobile{
        max-width: 80%;
        margin: auto;
        padding-top: 100px;
    }

    #menuPatenti .linkpatenteclass a{
        font-size: 12px;
    }
}

.print-block{
    display: none !important;
}

