:root {
    --large: calc((100 / 1900) * 1vw);
	--medium: calc((100 / 1080) * 1vw);
    --small: calc((100 / 1023) * 1vw);
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0 auto;
	background-color :#D0D3D4;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

a, a:active {
	text-decoration: none;
	color: #CCCCCC;
}

a {
	-o-transition: color .3s linear,background .3s linear;
	-webkit-transition: color .3s linear,background .3s linear;
	-moz-transition: color .3s linear,background .3s linear;
	transition: color .3s linear,background .3s linear;
	color: #5B6770;
}

a:hover {
	-o-transition: color .3s linear,background .3s linear;
	-webkit-transition: color .3s linear,background .3s linear;
	-moz-transition: color .3s linear,background .3s linear;
	transition: color .3s linear,background .3s linear;
	color: #5B6770;
}

a:focus {
	outline: none;
	text-decoration: none;
	color: #5B6770;
}

:focus {
	outline: 0;
}

div, ul, li, section, article, header, footer, input, textarea, figure, figcaption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.esquerda {
	position: absolute;
	width: calc(var(--large) * 400);
	height: 100vh;
	left: calc(var(--large) * 120);
	z-index: 5;
}

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

.esquerda .logo {
	position: absolute;
	width: calc(var(--large) * 385);
	top: calc(var(--large) * 100);
}

.esquerda .breve {
	position: absolute;
	width: calc(var(--large) * 385);
	top: calc(var(--large) * 450);
	font-size: calc(var(--large) * 42);
	font-weight: 300;
	color: #5B6770;
	text-align: center;
}

.esquerda .breve h2 {
	margin: 0;
	padding: 0;
	font-size: calc(var(--large) * 24);
	color: #005587;
}

.esquerda .social {
	position: absolute;
	width: calc(var(--large) * 200);
	left: calc(var(--large) * 90);
	bottom: calc(var(--large) * 50);
	text-align: center;
}

.esquerda .social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.esquerda .social li {
	width: calc(var(--large) * 28);
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-left: calc(var(--large) * 7);
	margin-right: calc(var(--large) * 7);
}

.esquerda .social .email {
	width: 100%;
	margin-top: calc(var(--large) * 40);
	text-align: center;
}

.esquerda .social .email img {
	width: calc(var(--large) * 38);
}

.direita {
	position: absolute;
	width: calc(var(--large) * 1320);
	height: 100vh;
	right: 0;
	background-image: url('images/fundo-desktop01.jpg');
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
	z-index: 0;
}

.direita h2 {
	position: absolute;
	width: calc(var(--large) * 1290);
	bottom: calc(var(--large) * 240);
	left: calc(var(--large) * 30);
	font-size: calc(var(--large) * 47);
	letter-spacing: calc(var(--large) * 1);
	font-weight: 300;
	color: white;
	opacity: 0.6;
	text-align: center;
	z-index: 3;
}

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

    body {
        background-color: #D0D3D4;
    }

	.esquerda {
		position: absolute;
		width: 100%;
		height: auto;
		left: 0;
		z-index: 5;
	}

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

	.esquerda .logo {
		position: absolute;
		width: 100%;
		top: calc(var(--small) * 100);
		text-align: center;
	}

	.esquerda .logo img {
		width: calc(var(--medium) * 560);
	}

	.esquerda .breve {
		position: absolute;
		width: 100%;
		top: calc(var(--small) * 500);
		font-size: calc(var(--medium) * 70);
		font-weight: 300;
		color: #5B6770;
		text-align: center;
	}

	.esquerda .breve h2 {
		margin: 0;
		padding: 0;
		font-size: calc(var(--medium) * 40);
		color: #005587;
	}

	.esquerda .social {
		position: absolute;
		width: calc(var(--small) * 500);
		left: calc(var(--small) * 260);
		top: calc(var(--medium) * 880);
		bottom: auto;
		text-align: center;
	}

	.esquerda .social ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.esquerda .social li {
		width: calc(var(--small) * 80);
		display: inline-block;
		margin: 0;
		padding: 0;
		margin-left: calc(var(--medium) * 30);
		margin-right: calc(var(--medium) * 30);
	}

	.esquerda .social .email {
		width: 100%;
		margin-top: calc(var(--small) * 40);
		text-align: center;
	}

	.esquerda .social .email img {
		width: calc(var(--medium) * 90);
	}

	.direita {
		position: absolute;
		width: 100%;
		height: 50vh;
		right: auto;
		bottom: 0;
		background-image: url('images/fundo-mobile01.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		z-index: 0;
	}

	.direita h2 {
		position: absolute;
		width: calc(var(--small) * 820);
		bottom: calc(var(--small) * 270);
		left: calc(var(--small) * 110);
		font-size: calc(var(--small) * 61);
		letter-spacing: calc(var(--small) * 1);
		font-weight: 300;
		color: white;
		opacity: 0.6;
		text-align: center;
		z-index: 3;
	}


}