﻿
/*UTILIZZATI DA TUTTI*/
    body {
        margin:0px;
        font-size:14px;
        font-family: 'Lora', sans-serif;
    }
    .container {
        width: 100%;
        position: relative;
        margin: auto;
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .container2 {
        width: 100%;
        position: relative;
        margin: auto;
        text-align: center;
        padding: 0px 20px;
        box-sizing: border-box;
    }

    .spazio {
        /*height:111px;*/
    }

    /*b {
        font-weight:400;
        color:rgb(123, 109, 29);
    }*/

.hp-wrap {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


.fraseFoto a {
    text-decoration: none;
    color: rgb(123, 109, 29);
}

.marca {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
    font-style: italic;
}

.contenitoreHomeImg > .fotohome {
    display:none;
}

.fascia {
    width:100%;
    display:block;
    /*min-height:150px;*/
}


.visualizzaGalleria {
    font-weight:300;
}

    .visualizzaGalleria a {
        color:black;
    }

div.ImmaginePrincipale > img.immaginiInterne {
    float: left;
    width: 50%;
    display: block;
    border: 1px solid silver;
    box-sizing: border-box;
}

.collaborazioni img{
    display:inline-block;
    border:1px solid silver;
    margin:5px;
    width:250px;

}

            

        .testocontenitore1 > input {
            display:none;
        }
        .testocontenitore2 > input {
            display:none;
        }
         /*.menu2 > input {
            display:none;
        }*/



.flexmenu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    max-width: 1600px;
}
.MenuPrincipale {
    display: block;
    padding: 0px;
    box-sizing: border-box;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-flow: column;
}
.LabelMenuPrincipale {
    display: block;
    cursor: pointer;
}
    .LabelMenuPrincipale .material-icons-outlined {
        font-size: 40px;
        line-height: inherit;
    }

.menu {
    display: block;
}
    .menu > input {
        display: none;
    }

        .menu > input + div.widthVar {
            width: 100%;
        }

        .menu > input + div {
            position: fixed;
            width: 0px;
            height: calc(100% - 89px);
            position: fixed;
            background-color: #f5f5f5f5;
            right: 0;
            top: 89px;
            /* height: 130px; */
            transition-duration: 320ms;
        }

.MenuInterno a.MenuSelezionato {
    color: #434b53;
    text-decoration: underline;
}

.MenuInterno a:hover {
    color: #434b53;
    text-decoration: underline;
}

.MenuInterno .menuridottoRiga a:hover {
    color: #434b53;
    text-decoration: underline;
}

.MenuInterno .menuridottoRiga a.campiselezionato {
    color: #434b53;
    text-decoration: underline;
}



.colMenuDx {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.MenuInterno {
    position: absolute;
    top: 0px;
    width: 100%;
    min-height: 100%;
    text-align: left;
    color: black;
    box-sizing: border-box;
    z-index: 2;
    display: flex;
    ALIGN-ITEMS: center;
    justify-content: center;
}

    .MenuInterno > div {
        width: 50%;
        height: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        /* border-right: 1px solid #cccccc; */
        box-sizing: border-box;
    }

    .MenuInterno a {
        display: block;
        text-decoration: none;
        text-align: center;
        font: normal normal 500 40px/50px Lora;
        letter-spacing: 0px;
        color: #000000;
        margin: 15px;
        transition: all 0.3s linear;
    }

    .MenuInterno > div.line1 {
        width: 350px;
        height: 0px;
        border-bottom: 1px solid black;
        -webkit-transform: translateY(0px) translateX(0px) rotate(90deg);
        position: absolute;
        z-index: 1;
    }


.closepopup {
    color: #fff;
    border: none;
    padding: 20px 20px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    right: 0;
}

.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 {
    overflow: hidden;
    width: 30em;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    position: absolute;
    top: 10%;
    bottom: 10%;
    /*    height: fit-content;*/
}

#popupfiltri .popup-container {
    opacity: 1;
    transform: scale(1);
}


.popup-card {
    padding: 40px;
    text-align: center;
    background: #fff;
    border-radius: 40px;
}

#popupfiltri .closepopup {
    color: #000;
}

#popupfiltri #popup-popupinternoforminterno {
    width: 500px;
}

.popup-card.popupfiltri {
    background: #fff;
    text-align: left;
}

.popup-card img {
    width: 100%;
    display: block;
    max-height: 30vh;
    object-fit: cover;
}



.popup-card .splide__arrows img {
    width: initial;
}

.menuridotto {
    width: 450px;
    margin: auto;
    display: flex;
    flex-flow: wrap;
}

.menuridottoTitle {
    display: block;
    text-decoration: none;
    /* text-align: center; */
    font: normal normal 500 26px/26px Lora;
    letter-spacing: 0px;
    color: #000000;
    margin: 15px 0px;
    transition: all 0.3s linear;
}

.menuridottoRiga h3 {
    text-align: left;
    font: normal normal normal 18px/24px Lora;
    letter-spacing: 0px;
    color: #69727d;
}



.menuridotto > div {
    width: 100%;
    display: flex;
    align-items: baseline;
    flex-flow: column;
    justify-content: space-between;
}

.MenuInterno .menuridottoRiga a {
    font: normal normal normal 22px/26px Lora;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    margin: 15px 0px;
    text-align: left;
}


.header {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 3000;
    background-color: #fff;
    /* height: 74px; */
    /* background-color: #eeeeee; */
    top: 0;
    padding: 10px 20px;
    box-sizing: border-box;
}

.MenuPrincipaletesto {
    font-size: 11px;
    margin-top: -5px;
}

.colore1 {
    background-color: #2d3137;
    color:#fff;
}

.colore2 {
    background-color: #434b53;
    color:#fff;
}
.colore3 {
    background-color: #515b65;
    color:#fff;
}
.colore4 {
    background-color: #5f6b77;
    color:#fff;
}
.colore5 {
    background-color: #707a84;
    color: #fff;
}



    .headerresponsivo {
            display:none;
        }
    .headerslides {
        width:100%;
        margin-top:0px !important;
    }
    .banner {
        /* width: 200px; */
        background-color: #004993;
        /* margin-top: -120px; */
        /* position: absolute; */
        padding: 50px;
        font-size: 26px;
        color: white;
        font-weight: 200;
        text-align: center;
        box-sizing:border-box;
    }

    /*.banner {
        background-color: #004993;
        margin-top: -916px;
        position: absolute;
        padding: 30px;
        font-size: 26px;
        color: white;

        font-weight: 200;
        text-align: center;
        right: 0;
    }*/

.contenitoreHomeImg {
    max-height: 1000px;
    overflow: hidden;
    position: relative;
    /*MARGIN-TOP: 111px;*/
}

    .contenitoreHomeImg img {
        width:100%;
        display:block;
    }


.claimHome {
    color: #fff;
    position: absolute;
    bottom: 0;
    /* font-family: 'Open Sans Condensed',sans-serif; */
    line-height: .8;
    /* letter-spacing: 0.05em; */
    font-size: 120px;
    /* text-shadow: 1px 1px 1px #808080; */
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-left: 50px;
    z-index: 20;
}


