:root {
	--doc-height: 100%;
   }

/* SEO FIX: testo presente nel DOM per screen reader/motori di ricerca ma
   nascosto visivamente, per non alterare il design esistente. */
.visually-hidden {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

* {
	margin: 0;
	padding: 0;
	list-style-type: style none;
	box-sizing: border-box;
	appearance: none;
	position: relative;
	font-size: 16px;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body{
	position: relative;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #000000;
	color: #fefefe;
	font-family: 'Work Sans', sans-serif;
	padding: 0px;
}


#logobox{
    z-index: 1;
    height: 120px;
}
#logo{
    height: 100px;
    top: 20px;
}

#videobox{
    z-index: 0;
    max-width: 100vw;
    max-height: calc(100vh - 120px);
}
#reel{
    height: calc(100vh - 120px);
}

#ctabox{
    padding: 10px;
}
.cta-text{
    margin: 30px;
}
.cta-text p{
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	font-weight: 200;
}
.cta-text a{
    color: white;
}
#cta-text-sito{
	text-decoration: underline;
	cursor: pointer;
	font-weight: 400;
}
#cta-text-info{
	text-decoration: underline;
	cursor: pointer;
	font-weight: 400;
}

/*#footer{

}*/

footer lottie-player{
	position: inherit;
	z-index: 4;
}
#footBannerBig{
	display: block;
}
#footBannerLil{
	display: none;
}

.img-social{
    padding: 20px 0 40px 0;
}

.img-social img{
	width: 40px;
	margin: 0 20px;
}


/* VISUALIZZAZIONE MOBILE -------------------------------------------------------------------------*/

@media screen and (max-width: 499px) {

    #logobox{
        height: 120px;
    }
    #logo{
        height: 80px;
        top: 40px;
    }

    #videobox{
        width: 100vw;
        height: 80vw;
        padding: 20vw 0;
    }
    #reel{
        width: 100vw;
        height: unset;
    }

    #ctabox{
        padding: 10px;
    }
    .cta-text{
        margin: 18px auto;
    }
    .cta-text p{
        font-size: 14px;
        line-height: 18px;
    }
    #footer{
        margin: 20px 0;
        padding: 20px 0;
    }
    #footBannerBig{
	    display: none;
    }
    #footBannerLil{
        display: block;
    }

	.img-social img{
		margin: 0 15px;
	}

}
