﻿


b {
    font-weight: 600;
}

body {
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
    animation: fadeIn 2s both;
    overflow-x: hidden;
}

.none{
    display:none;
}
.visibile {
    display: block;
}

.container {
    max-width: 1230px;
    position: relative;
    margin: auto;
    padding: 0px 15px;
    box-sizing: border-box;
    z-index: 1;
}
.container2 {
    width: 100%;
    position: relative;
    margin: auto;
    padding: 15px 15px;
    text-align: center;
    max-width: 1230px;
    box-sizing: border-box;
}


.contenitoreselettori {
    z-index: 50;
    position: absolute;
    bottom: 25px;
    right: 75px;
    display: flex;
}

.selettore {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-color: #8b8b8b;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    cursor: pointer;
}

    .selettore.active {
        background-color: #000;
    }



    .containerGrigio {
        max-width: 1200px;
        position: relative;
        margin: auto;
        box-sizing: border-box;
        background-color: #f2f2f2;
    }

.containerInternoMargin {
    max-width: 1230px;
    position: relative;
    margin: auto;
    padding: 0px 15px;
    box-sizing: border-box;
}

.ImmaginePrincipale {
    height: 340px;
}

.ImmaginePrincipaleNews {
    height: 500px;
}



.colMenu {
    width: 30%;
    box-sizing: border-box;
    padding: 20px;
    box-sizing: border-box;
}

    .colMenu a {
        text-decoration: none;
        display: block;
        /* padding-bottom: 10px; */
        border-bottom: 3px solid rgb(139, 139, 139);
        color: #8b8b8b;
    }

        .colMenu a:hover{
            color:black;
        }

        .colMenu h1 {
            margin-top: 0px;
            margin-bottom: 50px;
            font-family: FuturaStd-Bold, sans-serif;
            letter-spacing: 0.5px;
            font-size: 34pt;
            line-height: 38pt;
        }
    .colMenu h2 {
        margin-top: 5px;
        line-height: 1.2em;
        font-size: 1.2em;
        font-family: FuturaStd-Bold, sans-serif;
    }

    .colMenu h4 {
        font-family: FuturaStd-Medium, sans-serif;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .colMenu a.voceselezionata {
        color:black;
    }

    .ImmaginePrincipale img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.ImmaginePrincipaleNews img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.DescrizioneNews {
    font-family: FuturaStd-Medium, sans-serif;
    font-size: 14px;
    line-height: 18px;
    /* margin-block-end: 0.67em; */
    margin-top: 50px;
    margin-bottom: 80px;
}


.colDettaglio {
    width: 70%;
    box-sizing: border-box;
    padding: 20px;
    box-sizing: border-box;
}

    .colDettaglio h1 {
        font-family: FuturaStd-Bold, sans-serif;
        letter-spacing: 0.5px;
        font-size: 34pt;
        line-height: 38pt;
    }


.container3 {
    position: relative;
    margin: auto;
    padding: 0px 30px;
    box-sizing: border-box;
    text-align: center;
    max-width: 2500px;
}

.barramenu {
    width: 100%;
    height: 3px;
    background-color: silver;
    margin-top: -3px;
}



/* MENU DESKTOP LOGO LINGUE MENU(HOME CONTATTI) */
        .MenuPrincipale {
    display: none;
}


.LabelMenuPrincipale {
    display: none;
}


.menu > input {
    display: none;
}


.menu {
    overflow-y: visible;
}



.header {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 3000;
    background: rgba(255,255,255,1);
    top: 0;
    /*border: 1px solid;*/
}




.logo {
    /* padding-top: 5px; */
    float: left;
    /* height: 50px; */
    /* width: 19%; */
    padding: 5px 0px;
}

    .logo img {
        width: 220px;
        display: block;
    }

.menu {
    z-index: 20;
    float: right;
    font-family: FuturaStd-Bold, sans-serif;
}

.bloccomenu {
    float: left;
}

.interno{
    position:absolute;
}
.internofasce {
    top:20px;
    position: absolute;
}

.campimenu a {
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 15px;
    /* line-height: 3.14286; */
        font-weight: bold;
        /* letter-spacing: -.01em; */
        color: rgb(139, 139, 139);
        position: relative;
        z-index: 1;
        padding: 10px 20px;
        padding-bottom: 10px;
        background: no-repeat;
        text-decoration: none;
        white-space: nowrap;
        -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-tap-highlight-color: transparent;
        transition: all 0.5s;
    }

    .voceinterna {
        font-size: 12px;
        position: absolute;
        padding: 3px 20px;
        margin-left: -3px;
    }

        .voceinterna a {
            font-size: 12px;
            margin: 0px 3px;
            float: left;
            padding: 0px;
        }

        .voceinterna span {
            font-size: 12px;
            margin: 0px 3px;
            float: left;
            padding: 0px;
        }



.campimenu a:hover {
    color: black;
}

.sottolineato {
    display: none;
}

.sottolinea:hover:before + .MenuSelezionato {
    right: 0;
}

.sottolinea.BlackHome {
    color: black;
}

.sottolinea.MenuSelezionato {
    color: black;
}

.sottolinea.MenuSelezionato > .sottolineato {
    background: #ed1c24;
    height: 3px;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    display: block;
}



.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
    overflow-y: auto;
}