div.ImmaginePrincipale2 {
    position: relative;
    width: 100%;
    /* max-height: 950px; */
    max-height: 400px;
    overflow: hidden;
    text-align: center;
    min-height: 300px;
}
    div.ImmaginePrincipale2 img {
        display: block;
        width:100%;
        /*max-height: 950px;*/
        min-height: 300px;
        
    }

    .sfumatura {
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0,0,0,0);
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.5)));
        /* background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(10,10,10,0.5) 50%, rgba(19,19,19,0) 100%); */
        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
        z-index: 10;
    }


    a {
        text-decoration:none;
    }


        .banner:hover{ 
            opacity:0.9;
        }


    .carTecniche {
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 30px;
        letter-spacing: -.02em;
    }


    .LabelLog1 {
        width:100%;
        text-align:right;
        margin-top:20px;
    }


    .whatsapp {
        width: 35px;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: -11px;
    }


/* FOOTER */

.footer {
    width: 100%;
    background-color: #dadad5;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: 200;
    /* font-size: 12px; */
    padding: 50px 0px;
    text-align: center;
}

    .nomeAzienda {

        color: rgb(123, 109, 29);
        display:block;
        font-weight:300;
    }


.footer2 {
    background-color: #eeeeee;
    text-align: center;
    padding: 20px;
    font-weight: 300;
    font-size: 13px;
    box-sizing: border-box;
    color: #000;
    letter-spacing: -.02em;
}

    .footer2 a {
        text-decoration: underline;
        color: #000;
    }


.FooterItem {
    /*width: 499PX;*/
    /* float: left; */
    width: 50%;
    color: black;
    float: left;
    /* margin-right: 16%; */
    /* margin-left: 3%; */
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    /*padding: 0px 15px;*/
    /*margin-left: -15px;*/
    font-size:13px;
}
        .FooterItem a {
            color:rgb(123, 109, 29);
            text-decoration:none;
            transition:color 300ms;
        }
            .FooterItem a:hover {
                color:white;
            }

        .FooterItem img {
            display:block;
            width: 100%;
            max-width: 300px;
        }
    .FooterItem2 {
        width:20%;
        float:left;
        color:white;
    }
        .FooterItem2 a {
            color:white;
            text-decoration:none;
        }

/* DEFAULT */

    .visualizzaslide {
        display:none;
    }
    .corpohomepage1 {
        margin: auto;
        /* border: 1px solid red; */
        padding: 50px 0px;
        box-sizing: border-box;
        text-align: center;
    }

    .corpohomepage2 {
        margin: auto;
        padding: 50px;
        box-sizing: border-box;
        text-align: center;
        background-color: #f5f5f5;
    }

    .corpoHome {
        display: inline-block;
        width: 1000px;
        margin: 50px 0px 0px 0px;
        position: relative;
    }

    .corpoHome2 {
        display: inline-block;
        width: 1000px;
        position: relative;
    }



.testoDescr {
    font-weight: 300;
    margin-top: 20px;
    color: #808080;
}


    .rigaHome1 {
       margin: 50px 0px;
    }

    .rigaHome1Sx {
        width: 540px;
        float: left;
        box-sizing: border-box;
    }
        .rigaHome1Sx img {
             width: 100%;
            display: block;
            height: 450px;
            box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
        }

    .rigaHome1Dx {
        width: 500px;
        box-sizing: border-box;
        float: right;
        background-color: white;
        padding: 40px;
        margin-top: 40px;
        /* margin-left: -40px; */
        position: absolute;
        right: 0px;
         /*box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;*/
         box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
    }


.rigaHome2 {
    margin: 100px 0px 50px 0px;
}

.rigaHome2Sx {
    width: 500px;
    box-sizing: border-box;
    float: right;
    background-color: white;
    padding: 40px;
    margin-top: 10px;
    /* margin-left: -40px; */
    position: absolute;
    left: 0px;
        /*box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;*/
        box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
}

.rigaHome2Dx {
    width: 540px;
    float: right;
    box-sizing: border-box;
}
.rigaHome2Dx img {
    width: 100%;
    display: block;
    height: 325px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
}

.immgaineHome {
    width: 600px;
    float: left;
    /* margin-top: 113px; */
    /* vertical-align: bottom; */
    bottom: 0;
    position: absolute;
}
    .immgaineHome img {
        display:block;
        width:100%;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }
.bloccoHome1 {
    width: 400px;
    float: right;
    background-color: #352921;
    padding: 40px;
    box-sizing: border-box;
    text-align: left;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
}
.bloccoHome2 {
    position: absolute;
    bottom: 0;
    background-color: #004993;
    padding: 30px;
    box-sizing: border-box;
    color: white;
    font-weight: 200;
    font-size: 18px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
}
.titoloPrinc {
    font-size: 60px;
    color: #004993;
    text-align: center;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: -.02em;
    /*margin: 0 0 0.45em 0;*/
}
.titoloPrinc2 {
    font-size: 40px;
    color: rgb(123, 109, 29);
    text-align: center;
    line-height: 1.0625;
    font-weight: 300;
    letter-spacing: -.02em;
    margin-bottom: 20px;
    /*margin: 0 0 0.45em 0;*/
}

.titoloPrinc3 {
    font-size: 30px;
    color: black;
    text-align: center;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: -.02em;
    margin-bottom: 10px;
    /* margin: 0 0 0.45em 0; */
}

.titoloPrinc4 {
    font-size: 24px;
    color: black;
    text-align: center;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: -.02em;
    /*margin: 0 0 0.45em 0;*/
}

.titoloPrinc5 {
    font-size: 16px;
    /* color: rgb(123, 109, 29); */
    text-align: center;
    line-height: 1.0625;
    font-weight: 300;
    letter-spacing: -.02em;
    margin-bottom: 20px;
    display: block;
    /* margin: 0 0 0.45em 0; */
    color: black;
    text-decoration: underline;
}
.blocco {
    width:22%;
    display:inline-block;
    border:1px solid silver;
    margin:10px;
    transition: all 0.5s linear;
    min-width:240px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    vertical-align: top;
}

.schedepdf {
    float: left;
    width: 80px;
    text-decoration: none;
    color: black;
}

.schedepdf img{
    display:block;
    width:100%;
}


.descrizionepdf {
    font-size: 12px;
    line-height: 12px;
    padding-top: 5px;
}


    .blocco:hover {
        opacity:0.7;
    }

.immagineblocco img {
    width:100%;
    display:block;
}
.didascalia {
    font-size:14px;
    color:white;
    padding:10px;
    font-weight:300;
}

.bloccoHome1Tit {
    color: white;
    font-size: 20px;
    font-weight: 200;
}
.bloccoHome1Testo {
    margin-top: 20px;
    color: white;
    font-weight: 300;
}
.caratteristiche {
    padding:10px;
    box-sizing:border-box;
    font-size:18px;
    font-weight:300;
    margin-bottom: 20px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
}


    .HomeSinistra {
        width:50%;
        float:left;
        box-sizing:border-box;
        /*border:1px solid blue;*/
    }
    .HomeDestra {
        width:50%;
        float:right;
        box-sizing:border-box;
        /*border:1px solid blue;*/
    }

