﻿
/*UTILIZZATI DA TUTTI*/

svg {
    position: absolute;
    -webkit-animation: rotating 12s linear infinite;
    -moz-animation: rotating 12s linear infinite;
    -ms-animation: rotating 12s linear infinite;
    -o-animation: rotating 12s linear infinite;
    animation: rotating 12s linear infinite;
    z-index: 1;
    width: 117px;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.video-home {
    position: relative;
    width: 100%;
    height: 100vh;
    aspect-ratio: 16 / 9;
}

    .video-home iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

.video-home-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: #000 url('/design/poster.jpg') center center / cover no-repeat;
    z-index: 1;
}

.centratore {
    position: relative;
    z-index: 2;
}

.testovideoMaster {
    z-index: 2;
}

.centratore, .testovideoMaster, .testovideo, .testovideo1, .testovideo2, .involucro {
    pointer-events: none;
}

.scoprirebianco, .scoprirebianco * {
    pointer-events: auto;
}

.video-home-placeholder:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.18);
}

.video-home-placeholder:after {
    content: '▶';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88px;
    height: 88px;
    line-height: 88px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.92);
    color: #2f8280;
    font-size: 34px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.video-home iframe.video-home-player {
    display: none;
}

.video-home.video-home-active iframe.video-home-player {
    display: block;
}

.video-home.video-home-active .video-home-placeholder {
    display: none;
}


.Sx {
    animation: slide-in-left 1s both;
}


.HomeDestraImmagine.opacità {
    opacity: 1;
}

.none {
    display: none;
}

.opacity {
    opacity: 0;
}

body {
    margin: 0px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    /*background-color: #e7e4e7;*/
}

video {
    background-color: #000;
    width: 100%;
    display: block;
    z-index: 98;
}

.ContainerVideo {
    position: relative;
    margin: auto;
    max-width: 1200px;
    padding: 0 13px;
    box-sizing: border-box;
}

.involucro {
    border-radius: 2px;
    user-select: none;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    color: white;
    padding-right: 15px;
    padding-left: 30px;
    padding-bottom: 9px;
    padding-top: 9px;
    background-color: #2f8280;
    letter-spacing: 1px;
    /*font-family: 'Raleway', sans-serif;*/
    font-weight: 600;
    box-shadow: inset 15px 0px 0px -5px rgba(255,255,255,1);
    box-sizing: border-box;
    max-width: 330px;
}

/*.involucro:hover {
            background-color: #3399cc;
            transition: all 500ms;
        }*/

.contenitoreObblighiInformativi {
    margin: 20px auto;
    word-break: break-word;
}

    .contenitoreObblighiInformativi a {
        text-decoration: none;
        color: #808080;
        font-weight: bold;
    }

.centratore {
}

.testovideoMaster {
    animation: scale-in-center 1s;
    position: absolute;
    left: 10%;
    bottom: 120px;
    max-width: 1240px;
}

.testovideo {
    max-width: 694px;
    /* width: 500px; */
    z-index: 99;
    margin: auto;
}

.testovideo1 {
    /*animation-name: slideRight;
        animation-duration: 1s;*/
    font-size: 60px;
    color: white;
    text-align: left;
    font-family: 'Lato', sans-serif;
    line-height: 65px;
}

.testovideo2 {
    /*animation-name: slideLeft;
        animation-duration: 1s;*/
    font-size: 16px;
    color: white;
    line-height: 35px;
    font-family: 'Raleway', sans-serif;
    max-width: 500px;
}

.scoprivideo {
    color: white;
    float: left;
    border: 2px solid white;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 60px;
    padding-left: 60px;
    margin-top: 20px;
    font-size: 25px;
    margin-right: 15px;
    box-sizing: border-box;
}

.midoriya {
    color: #2f8280;
}
/*.midoriya:hover {
            color: #3399cc;
            transition: all 500ms;
        }*/

.border {
    max-width: 765px;
    height: 3px;
    background-color: #2f8280;
    color: fuchsia;
    font-size: 1px;
    margin: 35px 0px;
}

.container {
    /*width:70%;*/
    position: relative;
    margin: auto;
    max-width: 1200px;
    padding: 0 13px;
    box-sizing: border-box;
}

.container2 {
    width: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    padding: 0px 13px;
    justify-content: space-between;
    display: flex;
    box-sizing: border-box;
}

.header2 .container2 {
    justify-content: flex-end;
}

.spazio {
    height: 103px;
}

.linketti {
    font-size: 15px;
}

    .linketti a {
        color: white;
        text-decoration: none;
    }

.campimenucorto a.MenuSelezionato {
    background-color: #2e827e;
    color: white;
}

.campimenu a.MenuSelezionato {
    background-color: #2e827e;
    color: white;
}

.campimenubizarre a.MenuSelezionato {
    background-color: #2e827e;
    color: white;
}


.width70 {
    width: 78px;
}

/* MENU DESKTOP LOGO LINGUE MENU(HOME CONTATTI) */

.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;
}


.header {
    width: 100%;
    position: fixed;
    z-index: 300;
    margin-top: 25px;
    background-color: rgba(230,230,230,1);
    box-shadow: 0 10px 30px -6px rgba(0,0,0, .2);
}

.contenitoreheader {
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 300;
    text-align: center;
}

.header2 {
    width: 100%;
    position: fixed;
    z-index: 300;
    background-color: rgba(230,230,230,1);
    box-shadow: 0 1px 5px rgba(0,0,0,.2), -20px 0 20px -20px rgba(0,0,0,.2), 20px 0 20px -20px rgba(0,0,0,.2), 0 0 40px rgba(0,0,0,.2) inset;
}

.lingue {
    float: right;
    display: inline-flex;
    font-size: 13px;
}

    .lingue a {
        color: inherit;
        text-decoration: none;
        padding: 5px;
        color: black;
        /*border-bottom: 1px solid black;*/
        transition: all 500ms;
    }

        .lingue a:hover {
            background-color: #595780;
            color: white;
        }

        .lingue a.LinguaSelezionato {
            background-color: #595780;
            color: white;
        }

.contenitorelogo {
    padding-top: 5px;
    padding-left: 13px;
    margin-top: 5px;
    float: left;
    margin-left: 20px;
}

    .contenitorelogo img {
        width: 70%;
    }

.nascondidesktop {
    display: none;
}