.popup-container {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 800px;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
}

.popup-card {
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}

    .popup-card div {
        /*        text-align: left;
*/ padding: 0px 30px;
    }

    .popup-card img {
        width: 100%;
        display: block;
        object-fit: cover;
    }

    .popup-card .pulsante {
        margin: auto;
        margin-top: 20px;
    }

    .popup-card h2 {
        font: normal normal 400 4vh / 5vh Spectral;
        /* color: #000000; */
        color: #093959;
        /* margin: 0px; */
        letter-spacing: -1.5px;
    }

    .popup-card p {
        font: normal normal 400 16px / 24px Manrope;
        letter-spacing: 0px;
        color: #000000;
    }

#close-popup {
    background-color: #fff;
    color: black;
    border: none;
    padding: 10px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    right: 0;
}



.sottolinea:hover:before, .sottolinea:focus:before, .sottolinea:active:before {
    right: 0;
}

.b{
    clear:both;
}

.blocco2 h4.TitoloAllegati {
    font-size: 14px;
    margin-bottom: 10px;
}

.linknews {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
    /* font-size: 12px; */
    line-height: 14px;
    font-family: FuturaStd-Bold, sans-serif;
    /* letter-spacing: 0.5px; */
    color: black;
    text-decoration: none;
}
    .linknews:hover {
        color: #ed1c24;
    }

    .sottolinea {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        overflow: hidden;
    }

    .sottolinea:before {
        content: "";
        position: absolute;
        /* z-index: -1; */
        left: 0;
        right: 100%;
        bottom: 0;
        background: #ed1c24;
        height: 3px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 1s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

.HomePage {
    /*margin-bottom: 50px;*/
}

.icon-circle-right {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
}

.spazio {
    height: 90px;
}

.riga1Blocco {
    display: flex;
    min-height: 60vh;
    color: white;
    margin-left: 3px;
    margin-right: 3px;
}

    .riga1Blocco a {
        color: white;
        text-decoration:none;
    }


.riga2Blocco a {
    color: white;
    text-decoration: none;

}

.rigaSezione {
    color: white;
    padding: 0px 0px;
    position: relative;
    display: block;
    box-sizing: border-box;
    min-height: 480px;
    height: 67vh;
}

        .rigaSezione h1 {
            margin-top: 0px;
            margin-bottom: 20px;
            font-family: FuturaStd-Bold, sans-serif;
            letter-spacing: 0.5px;
            font-size: 34pt;
            line-height: 38pt;
            /*text-shadow: 1px 1px 1px #000;*/
        }

        .rigaSezione h4 {
            margin-top: 10px;
            font-size: 16px;
            line-height: 20px;
            font-family: FuturaStd-Bold, sans-serif;
            letter-spacing: 0.5px;
            margin-bottom: 0px;
            /*text-shadow: 1px 1px 1px #000;*/
        }


    .blocco1 {
        width: 50.5%;
        position: relative;
        margin: 3px;
        /*display: block;*/
    }

        .blocco1 video{
            width:100%;
            display:block;
            height:100%;
            object-fit:cover;
        }

        .sfondoblack {
            background-color: rgba(0,0,0,0.2);
            position: absolute;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 2;
        }

.rigaSezione .container {
    z-index: 20;
}

.sfondoblack2 {
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}


.flexapplication {
    display: flex;
    color: white;
    flex-flow: row;
}
.colonnanera {
    background-color: black;
    width: 550px;
    padding: 0px 30px;
    box-sizing: border-box;
}

.colonnaimmagineInterno {
    display: block;
    width: 100%;
    height: 100%;
}

.colonnaneraContenitoreImmagini {
    /* display: contents; */
    text-align: center;
    margin: 40px 0px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 60px);
}