/* CONTATTI */

    .ContattiSinistra {
            display:inline-block;
            width:50%;
            margin-top:20px;
            margin-bottom:20px;
        }
    .titolocontatti {
        font-weight: 200;
        margin-top: 0px;
        padding-top: 0px;
        font-size: 30px;
        line-height: 28px;
        padding-bottom:20px;
    }
     .testocontatti {
        color: black;
        font-size: 14px;
        font-weight: 300;
        padding-bottom:20px;
    }
     .ContattiDestra {
        margin-top:20px;
        margin-bottom:20px;
        display:inline-block;
        width:49%;
        font-size:13px;
        color:black;
        vertical-align:top; 
     }
         .ContattiDestra a {
                color:black;
                text-decoration:none;
            }
      .informazioni {
        font-weight: 500;
        padding-top: 0px;
        font-size: 24px;
        line-height: 30px;
        font-family: Roboto, sans-serif;
    }
     .ContattiForm {
        /* width: 56%; */
        color: black;
        max-width: 900px;
        margin: auto;
    }

/* MODELLO ELENCO */
div.PaginaElencoWrapper {
    text-align:center;
    margin:100px 0px;
}

div.PaginaElencoWrapper2 {
    text-align:center;
    padding:100px 0px;
    background-color: #eeeeee;
}


div.ElencoItem {
    /* border: solid 1px blue; */
    width: 300px;
    height: 400px;
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
}


.contenitoreElenco {
    margin:auto;
    display:inline-block;
    width: 1291px;
}

.contenitoreElenco2 {
    margin:auto;
    display:inline-block;
    max-width: 1291px;
}

.testoHome {
    margin:0 auto;
    max-width:837px;
}


div.ElencoItem:hover {
    /* border: solid 1px blue; */
    width: 300px;
    height: 400px;
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 1), -20px 0 20px -20px rgba(0, 0, 0, 1), 20px 0 20px -20px rgba(0, 0, 0, 1), 0 0 40px rgba(0, 0, 0, 1) inset;
}

a.Link1 {
    display:block;
    overflow:hidden;
}
img.immagineprodotto {
    display: block;
    margin: 0px auto;
    /*height: 400px;*/
    /*width: 100%;*/
    max-width: 320px;
}

img.immagineprodotto2 {
    display: block;
    margin: 0px auto;
    width: 100%;
}

div.immagineprodottowrapper {
    /*width:150%;
    /*border:solid 1px red;*/
    /*margin-left:-24%;*/
}
    .immaginemodello {
        width:100%;
        min-height:150px;
    }
    .DescrizioneSuPaginaElenco {
        /* width: 79%; */
        margin: auto;
        position: absolute;
        top: 0;
        background-color: white;
        padding: 10px 0px;
        margin-top: 20px;
        width: 100%;
        background: rgba(255,255,255,0.5);
        text-transform: uppercase;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }

.NomeCategoria {
    font-weight: 300;
    color: black;
    font-size: 17px;
    line-height: 1.0625;
    letter-spacing: -.02em;
}

.claim {
    position: absolute;
    text-align: right;
    background: rgba(0,0,0,0.5);
    text-transform: uppercase;
    padding: 20px 20px;
    font-size: 23px;
    font-weight: 200;
    letter-spacing: 1px;
    box-sizing: border-box;
    color: #FFF;
    bottom: 0;
    right: 0;
}


.rettangoliHome {
    display: inline-block;
    width: 49%;
    /* border: 1px solid black; */
    vertical-align: top;
    margin-bottom: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
}

.rettangoliHomeImmagine {
    float: left;
    width: 50%;
}
.rettangoliHomeTesto {
    height: 23vw;
    float: left;
    width: 50%;
    position: relative;
    color: white;
    font-weight: 200;
    font-size: 20px;
    /* letter-spacing: -.02em; */
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    max-height: 316px;
}

.rettangoliHomeTestoDescr {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
    margin-right: 20px;
}
.rettangoliHomeImmagine img{
    display:block;
    width:100%;
}




/* MODELLO DETTAGLIO */

    div.PaginaDettaglio {
        display: inline-block;
        /*width: 49%;*/
        width: 837px;
        vertical-align: top;
        margin-top: 10px;
        text-align: left;
        padding-left: 30px;
        box-sizing: border-box;
    }
    div.ImmaginePrincipale {
        display:inline-block;
        position:relative;
        /*width:50%;*/
        width: 450px;
        margin-top:10px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }
    div.ImmaginePrincipale img {
        display: block;
        width:100%;
        margin: 0px auto;
    }


    .PaginaSx {
        display:inline-block;
        position:relative;
        /*width:50%;*/
        width: 450px;
        margin-top:10px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }

.PaginaSx img{
    display:block;
    width:50%;
    float:left;
}


    .sottocategoriadettaglio2 {
        font-weight: 500;
        padding-top: 0px;
        font-size: 24px;
        line-height: 30px;
        font-family: Roboto, sans-serif;
        letter-spacing:3px;
    }
    .testodettaglio {
        font-size: 14px;
        font-weight: 300;
        text-align: left;
        color: #000;
        line-height: 1.6875em;
        margin-bottom:20px;
    }

.contenitoreetichette {
    position: absolute;
    margin-top: 20%;
    font-size: 14px;
    right: 0;
    z-index: 2000;
    width: 300px;
    overflow: hidden;
    text-align: right;
}

.etichetta1 {    
    display:block;
    cursor:pointer;
}

    .etichetta1 img {
        pointer-events:none;
        width:37px;
    }

/*.etichetta1:hover {
    width: 300px;
}*/

.etichetta2 {
    cursor:pointer;
    float:right;
    display:block;
    margin-top:20px;
}

    .etichetta2 img {
        pointer-events:none;
        width:37px;
    }

    .google {
        margin-top: 40px;
    }

    .titoloStel {
        font-size: 20px;
        font-weight: 300;
    }

    .vociStel {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 40px;
    }


    div.ImmaginiAllegateWrapper {
        display: inline-block;
        /* margin-top: 15px; */
        text-align: center;
        width: 100%;
        /* float: left; */
        margin: 50px 0px;
        /* margin: auto; */
        padding: 50px;
        box-sizing: border-box;
        text-align: center;
        background-color: #f5f5f5;
    }
    div.ImmaginiAllegateWrapper img{
        /* display: inline-block; */
        /* width: 25%; */
        /* min-width: 150px; */
        display: block;
        margin: 0px auto;
        /* height: 400px; */
        width: 115%;
        margin-left: -7%;
    }

    div.DettaglioInternoAllegati img.FileIco {
          width:50px;
    }
        div.DettaglioInternoAllegati a {
            display: block;
            /* color: #C50E2D; */
            text-decoration: none;
            color: #808080;
            font-size: 20px;
            font-weight: 300;
        }

/* TRATTAMENTO DATI PERSONALI */

    div.TrattamentoDatiPersonaliWrapper {
        color:black;
        font-size:15px;
    }
  
    div.HomeNovita {
        position:relative;
        height:400px;
        
    }

    /* SNIPPET BREADCRUMBS */
div.SnippetBreadCrumbs {
    position: relative;
    float: right;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #dadad5;
    padding: 5px 0px;
    /* margin-top: -40px; */
}
    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: black;
        font-size: 13px;
        font-weight: 300;
    }

/* ERRORE */
div.ErroreWrapper {
    text-align:center;
    width:86%;
    height:450px;
    margin:0px auto;
    box-sizing:border-box;
    padding-top:200px;
}


.MultiView {
    width:75%;
    box-sizing: border-box;
    float:left;
    padding: 30px 30px 30px 0px;
}

.MenuMultiView {
    width:25%;
    box-sizing: border-box;
    float:right;
    background-color:#f7f7f7;
    padding: 30px;
    text-align:left;
    /*box-shadow: 0 15px 15px -10px rgba(0,0,0, .2);*/
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    margin: 30px 0px;
}

