
@font-face {
    font-family: 'signikaregular';
    src: url('../fonts/signika-regular-webfont.eot');
    src: url('../fonts/signika-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/signika-regular-webfont.woff2') format('woff2'),
         url('../fonts/signika-regular-webfont.woff') format('woff'),
         url('../fonts/signika-regular-webfont.ttf') format('truetype'),
         url('../fonts/signika-regular-webfont.svg#signikaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'signikasemibold';
    src: url('../fonts/signika-semibold-webfont.eot');
    src: url('../fonts/signika-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/signika-semibold-webfont.woff2') format('woff2'),
         url('../fonts/signika-semibold-webfont.woff') format('woff'),
         url('../fonts/signika-semibold-webfont.ttf') format('truetype'),
         url('../fonts/signika-semibold-webfont.svg#signikasemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


*{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: signikaregular, sans-serif;
}

html{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

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

body{	
	overflow-x: hidden;
	background-size: cover!important;
	background-position: center center!important;
}	

#base_all{
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}

#content_all{
	text-align: center;
	width: 100%;
}
	

.layer{ 
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
}

.wrap{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	position: relative;
}

#content{
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	z-index: 50;
}

.container{
	position: relative;
}

.sombra{
	background-image: url(../images/sombra.png);
	width: 72px;
	height: 672px;
	background-repeat: no-repeat;
	z-index: 1;
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-336px;
	margin-left:-77px;
}


.conteudo01{
	text-align: center;
}

.conteudo02{
	text-align: center;
}

.texto-titulo-site{
	color: #fff;
	font-size: 24px;
	width: 90%;
	font-family: signikasemibold, sans-serif;
	line-height: 100%;
}

.texto-site{
	color: #fff;
	font-size: 24px;
	width: 90%;
	line-height: 100%;
}

iframe{
	max-width: 90%!important;
	margin: 0 auto!important;
}

.logo img{
	width: 90%;
	max-width: 320px;
}

@media all and (max-width: 991px){
	.conteudo01{
		width: 100%;
		margin: 60px auto 20px auto;
		background-image: none!important;
		height: 100%;
	}
	
	.conteudo02{
		width: 100%;
		margin: 0 auto 40px auto;
	}
	
	iframe{
		max-width: 560px!important;
		width: 90%!important;
	}
	
	.sombra{
		display: none;
	}
	
}

@media all and (min-width: 992px) and (orientation: landscape) and (min-height: 355px){
	body{
		overflow-y: hidden;
	}
}



.social-things{
	color: #fff;
}

.social-things a{
	color: #fff;
	text-decoration: none!important;
}

.social-things img{
	vertical-align: middle;
	border: 0!important;
}

.social-things .separator{
	margin: 0 20px;
}

.social-things .logo-facebook{
	margin-bottom: 10px;
}


@media all and (max-width: 409px){
	.texto-titulo-site{
		font-size: 20px;
	}

	.texto-site{
		font-size: 20px;
	}
	
	.social-things .separator{
		margin: 0 10px;
	}
	
	.link-facebook{
		font-size: 0px;
	}
}

	#viewport {
	position: absolute;
	width: 570px;
	height: 420px;
	overflow: hidden;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -390px;
	z-index: 10;
	}

	#viewport .smoke {
	position: absolute;
	width: 500px;
	height: 200px;
	bottom: 50px; 
	background:url('../images/smoke-texture.png') no-repeat;
	margin-left: -20px;
	}