.colonnanera.withampio {
    width: 740px;
    min-height: 620px;
    position: relative;
}
.colonnaneraContenitoreImmaginiCentrale {
    /*width: 100%;*/
}

.colonnaneraContenitoreImmagini img {
    display: inline-block;
    max-width: 120px;
    max-height: 120px;
    margin: 0px 10px;
    vertical-align: top;
}

    img.immagineslidefoil {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 1500ms;
        z-index: 2;
    }

.colonnaimmagine img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1500ms;
    z-index:1;
}

.colonnaimmagine img.none {
    visibility:hidden;
}

.blocco1 > .interno {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    z-index: 50;
    position: absolute;
}

.blocco1 h1, .blocco1 h2, .blocco1 h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: FuturaStd-Bold, sans-serif;
    letter-spacing: 0.5px;
    /*text-shadow: 1px 1px 1px #000;*/
}
        .blocco1 h1 {
            font-size: 40pt;
            line-height: 42pt;
            /*text-shadow: 1px 1px 1px #000;*/
        }


.blocco2 h1, .blocco2 h2, .blocco2 h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: FuturaStd-Bold, sans-serif;
    letter-spacing: 0.5px;
    /*text-shadow: 1px 1px 1px #000;*/
}

.blocco1 h4, .blocco2 h4 {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
    font-family: FuturaStd-Bold, sans-serif;
    letter-spacing: 0.5px;
    /*text-shadow: 1px 1px 1px #000;*/
}

.fontLeg {
    font-family: FuturaStd-Medium, sans-serif;
}

.bottom {
    max-width: 280px;
    position: absolute;
    bottom: 20px;
    font-family: FuturaStd-Bold, sans-serif;
    font-size: 13px;
    /* text-shadow: 1px 1px 1px #000; */
    line-height: 18px;
}


.trattino {
    width: 10px;
    background-color: white;
    height: 2px;
}
.trattino2 {
    width: 20px;
    background-color: white;
    height: 2px;
}

.l{
    float:left;
}
.r {
    float: right;
}
.mySlides {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 1500ms;
}

    .mySlides .interno {
        position: absolute;
        width: 100%;
        padding: 20px;
        height: 100%;
        box-sizing: border-box;
        z-index: 2;
    }

.mySlides2 {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 1500ms;
}

    .mySlides2 .interno {
        position: absolute;
        width: 100%;
        padding: 20px;
        height: 100%;
        box-sizing: border-box;
        z-index: 2;
    }



    .blocco2 {
        width: 25%;
        position: relative;
        margin: 3px;
        display: block;
    }

        .blocco2 > .interno {
            padding: 20px;
            box-sizing: border-box;
            width: 100%;
            height: 100%;
            z-index: 2;
        }

.marginpiu {
    padding: 10px;
    box-sizing: border-box;
}

.covering{
    font-size: 1.25em;
}

.LinkMat {
    text-decoration: none;
    color: rgb(139, 139, 139);
    cursor:pointer;
}

    .LinkMat:hover {
        color: #ed1c24;
    }

    .Int > .coveringDesc {
        font-family: FuturaStd-Medium, sans-serif;
        font-size: 12px;
        line-height: 16px;
    }

.Int h5 {
    margin-top: 0px;
}

