﻿
/*UTILIZZATI DA TUTTI*/


body {
    margin: 0px;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
}
.container {
    position: relative;
    margin: auto;
    max-width: 1366px;
    box-sizing: border-box;
}
.container2 {
    width: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    padding: 0px 20px;
    box-sizing: border-box;
}

h1.none {
    font-size: inherit;
    margin: 0;
}

h1.titoloMax, .containerTesto h2.titoloMax {
    font-size: 3.5rem;
    line-height: 1.1;
    margin: 2rem 0 1rem 0;
    font-weight: bold;
    letter-spacing: 0.01em;
    color: #333333;
}

.containerIntDesc h2.titoloMax {
    font-size: 2em;
    letter-spacing: 0.01em;
    color: #333333;
}

.titoloMid {
    font-size: 1.5em;
    color: #26547C;
    font-weight: bold;
    letter-spacing: 0.01em;
}

.spazio {
    height: 90px;
}
    .spazio2 {
        height:50px;
    }

    .spazioPagina {
        height: 87px;
    }

.logo{
    display:block;
}

.paginahome {
    margin: 120px 0px;
    text-align: left;
}

a{text-decoration:none;}

.contenitorepassi {
    display: flex;
    margin: 0px 0px;
    flex-flow: wrap;
    align-items: end;
    justify-content: center;
}

.containericona {
    width: 25%;
    text-align: center;
    margin-bottom: 50px;
}

    .containericona img {
        display: block;
        width: 100%;
        border-radius: 10px;
        -webkit-box-shadow: 10px 13px 35px -10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 10px 13px 35px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 10px 13px 35px -10px rgba(0, 0, 0, 0.2);
    }

.containerTesto {
    width: 75%;
    /* margin: 20px 0px; */
    margin-bottom: 50px;
    padding-left: 50px;
    box-sizing: border-box;
}

    .containerTesto h1 {
        font-size: 3.5rem;
        line-height: 1.1;
        margin: 2rem 0 1rem 0;
        font-weight: bold;
        letter-spacing: 0.01em;
        color: #333333;
    }

    .containerTesto a {
        color: #333333;
        font-weight:bold;
        text-decoration:none;
    }

        .containerTesto a.verde {
            color: #008131;
        }

.FooterItemFrasi a.verde {
    color: #008131;
}

.containerTesto h1 b, .containerTesto h2 b {
    color: #cf2c2a;
}

        .containerTesto h2 {
        color: #26547C;
        font-weight: bold;
        letter-spacing: 0.01em;
    }


    .containerTesto p, .containerTesto li {
        padding: 0;
        font-size: 1.3em;
        line-height: 1.5;
    }

        .headerContenitore {
        position: fixed;
        z-index: 20;
        width: 100%;
    }


.contenitorericerca {
    padding: 40px 45px;
    position: relative;
    text-align: center;
    background-color: #f6f6f6;
    background-position: center 0;
    background-repeat: repeat;
}

.ContattiForm {
    width: 100%;
    color: black;
    max-width: 1000px;
    margin: auto;
    box-sizing: border-box;
    margin: 30px auto;
}

.title {
    color: #252525;
    font-size: 2.2em;
    line-height: 1.5em;
    font-weight: 700;
    display: block;
    margin: 0;
    padding: 6px 0;
    font-size: 2rem;
    line-height: 1.1;
    margin: 2rem 0 1rem 0;
    font-weight: bold;
    letter-spacing: 0.01em;
    color: #333333;
}

.header2 {
    background-color: rgba(255, 255, 255, 1);
}

.flexmenu {
    display: flex;
    align-items: center;
}

.immaginestudio {
    display: block;
    width: 300px;
    float: left;
    margin-right: 30px;
}

/* MENU DESKTOP LOGO LINGUE MENU(HOME CONTATTI) */
#ULMenu {
    list-style: none;
    padding: 0px;
    margin: 0px auto;
    display: inline-block;
}

    #ULMenu > .ULMenuli {
        float: left;
    }

        #ULMenu > .ULMenuli a {
            color: #15344c;
            font-size: 0.85rem;
            text-transform: uppercase;
            line-height: 1.4;
            letter-spacing: 0;
            font-weight: 500;
            padding: 0.5rem 10px;
            margin: 0 0.5rem;
            display: inline-block;
            -webkit-transition: color .5s linear;
            -moz-transition: color .5s linear;
            -o-transition: color .5s linear;
            transition: color .5s linear;
            text-decoration: none;
        }

            #ULMenu > .ULMenuli a:hover {
                color: #cf2c2a;
            }

    #ULMenu .ULMenuli .ULMenuul {
        padding: 0px;
        margin: 0px;
        /*width: 355px;*/
        width: 100%;
        /*height: -500px;*/
        position: relative;
        z-index: 4000;
        height: 0px;
        overflow: hidden;
        /*margin-left: -20px;*/
        /*margin-top: 12px;*/
        /*transition: height 0.5s linear;*/
        /*transition: all 0.5s linear;*/
    }

        #ULMenu .ULMenuli .ULMenuul li {
            width: 100%;
            display: block;
            float: left;
            /*width: 261px;*/
            /*width: 355px;*/
            /* height: 55px; */
            background-color: #c3c3c3;
            /*background-color: rgba(211,238,247,0.8);*/
            /*transition: all 0.5s linear;*/
            /*margin-top: 5px;*/
            /*padding: 10px 15px 7px 20px;*/
        }


    #ULMenu > .ULMenuli a.MenuSelezionato {
        color: #cf2c2a;
    }

    #ULMenu > .ULMenuli a:hover {
        color: #cf2c2a;
    }



.menu_sottomenu > input {
    display: none;
}


    #ULMenu .ULMenuli:hover .ULMenuul {
    transition: height 0.5s linear;
    height: max-content;
    /* transition: height 0.5s ease-in-out; */
    position: absolute;
    width: 250px;
    }



.width250 {
    width: 205px;
}

.width155 {
    width: 166px;
}