.titoloConfiguratore {
    font-size: 40px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: -.02em;
    margin: 0 0 0.45em 0;
    color:black;
}

.titoloConfiguratoreSx {
    font-size: 40px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: -.02em;
    margin: 0 0 0.45em 0;
    color:black;
    background-color: #f7f7f7;
    padding:5px;
    box-shadow: 0 5px 5px -5px rgba(0,0,0, .2);
}

.campoConfiguratore {
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: 0em;
    margin: 0 0 0.45em 0;
    padding: 10px 0px;
    font-size: 20px;
    border-bottom: 1px solid silver;
    color:#808080;
    display:block;
    text-decoration:none;
}

    .campoConfiguratore:hover {
        color:black;
        font-weight:300;
    }

.campoPreventivo {
    background-color: #004993;
    padding: 10px 10px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: 0em;
    font-size: 20px;
    color: white;
    text-align: center;
    margin-top: 20px;
    display:block;
}

.fraseFoto {
    margin-top:10px;
    font-weight: 300;
}

.ImmagineV {
    float:right;
    margin-top:-40px;
    color:#5cb85c;
}

.Confselezionato {
    color:black;
    font-weight:300;
}

.riga1Conf {
    margin: 0 0 2em 0;
    box-sizing: border-box;
    padding: 20px 10px;
    box-shadow: 0 10px 10px -10px rgba(0,0,0, .2);
}