.ContenitoreDxSx {
    /*margin-left: -20px;
    margin-right: -20px;*/
    margin-left: -20px;
    margin-right: -10px;
}

.contenitoreQuality {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
}

.contenitoreProdotti{
    margin-left:-5px;
    margin-right:-5px;
}

.sfondonero {
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: rgba(0,0,0,0.5);
    box-sizing: border-box;
}

.sfondonero2 {
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: rgba(0,0,0,0.1);
    box-sizing: border-box;
}

.bloccoProdotti {
    float: left;
    width: 12.5%;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
    min-height: 130px;
}

    .bloccoProdotti h5 {
        position: absolute;
        margin: 10px;
        color: white;
        line-height: 17px;
        /*text-shadow: 1px 1px 1px #000;*/
    }


    .bloccoProdotti img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        display: block;
    }

    .Int {
        width: 50%;
        box-sizing: border-box;
        /* margin: 30px; */
    padding: 20px;
}

    .Int p {
        font-family: FuturaStd-Medium, sans-serif;
        font-size: 14px;
        line-height: 18px;
    }

    .Int ul {
        font-family: FuturaStd-Medium, sans-serif;
        font-size: 14px;
        line-height: 18px;
    }
    .Int li {
        margin: 3px 0px;
    }

    .Int img {
        width: 100%;
        display: block;
    }

    .margin {
        margin: 0px;
    }

.BloccoQuality {
    width: 24%;
    box-sizing: border-box;
    float: left;
    margin: 5px;
    font-size: 12px;
}
    .BloccoQuality h5 {
        line-height: 20px;
        margin-top:0px;
        margin-bottom:0px;
    }

    .BloccoQuality h4 {
        line-height: 20px;
        font-size: 14px;
        margin-top: 10px;
        font-family: FuturaStd-Bold, sans-serif;
    }

    .BloccoQuality p {
        font-family: FuturaStd-Medium, sans-serif;
        font-size: 12px;
        line-height: 16px;
    }

    .BloccoQuality img {
        width: 100%;
        box-sizing: border-box;
    }




.sfondo1 {
    background: url('/images/1-2.jpg') center center / cover no-repeat;
}

.sfondo2 {
    background: url('/images/sustainability.jpg') center center / cover no-repeat;
}

.sfondo3 {
    background: url('/images/sfondocoinnovation.jpg') center center / cover no-repeat;
}

.sfondo4 {
    background: url('/images/people-values.jpg') center center / cover no-repeat;
}

.sfondo5 {
    background-color: #ed1c24;
}


.sfondoproducts {
    background: url('/images/sfondoproducts.jpg') center center / cover no-repeat;
}
.sfondocoinnovation {
    background: url('/images/sfondocoinnovation.jpg') center center / cover no-repeat;
}
.sfondotechnology {
    background: url('/images/sfondotechnology-1.jpg') center center / cover no-repeat;
}
.sfondowhoweare {
    background: url('/images/sfondowhoweare.jpg') center center / cover no-repeat;
}
.sfondoquality {
    background: url('/images/sfondoquality.jpg') center center / cover no-repeat;
}

.sfondosustainability {
    background: url('/images/sfondosustainability.jpg') center center / cover no-repeat;
}


.sfondocontact {
    background: url('/images/contact.jpg') center center / cover no-repeat;
}

.sfondoproducts2 {
    background: url('/images/products2.jpg') center center / cover no-repeat;
}

.riga2Blocco {
    display: flex;
    min-height: 30vh;
    color: white;
    margin-left: 3px;
    margin-right: 3px;
}


.footer {
    padding: 10px 0px;
    font-family: FuturaStd-Medium, sans-serif;
    font-size: 11px;
    letter-spacing: 0.3px;
    color: rgb(139, 139, 139);
}

    .footer a {
        text-decoration: none;
        color: rgb(139, 139, 139);
    }

.Sezione1 {
    width: 50%;
    margin: 30px 0px;
    font-family: FuturaStd-Bold, sans-serif;
    font-size: 16px;
    box-sizing:border-box;
}

.ColSezione1Dx {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 30px;
}

.paddingRigth {
    padding-right: 20%;
}

