*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,html{
	width: 100vw;
	min-height: 100svh;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img{
	max-width: 100%;
	height: auto;
}

body{
	background-color: #000000;
	color: #000000;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 120%;
	/*
	background-image: url(../images/essequadro-bg.jpg);
	background-size: cover;
	background-position: bottom center;
	*/
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.pagecontent{
	padding: .5rem;
	max-width: 1920px;
	margin: auto;
	position: relative;
	height: 100svh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.videobg{
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	/*
	object-fit: contain;
	aspect-ratio: 1920/1080;
	*/
}

.logo img{
	display: block;
	margin: 0 auto 0.5rem auto;
	max-width: 15vw;
}

.claim{
	font-size: 1.00rem;
	text-transform: uppercase;
	word-spacing: 2rem;
}
.claim span{
	word-spacing: initial;
}

.sentence{
	font-size:  9.375rem;
	line-height: 1.0;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.contacts{font-size: 1.56rem; word-spacing: 1rem;}
.contacts span{font-size: 1rem; display: inline-block; margin: auto;  word-spacing: 0;}
.contacts a{color: inherit; text-decoration: none;transition: transform 0.2s ease-in-out; display: inline-block;}
.contacts a:hover{color: inherit; transform: scale(1.2)}

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

	.sentence{
		font-size:  6.0rem;
	}

	.contacts{font-size: 1.2rem; line-height: 1.6;}

	.logo img{
		max-width: 70vw;
	}
}

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

	.sentence{
		font-size:  5.0rem;
	}

	.contacts{font-size: 1.2rem; line-height: 1.1;}

	.logo img{
		max-width: 70vw;
	}
}

.mobile{display: none;}
/*
@media screen and (max-width:768px){
	.mobile{display: block;}
	.desktop{display: none;}
	.sentence{
		font-size:  6.0rem;
	}
	.contacts{font-size: 1rem; word-spacing: 1rem;}
}
*/
@media (orientation: portrait){
	.mobile{display: block;}
	.desktop{display: none;}
	.sentence{
		font-size:  6.0rem;
	}
	.logo{
		padding-top:3rem;
	}
	.contacts{font-size: 1rem; word-spacing: 1rem;}
	.claim{font-size: 0.65rem; word-spacing:.5rem;}
}


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

	.sentence{
		font-size:  3.0rem;
	}


}