.internorigaConf {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.internorigaConf2 {
    width: 100%;
    box-sizing: border-box;
}

.sottotitoloConf {
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: 0em;
    margin: 0 0 0.45em 0;
    font-size: 26px;
    /* border-bottom: 1px solid silver; */
    color: black;
    display: block;
    text-decoration: none;
}



.riga2Conf {
    margin: 0 0 2em 0;
    box-sizing: border-box;
    padding: 20px 10px;
    box-shadow: 0 10px 10px -10px rgba(0,0,0, .2);
}

.colinternorigaConf {
    font-weight: 200;
    letter-spacing: 0em;
    margin: 0 0 0.45em 0;
    font-size: 16px;
    color: #808080;
    padding: 10px;
    box-sizing: border-box;
}

.proseguiConfiguratore {
    float: right;
    background-color: grey;
    padding: 10px 10px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: 0em;
    font-size: 17px;
    color: white;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    box-shadow: 0 15px 15px -10px rgba(0,0,0, .2);
}
    .proseguiConfiguratore:hover {
        background-color: silver;
    }


    .richiedi {
    float: right;
    background-color: #004993;
    padding: 10px 10px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: 0em;
    font-size: 17px;
    color: white;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    box-shadow: 0 15px 15px -10px rgba(0,0,0, .2);
}

.proseguiConfiguratoreSx {
    float: left;
    background-color: grey;
    padding: 10px 10px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: 0em;
    font-size: 17px;
    color: white;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    box-shadow: 0 15px 15px -10px rgba(0,0,0, .2);
}
    .proseguiConfiguratoreSx:hover {
        background-color: silver;
    }


.RadioButtonListOpzioniPiatto {
    width: 100%;
}
    .RadioButtonListOpzioniPiatto > tbody > tr {
        width: 33.3333%;
        float: left;
    }

        .RadioButtonListOpzioniPiatto > tbody > tr > td {
            width: 100%;
            /*display: block;*/
            display: inline-block;
            text-align: center;
            margin-bottom: 20px;
        }

.RadioButtonListOpzioniPiatto > tbody > tr > td > input {
    width: 100%;
}

.immagineRadioButton {
    display: inline-block;
    width: 200px;
    /*border-radius: 7px;*/
    /*box-shadow: 1px 1px 0 rgba(227,218,219,1), 3px 3px 0 rgba(227,218,219,1), 5px 5px 0 rgba(227,218,219,0.9), 5px 5px 0 rgba(227,218,219,0.9), 7px 7px 0 rgba(227,218,219,0.9), 9px 9px 0 rgba(227,218,219,0.8);*/
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    background: white;
}

.nomeRadioButton {
    margin-top: 10px;
}

.immaginiPGST {
    display: inline-block;
    vertical-align:top;
}
.immagineAllegataItem {
    width: 300px;
    height: 400px;
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;

}

    .immagineAllegataItem img {
        display:block;
            max-width: 320px;
    }


    .immagineAllegataItem2 {
    width: 300px;
    height: 230px;
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;

}


        .immagineAllegataItem2 img {
        display:block;
            max-width: 320px;
    }


.descImg {
    font-weight: 300;
    color: grey;
    max-width: 300px;
    margin: 0px 10px 0px 10px;
}

.contattiCx {
        font-size: 18px;
    /* font-weight: 200; */
    /* margin-bottom: 40px; */
    /* line-height: 1.0625; */
    font-weight: 300;
    letter-spacing: -.02em;
    text-align: center;
}

    .contattiCx a {
        color: rgb(123, 109, 29);
    }

.scopri {
    font-size: 14px;
    color: #2d3137;
    /* text-decoration: underline; */
    margin-top: 20px;
    border: 1px solid silver;
    padding: 15px;
    box-sizing: border-box;
    width: 115px;
    transition: background 0.5s linear;
}

    .scopri:hover {
        background-color:rgb(212, 196, 153);
        color:white;
    }

.scopri2 {
    font-size: 12px;
    color: #fff;
    /* text-decoration: underline; */
    margin-top: 20px;
    border: 1px solid silver;
    padding: 10px;
    box-sizing: border-box;
    width: 95px;
    transition: background 0.5s linear;
    display:block;
}

    .scopri2:hover {
        background-color:rgb(212, 196, 153);
        color:white;
    }


.scopri3 {
    font-size: 12px;
    color: silver;
    /* text-decoration: underline; */
    margin-top: 20px;
    border: 1px solid silver;
    padding: 10px;
    box-sizing: border-box;
    width: 95px;
    transition: background 0.5s linear;
    display: block;
}

    .scopri3:hover {
        background-color: rgb(212, 196, 153);
        color: white;
    }

    /*.scopri img {
        width: 26px;
        /* margin-top: -1px; 
        display: block;
        /* position: absolute; */
        /* right: 0; 
        float: right;
        margin-left: 10px;
    }*/

       .testocontenitore1 > input + div {
            position: absolute;
            color: white;
            top: 0px;
            right: -800%;
            width: 257px;
            height: 133px;
            z-index: 2000;
            transition: right 500ms;
            padding: 10px;
            box-sizing: border-box;
            text-align: left;
            font-size: 15px;
            margin-right: 37px;
            font-weight: 200;
            font-weight: 300;
            background-color: rgba(0,128,0,0.5);
        }

         .testocontenitore1 > input + div:hover {
            background-color: rgba(0,128,0,1);
        }

        .testocontenitore1 > input:checked + div {
            top:0px;
            right:0px;
        }


    .testocontenitore1 a {
        color:white;
    }
    .testocontenitore2 a {
        color:white;
    }
    .testocontenitore2 {
        position:relative;
    }

        .testocontenitore2 > input + div {
            position: absolute;
            color: white;
            top: 20px;
            right: -800%;
            width: 257px;
            height: 205px;
            z-index: 2000;
            transition: right 500ms;
            padding: 10px;
            box-sizing: border-box;
            text-align: left;
            font-size: 15px;
            margin-right: 37px;
            font-weight: 200;
            font-weight: 300;
            background-color: rgba(255,0,0,0.5);
        }

        .testocontenitore2 > input + div:hover {
            background-color: rgba(255,0,0,1);
        }

        .testocontenitore2 > input:checked + div {
            top:20px;
            right:0px;
        }

.campimenu a.responsivo {
    display: none;
}

/*####################################################*/

div.PaginaElencoWrapper6 {
    text-align: center;
    /* padding: 50px 0px; */
    /* background-color: #f8f8f8; */
    padding-bottom: 100px;
}

/*.contenitoreElenco2 {
    padding: 50px 100px;
    max-width: 1600px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
}*/


.contenitoreNews {
    margin-left: -10px;
    margin-right: -10px;
}

div.ElencoItem2 {
    width: 100%;
    padding: 20px 10px;
    max-width: 280px;
    float: none;
    margin: auto;
    display:inline-block;
    vertical-align:top;
    box-sizing:border-box;
}


a.Link1 {
    display: block;
    overflow: hidden;
    /*border: 1px solid silver;*/
    /*border-radius: 10px;*/
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}

div.immagineprodottowrapper2 {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: 50% 25%;
    box-shadow: 0 1px 5px rgba(0,0,0,.3), -20px 0 20px -20px rgba(0,0,0,.5), 20px 0 20px -20px rgba(0,0,0,.5), 0 0 40px rgba(0,0,0,.2) inset;
    transition: transform .8s;
    overflow: hidden;
}

.immagineprodottowrapper2:hover {
    transform: scale3d(1.2,1.2,1.2)
}

.DescrizioneSuPaginaElenco2 {
    padding: 20px 10px;
    box-sizing: border-box;
    min-height: 170px;
    position: relative;
    background-color: white;
    text-align: left;
}

.descrizionedata {
    margin: 5px 0px;
    font-size: 12px;
    color: #9d9d9d;
}

.descrizioneprodotto2 {
    text-decoration: none;
    text-align: left;
    text-align: left;
    color: #626262;
    font-size: 13px;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 23px;
}

.linkSingolaNews {
    /* text-decoration: underline; */
    color: #ff7800;
    position: absolute;
    bottom: 10px;
    /* color: #136c92; */
    color: #ff7800;
    border: 1px solid;
    padding: 7px 13px;
    /* margin-top: 20px; */
    display: block;
    /* float: left; */
    /* border-radius: 10px; */
    transition: all 0.5s;
    right: 10px;
}

    .linkSingolaNews:hover {
        background-color: #ff7800;
        color: white;
    }


/* SEZIONE RESPONSIVA PER DISPOSITIVI MOBILI */
@media screen and (max-width:767px) {

    .MenuInterno a {
        font: normal normal 500 28px/30px Lora;
    }

    .MenuInterno .menuridottoRiga a {
        font: normal normal normal 19px/20px Lora;
        margin: 15px 20px;
        text-align: center;
    }

    .flexmenu {
        justify-content: space-between;
    }

    .menu > input + div {
        height: calc(100% - 80px);
        top: 80px;
    }
    .colMenuDx {
        overflow: auto;
    }

    .MenuInterno {
        flex-flow: column;
    }

    .menuridottoRiga h3 {
        text-align: center;
    }

        .MenuInterno > div.line1 {
            width: 190px;
            height: 0px;
            -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            position: relative;
            margin: 10px 0px;
        }

        .MenuInterno > div {
            width: 100%;
            margin: 30px 0px;
            margin-top: 30px;
        }

    .menuridotto {
        width: 100%;
        display: flex;
    }

        .menuridotto > div {
            justify-content: center;
            text-align: center;
            flex-flow: column;
            align-items: center;
        }


    .rettangoliHome {
        width: 270px;
    }

    .rettangoliHomeTesto {
        height: 270px;
        width: 100%;
    }

    .rettangoliHomeImmagine {
        width: 100%;
    }


     .container2 {
        width:100%;
        position:relative;
        margin:auto;
        padding: 0px 5px;
        text-align:center;
    }

    .header {
        width:100%;
        position:relative;
    }
    .header3 {
        width:100%;
        position:relative;
    }
    .visualizzaslide {
        height: 50px;
        display: block;
    }


    .contenitoreHomeImg > .fotohome {
    display:block;
}

    .videohome {
        display:none;
    }

/* MENU MOBILE LOGO LINGUE MENU(HOME CONTATTI) */


    .immgaineHome {
        width: 100%;
        float: left;
        /* margin-top: 113px; */
        /* vertical-align: bottom; */
        /* bottom: 0; */
        position: relative;
    }

    .bloccoHome1 {
        width: 100%;
        float: right;
        background-color: #352921;
        padding: 20px;
        box-sizing: border-box;
        text-align: left;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }

    .corpoHome2 {
        display: inline-block;
        width: 100%;
        position: relative;
    }

    .rigaHome1Sx {
        width: 100%;
        float: left;
        box-sizing: border-box;
    }


    .rigaHome1Sx img {
        height: auto;
    }

    .rigaHome1Dx {
        width: 100%;
        box-sizing: border-box;
        float: right;
        background-color: white;
        padding: 20px;
        margin-top: 0px;
        /* margin-left: -40px; */
        position: relative;
        right: 0px;
        /* box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset; */
        box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
    }
    .rigaHome1Sx img {
        height: auto;
    }

    .bloccoHome2 {
        display: none;
    }

    .corpohomepage2 {
        margin: auto;
        padding: 30px 0px;
        box-sizing: border-box;
        text-align: center;
        background-color: #f5f5f5;
    }

    .rigaHome2Sx {
        width: 100%;
        box-sizing: border-box;
        float: right;
        background-color: white;
        padding: 20px;
        margin-top: 0px;
        /* margin-left: -40px; */
        position: relative;
        left: 0px;
        /* box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset; */
        box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
    }
    .rigaHome2Dx {
        width: 100%;
        float: right;
        box-sizing: border-box;
    }

    .rigaHome2Dx img {
        height: auto;
    }


    .barra {
        display:none;
    }

    .campimenu {
        /* padding-right: 0px; */
        /* padding-left: 0px; */
        text-align: left;
        padding-bottom: 5px;
        padding-top: 5px;
        width:100%;
        /* font-weight: 600; */
        /* border-bottom: 1px solid white; */
    }

     .headerresponsivo {
            display: block;
            height: auto;
        }
     .contenitorelogo {
            position: relative;
            padding-top: 20px;
            padding-left: 7px;
            float: left;
        }
     .titolo {
        font-size: 20px;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        letter-spacing: 3px;
    }
     
    .headerlingue {
        margin-top: 21px;
        position: relative;
        text-align: right;
    }


/* DEFAULT */

     .HomeSinistra {
            width:100%;
            float:left;
            border:1px solid blue;
      }
     .HomeDestra {
            width:100%;
            float:right;
            border:1px solid blue;
      }

/* FOOTER */

     .footer {
        width: 100%;
        /* background-color: black; */
        padding-bottom: 20px;
        padding-top: 20px;
        /*font-family: 'Roboto', sans-serif;*/
        /* font-size: 10px; */
    }
    .FooterItem {
        width: 100%;
        float: left;
        /* margin-right: 20px; */
        margin-bottom: 20px;
        /* margin-left: 20px; */
        padding: 0px;
        margin-left: 0px;
        
    }

        .FooterItem a {
            text-decoration:none;
        }
 
        .banner {
            font-size: 20px;
            padding: 30px;
        }

        .corpohomepage1 {
    margin: auto;
    /* border: 1px solid red; */
    padding: 30px 0px;
    box-sizing: border-box;
    text-align: center;
}

        .corpoHome {
    display: inline-block;
    width: 100%;
    margin: 30px 0px 0px 0px;
    position: relative;
}

        div.ElencoItem {
    /* border: solid 1px blue; */
    width: 250px;
    height: 320px;
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
}


        div.ElencoItem:hover {
    /* border: solid 1px blue; */
    width: 250px;
    height: 320px;
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 1), -20px 0 20px -20px rgba(0, 0, 0, 1), 20px 0 20px -20px rgba(0, 0, 0, 1), 0 0 40px rgba(0, 0, 0, 1) inset;
}


        .contenitoreElenco {
    margin: auto;
    display: inline-block;
    width: 100%;
}

img.immagineprodotto {
    display: block;
    margin: 0px auto;
    /* height: 400px; */
    /* width: 100%; */
    max-width: 270px;
}

    .claim {
        display:none;
    }


    .spazio {
        display:none;
    }



        .FooterItem2 {
        width:50%;
        float:left;
        margin-left:20px;
        color:white;
        margin-right:20px;
        margin-bottom:20px;
    }
         .FooterItem2 a {
            color:white;
            text-decoration:none;
        }


/* CONTATTI */
    .ContattiSinistra {
        width:100%;
        margin-top:20px;
        margin-bottom:20px;
    }
        .ContattiSinistra img {
            width:100%;
        }
    .ContattiDestra {
        width:100%;
        font-size:13px;
        color:black;
     }

    .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%;
        max-width: 300px;
    }
    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;
        padding-left: 0px;
    }

    .carTecniche {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -.02em;
}

    .Dettaglio {
    width: 100%;
    padding-bottom:20px;
    } 
    .immagineAllegataItem {
       text-align:center;
     }

     a.immagineAllegataItem {
       display:inline-block;
     }
     a.immagineAllegataItem img {
        min-width:120px;   
    }  
    div.ImmaginiAllegateWrapper {
        width:100%;
        margin-top:15px;
        text-align:center;
        display:block;
            margin: 30px 0px;
                padding: 30px 0px;
    }
    div.ImmaginiAllegateWrapper img{
       display:inline-block;
       min-width:150px;
    }

    div.SnippetBreadCrumbs {
        /* border-top: solid 1px #837D7D; */
        position: relative;
        float: right;
        bottom: 0px;
        left: 0px;
        width: auto;
        margin-top: -17px;
        /*text-align: right;*/
        margin-bottom: 20px;
        width:100%;
    }

    .immagineAllegataItem2 {
    width: 250px;
    height: 200px;
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
}

    .immagineAllegataItem2 img {
    display: block;
    max-width: 280px;
}


    .immagineAllegataItem {
        width: 230px;
        height: 320px;
        margin: 10px;
        display: inline-block;
        position: relative;
        overflow: hidden;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }

    div.PaginaElencoWrapper {
    text-align: center;
    margin: 30px 0px;
}


    /* ERRORE */
    div.ErroreWrapper {
    padding-top:0px;
}


    .claimHome {
        display:none;
    }

    .titoloPrinc {
        font-size: 30px;
    }

    .titoloPrinc2 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .titoloPrinc3 {
        font-size: 25px;
    }

    .corpoHome {
        display: inline-block;
        width: 100%;
        margin: 30px 0px 0px 0px;
        position: relative;
    }

    .rigaHome1 {
        margin: 30px 0px;
    }
    .rigaHome2 {
        margin: 50px 0px 30px 0px;
    }



    div.ImmaginePrincipale2 {
    position: relative;
    width: 100%;
    /* max-height: 950px; */
    max-height: 50px;
    overflow: hidden;
    text-align: center;
    min-height:100px;
}



     .MenuConfiguratore{
        display: block;
    position: absolute;
    margin-top: -76px;
    right: 0px;
    float: none;
    /* background-color: #167599; */
    padding: 10px;
    box-sizing: border-box;
    color: black;
    width: 52px;
    height: 24px;
    font-size: 10px;
    z-index: 5000;
    margin-right: 42px;

    }

        .MenuConfiguratore img {
            width: 50px;
    display: INLINE-BLOCK;
        }

        .ImmagineV {
    float: right;
    margin-top: -31px;
    color: #5cb85c;
}


        .MenuMultiView {
    width: 0%;
    box-sizing: border-box;
    float: right;
    background-color: #f7f7f7;
    padding: 0px;
    text-align: left;
    /* box-shadow: 0 15px 15px -10px rgba(0,0,0, .2); */
    box-shadow: none;
    margin: 0px 0px;
}


    .LabelMenuConfiguratore {
        display: block;
        position: absolute;
        text-align: center;

    }



     .MultiView {
        width: 100%;
        box-sizing: border-box;
        float: left;
        padding: 30px 0px 30px 0px;
    }

    .titoloConfiguratoreSx {
        font-size: 20px;
        line-height: 1.0625;
        font-weight: 200;
        letter-spacing: -.02em;
        margin: 0 0 0.45em 0;
        color: black;
        background-color: #f7f7f7;
        padding: 5px;
        box-shadow: 0 5px 5px -5px rgba(0,0,0, .2);
    }

    .riga1Conf {
    margin: 0 0 2em 0;
    box-sizing: border-box;
    padding: 20px 0px;
    box-shadow: 0 10px 10px -10px rgba(0,0,0, .2);
}
    .riga2Conf {
    margin: 0 0 2em 0;
    box-sizing: border-box;
    padding: 20px 0px;
    box-shadow: 0 10px 10px -10px rgba(0,0,0, .2);
}

    .RadioButtonListOpzioniPiatto {
    width: 100%;
    text-align: center;
}


    .internorigaConf {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    .RadioButtonListOpzioniPiatto > tbody > tr {
    width: 33.3333%;
    float: none;
    min-width: 170px;
    display:inline-block;
}



    .colinternorigaConf {
    font-weight: 200;
    letter-spacing: 0em;
    margin: 0 0 0.45em 0;
    font-size: 14px;
    color: #808080;
    padding: 10px;
    box-sizing: border-box;
}


    .proseguiConfiguratore {
    float: right;
    width: 80px;
    background-color: grey;
    padding: 10px 10px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: 0em;
    font-size: 14px;
    color: white;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    box-shadow: 0 15px 15px -10px rgba(0,0,0, .2);
}


    .immagineRadioButton {
    display: inline-block;
    width: 150px;
    /* border-radius: 7px; */
    box-shadow: 1px 1px 0 rgba(227,218,219,1), 3px 3px 0 rgba(227,218,219,1), 5px 5px 0 rgba(227,218,219,0.9), 5px 5px 0 rgba(227,218,219,0.9), 7px 7px 0 rgba(227,218,219,0.9), 9px 9px 0 rgba(227,218,219,0.8);
    background: white;
}

    .sottotitoloConf {
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: 0em;
    margin: 0 0 0.45em 0;
    font-size: 16px;
    /* border-bottom: 1px solid silver; */
    color: black;
    display: block;
    text-decoration: none;
}

    .proseguiConfiguratoreSx {
    float: left;
    width: 80px;
    background-color: grey;
    padding: 10px 10px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: 0em;
    font-size: 14px;
    color: white;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    box-shadow: 0 15px 15px -10px rgba(0,0,0, .2);
}



     .MenuMultiView > input + div {
            position: absolute;
            top: -1000%;
            right: 0px;
            /* width: 50%; */
            width: 100%;
            z-index: 2000;
            background-color: #f7f7f7;
            /* background-color: silver; */
            transition: top 500ms;
            /* min-height: 105px; */
            margin-top: 0px;
            padding: 5px;
            box-sizing: border-box;
            text-align: left;
            font-size: 14px;
            /* width: 500px; */
            font-weight: 200;
            /* opacity: 0.7; */
        }
        .MenuMultiView > input:checked + div {
            top:0px;
            right:0px;
        }

        .titoloConfiguratore {
            display: none;
        }

        .campoConfiguratore {
            line-height: 1.0625;
            font-weight: 200;
            letter-spacing: 0em;
            margin: 0 0 0.45em 0;
            padding: 5px 0px;
            font-size: 14px;
            border-bottom: 1px solid silver;
            color: #808080;
            display: block;
            text-decoration: none;
        }

        .campoPreventivo {
            display: none;
        }

            .contenitoreetichette {
         display:none;
    }

    .contenitoreHomeImg {
        MARGIN-TOP: 0px;
    }
    .testodettaglio {
        font-size: 14px;
    }

   .LabelMenuSecondarioResponsivo {
        display:block;
        position:absolute;
        width:100%;
    }

    .MenuSecondarioResponsivo {
        display: block;
        /* position: absolute; */
        /* margin-top: -3px; */
        /* right: 0px; */
        /* float: none; */
        /* background-color: #167599; */
        padding: 10px;
        box-sizing: border-box;
        color: white;
        /* width: 51px; */
        height: 34px;
        font-size: 14px;
        /* z-index: 10; */
        /* margin-right: 19px; */
        text-align: center;
        font-weight: 300;
        text-transform: uppercase;
    }

        .MenuSecondarioResponsivo img {
            width: 19px;
            margin-left: 5px;
            pointer-events:none;
        }


        .menu2 > input + div {
            position: absolute;
            top: -1000%;
            right: 0px;
            /* width: 50%; */
            width: 100%;
            z-index: 2000;
            background-color: silver;
            background-color: rgba(0, 73, 147, 0.7);
            /* border-bottom: 1px solid; */
            transition: top 500ms;
            /* min-height: 105px; */
            margin-top: 34px;
            padding: 0px;
            box-sizing: border-box;
            text-align: left;
            font-size: 14px;
            /* width: 500px; */
            font-weight: 200;
            /* opacity: 0.7; */
        }
        .menu2 > input:checked + div {
            top:0px;
            right:0px;
        }

        .header2 {
            position: relative;
            background-color: #004993;
            width: 100%;
            margin-top: 0px;
            z-index: 3000;
            /* height: 40px; */
            top: 0;
            display:none;
        }

        .campimenuinternosecondario a {
            color: white;
            font-weight: 300;
            font-size: 14px;
            letter-spacing: -.02em;
            width: 100%;
            float: left;
            text-align: center;
            display: block;
            padding-top: 5px;
            padding-bottom: 5px;
            transition: all 0.5s linear;
            border-bottom: 1px solid silver;
        }

    div.ImmaginePrincipale2 img {
        min-height:initial;
    }

    /*####################################*/

    /*.contenitoreElenco2 {
        padding: 0px 20px;
    }*/

    .contenitoreNews {
        margin-left: 0px;
        margin-right: 0px;
    }

    div.ElencoItem2 {
        width: 100%;
        padding: 20px 0px;
        max-width: 280px;
        float: none;
        margin: auto;
    }

    div.PaginaElencoWrapper6 {
        padding-bottom: 50px;
    }
}