.Sezione1Dx {
    width: 50%;
    margin: 30px 0px;
    font-family: FuturaStd-Bold, sans-serif;
    font-size: 14px;
    line-height: 18px;
    /* padding: 0px 30px; */
    box-sizing: border-box;
}

.Sezione1DxAbsolute {
    width: 50%;
    margin: 30px 0px;
    font-family: FuturaStd-Bold, sans-serif;
    font-size: 14px;
    line-height: 18px;
    /* padding: 0px 30px; */
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
}

.SezioneImgCentrale{
    display:block;
    max-width:100%;
}

.SezioneTot {
    margin: 30px 0px;
    font-family: FuturaStd-Bold, sans-serif;
    font-size: 16px;
    position:relative;
}

    .SezioneTot > h2 {
        line-height: 1.2em;
    }

    .Sezione1FontFino {
        font-family: FuturaStd-Medium, sans-serif;
    }

.coloremediaprofili {
    color: #ed1c24;
}

.contattiSel a {
    text-decoration: none;
    color: #ed1c24;
}

.coloregrey {
    color: rgb(139, 139, 139);
}

.voceinterna a.BlackHome{
    color:black;
}

.bloccodevelopment {
    text-align: left;
    width: 100%;
    margin: 30px 0px;
    margin-left: -10px;
    margin-right: -10px;
}


.developmentInt {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
    border-top: 3px solid #ed1c24;
    font-family: FuturaStd-Medium, sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin: 10px;
    margin-bottom: 30px;
    max-width: 215px;
}

    .developmentInt h5 {
        font-size: 14px;
        margin-top: 10px;
        font-family: FuturaStd-Bold, sans-serif;
    }


.bloccohistory {
    text-align: left;
    width: 100%;
    margin: 30px 0px;
    margin-left: -10px;
    margin-right: -10px;
}


.bloccohistoryInt {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 24%;
    border-top: 1px solid #cccccc;
    font-family: FuturaStd-Medium, sans-serif;
    font-size: 12px;
    line-height: 16px;
    /* margin: 10px; */
    padding: 10px;
    margin-bottom: 30px;
    min-height: 200px;
}

    .bloccohistoryInt b {
        font-size: 12px;
        font-family: FuturaStd-Bold, sans-serif;
    }
.colonnaimmagine{
    position:relative;
}

.bloccohistory h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: FuturaStd-Bold, sans-serif;
}

.bottonemenu {
    height: 3px;
    background-color: #ed1c24;
    width: 35px;
    margin-bottom: 5px;
}