.MenuPrincipale {
    width: 69%;
    bottom: 0px;
    right: 0px;
    float: right;
}

    .MenuPrincipale a.MenuItem1 {
        color: white;
        display: block;
        width: 100px;
        padding-top: 30px;
        padding-left: 5px;
        padding-right: 5px;
        transition: all 0.8s;
        text-decoration: none;
        float: left;
        font-size: 13px;
        text-align: center;
        line-height: 1.2;
        height: 50px;
    }

        .MenuPrincipale a.MenuItem1:hover {
            color: white;
            border-left: solid 1px #000;
            height: 50px;
            background-color: red;
        }

    .MenuPrincipale a.MenuItem {
        color: white;
        display: block;
        width: 120px;
        padding-top: 30px;
        padding-left: 5px;
        padding-right: 5px;
        transition: all 0.8s;
        text-decoration: none;
        float: left;
        font-size: 13px;
        text-align: center;
        line-height: 1.2;
        height: 50px;
    }

        .MenuPrincipale a.MenuItem:hover {
            color: white;
            border-left: solid 1px #000;
            height: 50px;
        }

    .MenuPrincipale a.MenuSelezionato {
        color: white;
        background-color: pink;
        border-left: solid 1px #000;
        height: 50px;
    }

.headerlingue {
    margin-top: 15px;
    float: right;
    font-size: 13px;
    width: 3%;
}

    .headerlingue a {
        color: inherit;
        text-decoration: none;
    }

        .headerlingue a img {
            margin-right: 13px;
        }

        .headerlingue a.NavigaItaliano {
            margin-right: 20px;
        }

