@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i");
@font-face {
	font-family: Stoneburg Rounded;
	src: url(../fonts/stoneburg-rounded.otf);
	font-weight: 400;
	font-style: normal
}

body,
html {
	overflow: hidden
}

h1,
h2,
p {
	font-family: Stoneburg Rounded, sans-serif
}

h1,
h2 {
	color: #fff
}

h1 {
	font-size: 1.5em;
	margin-bottom: 4px;
	letter-spacing: -.02em
}

h2 {
	font-size: 1.6em
}

h2.small {
	font-size: .6em;
	line-height: .6em!important;
	letter-spacing: .08em
}

p {
	color: #fff;
	vertical-align: top;
	font-size: 1.1em;
	line-height: 2.2em;
	margin-bottom: 0
}

p.light {
	color: #dcdcdc
}

p.yellow {
	color: #ffc401
}

p small {
	font-size: .8em
}

figure {
	margin-bottom: 12px
}

body {
	background: #454544 url(../img/tt_background.png) center left 0px/61% auto no-repeat;
	height: 100vh
}

.content-wrap {
	background: url(../img/tt_content-bg.png) 100%/auto 100% no-repeat;
	width: 100%;
	height: 100vh;
	position: relative;
}

.content {
/*	width: 28vw;
	text-align: center;
	margin: 0 180px 0 auto;
	padding: 58px 0 25px
	*/
	position: absolute;
	right: 1em;
	top: 3em;
	max-width: 440px;
}

header,
main {
	margin-bottom: 32px
}

footer,
main {
	text-align: left;
	padding-left: 22px
}

.logo {
	max-width: 290px;

}

.logo img {
	max-width: 100%
}

.social {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 22px
}

.social a {
	width: 44px;
	margin-right: 12px
}

.bottom {
	font-family: Lato, sans-serif;
	color: #898988;
	font-size: .8em;
	text-align: left
}


.image-mobile{display: none;}


/* APARTIR DE 1920px */
@media (min-width: 1920px) {
	.content{
		top: 8em !important;
		right: 10em;
	}
}

/* Até DE 1920px */
@media only screen and (max-width: 992px) {
	body {
		background: #454544 url(../img/tt_background.png) center left 0px/72% auto no-repeat;
		height: 100vh
	}

	.content-wrap{
		width: 107%;
	}

	.content{
		top: 4em ;
		right: 4em;
	}
}
@media only screen and (max-width: 600px) {
	body {
		background: #454544;
		overflow: auto;
	}
	.content-wrap {
		background: none;
		width: 100%;
		display: flex;
		height: auto;
	}
	.content{ 
		position: unset;
		margin: auto;
		max-width: 100%;
		padding: 10px;
	}
	header, main {
		text-align: center;
	}

	.logo{max-width: 100%}

	figure{margin: auto;}

	.image-mobile{
		display: block;
	}
	.image-mobile img{
		width: 100%;
	}
}