.ImmaginesfondoHomeNews {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menua > input {
    display: none;
}

.menua {
    overflow-y: visible;
}
.MenuNuovo {
    display: none;
}


@media screen and (min-width: 2500px) {
    .container {
        max-width: none;
        position: relative;
        margin: auto;
        padding: 0px 15px;
        box-sizing: border-box;
        margin-left: 10%;
        margin-right: 10%;
    }

    .container2 {
        width: auto;
        position: relative;
        margin: auto;
        padding: 15px 15px;
        text-align: center;
        max-width: none;
        box-sizing: border-box;
        margin-left: 10%;
        margin-right: 10%;
    }

    .containerInternoMargin {
        width: auto;
        position: relative;
        margin: auto;
        padding: 15px 15px;
        max-width: none;
        box-sizing: border-box;
        margin-left: 10%;
        margin-right: 10%;
    }

    .containerGrigio {
        max-width: none;

    }
    /*.riga2Blocco {
        min-height: 10vw;
    }

    .ImmaginePrincipaleNews {
        height: 28vw;
    }

    .rigaSezione {
        min-height: 17vw;
    }

    .riga1Blocco {
        min-height: 14vw;
    }*/
}



    @media screen and (min-width: 767px) and (max-width: 1080px) {

        .colonnaneraContenitoreImmagini {
            position: relative;
            width: auto;
        }
     


        .MenuPrincipale {
            display: block;
            position: absolute;
            margin-top: 11px;
            right: 0px;
            float: none;
            /* background-color: #167599; */
    padding: 10px;
    box-sizing: border-box;
    color: black;
    width: 51px;
    height: 28px;
    font-size: 13px;
    z-index: 10;
    margin-right: 19px;
}

        .LabelMenuPrincipale {
            display: block;
            position: absolute;
            cursor: pointer;
        }

        .menu {
            display: block;
        }

            .menu > input:checked + div {
                top: 0px;
                right: 0px;
            }

            .menu > input + div {
                position: absolute;
                top: -2000%;
                right: 0px;
                width: 100%;
                z-index: 2000;
                background-color: rgba(255,255,255,1);
                transition: top 500ms;
                margin-top: 66px;
            }

        .bloccomenu {
            float: none;
            width: 100%;
        }

        .voceinterna {
            position: relative;
            padding: 0px 20px;
            margin-left: 0px;
        }

            .voceinterna span {
                display: none;
            }

        .campimenu a {
            padding: 10px 20px;
        }

            .campimenu a.voceinterna {
                padding: 5px 10px;
            }

        .voceinterna a {
            float: none;
            padding: 5px 20px;
        }

        .spazio {
            height: 70px;
        }

        .container2 {
            padding: 5px 15px;
        }
    }

    @media screen and (max-width: 767px) {

        .logo img {
            /* height: 56px; */
            /*width: 250px;*/
        }

        .contenitoreselettori {
            bottom: 75px;
            right: 25px;
            display: block;
        }

        .selettore {
            margin-left: 0px;
            margin-bottom: 10px;
        }


        .colonnaneraContenitoreImmagini {
            position: relative;
            width: auto;
        }

        .flexapplication {
            flex-flow: column;
        }
        .colonnanera {
            width: 100%;
        }
            .colonnanera.withampio {
                width: 100%;
                min-height:inherit;
            }

        .MenuNuovo {
            display: block;
            /* float: right; */
            position: absolute;
            right: 20px;
            top: 35px;
        }

        .ImmaginePrincipale {
            height: 250px;
        }

        .ImmaginePrincipaleNews {
            height: 300px;
        }

            .MenuNuovo .bottonemenu {
                background-color:black;
            }

            .menua {
                display: block;
            }

                .menua > input + div {
                    max-height: 0px;
                    overflow: hidden;
                    transition: max-height 1s;
                }

                .menua > input:checked + div {
                    max-height: 400px;
                    height: auto;
                    transition: max-height 1s;
                }

        .colMenu h4 {
            font-size: 12px;
            line-height: 12px;
        }
        .colMenu h2 {
            font-size: 1.2em;
            margin-bottom: 5px;
        }

        .colDettaglio {
            width: 100%;
        }
        .colMenu {
            width: 100%;
            padding-bottom: 0px;
        }
            .colMenu h1 {
                margin-bottom: 0px;
                font-size: 2.5em;
                line-height: 32pt;
            }

        .DescrizioneNews {
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .colDettaglio h1 {
            font-size: 2.5em;
            line-height: 32pt;
        }

        .MenuPrincipale {
            display: block;
            position: absolute;
            margin-top: 11px;
            right: 0px;
            float: none;
            /* background-color: #167599; */
            padding: 10px;
            box-sizing: border-box;
            color: black;
            width: 51px;
            height: 28px;
            font-size: 13px;
            z-index: 10;
            margin-right: 19px;
        }

        .LabelMenuPrincipale {
            display: block;
            position: absolute;
            cursor: pointer;
        }

        .menu {
            display: block;
        }

            .menu > input:checked + div {
                top: 0px;
                right: 0px;
            }

            .menu > input + div {
                position: absolute;
                top: -2000%;
                right: 0px;
                width: 100%;
                z-index: 2000;
                background-color: rgba(255,255,255,1);
                transition: top 500ms;
                margin-top: 66px;
            }

        .bloccomenu {
            float: none;
            width: 100%;
        }

        .voceinterna {
            position: relative;
            padding: 0px 20px;
            margin-left: 0px;
        }

            .voceinterna span {
                display: none;
            }

        .campimenu a {
            padding: 10px 20px;
        }

            .campimenu a.voceinterna {
                padding: 5px 10px;
            }

        .voceinterna a {
            float: none;
            padding: 5px 20px;
        }

        .container2 {
            padding: 5px 15px;
        }

        .spazio {
            height: 70px;
        }


        .riga1Blocco {
            display: block;
        }

        .blocco1.sfondo3 {
            height: 180px;
            min-height: auto;
        }

        .riga2Blocco {
            display: block;
        }

        .blocco1 {
            width: 100%;
            min-height: 330px;
            margin: 3px 0px;
        }

        .blocco2 {
            width: 100%;
            min-height: 180px;
            margin: 3px 0px;
        }



        .rigaSezione {
            min-height: 300px;
            height: auto;
        }

        .Sezione1 {
            width: 100%;
        }

        .bloccodevelopment {
            margin-left: 0px;
            margin-right: 0px;
        }

        .developmentInt {
            margin: 0px;
            margin-bottom: 30px;
            width: 50%;
            float: left;
            padding: 10px;
            max-width: none;
        }

        .bloccohistory {
            margin-left: 0px;
            margin-right: 0px;
        }

        .bloccohistoryInt {
            margin: 0px;
            margin-bottom: 30px;
            width: 45%;
            float: none;
            padding: 10px;
            max-width: none;
        }


        .paddingRigth {
            padding-right: 0%;
        }

        .Sezione1Dx {
            width: 100%;
            margin: 30px 0px;
        }

        .ColSezione1Dx {
            padding: 0px 0px;
            width: 100%;
        }

        .Sezione1DxAbsolute {
            width: 100%;
            position: relative;
        }

        .contenitoreQuality {
            display: block;
        }

        .BloccoQuality {
            width: 46%;
            float: none;
            display: inline-block;
            vertical-align: top;
        }

            .BloccoQuality.ultimo {
                width: 100%;
            }

        .Int {
            width: 100%;
            padding: 10px 0px;
        }

        .ContenitoreDxSx {
            margin-left: 0px;
            margin-right: 0px;
            display: block;
        }

        .footer2 .l {
            float: none;
        }

        .footer2 .r {
            float: none;
        }

        .bloccoProdotti {
            width: 33.333%;
        }

        .blocco1 h1 {
            font-size: 2.5em;
            line-height: 32pt;
        }

        .rigaSezione h1 {
            font-size: 2.5em;
            line-height: 32pt;
        }
    }


    /*###################  AREA RISERVATA #######################*/
    .contenitoreArea {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        /* display: -webkit-flex; */
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        min-height: 80vh;
        position: relative;
        background-color: rgb(245,245,245);
        font-family: FuturaStd-Bold, sans-serif;
    }

        .contenitoreArea:before, .contenitoreArea:after {
            -webkit-box-flex: 1;
            box-flex: 1;
            -webkit-flex-grow: 1;
            flex-grow: 1;
            content: '';
            display: block;
            height: 24px;
        }

    .internoArea {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        background: #fff;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
        display: block;
        margin: 0 auto;
        min-height: 0;
        width: 400px;
        min-height: 428px;
        padding: 48px 40px 36px;
        box-sizing: border-box;
    }

        .internoArea img {
            height: 30px;
            display: block;
        }

    .accedi {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        margin: 0;
        padding-top: 16px;
    }

    .utilizza {
        padding-bottom: 3px;
        padding-top: 1px;
    }

    .accesso {
        padding: 30px 0px 0px 0px;
    }

    .inputBot {
        width: 100%;
        box-sizing: border-box;
        border: 0;
        border-bottom: 1px solid lightgrey;
        padding: 3px;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 20px;
        outline: none;
    }

    .accessonegato {
        font-size: 12px;
    }

    .contenitoreNega {
        height: 20px;
    }

    .contenitoreaccedi {
        margin-top: 30px;
    }

    .accessoform {
        -webkit-user-select: none;
        -webkit-transition: background .2s .1s;
        transition: background .2s .1s;
        border: 0;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        min-width: 4em;
        outline: none;
        overflow: hidden;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        -webkit-tap-highlight-color: transparent;
        z-index: 0;
        background: #4285f4;
        color: #fff;
        padding: 10px 30px;
        float: right;
        width: 150px;
    }