@media screen and (min-width:767px) and (max-width:1450px) {

    .contenitoreElenco {
        width: 900px;
    }

    .header3 {
        width:100%;
        position:absolute;
    }

    div.PaginaDettaglio {
        display: inline-block;
        /* width: 49%; */
        width: 100%;
        vertical-align: top;
        margin-top: 20px;
        text-align: center;
        padding-left: 0px;
        box-sizing: border-box;
    }

    /*.testodettaglio {
        text-align: center;
    }*/

    div.ImmaginiAllegateWrapper {
        margin: 25px 0px;
        padding: 25px;
    }
    .ContattiForm {
        color: black;
        max-width: 900px;
        margin: auto;
    }


    .claimHome {
        font-size: 60px;
    }


    .corpoHome {
        display: inline-block;
        width: 900px;
        margin: 50px 0px 0px 0px;
        position: relative;
    }

    .corpoHome2 {
        display: inline-block;
        width: 900px;
        position: relative;
    }


    .immgaineHome {
        width: 500px;
        float: left;
        /* margin-top: 113px; */
        /* vertical-align: bottom; */
        bottom: 0;
        position: absolute;
    }

    .FooterItem {
        /*width: 450PX;*/
        /* float: left; */
        /*color: white;*/
        /* margin-right: 16%; */
        /* margin-left: 3%; */
        /*box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        text-align: left;*/
        /*padding: 0px 15px;*/
    }

    .titoloPrinc {
        font-size: 40px;
    }

    .titoloPrinc2 {
        font-size: 30px;
    }
    .titoloPrinc3 {
        font-size: 30px;
    }
    #ctl00_NavigaNews {
        display:none;
    }

}

