/* HEAD */
section#headindustry .img-headindustry {
    height: 600px;
    overflow: hidden;
}

section.landing-slider .immagini-slider {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section#headindustry .img-headindustry img {
    width: 100%;
}
.container-famiglia {
    max-width: 1340px;
    width: 90%;
    margin: 0 auto;
}
.container-famiglia ol {
    margin: 15px auto;
    max-width: 1000px;
    text-align: left;
}
.container-famiglia ol li {
    padding: 0 0 10px 30px;
    background-repeat: no-repeat;
    display: block;
    background-image: url(../img/tick.svg);
    line-height: 20px;
    background-position: left top;
    background-size: 20px 20px;
    font-size: 1rem;
    margin-bottom: 10px;
}
section#headindustry .iconatitoli-headindustry {
    margin-bottom: 30px;
}

section#headindustry .iconatitoli-headindustry,
section#headindustry h5,
section#headindustry h3,
section#headindustry p {
    text-align: center;
}

section#headindustry h5 {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin: 0;
}

section#headindustry h3 {
    font-size: 2.7rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

section#headindustry .iconatitoli-headindustry img {
    background-color: var(--color-grey-light);
    margin: 8px;
    width: 70px;
    height: 70px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
}



/* Sezione Puzzle */
#puzzle .container-puzzle {
    width: 95%;
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#puzzle .container-puzzle>div {
    box-sizing: border-box;
    max-width: 50%;
    width: 50%;
    padding: 32px;
}
#puzzle .container-puzzle>.testi-puzzle {
    margin: 0 auto;
}
.puzzle > img {
    max-width:100%;
}
.testi-puzzle ul li {
    padding: 0 0 10px 30px;
    background-repeat: no-repeat;
    display: block;
    background-image: url(../img/tick.svg);
    line-height: 20px;
    background-position: left top;
    background-size: 20px 20px;
    font-size: 1rem;
    margin-bottom: 10px;
}
.container-fmiglia-video {
    display: flex;
    align-items: center;
}
.container-famiglia-testi {
    width: 50%;
    box-sizing: border-box;
    padding: 32px;
    margin: 0 auto;
}
.bloccovideo {
    width: 50%;
}
.copertina-video {
    max-width: 100%;
}
.container-famiglia-description p {
    margin-bottom: 15px;
}



/* SLIDER */
/*
#nostri-prodotti .head .section-title{
    margin-bottom: 8px;
}

#nostri-prodotti .slider-nostriprodotti {
    width: 20%;
    margin: 0 auto;
}
#nostri-prodotti .slide-nostriprodotti {
    width: 100%;
}
#nostri-prodotti .slide-nostriprodotti > div {
    margin:16px;
    padding: 16px;
    background-color: white;
    background-image: url(../img/bg-card.png);
    background-position:center 150%;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    transition:.3s ease-in;
    min-height: 480px;

}

#nostri-prodotti .slide-nostriprodotti:hover > div {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.45);
}
#nostri-prodotti .slide-nostriprodotti h3 {
    margin:0;
}

#nostri-prodotti .slide-nostriprodotti h5 {
    margin:0 0 8px 0;
    padding-bottom:8px;
    border-bottom: dashed 1px var(--color-main-blu); 
    font-size:1rem;
}

#nostri-prodotti .slide-nostriprodotti p {
    margin-top: 8px;
}
#nostri-prodotti .img-slidenostriprodotti {
    height: 360px;
    display: flex;
    align-items: flex-end;
}

#nostri-prodotti .img-slidenostriprodotti img {
    max-width: 100%;
}

#nostri-prodotti .slide-nostriprodotti .link {
    position:absolute;
    right:40px;
    bottom:40px;
}
#nostri-prodotti .pulsantino {
    border-radius:50%;
    background-color: var(--color-details-blu);
    width: 30px;
    height: 30px;
    display: block;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    transform:translate(-50%, 0);
    bottom:0;
    left:50%;
    position:absolute;
}

@media screen and (max-width: 1440px) {
    #nostri-prodotti .slide-nostriprodotti {
        width: 25%;
    }
}

@media screen and (max-width: 1024px) {
    #nostri-prodotti .slide-nostriprodotti {
        width: 33%;
    }
}

@media screen and (max-width: 768px) {
    #nostri-prodotti .slide-nostriprodotti {
        width: 50%;
    }
}
*/

#lightbox-video {
    display: none;
    position: fixed;
    z-index: 1000000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.video-esterno {
    z-index: 1000000000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.video-interno {
    margin: 5% auto 5%;
    width: 90%;
    height: 90%;
    overflow: hidden;
    display: block;
}

.video-chiudi {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.video-interno>iframe {
    width: 100%;
    margin: 0 auto;
    display: block;
    border: none;
}