.headerslides {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.elementoMenu > label {
    width: 20%;
    float: right;
    color: white;
    border: 1px solid green;
}



.elementoMenu > input {
    display: none;
}

    .elementoMenu > input + div {
        height: 0px;
        overflow: hidden;
        position: absolute;
        transition: height 300ms;
        width: 100%;
        float: left;
    }

/* FOOTER */

.footer {
    width: 100%;
    background: #333333;
    color: #808080;
    /* font-size: 13px; */
    padding: 50px 0px;
    text-align: center;
}

.footerContainer {
    max-width: 1400px;
    position: relative;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.contenitoreElenco {
    margin: 50px 0px;
}

.titolofooter {
    margin-bottom: 20px;
    font-size: 14px;
    color: white;
    font-weight: 500;
    display: block;
    width: 100%;
    text-transform: uppercase;
}

.footer2 {
    background-color: #3a3a3a;
    padding: 20px;
    font-size: 13px;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: -.02em;
    color: grey;
}

    .footer2 a {
        text-decoration: none;
        color: grey;
    }

.FooterItem {
    width: 33%;
    color: #808080;
    display: inline-block;
    /* float: left; */
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    padding-right: 20px;
    /* margin: 0px 20px; */
    font-size: 13px;
}

    .FooterItem img {
        width: 100px;
        display: block;
        margin-bottom: 20px;
    }

    .FooterItem a {
        color: #2e827e;
        text-decoration: none;
    }

.FooterItem2 {
    width: 20%;
    float: left;
    color: white;
}

    .FooterItem2 a {
        color: white;
        text-decoration: none;
    }

.footerlink {
    font-weight: 300;
    border-bottom: 1px dotted silver;
    width: 100%;
    display: block;
    padding: 5px 0px;
    color: white;
}
/* DEFAULT */

.movedx {
    float: right;
    margin-top: 30px;
}

    .movedx a {
        color: #0171b9;
        text-decoration: none;
    }

.titoletti {
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 13px;
}

.contenitoreHead {
    position: relative;
}

.contenitoreheader {
    width: 100%;
    background-image: url(../immagini/Background.png);
    position: fixed;
    z-index: 100;
    text-align: center;
}

.head {
    position: relative;
    background-image: url('/colfoto3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.headtext {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    font-size: 53px;
    font-weight: 400;
    text-align: left;
    color: white;
    z-index: 30;
    padding: 100px 291px;
}

.visualizzaslide {
    display: none;
}

.corpohomepage1 {
    box-sizing: border-box;
    text-align: left;
    margin: 80px auto;
    /*background-image: url(https://hdqwalls.com/wallpapers/persona-5-4k-ym.jpg);
        background-attachment:fixed;
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;*/
}

.corpohomepage2 {
    background-color: #ececed;
    text-align: center;
    padding: 50px 0px;
    box-sizing: border-box;
}

.corpohomepage3 {
    margin: auto;
    padding: 50px 20px;
    box-sizing: border-box;
    text-align: left;
}

.ContenitoreHomeSinistra {
    /*width: 65%;*/
    /*float: left;*/
}

.HomeSinistra {
    padding: 0px 40px 40px 40px;
    float: left;
    /*border-bottom: 2px solid #2d7e7e ;*/
    box-sizing: border-box;
}

.HomeSinistraBottom {
    padding: 40px;
    text-align: justify;
    /*float: left;*/
    width: 100%;
    box-sizing: border-box;
}

.ContenitoreHomeDestra {
    animation: slide-in-right 1s both;
    float: right;
    width: 35%;
}

.HomeDestraImmagine {
    padding-top: 40px;
    /*margin-bottom: 15px;*/
    opacity: 0;
}

    .HomeDestraImmagine img {
        width: 100%;
        display: block;
    }

.ContenitoreFascia {
    position: relative;
    background-image: url('/Contenutomediohome.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.TitoloFascia {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 20px 0;
    font-size: 35px;
}

.logo {
    float: left;
    max-width: 124px;
    padding: 13px 0px;
}

    .logo img {
        width: 100%;
        display: block;
    }

.menu {
    float: right;
    width: auto;
}

div.menu div a {
    padding: 0 10px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

div.menu div {
    height: 100%;
    display: flex;
    align-items: stretch;
}

.campimenulingua {
    float: right;
}

    .campimenulingua a {
        text-decoration: none;
        color: black;
        padding-right: 5px;
        padding-left: 5px;
        text-align: right;
        padding-bottom: 20px;
        padding-top: 13px;
        font-weight: 600;
        display: block;
        transition: all 500ms;
    }

        .campimenulingua a:hover {
            text-decoration: none;
            color: black;
            background-color: green;
        }



.campimenu a {
    box-sizing: border-box;
    text-decoration: none;
    color: black;
    text-align: center;
    font-weight: 400;
    display: block;
    transition: all 500ms;
}

    .campimenu a:hover {
        text-decoration: none;
        color: white;
        background-color: #2e827e;
    }

    .campimenu a.MenuSelezionato {
        background-color: #2e827e;
        color: white;
    }



.campimenu1 a {
    box-sizing: border-box;
    text-decoration: none;
    color: black;
    text-align: center;
    font-weight: 400;
    display: block;
    transition: all 500ms;
}

    .campimenu1 a:hover {
        text-decoration: none;
        color: white;
        background-color: #2e827e;
    }

    .campimenu1 a.MenuSelezionato {
        background-color: #2e827e;
        color: white;
    }



.campimenu2 a {
    box-sizing: border-box;
    text-decoration: none;
    color: black;
    text-align: center;
    font-weight: 400;
    display: block;
    transition: all 500ms;
}

    .campimenu2 a:hover {
        text-decoration: none;
        color: white;
        background-color: #2e827e;
    }

    .campimenu2 a.MenuSelezionato {
        background-color: #2e827e;
        color: white;
    }


.campimenu3 a {
    box-sizing: border-box;
    text-decoration: none;
    color: black;
    text-align: center;
    font-weight: 400;
    display: block;
    transition: all 500ms;
}

    .campimenu3 a:hover {
        text-decoration: none;
        color: white;
        background-color: #2e827e;
    }

    .campimenu3 a.MenuSelezionato {
        background-color: #2e827e;
        color: white;
    }



.campimenu4 a {
    box-sizing: border-box;
    text-decoration: none;
    color: black;
    text-align: center;
    font-weight: 400;
    display: block;
    transition: all 500ms;
}

    .campimenu4 a:hover {
        text-decoration: none;
        color: white;
        background-color: #2e827e;
    }

    .campimenu4 a.MenuSelezionato {
        background-color: #2e827e;
        color: white;
    }


.campimenu5 a {
    box-sizing: border-box;
    text-decoration: none;
    color: black;
    text-align: center;
    font-weight: 400;
    display: block;
    transition: all 500ms;
}

    .campimenu5 a:hover {
        text-decoration: none;
        color: white;
        background-color: #2e827e;
    }

    .campimenu5 a.MenuSelezionato {
        background-color: #2e827e;
        color: white;
    }


/*.campimenu {
        float: left;
    }
        .campimenu a {
            width: 100px;
            text-decoration: none;
            color: black;
            padding: 22px 10px;
            text-align: center;
            font-weight: 400;
            display: block;
            transition: all 500ms;
        }
            .campimenu a:hover {
                text-decoration: none;
                color: white;
                background-color: #2e827e;
            }

    .campimenucorto {
        float: left;
    }
        .campimenucorto a {
            width: 100px;
            text-decoration: none;
            color:black;
            padding: 30.5px 10px;
            text-align: center;
            font-weight: 400;
            display: block;
            transition: all 500ms;
        }
            .campimenucorto a:hover {
                text-decoration: none;
                color: white;
                background-color: #2e827e;
            }

    .campimenubizarre {
        float: left;
    }
        .campimenubizarre a {
            width: 100px;
            text-decoration: none;
            color: black;
            padding: 13.5px 10px;
            text-align: center;
            font-weight: 400;
            display: block;
            transition: all 500ms;
        }
        .campimenubizarre a:hover {
            text-decoration: none;
            color: white;
            background-color: #2e827e;

        }*/

/*.ContenitoreFascia img {
    width:100%;
    display:block;
}*/

.Fascia {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .Fascia img {
        width: 100%;
    }

.FasciaText {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    font-size: 20px;
    text-align: center;
    color: white;
    z-index: 30;
    padding: 100px 0;
}

.Scoprire {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    margin: 28px 0;
}

    .Scoprire a {
        text-align: center;
        box-sizing: border-box;
        padding: 13px 55px;
        background-color: #2e827e;
        color: white;
        text-decoration: none;
        border-radius: 2px;
    }

        .Scoprire a:hover {
            background-color: #3399cc;
            transition: all 500ms;
        }


.custom {
    width: 70px;
    /* height: 1px; */
    position: absolute;
    font-size: 20px;
    letter-spacing: 7.5px;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -28px;
    right: -40px;
    cursor: pointer;
    text-decoration: none;
    z-index: 1;
}

.material-icons-outlined {
    font-size: 45px !important;
}

.scoprirebianco {
    display: flex;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    margin: 10px 0;
    text-align: center;
    box-sizing: border-box;
    padding: 13px 55px;
    background-color: #FFD700;
    font-weight: bold;
    text-decoration: none;
    border-radius: 2px;
    width: fit-content;
    align-items: center;
    position: relative;
    color: black;
    text-decoration: none;
}

    .scoprirebianco:hover {
        background-color: #2f8280;
        transition: all 500ms;
        color: white;
    }

.ContenitoreServizi {
    display: flex;
    align-items: center;
}

.HomeFull {
    animation: slide-in-right 1s;
    margin: 30px 0;
}

    .HomeFull video {
        height: 50vh;
        object-fit: cover;
    }

.HomeFullEnd {
    animation: slide-in-right 1s;
    margin: 30px 0;
}

    .HomeFullEnd video {
        height: 70vh;
        object-fit: cover;
    }

.HomeSinistraImmagine video {
    height: 60vh;
    object-fit: cover;
}

.Tab {
    animation: slide-in-left 2s both linear;
}

.Rettangolo {
    box-sizing: border-box;
    background-color: #3399cc;
    float: left;
    width: calc(100%/3);
    height: 170px;
    overflow: hidden;
    position: relative;
    /*max-width: 384.141px;*/
    /*padding: 13px 30px;*/
}

    .Rettangolo img {
        width: 100%;
        height: 100%;
        display: block;
    }

        .Rettangolo img:hover {
            transform: scale(1.2);
            transition: all 200ms;
        }

.Tab > .sfondogrigio {
    padding: 13px 61px;
    background-color: #b1b1b1;
    line-height: 29px;
}

.Tab > .sfondobianco {
    background-color: antiquewhite;
}

.sfondobianco a {
    color: black;
    text-decoration: none;
}

.Tab > .padding {
    padding: 20px 30px;
}

.padding a {
    color: black;
    text-decoration: none;
}

/* DINAMISMO */

.ContenitoreTitolo {
    animation: shadow-drop-2-center 1s both;
    width: 100%;
    background-color: #29a9e0;
    height: 90px;
    text-align: center;
}

.TitoloPaginaProdotti {
    display: inline-block;
    width: 100%;
    max-width: 1240px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 25px;
    color: white;
    text-align: left;
    /*padding-left: 40px;*/
}

.ContenutoCorpo {
    text-align: center;
    margin: auto;
    width: 100%;
    max-width: 1240px;
}

.ElencoProdotti {
    text-align: center;
    width: 100%;
    max-width: 1240px;
}

.TutteCategorie {
    animation: slide-in-left 1s;
    float: left;
    width: 25%;
}

.TitoloCategorie {
    background-color: #2e827e;
    color: white;
    width: 87%;
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: left;
    padding-left: 40px;
    float: left;
}

a.categorie {
    border-bottom: 1px solid black;
    padding-top: 13px;
    padding-bottom: 13px;
    color: black;
    background-color: #e4e4e4;
    float: right;
    text-decoration: none;
    width: 90%;
    text-align: center;
}

    a.categorie:hover {
        color: white;
        text-decoration: none;
        background-color: #b1b1b1;
        transition: all 300ms;
    }

    a.categorie.MenuCategorieItemSelected {
        color: white;
        text-decoration: none;
        background-color: #b1b1b1;
    }


.TitoloCategorie1 {
    background-color: #2e827e;
    color: white;
    width: 87%;
    margin-top: 20px;
    padding-top: 13px;
    padding-left: 40px;
    padding-bottom: 13px;
    text-align: left;
    float: left;
}

.Tuttiprodotti {
    animation: slide-in-right 1s both;
    float: right;
    padding-left: 20px;
    padding-top: 20px;
    width: 75%;
    box-sizing: border-box;
}

/*.prodotti {
        float: left;
        border-bottom: 2px solid #59c696;
        border-right: 2px solid #59c696;
        margin-left: 14px;
        margin-right: 13px;
        margin-bottom: 20px;
    }
            .prodotti a {
                display: block;
                position: relative;
            }
        .prodotti:hover {
            opacity: 1.0;

        }*/

.TestoImmagini {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: white;
    transition: opacity 500ms;
    opacity: 0;
    z-index: 5;
}

    .TestoImmagini:hover {
        background-image: url('/design/SfondoProdotti.png');
        opacity: 1;
    }

.Testo {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    font-size: 18px;
    color: white;
    text-align: center;
}

.Infos {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 165px;
    font-size: 20px;
    color: black;
    text-align: center;
}

.ImmagineProdotto {
    width: 275px;
    height: 275px;
    opacity: 1;
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
    display: block;
}



/* CONTATTI */
.Mappa {
    width: 100%;
    overflow: hidden;
}

    .Mappa img {
        width: 100%;
        animation: kenburns-top 5s both;
    }

.Info {
    text-align: center;
    animation: slide-in-bottom 1.8s both;
}

.Sottotitolo {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 300;
}

.Titolo {
    text-align: center;
    font-weight: 200;
    font-size: 60px;
    margin-bottom: 15px;
    color: #3c3166;
}

.Recapiti {
    font-size: 18px;
    font-weight: 300;
}

    .Recapiti a {
        color: #2e827e;
        text-decoration: none;
    }

.ContattiSinistra {
    display: inline-block;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.titolocontatti {
    text-align: center;
    font-weight: 200;
    margin-top: 0px;
    padding-top: 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;
}

.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 {
    animation: slide-in-bottom 1s both;
    width: 100%;
    color: black;
    /*margin-top: 30px;*/
}

.Home {
    width: 100%;
    max-width: 900px;
    margin: auto;
}

/*   SERVIZI, PROTOTIPI E CAMPIONATURE   */

.HeadServizi {
    position: relative;
    /*min-width:456px;*/
}

    .HeadServizi img {
        width: 100%;
        display: block;
    }

.HeadTextServizi {
    position: absolute;
    bottom: 100px;
    color: white;
    font-size: 53px;
    text-align: left;
}

.TitoloServizi {
    font-family: 'Open Sans', sans-serif;
    color: #2f8280;
    font-size: 35px;
    margin: 5px 0px;
    text-align: left;
    font-weight: 300;
    line-height: 47px;
}

.sottotitolo {
    font-size: 21px;
    color: #3c3868;
    margin-bottom: 17px;
    text-align: left;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.ContenitoreSinistraServizi {
    margin-top: 80px;
}



.HomeSinistraImmagine {
    animation: slide-in-left 1s;
    width: 50%;
    float: left;
    /*padding-right:15px;*/
}

    .HomeSinistraImmagine img {
        width: 100%;
        display: block;
    }

.DescrizioneImmagine {
    text-align: center;
    font-size: 13px;
}

.HomeDestra {
    animation: slide-in-right 1s both;
    padding-left: 30px;
    float: right;
    box-sizing: border-box;
    width: 50%;
}

.HomeDestraMini {
    line-height: 25px;
    text-align: left;
}

.Separatore {
    animation: slide-in-right 1s both;
    width: 100%;
    padding-bottom: 25px;
}

.Quadrato {
    float: left;
    width: calc(100%/4);
    background-color: #fff;
    overflow: hidden;
    /*z-index: 2;*/
    position: relative;
    height: 267px;
    border: 1px silver solid;
    box-sizing: border-box;
}

    .Quadrato img {
        width: 100%;
        display: block;
    }

    .Quadrato:hover img {
        transform: scale(1.2);
        transition: all 200ms;
    }

.QuadratoMaschera {
    position: absolute;
    display: block;
    width: 100%;
    background-color: rgba(255,255,255,0.3);
}

    .QuadratoMaschera img {
        width: 100%;
        display: block;
    }

        .QuadratoMaschera img:hover {
            display: none;
        }

.Quadrato1 {
    float: left;
    width: calc(100%/4);
    background-color: #fff;
    overflow: hidden;
    /*z-index: 2;*/
    position: relative;
    height: 267px;
    border: 1px silver solid;
    box-sizing: border-box;
}

    .Quadrato1 img {
        width: 100%;
        display: block;
    }

    .Quadrato1:hover img {
        transform: scale(1.2);
        transition: all 200ms;
    }

.Quadrato1Maschera {
    position: absolute;
    display: block;
    width: 100%;
    background-color: rgba(255,255,255,0.3);
}

    .Quadrato1Maschera img {
        width: 100%;
        display: block;
    }

        .Quadrato1Maschera img:hover {
            display: none;
        }
/*  AZIENDA E TECNOLOGIA  */

.Galleria {
    animation: slide-in-bottom 1s both;
    width: 100%;
}

.Pic {
    float: left;
    width: calc(100%/6);
    background-color: #fff;
    overflow: hidden;
    /*z-index: 2;*/
    position: relative;
}

    .Pic img {
        width: 100%;
        display: block;
    }

        .Pic img:hover {
            transform: scale(1.2);
            transition: all 200ms;
        }

.bloccoElemento {
    float: left;
    border-bottom: 2px solid #2e827e;
    border-right: 2px solid #2e827e;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
    position: relative;
    height: 250px;
    width: 270px;
    overflow: hidden;
}

    .bloccoElemento a {
        display: block;
        /*position:relative;*/
    }


/* MODELLO ELENCO */
.PosizioneSuPaginaElenco {
    display: none;
}

div.PaginaElencoWrapper {
    text-align: center;
}

div.ElencoItem {
    width: 30%;
    height: 220px;
    float: left;
    /*border-bottom: 2px solid #59c696;
        border-right: 2px solid #59c696;*/
    margin-left: 14px;
    margin-right: 13px;
    margin-bottom: 20px;
}

img.div.ElencoItem {
    width: 100%;
    display: block;
}
/*a.Link1 {
        display:block;
        position:relative;
        overflow:hidden;
    }*/

img.immagineprodotto {
    display: block;
    /*position: relative;
        margin: 0px auto;
        height: 250px;*/
    width: 100%;
}

div.immagineprodottowrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: white;
    transition: opacity 500ms;
    opacity: 1;
}

immaginemodello {
    width: 100%;
    min-height: 150px;
}

.DescrizioneSuPaginaElenco {
    width: 79%;
    margin: auto;
    display: none;
}

/* MODELLO DETTAGLIO */

div.PaginaDettaglio {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    width: 50%;
    vertical-align: top;
    padding-left: 20px;
    float: left;
}

div.ImmaginePrincipale {
    box-sizing: border-box;
    float: left;
    width: 50%;
    /*padding-right: 13px;*/
    border: 1px solid silver;
}

    div.ImmaginePrincipale img {
        display: block;
        width: 100%;
    }

.SottocategoriaMaster {
    font-size: 21px;
    color: #3c3868;
    margin-bottom: 17px;
    text-align: left;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.testodettaglio {
    line-height: 1.5em;
    text-align: left;
}

.TitoloMaster {
    font-family: 'Open Sans', sans-serif;
    color: #2f8280;
    font-size: 35px;
    margin: 15px 0px;
    text-align: left;
    font-weight: 300;
    line-height: 36px;
}

div.ImmaginiAllegateWrapper {
    /*margin-top: 15px;*/
    animation: slide-in-right 2s both;
    text-align: center;
    width: 50%;
}

    div.ImmaginiAllegateWrapper img {
        display: block;
        width: 100%;
    }



div.ImmaginiAllegateWrapper2 {
    /*margin-top: 15px;*/
    animation: slide-in-right 2s both;
    text-align: center;
    width: 100%;
}

    div.ImmaginiAllegateWrapper2 img {
        display: block;
        width: 100%;
    }

.immagineAllegataItem {
    margin: auto;
    /*padding: 13px;*/
    width: calc(100%/3);
    /*min-width: 125px;*/
    float: left;
    border: 1px solid silver;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: top;
    height: 8vw;
    max-height: 115px;
}

    .immagineAllegataItem img {
        width: 100%;
        display: block;
    }

.immagineAllegataItem2 {
    margin: auto;
    /*padding: 13px;*/
    width: calc(100%/4);
    /*min-width: 125px;*/
    float: left;
    border: 1px solid silver;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: top;
    height: 8vw;
    max-height: 115px;
}

    .immagineAllegataItem2 img {
        width: 100%;
        display: block;
    }


div.DettaglioInternoAllegati img.FileIco {
    width: 30px;
}

div.DettaglioInternoAllegati a {
    display: block;
    color: #C50E2D;
    text-decoration: none;
}

.ContenitorePdf {
    background-color: #29a9e0;
    color: white;
    width: 240px;
    margin-top: 20px;
    padding: 13px 20px;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
}

.TextPdf {
    font-family: 'Roboto', sans-serif;
    /*font-size: 13px;*/
    text-align: left;
    color: white;
}

.ContenitorePdf a {
    text-decoration: none;
    color: white;
}

.ContenitorePdf:hover {
    background-color: #2e827e;
    transition: all 300ms;
}

.menuText {
    display: none;
    text-align: left;
    font-size: 20px;
    padding: 9px 13px;
}



/* TRATTAMENTO DATI PERSONALI */

div.TrattamentoDatiPersonaliWrapper {
    color: black;
    font-size: 15px;
}

div.HomeNovita {
    position: relative;
    height: 400px;
}

/* SNIPPET BREADCRUMBS */
div.SnippetBreadCrumbs {
    animation: slide-in-bottom 1s both;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: auto;
    margin: 20px 0px 20px 0px;
    text-align: center;
}

    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: #2e827e;
        font-size: 13px;
        font-weight: 500;
    }

        div.SnippetBreadCrumbs ol li + li:before {
            content: "›";
            display: inline-block;
            color: #666666;
            padding-right: 5px;
        }

h1.naked, h2.naked{
    font-size: inherit;
    font-weight: inherit;
    margin: inherit;
}

nav.mappacontenuti {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

/* ERRORE */
div.ErroreWrapper {
    text-align: center;
    width: 86%;
    height: 450px;
    margin: 0px auto;
    box-sizing: border-box;
    padding-top: 200px;
}

@media screen and (max-width:1200px) and (min-width:1035px) {

    .TitoloCategorie {
        width: 100%;
        box-sizing: border-box;
    }

    .TitoloCategorie1 {
        width: 100%;
        box-sizing: border-box;
    }

    a.categorie {
        width: 100%;
    }

    .Quadrato1 {
        height: auto;
    }

    .centratore {
        width: 100%;
        position: absolute
    }

    .testovideoMaster {
        position: relative;
        margin: auto;
        width: 347px;
        max-width: none;
        left: 0;
        bottom: 250px
    }

    video {
        min-height: 400px;
        /*width: 711px*/
    }

    .involucro {
        font-size: 13px;
        width: auto
    }

    .testovideo1 {
        font-size: 28px;
        line-height: 31px
    }

    .testovideo2 {
        display: none
    }

    .Scoprire a {
        padding: 10px 100px
    }

    .scoprirebianco {
        font-size: 15px
    }

        .scoprirebianco a {
            padding: 10px 98.5px
        }
}

@media screen and (max-width:1034px) and (min-width:768px) {

    .Quadrato {
        height: 20vh;
    }

    .TitoloCategorie1 {
        width: 100%;
        box-sizing: border-box;
    }

    .TitoloCategorie {
        width: 100%;
        box-sizing: border-box;
    }

    a.categorie {
        width: 100%;
    }

    .Quadrato1 {
        height: auto;
    }

    .centratore {
        width: 100%;
        position: absolute
    }

    .testovideoMaster {
        position: relative;
        margin: auto;
        width: 347px;
        max-width: none;
        left: 0;
        bottom: 250px
    }

    video {
        min-height: 400px;
        /*width: 711px*/
    }

    .involucro {
        font-size: 13px;
        width: auto
    }

    .testovideo1 {
        font-size: 28px;
        line-height: 31px
    }

    .testovideo2 {
        display: none
    }

    .video-home {
        height: 80vh;
        min-height: 420px;
    }

    .centratore {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 24px 16px;
        box-sizing: border-box;
    }

    .testovideoMaster {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        max-width: 640px;
        margin: 0;
        padding: 0;
    }

    .testovideo {
        max-width: 100%;
    }

    .video-home-placeholder:after {
        top: auto;
        left: 20px;
        bottom: 20px;
        transform: none;
        width: 68px;
        height: 68px;
        line-height: 68px;
        font-size: 28px;
    }

    .Scoprire a {
        padding: 10px 100px
    }

    .scoprirebianco {
        font-size: 15px
    }

        .scoprirebianco a {
            padding: 10px 98.5px
        }


    div.menu div {
        display: block;
        height: auto;
    }

        div.menu div a {
            padding: 13px 0;
        }

    #ULMenu {
        list-style: none;
        padding: 0;
        margin: 0
    }

        #ULMenu > .ULMenuli {
            float: left;
            width: 100%
        }

        #ULMenu > .ULMenuli {
            float: left
        }

    .menu {
        z-index: 20;
        font-family: Montserrat,sans-serif;
        font-size: 14px;
        float: right;
        margin-right: -13px
    }

        .menu > input + div {
            position: absolute;
            left: -100%;
            width: 100%;
            z-index: 2000;
            background-color: #ececed;
            transition: left .5s;
            min-height: 105px;
            margin-top: 70px
        }

        .menu > input:checked + div {
            left: 0
        }

    .MenuPrincipale {
        display: block;
        position: absolute;
        margin-top: 37px;
        right: 0;
        float: none;
        box-sizing: border-box;
        color: #fff;
        width: 52px;
        height: 44px;
        z-index: 10;
        margin-right: 3px
    }

    .LabelMenuPrincipale {
        display: block;
        position: absolute;
        cursor: pointer
    }

    .lineamenu {
        height: 2px;
        width: 40px;
        background-color: #2d807e;
        margin-bottom: 6px
    }

    .menu > input + div {
        position: absolute;
        width: 100%;
        z-index: 2000;
        background-color: #68638c;
        transition: left .5s;
        min-height: 105px;
        top: 17%
    }

    .menu > input:checked + div {
        left: 0
    }

    .menuCategorie > input + div {
        position: absolute;
        width: 60%;
        z-index: 2000;
        background-color: #167599;
        transition: left .5s;
        min-height: 105px
    }

    .menuCategorie > input:checked + div {
        left: 0
    }

    .MenuCategorieResponsivo {
        display: block;
        position: absolute;
        margin-top: 60px;
        right: 0;
        float: none;
        background-color: #167599;
        padding: 13px;
        box-sizing: border-box;
        color: #fff;
        width: 120px;
        height: 40px;
        font-size: 13px;
        z-index: 10;
        text-align: left
    }

    .campimenu {
        float: none;
        width: auto
    }

        .campimenu a {
            max-width: none;
            width: auto;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 13px 0
        }

            .campimenu a:hover {
                text-decoration: none;
                color: #fff
            }

    .campimenu1 {
        float: none;
        width: auto
    }

        .campimenu1 a {
            max-width: none;
            width: auto;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 13px 0
        }

            .campimenu1 a:hover {
                text-decoration: none;
                color: #fff
            }

    .campimenu2 {
        float: none;
        width: auto
    }

        .campimenu2 a {
            max-width: none;
            width: auto;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 13px 0
        }

            .campimenu2 a:hover {
                text-decoration: none;
                color: #fff
            }

    .campimenu3 {
        float: none;
        width: auto
    }

        .campimenu3 a {
            max-width: none;
            width: auto;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 13px 0
        }

            .campimenu3 a:hover {
                text-decoration: none;
                color: #fff
            }

    .campimenu4 {
        float: none;
        width: auto
    }

        .campimenu4 a {
            max-width: none;
            width: auto;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 13px 0
        }

            .campimenu4 a:hover {
                text-decoration: none;
                color: #fff
            }

    .campimenu5 {
        float: none;
        width: auto
    }

        .campimenu5 a {
            max-width: none;
            width: auto;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 13px 0
        }

            .campimenu5 a:hover {
                text-decoration: none;
                color: #fff
            }
}

@media screen and (max-width:767px) {

    .footer2 {
        padding-bottom: 80px;
    }

    .contenitoreObblighiInformativi {
        margin: 10px auto;
        text-align: left;
        word-break: break-word;
    }

    .Testo {
        background-color: #00000059;
    }

    .TestoImmagini:hover {
        background-image: none;
    }

    .Infos {
        display: none;
    }

    .TestoImmagini {
        opacity: 1;
    }

    .immagineAllegataItem2 {
        width: 100%;
        height: auto;
        max-height: none
    }

    .immagineAllegataItem {
        width: 100%;
        height: auto;
        max-height: none
    }

    .ContenitorePdf {
        width: 100%;
        margin-top: 20px;
        padding: 13px 15px;
    }

    div.ImmaginePrincipale {
        width: 100%;
        margin-bottom: 30px;
    }

    div.PaginaDettaglio {
        width: 100%;
        padding-left: 0;
    }

    div.ImmaginiAllegateWrapper {
        width: 100%;
    }

    div.menu div {
        display: block;
        height: auto;
    }

        div.menu div a {
            padding: 13px 0;
        }

    .Tuttiiprodotti {
        float: none;
        padding-left: 0;
        width: 100%;
        text-align: center;
        padding-top: 70px
    }

    .bloccoElemento {
        float: none;
        display: inline-block;
        height: 240px;
        width: 100%
    }

    .TitoloCategorie1 {
        width: 100%;
        margin: 0;
        text-align: center;
        padding-left: 0
    }

    a.categorie {
        width: 100%
    }

    .TitoloCategorie {
        width: 100%;
        text-align: center;
        padding-left: 0
    }

    .Quadrato {
        width: calc(100%/2);
        height: 37vw
    }

    .Quadrato1 {
        width: calc(100%/2);
        height: 37vw
    }

    .menuText {
        display: block
    }

    .Tuttiprodotti {
        animation: slide-in-right 1s both;
        margin: auto;
        width: 90%;
        box-sizing: border-box;
        float: none;
        padding-left: 0px;
    }

    .TutteCategorie {
        animation: none;
        width: 0%
    }

    .TitoloCategorie {
        width: 100%;
        text-align: center;
        padding-left: 0
    }

    .TitoloCategorie1 {
        width: 100%;
        margin: 0;
        text-align: center;
        padding-left: 0
    }

    a.categorie {
        width: 100%
    }

    #ULMenu1 {
        list-style: none;
        padding: 0;
        margin: 0
    }

        #ULMenu1 > .ULMenu1li {
            float: left;
            width: 100%
        }

        #ULMenu1 > .ULMenu1li {
            float: left
        }

    .menu1 {
        z-index: 20;
        font-family: Montserrat,sans-serif;
        font-size: 14px;
        float: right;
        margin-right: -13px
    }

        .menu1 > input + div {
            position: absolute;
            left: -100%;
            width: 100%;
            z-index: 2000;
            background-color: #ececed;
            transition: left .5s;
            min-height: 105px
        }

        .menu1 > input:checked + div {
            left: 0
        }

    .MenuPrincipale1 {
        display: block;
        position: absolute;
        margin-top: -50px;
        right: 0;
        float: none;
        background-color: #2e827e;
        box-sizing: border-box;
        color: #fff;
        width: 100%;
        height: 44px;
        z-index: 10
    }

    .LabelMenuPrincipale1 {
        display: block;
        position: absolute;
        right: 16px;
        top: 13px;
        cursor: pointer
    }

    .lineamenu1 {
        height: 2px;
        width: 40px;
        background-color: #fff;
        margin-bottom: 6px
    }

    .menu1 > input + div {
        position: absolute;
        width: 100%;
        z-index: 2000;
        background-color: #68638c;
        transition: left .5s;
        min-height: 105px;
        top: -6px
    }

    .menu1 > input:checked + div {
        left: 0
    }

    .menuCategorie1 > input + div {
        position: absolute;
        width: 60%;
        z-index: 2000;
        background-color: #167599;
        transition: left .5s;
        min-height: 105px
    }

    .menuCategorie1 > input:checked + div {
        left: 0
    }

    .MenuCategorieResponsivo1 {
        display: block;
        position: absolute;
        margin-top: 60px;
        right: 0;
        float: none;
        background-color: #167599;
        padding: 13px;
        box-sizing: border-box;
        color: #fff;
        width: 120px;
        height: 40px;
        font-size: 13px;
        z-index: 10;
        text-align: left
    }

    .campi {
        float: none;
        width: auto
    }

        .campi a {
            max-width: none;
            width: auto;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 13px 0
        }

            .campi a:hover {
                text-decoration: none;
                color: #fff
            }

    .campi1 {
        float: none;
        width: auto
    }

        .campi1 a {
            max-width: none;
            width: auto;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 13px 0
        }

            .campi1 a:hover {
                text-decoration: none;
                color: #fff
            }

    .campi2 {
        float: none;
        width: auto
    }

        .campi2 a {
            max-width: none;
            width: auto;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 13px 0
        }

            .campi2 a:hover {
                text-decoration: none;
                color: #fff
            }

    .campi3 {
        float: none;
        width: auto
    }

        .campi3 a {
            max-width: none;
            width: auto;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 13px 0
        }

            .campi3 a:hover {
                text-decoration: none;
                color: #fff
            }

    .campi4 {
        float: none;
        width: auto
    }

        .campi4 a {
            max-width: none;
            width: auto;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 13px 0
        }

            .campi4 a:hover {
                text-decoration: none;
                color: #fff
            }

    .campi5 {
        float: none;
        width: auto
    }

        .campi5 a {
            max-width: none;
            width: auto;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 13px 0
        }

            .campi5 a:hover {
                text-decoration: none;
                color: #fff
            }

    .headerresponsivo1 {
        display: block;
        height: auto
    }

    .centratore {
        width: 100%;
        position: absolute
    }

    .testovideoMaster {
        position: relative;
        margin: auto;
        width: 347px;
        max-width: none;
        left: 0;
        bottom: 250px
    }

    video {
        min-height: 400px;
        width: 711px
    }

    .HomeFull {
        margin: 50px 0;
    }

    .HomeFull video {
        min-height: 400px;
        width: 100%;
    }


    .HomeFullEnd video {
        min-height: 500px;
        min-height: 400px;
        width: 100%;
    }

    .ContenitoreServizi {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .HomeSinistraImmagine video {
        min-height: 400px;
        width: 100%;
    }

    .involucro {
        font-size: 13px;
        width: auto
    }

    .testovideo1 {
        font-size: 28px;
        line-height: 31px
    }

    .testovideo2 {
        display: none
    }

    .video-home {
        height: 62vh;
        min-height: 360px;
    }

    .centratore {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 24px 16px;
        box-sizing: border-box;
    }

    .testovideoMaster {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .testovideo {
        max-width: 100%;
    }

    .testovideo1 {
        font-size: 24px;
        line-height: 28px;
    }

    .testovideo2 {
        max-width: 100%;
        line-height: 24px;
    }

    .involucro {
        max-width: 100%;
        font-size: 12px;
        padding-left: 18px;
        padding-right: 12px;
    }

    .video-home-placeholder:after {
        top: auto;
        left: 16px;
        bottom: 16px;
        transform: none;
        width: 58px;
        height: 58px;
        line-height: 58px;
        font-size: 24px;
    }
    /*
        .Scoprire a {
            padding: 10px 100px
        }
*/
    .scoprirebianco {
        font-size: 15px
    }

        .scoprirebianco a {
            padding: 10px 98.5px
        }

    .headerslides {
        margin-bottom: 25px
    }

    .spazio {
        height: 0
    }

    .Separatore {
        padding: 0
    }

    .logo {
        max-width: 130px;
        margin-top: -25px
    }

    .corpohomepage1 {
        margin: 50px auto
    }

    .corpohomepage3 {
        padding: 35px 7.5%
    }

    .container2 {
        width: 100%;
        position: relative;
        margin: auto;
        text-align: center;
        padding: 0 13px
    }

    .header {
        width: 100%;
        position: relative;
        margin-top: 0;
        box-shadow: none
    }

    .header2 {
        position: inherit;
        box-shadow: none
    }

    .visualizzaslide {
        height: 50px;
        display: block
    }

    #ULMenu {
        list-style: none;
        padding: 0;
        margin: 0
    }

        #ULMenu > .ULMenuli {
            float: left;
            width: 100%
        }

        #ULMenu > .ULMenuli {
            float: left
        }

    .menu {
        z-index: 20;
        font-family: Montserrat,sans-serif;
        font-size: 14px;
        float: right;
        margin-right: -13px
    }

        .menu > input + div {
            position: absolute;
            left: -100%;
            width: 100%;
            z-index: 2000;
            background-color: #ececed;
            transition: left .5s;
            min-height: 105px;
            margin-top: 70px
        }

        .menu > input:checked + div {
            left: 0
        }

    .MenuPrincipale {
        display: block;
        position: absolute;
        margin-top: 20px;
        right: 0;
        float: none;
        box-sizing: border-box;
        color: #fff;
        width: 52px;
        height: 44px;
        z-index: 10;
        margin-right: 3px
    }

    .LabelMenuPrincipale {
        display: block;
        position: absolute;
        cursor: pointer;
        transition: ease-in-out .5s
    }

        .LabelMenuPrincipale:hover {
            animation: rotate-90-cw 1s both;
            transition: ease-in-out .5s
        }

    .lineamenu {
        height: 2px;
        width: 40px;
        background-color: #2d807e;
        margin-bottom: 6px
    }

    .menu > input + div {
        position: absolute;
        width: 100%;
        z-index: 2000;
        background-color: #68638c;
        transition: left .5s;
        min-height: 105px;
        top: -13%
    }

    .menu > input:checked + div {
        left: 0
    }

    .menuCategorie > input + div {
        position: absolute;
        width: 60%;
        z-index: 2000;
        background-color: #167599;
        transition: left .5s;
        min-height: 105px
    }

    .menuCategorie > input:checked + div {
        left: 0
    }

    .MenuCategorieResponsivo {
        display: block;
        position: absolute;
        margin-top: 60px;
        right: 0;
        float: none;
        background-color: #167599;
        padding: 13px;
        box-sizing: border-box;
        color: #fff;
        width: 120px;
        height: 40px;
        font-size: 13px;
        z-index: 10;
        text-align: left
    }

    .campimenu {
        float: none;
        width: auto
    }

        .campimenu a {
            max-width: none;
            width: auto;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 13px 0
        }

            .campimenu a:hover {
                text-decoration: none;
                color: #fff
            }

    .campimenu1 {
        float: none;
        width: auto
    }

        .campimenu1 a {
            max-width: none;
            width: auto;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 13px 0
        }

            .campimenu1 a:hover {
                text-decoration: none;
                color: #fff
            }

    .campimenu2 {
        float: none;
        width: auto
    }

        .campimenu2 a {
            max-width: none;
            width: auto;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 13px 0
        }

            .campimenu2 a:hover {
                text-decoration: none;
                color: #fff
            }

    .campimenu3 {
        float: none;
        width: auto
    }

        .campimenu3 a {
            max-width: none;
            width: auto;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 13px 0
        }

            .campimenu3 a:hover {
                text-decoration: none;
                color: #fff
            }

    .campimenu4 {
        float: none;
        width: auto
    }

        .campimenu4 a {
            max-width: none;
            width: auto;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 13px 0
        }

            .campimenu4 a:hover {
                text-decoration: none;
                color: #fff
            }

    .campimenu5 {
        float: none;
        width: auto
    }

        .campimenu5 a {
            max-width: none;
            width: auto;
            text-decoration: none;
            color: #fff;
            text-align: center;
            padding: 13px 0
        }

            .campimenu5 a:hover {
                text-decoration: none;
                color: #fff
            }

    .headerresponsivo {
        display: block;
        height: auto
    }

    .contenitorelogo {
        position: relative;
        padding-top: 20px;
        padding-left: 7px;
        float: left
    }

    .headerlingue {
        margin-top: 21px;
        position: relative;
        text-align: right
    }

    .ContenitoreHomeDestra {
        display: none
    }

    .HomeDestraImmagine img {
        display: none
    }

    .container {
        width: 100%
    }

    .headtext {
        font-size: 35px;
        padding: 0;
        text-align: center
    }

    .ContenitoreHomeSinistra {
        width: auto
    }

    .ContenitoreHomeDestra {
        float: none;
        margin: 20px auto;
        padding-top: 400px;
        width: 35%
    }

    .HomeSinistra {
        padding: 0;
        width: 100%;
        float: left
    }

    .HomeSinistraBottom {
        padding: 0
    }

    .HomeDestraImmagine {
        width: 100%
    }

    .FasciaText {
        font-size: 22px;
        padding: 20px 0
    }

    .Tab {
        width: 100%;
        float: left;
        text-align: center
    }

    .Rettangolo {
        float: none;
        width: 100%;
        max-width: none
    }

    .Tab > .padding {
        padding: 20px 15px
    }

    .footer {
        padding: 20px 0
    }

    .footerContainer {
        width: 100%;
        max-width: none
    }

    .contenitoreElenco {
        margin: 0 0
    }

    .FooterItem {
        width: 100%;
        padding: 0 0;
        margin: 0 0;
        margin-bottom: 20px
    }

        .FooterItem a {
            color: #2e827e;
            text-decoration: none
        }

    .FooterItem2 {
        width: 25%;
        float: left;
        margin-left: 20px;
        color: #fff;
        margin-right: 20px;
        margin-bottom: 20px
    }

        .FooterItem2 a {
            color: #2e827e;
            text-decoration: none
        }

    .Titolo {
        font-size: 40px
    }

    .ContattiSinistra {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px
    }

        .ContattiSinistra img {
            width: 100%
        }

    .ContattiDestra {
        width: 100%;
        font-size: 13px;
        color: #000
    }

    .titolocontatti {
        font-weight: 200;
        margin-top: 0;
        padding-top: 0;
        padding-left: 20px;
        font-size: 30px;
        line-height: 28px;
        font-family: Roboto,sans-serif;
        padding-bottom: 20px
    }

    .testocontatti {
        color: #000;
        font-family: Roboto,sans-serif;
        font-size: 14px;
        font-weight: 300;
        padding-bottom: 20px;
        padding-left: 20px
    }

    .informazioni {
        font-weight: 500;
        padding-top: 0;
        font-size: 24px;
        line-height: 30px;
        font-family: Roboto,sans-serif
    }

    .ContattiDestra a {
        color: #000;
        text-decoration: none
    }

    .ContattiForm {
        width: 100%;
        color: #000
    }

    .HeadTextServizi {
        font-size: 25px;
        bottom: 6vw
    }

    .linketti {
        font-size: 13px
    }

    .TitoloServizi {
        text-align: left
    }

    .sottotitolo {
        text-align: left;
        font-size: 20px;
        margin-bottom: 15px
    }

    .HomeSinistraImmagine {
        width: 100%;
        float: none;
        margin-top: 10px
    }

        .HomeSinistraImmagine img {
            width: 100%;
            display: block;
            margin: auto
        }

    .DescrizioneImmagine {
        margin: 13px
    }

    .HomeDestra {
        float: none;
        width: 100%;
        padding: 0 0
    }

    .ContenitoreSinistraServizi {
        margin-top: 50px
    }

    .HomeDestraMini {
        line-height: 20px
    }

    .Quadrato {
        width: calc(100%/2);
        height: 37vw
    }

    .Quadrato1 {
        width: calc(100%/2);
        height: 37vw
    }

    div.TrattamentoDatiPersonaliWrapper {
        padding: 20px;
        position: relative;
        color: #000;
        font-size: 17px
    }

    div.HomeNovita {
        position: relative
    }

    .TitoloMaster {
        font-size: 26px;
        margin-bottom: 10px;
        line-height: 24px;
        margin-top: 0
    }

    .SottocategoriaMaster {
        font-size: 19px;
        margin-bottom: 10px
    }

    .TitoloPaginaProdotti {
        font-size: 19px;
        padding: 33px 0
    }
}