@media screen and (min-width:767px) and (max-width:1200px) {

    .contenitoreetichette {
         display:none;
    }

    .corpoHome {
        display: inline-block;
        width: 600px;
        margin: 50px 0px 0px 0px;
        position: relative;
    }

    .immgaineHome {
        width: 100%;
        float: left;
        /* margin-top: 113px; */
        /* vertical-align: bottom; */
        bottom: 0;
        position: relative;
    }

    .bloccoHome1 {
        width: 100%;
        float: right;
        background-color: #352921;
        padding: 40px;
        box-sizing: border-box;
        text-align: left;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }


    .bloccoHome2 {
        display: none;
    }

    .corpoHome2 {
        display: inline-block;
        width: 600px;
        position: relative;
    }

    .rigaHome1Sx {
        width: 100%;
        float: left;
        box-sizing: border-box;
    }

    .rigaHome1Dx {
        width: 100%;
        box-sizing: border-box;
        float: right;
        background-color: white;
        padding: 40px;
        margin-top: 0px;
        /* margin-left: -40px; */
        position: relative;
        right: 0px;
        /* box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset; */
        box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
    }

    .rigaHome1Sx img {
        width: 100%;
        display: block;
        height: auto;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }

    .rigaHome2Sx {
        width: 100%;
        box-sizing: border-box;
        float: right;
        background-color: white;
        padding: 40px;
        margin-top: 0px;
        /* margin-left: -40px; */
        position: relative;
        left: 0px;
        /* box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset; */
        box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
    }

    .rigaHome2Dx {
        width: 100%;
        float: right;
        box-sizing: border-box;
    }

    .rigaHome2Dx img {
        width: 100%;
        display: block;
        height: 325px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }

    .FooterItem {
        width: 50%;
        /* float: left; */
        /*color: white;*/
        /* margin-right: 16%; */
        /* margin-left: 3%; */
        box-sizing: border-box;
        float:left;
        vertical-align: top;
        text-align: left;
        padding: 0px 15px;
    }

    .contenitoreElenco {
        width: 600px;
    }

    div.ElencoItem {
        /* border: solid 1px blue; */
        width: 250px;
        height: 320px;
        margin: 10px;
        display: inline-block;
        position: relative;
        overflow: hidden;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }

    img.immagineprodotto {
        display: block;
        margin: 0px auto;
        /* height: 400px; */
        /* width: 100%; */
        max-width: 270px;
    }

    div.ElencoItem:hover {
        /* border: solid 1px blue; */
        width: 250px;
        height: 320px;
        margin: 10px;
        display: inline-block;
        position: relative;
        overflow: hidden;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 1), -20px 0 20px -20px rgba(0, 0, 0, 1), 20px 0 20px -20px rgba(0, 0, 0, 1), 0 0 40px rgba(0, 0, 0, 1) inset;
    }

    .immagineAllegataItem {
        width: 250px;
        height: 320px;
        margin: 10px;
        display: inline-block;
        position: relative;
        overflow: hidden;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }

    /*.claim {
        font-size: 30px;
    }*/

    .immagineAllegataItem img {
        display: block;
        /*max-width: 250px;*/
    }

    .ContattiForm {
        color: black;
        max-width: 600px;
        margin: auto;
    }

     /*.MenuPrincipale {
        display: block;
        position: absolute;
        margin-top: -3px;
        right: 0px;
        float: none;
        /* background-color: #167599;  
        padding: 10px;
        box-sizing: border-box;
        color: black;
        width: 51px;
        height: 24px;
        font-size: 13px;
        z-index: 10;
        margin-right: 19px;

    }

        .MenuPrincipale img {
            width: 50px;
            display: block;
        }*/


     .MenuConfiguratore{
        display: block;
        position: absolute;
        margin-top: -3px;
        right: 0px;
        float: none;
        /* background-color: #167599; */
        padding: 10px;
        box-sizing: border-box;
        color: black;
        width: 52px;
        height: 24px;
        font-size: 10px;
        z-index: 5000;
        margin-right: 42px;
    }

        .MenuConfiguratore img {
            width: 50px;
            pointer-events:none;
        }

    .ImmagineV {
        float: right;
        margin-top: -31px;
        color: #5cb85c;
    }


    .MenuMultiView {
        width: 0%;
        box-sizing: border-box;
        float: right;
        background-color: #f7f7f7;
        padding: 0px;
        text-align: left;
        /* box-shadow: 0 15px 15px -10px rgba(0,0,0, .2); */
        box-shadow: none;
        margin: 0px 0px;
    }


    .LabelMenuConfiguratore {
        display: block;
        text-align: center;
        width:74px;
    }

    /*.LabelMenuPrincipale {
        display:block;
        position:absolute;

    }*/

    .MultiView {
        width: 100%;
        box-sizing: border-box;
        float: left;
        padding: 30px 0px 30px 0px;
    }

    .titoloConfiguratoreSx {
        font-size: 30px;
        line-height: 1.0625;
        font-weight: 200;
        letter-spacing: -.02em;
        margin: 0 0 0.45em 0;
        color: black;
        background-color: #f7f7f7;
        padding: 5px;
        box-shadow: 0 5px 5px -5px rgba(0,0,0, .2);
    }

    .immagineRadioButton {
    display: inline-block;
    width: 150px;
    /* border-radius: 7px; */
    box-shadow: 1px 1px 0 rgba(227,218,219,1), 3px 3px 0 rgba(227,218,219,1), 5px 5px 0 rgba(227,218,219,0.9), 5px 5px 0 rgba(227,218,219,0.9), 7px 7px 0 rgba(227,218,219,0.9), 9px 9px 0 rgba(227,218,219,0.8);
    background: white;
}

    .sottotitoloConf {
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: 0em;
    margin: 0 0 0.45em 0;
    font-size: 20px;
    /* border-bottom: 1px solid silver; */
    color: black;
    display: block;
    text-decoration: none;
}



     .MenuMultiView > input + div {
            position: absolute;
            top: -1000%;
            right: 0px;
            /* width: 50%; */
            width: 100%;
            z-index: 2000;
            background-color: #f7f7f7;
            /* background-color: silver; */
            transition: top 500ms;
            /* min-height: 105px; */
            margin-top: 0px;
            padding: 5px;
            box-sizing: border-box;
            text-align: left;
            font-size: 14px;
            /* width: 500px; */
            font-weight: 200;
            /* opacity: 0.7; */
        }
        .MenuMultiView > input:checked + div {
            top:0px;
            right:0px;
        }

        .titoloConfiguratore {
            display: none;
        }

        .campoConfiguratore {
            line-height: 1.0625;
            font-weight: 200;
            letter-spacing: 0em;
            margin: 0 0 0.45em 0;
            padding: 5px 0px;
            font-size: 14px;
            border-bottom: 1px solid silver;
            color: #808080;
            display: block;
            text-decoration: none;
        }

        .campoPreventivo {
            display: none;
        }

       /*.menu > input + div {
            position: absolute;
            top: -1000%;
            right: 0px;
            /* width: 50%; 
            width: 100%;
            z-index: 2000;
            background-color: white;
            transition: top 500ms;
            /* min-height: 105px; 
            margin-top: 103px;
            padding: 10px;
            box-sizing: border-box;
            text-align: left;
            font-size: 14px;
            /* width: 500px; 
            font-weight: 200;
            /* opacity: 0.7; 
        }
        .menu > input:checked + div {
            top:0px;
            right:0px;
        }

    .campimenu a {
        text-decoration: none;
        color: rgb(123, 109, 29);
        display: block;
        border-bottom: 1px solid silver;
        padding: 5px 0px;
        font-weight: 300;
        max-width: none;
        width: 100%;
    }*/

    .barra {
        display:none;
    }

    /*.campimenu {
        /* padding-right: 0px; */
        /* padding-left: 0px; 
        text-align: left;
        padding-bottom: 5px;
        padding-top: 5px;
        width:100%;
        /* font-weight: 600; 
        /* border-bottom: 1px solid white; 
    }*/

    

}