.MenuPrincipale {
    display: none;
}
         .MenuCategorieResponsivo {
        display:none;
    }
     .LabelMenuPrincipale {
        display:none;
    }
            .menu > input {
            display:none;
        }

    .menu {
        overflow-y:visible;
    }
     .menuCategorie > input {
            display:none;
        }

    .menuCategorie {
        overflow-y:visible;
        float:right;   
        /*padding-bottom:5px;*/        
    }

    a.selezionato {
        color:#cca876;
    }

     .campimenu a.selezionato {
        color:#cca876;
    }
     .campimenuultimo a.selezionato {
        color:#cca876;
    }

     div.ElencoItem a.selezionato {
        color:#cca876;
    }


div.first {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.mySlides2 {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 1500ms;
}
.mySlidesHomeVideo {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 1500ms;
    object-fit: cover;
}


.header {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 3000;
    background-color: #09305c;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 2;
    box-shadow: 0 0 65px rgba(0,0,0,.07);
}

.logoimg {
    width: 150px;
    display: inline-block;
}

.logo {
    /* padding-top: 5px; */
    display: flex;
    /* margin: auto; */
    /* max-width: 80px; */
    align-items: center;
    text-decoration: none;
    padding: 5px 0px;
    text-align: left;
}


.spaziofirma {
    margin: 70px 0px;
    text-align: right;
}

    .spaziofirma h1 {
        font-style: oblique;
        font-size: 1.5em;
        font-weight: 300;
        color: #333;
        margin-bottom: 0px;
        text-align: right;
    }

    .spaziofirma h5 {
        font-weight: 300;
    }
    .spaziofirma span {
        font-style: oblique;
        text-align: right;
        font-weight: 300;
    }


    .logoimg img {
        width: 100%;
        display: block;
    }

.testologo {
    color: #333;
}
.logostudio {
    padding-left: 10px;
    padding-top: 5px;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: 3.2px;
}
.logoavvocato {
    vertical-align:top;
    padding-left:10px;
    font-size:12px;
}

.menu {
    width: 100%;
    text-align: right;
}
     /* .campimenu {
        float:left;
        padding-right:20px;
        padding-left:20px;
        text-align:center;
        padding-bottom:15px;
        padding-top:15px;
        font-weight:600;
        letter-spacing:1px;
    }
        .campimenu a {
             text-decoration:none;
             color: black;  
        }
            .campimenu a:hover {
                color:#cca876;
            }*/

    .campimenuultimo {
        float:left;
            padding-left:20px;
            text-align:center;
            padding-bottom:15px;
            padding-top:15px;
            font-weight:600;
            letter-spacing:1px;
    }
   .campimenuultimo a {
             text-decoration:none;
             color: black;  
        }
            .campimenuultimo a:hover {
                color:#cca876;
            }

    .headerresponsivo {
            display:none;
        }
    .headerslides {
        width:100%;
        margin-top:0px !important;
    }
    .barraheader {
        width:100%;
        float:right;
        border-bottom:1px solid #e8e8e8;
        background-color:white;
    }
    .tel {
        float:right;
        padding-left:20px;
        color:#c0c0c0;
        font-size:12px;
         padding-top:3px;
        padding-bottom:3px;
    }
        .tel a {
        text-decoration:none;
        }
    .teltesto {
        color:#cca876;
        font-size:12px;
         padding-top:3px;
        padding-bottom:3px;
        text-decoration:none;
    }
    .teltesto {
        text-decoration:none;
    }
    .mail {
        float:right;
        padding-left:20px;
        color:#c0c0c0;
        font-size:12px;
        padding-top:3px;
        padding-bottom:3px;
    }
    .mailtesto {
        color:#cca876;
        font-size:12px;
         padding-top:3px;
        padding-bottom:3px;
    }
    .mail a {
        text-decoration:none;
        color: #cca876;
    }
    .it {
        float:right;
        padding-left:10px;
        padding-right:10px;
    }
    .en {
        float:right;
        padding-left:10px;
    }

    .grigio {
        color:#4a4a4a;
    }
.backgroundwhite {
    background-color: #f8f8f8;
}
    
    .menuCategorie {
        width:100%;
        background-image:url('/design/back-header.png');
    }

.linguette {
    position: fixed;
    margin: 0;
    padding: 11px 15px 11px 15px;
    text-decoration: none;
    text-align: center;
    font-size: 22px;
    border-style: solid;
    display: block;
    z-index: 100000;
    right: 0;
    cursor: pointer;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    top: 338px;
    background-color: #26547c;
    color: white;
    border-style: solid;
    border-width: 0px;
    font-weight: 300;
    border-bottom-left-radius: 10px;
}


    .linguette a {
        color: white;
        text-decoration:none;
    }

.footer {
    padding: 80px 0 40px;
    background-color: #000;
    padding: 50px 20px;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: -1;
    box-sizing: border-box;
    padding: 80px 0 40px;
    text-align: left;
    color: #fff;
    background-color: #15344c;
    /* font-weight: 400; */
    font-size: 1.2em;
    line-height: 1.5em;
}
.footer2 {
    text-align: center;
    margin-top: 30px;
    color: #fff;
}

.FooterItem {
    width: 33.33333333%;
    float: left;
    font-size: 14px;
    text-align: left;
}

.nomeAzienda {
    padding-bottom: 0px;
    display: block;
    font-size: 1.2em;
    text-transform: uppercase;
}
.tabella {
    width: 100%;
    display: flex;
    align-items: center;
}

.containerInt {
    width: 50%;
    padding: 0px 5px;
    box-sizing: border-box;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.containerIntDesc {
    padding-left: 50px;
    box-sizing: border-box;
    font-size: 16px;
    /* overflow-x: hidden!important; */
    -webkit-font-smoothing: antialiased;
    font-size: 1.3em;
    line-height: 1.5;
}

    .containerIntDesc h1 {
        letter-spacing: 0.01em;
        color: #333333;
    }

    .containerIntDesc h2 {
        color: #26547C;
        font-weight: bold;
        letter-spacing: 0.01em;
    }

.containerInt > img {
    display: block;
    width: 100%;
    transition: transform .9s;
    border-radius: 10px;
    -webkit-box-shadow: 10px 13px 35px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 13px 35px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 13px 35px -10px rgba(0, 0, 0, 0.2);
}

.containerTesto.center {
    text-align: center;
}

.containerTesto a.pulsanteScopri {
    color: #ffffff;
}


.pulsanteScopri {
    position: relative;
    display: inline-block;
    padding: 0.75rem 2rem;
    outline: 0;
    border: none;
    background: #26547C;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 90%;
    line-height: inherit;
    line-height: 1.7;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-top: 30px;
    border-radius: 10px;
    font-size: 16px;
    
}

.pulsanteScopriNews {
    float: right;
    position: relative;
    display: inline-block;
    padding: 0.75rem 2rem;
    outline: 0;
    border: none;
    background: #26547C;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 90%;
    line-height: inherit;
    line-height: 1.7;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-top: -51px;
    border-radius: 10px;
    font-size: 16px;
}

.NewsDettaglioPulsanteRitornaIndietro{
    width:100%;
    text-align:center;
}

.pulsanteRitornaNews {
    position: relative;
    display: inline-block;
    padding: 0.75rem 2rem;
    outline: 0;
    border: none;
    background: #26547C;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 90%;
    line-height: inherit;
    line-height: 1.7;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    margin-bottom: 40px;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
}

.FooterItem2 {
    width: 100%;
    float: left;
    /* padding-left: 4%; */
    box-sizing: border-box;
    text-align: center;
}

.FooterItem2Int {
    width: 50%;
    display: table-cell;
}

.FooterItemFrasi {
    color: #fff;
}

.footer2 a {
    color: #fff;
    text-decoration: none;
}

.footer a {
    text-decoration: none;
    color: #fff;
}

.contenitoreBandiere {
    position: absolute;
    top: -68px;
    right: 0;
    display: flex;
}

    .contenitoreBandiere a.selezionato {
        border-bottom-color: #000;
    }

    .contenitoreBandiere a {
        display: block;
        width: 35px;
        margin: 0px 5px;
        border-bottom: 2px solid transparent;
    }

    .contenitoreBandiere img {
        display: block;
        width: 100%;
    }


/* DEFAULT */

    .visualizzaslide {
        display:none;
    }

.HomeSinistra {
    box-sizing: border-box;
}
.HomeDestra {
    box-sizing: border-box;
}
.campomenuuno {
    padding-top:15px;
    text-align:center;
}
.campomenuultimo {
    padding-top:15px;
    padding-right:0px;
    width:145px;
    text-align:right;
}
.frase {
    display:inline-block;
    width:40%;
    margin:0 auto;
    padding-bottom:20px;
}
.titolofrase {
    font-size: 20px;
    color: black;
    font-weight: 600;
}
.testofrase {
    font-size:14px;
    color:#4a4a4a;
}
.barra {
    /* padding-bottom: 20px; */
    margin: 30px 0px;
}
    .barra img {
        width:100%;
    }
.barra2 {
    /* padding-bottom: 20px; */
    margin: 30px 0px;
}
    .barra2 img {
        width:100%;
    }
.titolofrase {
    padding-bottom:20px;
}
.firma {
    float:right;
}
.titolohome {
    border: 1px solid #cca876;
    float: left;
    width: 15%;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    min-width: 140px;
    box-sizing: border-box;
    margin-right: 20px;
    background-color: #cca876;
    text-align: center;
}
.sottotitolohome {
    padding-bottom: 3px;
    padding-top: 8px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 10px;
    display: block;
    font-weight: 600;
}
.testohome {
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 22px;
}
.infoavvocato {
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url('/design/sfondo-avvocato.jpg');
    text-align: left;
    color: #4a4a4a;
    font-family: 'Montserrat', sans-serif;
    font-size:13px;
    padding-top:30px;
    padding-left:30px;
    padding-bottom:30px;
    padding-right:30px;
    text-align:justify;
    
}

.infoavvocato img{
    width:100%;
    display:block;
    width:20%;
    float:left;
    box-sizing:border-box;
    padding-right:30px;
    min-width:170px;
}

/* CONTATTI */

    .ContattiSinistra {
            float:left;
            width:50%;
            margin-top:20px;
            margin-bottom:20px;
            padding-right:10px;
            box-sizing:border-box;
        }
    .titolocontatti {
        font-weight: 200;
        margin-top: 0px;
        padding-top: 0px;
        font-size: 30px;
        line-height: 28px;
        font-family: 'Roboto', sans-serif;
        padding-bottom:20px;
    }
     .testocontatti {
        color: black;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 300;
        padding-bottom:20px;
    }
     .ContattiDestra {
        margin-top:20px;
        margin-bottom:20px;
        float:right;
        width:50%;
        font-size:13px;
        color:black;
        vertical-align:top; 
        box-sizing:border-box;
        padding-left:10px;
     }
         .ContattiDestra a {
                color:black;
                text-decoration:none;
            }
      .informazioni {
        font-weight: 500;
        padding-top: 0px;
        font-size: 24px;
        line-height: 30px;
   
    }
.infornazionisinistra {
    float:left;
    width:50%;
    box-sizing:border-box;
    margin-top:15px;
    font-family: 'Montserrat', sans-serif;
    color:#4a4a4a;
}
.infornazionisinistra a{
    color:#cca876;
}

.infornazionidestra {
    margin-top:15px;
    float:right;
    width:50%;
    box-sizing:border-box;
    font-family: 'Montserrat', sans-serif;
    color:#4a4a4a;
}

/* MODELLO ELENCO */
div.PaginaElencoWrapper {
    text-align:center;
    width:30%;
    float:left;
    box-sizing:border-box;
    padding-right:30px;
}

.testoelenco {
    width:70%;
    float:right;
    box-sizing:border-box;
    padding-bottom:30px;
}
.titoloelenco {
    font-size: 24px;
    margin-bottom: 20px;
    /*padding-left: 20px;*/
    font-weight: 600;
    text-align:center;
}
.testoelencointerno {
    font-size: 14px;
    line-height: 22px;
    color: #4a4a4a;
    text-align: justify;
    margin-bottom:20px;
}
.NomeCategoriaWrapper {
    font-weight: 600;
    font-size: 24px;
    border-left: 5px solid #cca876;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 10px;
}

div.ElencoItem {
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
    display:inline-block;
    box-sizing:border-box;
}
    div.ElencoItem a {
        text-decoration:none;
        color:black;
    }
    div.ElencoItem a:hover {
        color:#cca876;
    }

.immagineinfo {
    width:5%;
    float:left;
}

    .immagineinfo img {
        border:5px solid #cca876;
        width:100%;
        display:block;
    }

.richiestainfo {

}
.titoloinfo {
    color:black;
    font-size:13px;
}
.testoinfo {
    float:right;
    width:91%;
    box-sizing:border-box;
    font-size:11px;
    color:#4a4a4a;
    padding-left:20px;
    text-align:justify;
    font-family: 'Montserrat', sans-serif;
}
    .testoinfo a {
        text-decoration:none;
        color:#4a4a4a;
    }
    .richiestainfo a:hover {
        color:#cca876
    }

a.Link1 {
    display:block;
    overflow:hidden;
}
img.immagineprodotto {
    display:block;
    margin:0px auto;
}
div.immagineprodottowrapper {
    width:150%;
    border:solid 1px red;
    margin-left:-24%;
}
    .immaginemodello {
        width:100%;
    }
    .DescrizioneSuPaginaElenco {
        width:100%;
        margin:auto;
        text-align:left;
    }
    .DescrizioneSuPaginaElenco a{
  
    }
.punto{
   float:left;
   width:10px;
   box-sizing:border-box;
}
.NomeCategoria {
    width:90%;
    float:left;
    padding-left:20px;
    box-sizing:border-box;
}

/* MODELLO DETTAGLIO */

    div.PaginaDettaglio {
        display:inline-block;
        width:49%;
        vertical-align:top;
        margin-top:20px;
    }
    div.ImmaginePrincipale {
        display:inline-block;
        position:relative;
        width:50%;
        margin-top:20px;
        margin-bottom:20px;
    }
    div.ImmaginePrincipale img {
        display: block;
        width:100%;
        margin: 0px auto;
    }
    .sottocategoriadettaglio2 {
        font-weight: 500;
        padding-top: 0px;
        font-size: 24px;
        line-height: 30px;
        font-family: Roboto, sans-serif;
        letter-spacing:3px;
    }
    .testodettaglio {
        margin-top:20px;
        /*padding-left:20px;*/
    }

div.ImmaginiAllegateWrapper {
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    width: 64%;
    float: left;
}
    div.ImmaginiAllegateWrapper img{
         display:inline-block;
         width:25%;
         min-width:150px;
    }

    div.DettaglioInternoAllegati img.FileIco {
          width:30px;
    }
        div.DettaglioInternoAllegati a {
            display:block;
            color:#C50E2D;
            text-decoration:none;
        }

/* TRATTAMENTO DATI PERSONALI */

    div.TrattamentoDatiPersonaliWrapper {
        color:black;
        font-size:15px;
    }
  
    div.HomeNovita {
        position:relative;
        height:400px;
        
    }

    /* SNIPPET BREADCRUMBS */
div.SnippetBreadCrumbs {
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    float: right;
}
    div.SnippetBreadCrumbs ol {
        list-style:none;
        margin:0px;
        padding:0px;
        display:inline-block;
    }
        div.SnippetBreadCrumbs ol li {
            display: inline-block;
            padding-right: 5px;
            padding-left: 5px;
        }
        div.SnippetBreadCrumbs a {
            text-decoration: none;
            color: #26547C;
            font-size: 12px;
        }

.nomecat {
    color:#4a4a4a;
}
    .partealta {
        position:relative;
    }
.claim3 {
    position: absolute;
    right: 7.5%;
    /* width: 50%; */
    color: white;
    top: 20%;
    /* background-color: rgba(0,0,0,0.3); */
    padding: 20px;
    box-sizing: border-box;
    z-index: 10;
    font-size: 3.5rem;
    line-height: 1.2em;
    /* margin: 2rem 0 1rem 0; */
    font-weight: bold;
    letter-spacing: 0.01em;
    /* color: #333333; */
    max-width: 500px;
    text-align: left;
}
     .claim4 {
        position: absolute;
        left: 7.5%;
        width:50%;
        color:  black;
        bottom: 20%;
    }
        .titolomarchi {
        font-size:40px;
        letter-spacing:1px;
    }
        .titolomarchi2 {
        font-size:20px;
        letter-spacing:1px;
    }

.contenitoreCategorie {
    display: flex;
    align-items: center;
}


.testoelenco.widt100{
    width:100%;
}

.contenitoreRidotto {
    max-width: 600px;
    margin: auto;
}

.sezioneGrigiaCompleta {
    background-color: #f1f1f1;
    padding: 50px 0px;
    text-align:center;
}

.sezioneStandard {
    margin: 80px 0px;
}

.BlocchiProdotti {
    display: flex;
    flex-wrap: wrap;
}
.bloccoazienda {
    padding: 10px 20px;
    margin: auto;
}
.sezioneStandard h2 {
    COLOR: #6dc1da;
    margin: 0px;
    font-weight: 400;
    font-size: 21px;
    font-style: italic;
    line-height: 1.5em;
    letter-spacing: .84px;
}

.containerStandard2 {
    text-align: center;
    width: 100%;
    color: black;
    line-height: 2em;
}

    .containerStandard2 a{
        color:#333;
    }

    .containerStandard {
        display: flex;
    }

.mappa {
    width: 100%;
    height: 550px;
}

.BlocchiProdotti h1 {
    font-size: 24px;
    margin-bottom: 20px;
    /*padding-left: 20px;*/
    /*border-left: 5px solid #cca876;*/
    font-weight: 600;
}

.containerBreadCrumbs {
    position: relative;
    padding: 5px 55px;
    min-height: 35px;
    height: auto
}

.PaginaElencoWrapper {
    text-align: center;
    margin-bottom: 15px;
    margin-left: -20px;
    margin-right: -20px
}

.NomeCategoriaWrapper {
    text-align: center;
    position: relative;
    margin: 30px 0 15px
}

.NomeCategoriaWrapperNews {
    text-align: center;
    position: relative;
    margin: 15px 0 50px
}

.LabelNomeCategoria {
    font-size: 40px;
    font-weight: bold;
}

.ElencoItem {
    vertical-align: top;
    border: 1px solid silver;
    max-width: 565px;
    height: 372px;
    margin: 20px;
    display: inline-block;
    overflow: hidden;
    position: relative
}

img.immagineprodotto {
    display: block;
    margin: 0 auto
}

div.immagineprodottowrapper {
    width: 150%;
    margin-left: -25%;
    min-height: 100%
}

a.Link1 {
    display: table;
    border: 1px solid #fff;
    position: absolute;
    top: 5%;
    left: 4%;
    width: 92%;
    height: 90%
}

    a.Link1 span {
        vertical-align: middle;
        color: #fff;
        display: none
    }

.LinkNews {
    color: #000;
    text-decoration: none
}

a.Link1 img.ElencoZoom {
    display: none;
    position: absolute;
    margin: 18% 47% 0
}

a.Link1:hover {
    background-color: rgba(22,22,22,.8)
}

a.Link1 > span {
    font-weight: 300
}

a.Link1:hover span {
    display: table-cell;
    font-size: 27px
}

a.Link1:hover img.ElencoZoom {
    display: block
}

.immaginemodello {
    width: 100%;
    height: 79px;
    background-color: #cFCFCF
}

.PosizioneSuPaginaElenco {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden
}

.NewsWrapper {
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

.LinkNews {
    display: inline-block;
    vertical-align: top;
    width: 32.5%;
    min-height: 180px;
    height: auto;
    padding-bottom: 30px;
    width: 100%;
    display: block;
    padding: 30px 0;
    box-sizing: border-box;
    transition: all 1s ease;
}

.NewsMenoRecentiH2 {
    font-weight: 300;
    font-size: 30px
}

.LinkNewsConBordo {
    border-left: solid 1px silver
}

.NewsContainer {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;

}

    .NewsContainer h3 {
        margin-top: 0
    }

    .NewsContainer h1 {
        text-align: left;
        letter-spacing: 0.01em;
        color: #333333;
        -webkit-font-smoothing: antialiased;
        font-size: 2.5em;
        line-height: 1.5;
    }

/*
.NewsContainer:hover > div {
    text-decoration: underline
}
*/
.ImmagineNewsItem {
    height: auto;
    float: left;
    margin-right: 30px;
    display: block
}

.NewsDescription {
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 16px;
    /* overflow-x: hidden!important; */
    -webkit-font-smoothing: antialiased;
    font-size: 1.3em;
    line-height: 1.5;
}


.ImmagineNewsItem {
    width: 25%;
    margin-left: 30px;
    transition: transform .9s;
    border-radius: 10px;
	min-height: 265px;
    object-fit: cover;
    -webkit-box-shadow: 10px 13px 35px -10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 10px 13px 35px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 13px 35px -10px rgb(0 0 0 / 20%);
}


div.PaginaDettaglio {
    float: right;
    width: 49%;
    vertical-align: top;
    margin-top: 20px;
    line-height: 20px;
    font-size: 15px
}

    div.PaginaDettaglio > div.DivConSfondo {
        background-color: #E3E3E3;
        padding: 37px;
        box-sizing: border-box
    }

.sottocategoriadettaglio2 {
    font-weight: 500;
    padding-top: 0;
    font-size: 24px;
    line-height: 30px;
    font-family: Roboto,sans-serif;
    letter-spacing: 3px
}

.testodettaglio {
    text-align: justify;
    font-weight: 300;
    font-size: 16px
}

div.ImmaginiAllegateWrapper {
    margin-top: 5px;
    text-align: center;
    position: relative;
    margin-left: -2px;
    margin-right: -2px
}

    div.ImmaginiAllegateWrapper div.ImageItem {
        display: inline-block;
        width: calc(100% / 3 - 7px);
        height: 145px;
        vertical-align: top;
        margin: 2px;
        position: relative;
        overflow: hidden
    }

        div.ImmaginiAllegateWrapper div.ImageItem > div {
            width: 130%;
            height: 100%;
            position: absolute;
            top: 0;
            left: -13%;
            overflow: hidden
        }

            div.ImmaginiAllegateWrapper div.ImageItem > div > a {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                min-height: 100%
            }

div.DettaglioInternoAllegati img.FileIco {
    width: 30px
}

div.DettaglioInternoAllegati a {
    display: block;
    color: #C50E2D;
    text-decoration: none
}

.LabelNomeProdotto {
    font-size: 40px;
    font-weight: 300
}

.ImmaginePrincipaleNews {
    float: left;
    width: 35%;
    margin: 0 2% 15px 0;
    transition: transform .9s;
    border-radius: 10px;
    -webkit-box-shadow: 10px 13px 35px -10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 10px 13px 35px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 13px 35px -10px rgb(0 0 0 / 20%);
}

    .ImmaginePrincipaleNews img {
        width: 100%;
        display: block;
        margin: 0 auto;
        border-radius: 10px;
    }

.PaginaDettaglioNews {
    float: left;
    width: 63%;
}

.containerFormPaginaDettaglio {
    position: relative;
    padding: 0 55px;
    box-sizing: border-box;
}

.FormRichiestadaPaginaProdottiWrapper {
    background-color: #F3F3F3;
    height: auto;
    min-height: 304px;
    padding-top: 20px;
    border-bottom: solid 1px #E3E3E3;
    position: relative;
}

.FormPaginaDettaglioRichiestaInformazioniH3 {
    font-weight: 400;
    font-size: 23px;
    padding-left: 20px;
}

.NewsGruppiTitoloeDescrizioneWrapper {
    padding: 30px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
}

a.immagineAllegataItem {
    display: inline-block;
    width: 400px;
    overflow: hidden;
    transition: transform .9s;
    border-radius: 10px;
}

.immagineAllegataItem {
    text-align: center;
}

a.immagineAllegataItem img {
    width: 100%;
    display: block;
}

.NewsDettaglioWrapper {
    padding: 0 20px;
}

.NewsDettaglioAllegati {
    max-width: 64%;
    padding: 0 20px;
    margin: 60px auto;
}

/* SEZIONE RESPONSIVA PER DISPOSITIVI MOBILI */

@media screen and (min-width:1201px) and (max-width:1500px) {

    #ULMenu > .ULMenuli a {
        letter-spacing: -0.95px;
        margin: 0;
        padding: 0.5rem 5px;
    }

    .container {
        padding: 0 10px;
    }

    .pulsanteScopriNews{
        display:none;
    }
}

@media screen and (min-width:881px) and (max-width:1200px) {

    #ULMenu > .ULMenuli a {
        letter-spacing: -0.95px;
        margin: 0;
        padding: 0.5rem 5px;
    }

    .container {
        padding: 0 10px;
    }

    .pulsanteScopriNews {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:880px) {

    

    .NewsContainer {
        padding: 0 30px;
        box-sizing: border-box;
    }

    .NomeCategoriaWrapperNews {
        margin: 15px 0 20px;
    }

    .ImmagineNewsItem {
        width: 100%;
        float:none;
        margin: 0 auto;
        transition: transform .9s;
        border-radius: 10px;
        -webkit-box-shadow: 10px 13px 35px -10px rgb(0 0 0 / 20%);
        -moz-box-shadow: 10px 13px 35px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 10px 13px 35px -10px rgb(0 0 0 / 20%);
    }

    .NewsContainer h1 {
        margin: 10px 0px;
    }

    .NewsDescription {
        padding-left: 0px;
    }

    .pulsanteScopriNews {
        /*float: none;
        margin-top: 20px;*/
        display:none;
    }


    .tabella {
        flex-direction: column;
    }

    .paginahome {
        margin: 60px 0px;
    }

    .containerTesto {
        width: 80%;
        padding: 0;
        margin-bottom: 25px;
    }

        .containerTesto h1 {
            font-size: 2.9rem;
        }

    .containericona {
        width: 80%;
        height: auto;
        overflow: hidden;
        margin-bottom: 25px;
    }

    .containerInt {
        width: 80%;
    }

    .containerIntDesc {
        padding: 0;
    }

    .contenitoreBandiere {
        top: 0px;
        right: 0px;
        position: relative;
        margin: auto;
        display: flex;
        width: min-content;
        margin-top: 20px;
    }

    .immaginestudio {
        width: 150px;
        margin-right: 20px;
        margin-top: -5px;
    }

    .footer {
        padding: 20px 0 40px;
    }

    .containerStandard2 {
        text-align: left;
    }

    .FooterItem {
        width: 100%;
        float: none;
        font-size: 13px;
        text-align: center;
    }

    .FooterItem2 {
        width: 100%;
        float: none;
        padding-left: 0%;
        text-align: left;
        margin-top: 20px;
        font-size: 13px;
        padding-right: 0px;
        box-sizing: border-box;
    }

    .FooterItem2Int {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .spaziofirma {
        margin: 30px 0px;
    }

    #slideshowResponsivo.dimensionesshow .ContenitoreClaim > ins {
        display: none;
    }

    
    .sottotitolohome {
        padding-bottom: 3px;
        padding-top: 15px;
        padding-left: 0px;
    }

    .titolohome {
        float: none;
        width: 15%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .contenitoreCategorie {
        display: block;
    }


    .visualizzaslide {
        height: 50px;
        display: block;
    }

    .barra2 {
        visibility: hidden;
    }

    .spazio {
        height: 59px;
    }

    .spazio2 {
        height: 0px;
    }


    .containerTesto h1 {
        font-size: 2.5rem;
    }
/*
    .containericona {
        width: 35%;
    }

    .containerTesto {
        width: 65%;
    }*/

    .paginahome {
        margin: 60px 0px;
        padding: 0 20px;
    }

    .campimenu {
        padding-top: 30px;
    }

    #ULMenu > .ULMenuli a {
        font-size: 1.65rem;
        padding: 1.2rem 10px;
    }

    #ULMenu {
        width: 100%;
        text-align: left;
    }

        #ULMenu > .ULMenuli {
            width: 100%;
        }

    .menu > input:checked + div {
        left: 0px;
    }

    .container2 {
        width: 100%;
        position: relative;
        padding: 5px 20px;
        margin: auto;
        text-align: center;
        display: block;
    }

    .logoimg {
        padding-left: 10px;
        width: 100px;
        display: inline-block;
    }

    .logo {
        padding: 0px;
        margin: inherit;
    }

    .menu > input + div {
        position: absolute;
        margin-top: 5px;
        left: -100%;
        width: 100%;
        z-index: 2000;
        background-color: whitesmoke;
        transition: left 500ms;
        min-height: 1000px;
    }

    .LabelMenuPrincipale {
        display: block;
        position: absolute;
    }

    .lineamenu {
        height: 2px;
        width: 28px;
        background-color: #000;
        margin-bottom: 5px;
    }

    .menuacomparsa {
        display: block;
        position: absolute;
        margin-top: -38px;
        right: 0px;
        /* top: 0px; */
        float: none;
        padding: 10px;
        box-sizing: border-box;
        color: black;
        width: 51px;
        height: 28px;
        font-size: 13px;
        z-index: 2600000000000000000;
        margin-right: 15px;
    }



    /* DEFAULT */

    .HomeSinistra {
        width: 100%;
        float: left;
        padding-right: 0px;
    }

    .HomeDestra {
        width: 100%;
        float: right;
        padding-left: 0px;
        padding-top: 20px;
    }


    #ULMenu {
        width: 100%;
    }

        #ULMenu > .ULMenuli {
            width: 100%;
        }

    .labelmenu_DUE {
        width: 100%;
        cursor: pointer;
    }

        .labelmenu_DUE ~ .menu_sottomenu > input ~ div {
            display: none;
            z-index: 2000;
            height: 432px;
            transition: left 1000ms ease;
        }

    .menu_sottomenu {
        z-index: 20;
        /* font-family: 'Muli', sans-serif; */
        font-size: 14px;
        font-weight: 300;
    }

    .width205 {
        width: 100%;
    }

    .labelmenu_DUE ~ .menu_sottomenu > input:checked ~ div {
        display: block;
        position: relative;
        left: 0px;
        width: 100%;
    }

    #ULMenu .ULMenuli .ULMenuul {
        height: unset;
    }

    .lineamenu {
        height: 2px;
        width: 28px;
        background-color: #000;
        margin-bottom: 5px;
    }

    /* CONTATTI */
    .ContattiSinistra {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 0px;
    }

        .ContattiSinistra img {
            width: 100%;
        }

    .ContattiDestra {
        width: 100%;
        font-size: 13px;
        color: black;
        padding-left: 0px;
    }

    .infornazionisinistra {
        width: 100%;
    }

    .infornazionidestra {
        width: 100%;
    }

    .titolocontatti {
        font-weight: 200;
        margin-top: 0px;
        padding-top: 0px;
        padding-left: 20px;
        font-size: 30px;
        line-height: 28px;
        font-family: 'Roboto', sans-serif;
        padding-bottom: 20px;
    }

    .testocontatti {
        color: black;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 300;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .informazioni {
        font-weight: 500;
        padding-top: 0px;
        font-size: 24px;
        line-height: 30px;
        font-family: Roboto, sans-serif;
    }

    .ContattiDestra a {
        color: black;
        text-decoration: none;
    }

    .ContattiForm {
        width: 100%;
        color: black;
    }

    /* TRATTAMENTO DATI PERSONALI */

    div.TrattamentoDatiPersonaliWrapper {
        padding: 20px;
        position: relative;
        color: black;
        font-size: 17px;
    }

    div.HomeNovita {
        position: relative;
    }

    /* PAGINA DETTAGLIO */

    div.ImmaginePrincipale {
        margin: 0px auto;
        position: relative;
        min-height: 200px;
        width: 100%;
    }

        div.ImmaginePrincipale img {
            display: block;
            margin: 0px auto;
            width: 100%;
            position: relative;
        }

    div.PaginaDettaglio {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-top: 20px;
    }

    .Dettaglio {
        width: 100%;
        padding-bottom: 20px;
    }

    .immagineAllegataItem {
        text-align: center;
        width: 20%;
        transition: transform .9s;
        border-radius: 10px;
        -webkit-box-shadow: 10px 13px 35px -10px rgb(0 0 0 / 20%);
        -moz-box-shadow: 10px 13px 35px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 10px 13px 35px -10px rgb(0 0 0 / 20%);
    }

    a.immagineAllegataItem {
        display: inline-block;
    }

        a.immagineAllegataItem img {
            min-width: 500px;
        }

    div.ImmaginiAllegateWrapper {
        width: 100%;
        margin-top: 15px;
        text-align: center;
        display: block;
    }

        div.ImmaginiAllegateWrapper img {
            display: inline-block;
            min-width: 150px;
        }

    div.PaginaElencoWrapper {
        text-align: center;
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding-bottom: 20px;
    }

    .testoelenco {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding-bottom: 0px;
    }

    .claim3 {
        /*display: none;*/
    }

    .claim4 {
        display: none;
    }
}

