@media print {

    body,body.fullColor{
        padding-top:0;
        background-color:unset;
    }
.pb-5, .py-5 {
    padding-bottom: 1rem !important;
}
    .pt-5, .py-5 {
        padding-top: 1rem !important;
    }
    img.img-fluid{
        width:68%;
    }
    .size6 {
        font-size: 20px;
    }
    h3 {
        font-size: 28px;
    }
    .bg1 {
        background-color: #FFF;
    }
    nav.navbar, .rowBeforeMenu, .rowDesc, .rowVideoDesc2, .piantineSecondarie, .rowCaratteristiche, .rowMappa, .rowForm, footer, .rowPrint {
        display: none;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .rowBlocco1 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .caratteristica{
        margin-bottom:0;
    }
    .rowPiantinaPrint{
        display:inline!important;
    }
    .rowPiantinaMonitor {
        display: none;
    }
    .rowHeader {
        display: block !important;
    }
    .rowIndirizzo {
        display: inline !important;
    }
}