@media screen and (min-width:767px) and (max-width:1130px) {

    .rettangoliHome {
        min-width: 510px;
    }
    .rettangoliHomeTesto {
        height: 255px;
        padding: 10px;
    }




}


/*###################  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);
}

    .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;
}





/*########    SPINNER     ############*/
.modal {
    position: fixed;
    /* background-color: white; */
    background-color: rgb(165 165 165 / 70%);
    z-index: 10000000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    aspect-ratio: 1/1;
}

.circle-svg {
    --_circle-radius: 45px;
    --_svg-width: 100px;
    --_stroke-width: 10px; /* svg-width - (circle-radius * 2) */

    width: var(--_svg-width);
    height: var(--_svg-width);
    stroke: white;
    /*   stroke-linecap: round; */
    stroke-width: var(--_stroke-width);
    stroke-dashoffset: 1;
    stroke-dasharray: 1 1000;
    animation: loader 1500ms infinite linear, spin 3000ms infinite linear;
}

@keyframes loader {
    0% {
        stroke-dashoffset: 1;
        stroke-dasharray: 1 1000;
    }

    100% {
        stroke-dashoffset: calc(var(--_circle-radius) * -2 * 3.1415);
        stroke-dasharray: calc(var(--_circle-radius) * 2 * 3.1415) 1000;
    }
}

@keyframes spin {
    0% {
        rotate: 0deg;
    }

    100% {
        rotate: 360deg;
    }
}