@media screen and (min-width:0px) and (max-width:767px) {


    .containerTesto h1 {
        font-size: 2.5rem;
    }

    .containericona {
        width: 35%;
    }

    .containerTesto {
        width: 65%;
    }

    .paginahome {
        margin: 60px 0px;
        padding: 0 20px;
    }

    .campimenu {
        padding-top: 30px;
    }

    #ULMenu > .ULMenuli a {
        font-size: 1.65rem;
        padding: 1.2rem 10px;
    }

    #ULMenu {
        width: 100%;
        text-align: left;
    }

        #ULMenu > .ULMenuli {
            width: 100%;
        }

    .menu > input:checked + div {
        left: 0px;
    }

    .container2 {
        width: 100%;
        position: relative;
        padding: 5px 20px;
        margin: auto;
        text-align: center;
        display: block;
    }

    .logoimg {
        padding-left: 10px;
        width: 100px;
        display: inline-block;
    }

    .logo {
        padding: 0px;
        margin: inherit;
    }

    .menu > input + div {
        position: absolute;
        margin-top: 5px;
        left: -100%;
        width: 100%;
        z-index: 2000;
        background-color: whitesmoke;
        transition: left 500ms;
        min-height: 1000px;
    }

    .LabelMenuPrincipale {
        display: block;
        position: absolute;
    }

    .lineamenu {
        height: 2px;
        width: 28px;
        background-color: #000;
        margin-bottom: 5px;
    }

    .menuacomparsa {
        display: block;
        position: absolute;
        margin-top: -38px;
        right: 0px;
        /* top: 0px; */
        float: none;
        padding: 10px;
        box-sizing: border-box;
        color: black;
        width: 51px;
        height: 28px;
        font-size: 13px;
        z-index: 2600000000000000000;
        margin-right: 15px;
    }

    .pulsanteRitornaNews {
        margin-bottom: 15px;
    }

    .NewsDettaglioAllegati {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    a.immagineAllegataItem {
        display:block;
        margin:10px auto;
        box-sizing:border-box;
    }

    .ImmaginePrincipaleNews {
        float: none;
        width: 100%;
    }

    .PaginaDettaglioNews{
        width:100%;
    }

    .NewsContainer {
        padding: 0 30px;
        box-sizing: border-box;
    }

    .NomeCategoriaWrapperNews {
        text-align: center;
        position: relative;
        margin: 15px 0 20px;
    }

    .ImmagineNewsItem {
        width: 100%;
        float: none;
        margin: 0 auto;
        transition: transform .9s;
        border-radius: 10px;
        -webkit-box-shadow: 10px 13px 35px -10px rgb(0 0 0 / 20%);
        -moz-box-shadow: 10px 13px 35px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 10px 13px 35px -10px rgb(0 0 0 / 20%);
    }

    .NewsContainer h1 {
        margin: 10px 0px;
    }

    .NewsDescription {
        padding-left: 0px;
    }

    .pulsanteScopriNews {
        /*float: none;
        margin-top: 20px;*/
        display: none;
    }

    .linguette {
        top: auto;
        bottom:100px;
    }

    .contenitorericerca {
        padding: 25px 25px;
    }

    .footer2 {
        margin-top: 10px;
        font-size: 0.7em;
        line-height: 1.5em;
    }

    div.first {
        height: 80vh;
    }

    .tabella{
        flex-direction:column;
    }

    .paginahome {
        margin: 30px 0px;
    }

    .containerTesto {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }

        .containerTesto h1 {
            font-size: 2rem;
            margin: 0.5rem 0 1rem 0;
        }

    .title {
        font-size: 1.4rem;
    }

    .containericona {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 25px;
    }

    .containerInt {
        width: 100%;
    }

    .containerIntDesc {
        padding: 0;
    }

        .containerIntDesc h1 {
            font-size: 2rem;
            line-height: 2rem;
        }

    .contenitoreBandiere {
        top: 0px;
        right: 0px;
        position: relative;
        margin: auto;
        display: flex;
        width: min-content;
        margin-top: 20px;
    }

    .immaginestudio {
        width: 150px;
        margin-right: 20px;
        margin-top: -5px;
    }

    .footer {
        padding: 20px 0 40px;
    }

    .containerStandard2 {
        text-align: left;
    }

    .FooterItem {
        width: 100%;
        float: none;
        font-size: 13px;
        text-align: center;
    }

    .FooterItem2 {
        width: 100%;
        float: none;
        padding-left: 0%;
        text-align: left;
        margin-top: 20px;
        font-size: 13px;
        padding-right: 0px;
        box-sizing: border-box;
    }

    .FooterItem2Int {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .spaziofirma {
        margin: 30px 0px;
    }

    #slideshowResponsivo.dimensionesshow .ContenitoreClaim > ins {
        display: none;
    }

    .container {
        /*padding: 0px 20px;*/
        box-sizing: border-box;
        margin: 0px;
    }


    .sottotitolohome {
        padding-bottom: 3px;
        padding-top: 15px;
        padding-left: 0px;
    }

    .titolohome {
        float: none;
        width: 15%;
        margin-right: 0px;
        margin-bottom: 20px;
    }


    .contenitoreCategorie {
        display: block;
    }

    .visualizzaslide {
        height: 50px;
        display: block;
    }

    .barra2 {
        visibility: hidden;
    }

    .spazio {
        height: 59px;
    }

    .spazio2 {
        height: 0px;
    }

    /* MENU MOBILE LOGO LINGUE MENU(HOME CONTATTI) */

    .frase {
        width: 100%;
    }



    /* DEFAULT */

    .HomeSinistra {
        width: 100%;
        float: left;
        padding-right: 0px;
    }

    .HomeDestra {
        width: 100%;
        float: right;
        padding-left: 0px;
        padding-top: 20px;
    }




    #ULMenu {
        width: 100%;
    }

        #ULMenu > .ULMenuli {
            width: 100%;
        }

    .labelmenu_DUE {
        width: 100%;
        cursor: pointer;
    }

        .labelmenu_DUE ~ .menu_sottomenu > input ~ div {
            display: none;
            z-index: 2000;
            height: 432px;
            transition: left 1000ms ease;
        }

    .menu_sottomenu {
        z-index: 20;
        /* font-family: 'Muli', sans-serif; */
        font-size: 14px;
        font-weight: 300;
    }

    .width205 {
        width: 100%;
    }

    .labelmenu_DUE ~ .menu_sottomenu > input:checked ~ div {
        display: block;
        position: relative;
        left: 0px;
        width: 100%;
    }

    #ULMenu .ULMenuli .ULMenuul {
        height: unset;
    }

    .lineamenu {
        height: 2px;
        width: 28px;
        background-color: #000;
        margin-bottom: 5px;
    }

    .header {
        height: 0px;
    }


    /* CONTATTI */
    .ContattiSinistra {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 0px;
    }

        .ContattiSinistra img {
            width: 100%;
        }

    .ContattiDestra {
        width: 100%;
        font-size: 13px;
        color: black;
        padding-left: 0px;
    }

    .infornazionisinistra {
        width: 100%;
    }

    .infornazionidestra {
        width: 100%;
    }

    .titolocontatti {
        font-weight: 200;
        margin-top: 0px;
        padding-top: 0px;
        padding-left: 20px;
        font-size: 30px;
        line-height: 28px;
        font-family: 'Roboto', sans-serif;
        padding-bottom: 20px;
    }

    .testocontatti {
        color: black;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 300;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .informazioni {
        font-weight: 500;
        padding-top: 0px;
        font-size: 24px;
        line-height: 30px;
        font-family: Roboto, sans-serif;
    }

    .ContattiDestra a {
        color: black;
        text-decoration: none;
    }

    .ContattiForm {
        width: 100%;
        color: black;
    }

    /* TRATTAMENTO DATI PERSONALI */

    div.TrattamentoDatiPersonaliWrapper {
        padding: 20px;
        position: relative;
        color: black;
        font-size: 17px;
    }

    div.HomeNovita {
        position: relative;
    }

    /* PAGINA DETTAGLIO */

    div.ImmaginePrincipale {
        margin: 0px auto;
        position: relative;
        min-height: 200px;
        width: 100%;
    }

        div.ImmaginePrincipale img {
            display: block;
            margin: 0px auto;
            width: 100%;
            position: relative;
        }

    div.PaginaDettaglio {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-top: 20px;
    }

    .Dettaglio {
        width: 100%;
        padding-bottom: 20px;
    }

    .immagineAllegataItem {
        text-align: center;
    }


    div.ImmaginiAllegateWrapper {
        width: 100%;
        margin-top: 15px;
        text-align: center;
        display: block;
    }

        div.ImmaginiAllegateWrapper img {
            display: inline-block;
            min-width: 150px;
        }

    div.PaginaElencoWrapper {
        text-align: center;
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding-bottom: 20px;
    }

    .testoelenco {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding-bottom: 0px;
    }

    .claim3 {
        right: -2.5%;
        font-size: 3.3rem;
    }

    .claim4 {
        display: none;
    }
}


/*@media screen and (min-width:767px) and (max-width:1165px) {

    .container2 {
        width: 100%;
    }

    .categorie {
        width: 121px;
    }

    .logoimg {
        padding-left: 10px;
    }

    .campomenuultimo {
        margin-right: 20px;
    }

    .campimenuultimo {
        margin-right: 20px;
    }

    .mail {
        margin-right: 20px;
    }

    .titolomarchi {
            font-size: 24px;
    }

    .titolomarchi2 {
            font-size: 16px;
    }

}

@media screen and (min-width:767px) and (max-width:1240px) {

}*/

