/* 
Folha de estilos - Tapume
TTK Marketing

Desenvolvimento 
- Henrique M. www.henriquemoura.com.br

EsferaBR Midia
TTK Marketing
Copyright (C) - 2015

*/
body {
	overflow: hidden;
	background-image: url(../images/background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh;
	background-position: center center;
}

.center {
	text-align: center;
}

a button, button {
	outline: none !important;
}

.fundo {
	position: relative;
	height: auto;
	text-align: center;
	width: 100%;
	height: 100vh;
}

.logo {
	margin-top: 25%;
}

.logo h1 {
	padding: 20px 0px;
	color: #FFF;
	font-style: italic;
	text-transform: uppercase;
	font-size: 32px;
	font-family: "AvantGardeXL", sans-serif;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 70%;
	margin: 40px auto;
	line-height: 32px;
}

.logo h1 span {
	font-family: "AvantGardeBold", sans-serif;
	font-size: 36px;
}

.fundo p  {
	font-family: "AvantGardeXL";
	text-transform: uppercase;
	font-size: 30px;
	color: #f7f7c1;
	margin-bottom: 20px;
	font-weight: lighter;
}

.fundo button {
	border: 0px;
	background-image: url(../images/btn.png);
	width: 397px;
	height: 58px;
	line-height: 58px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 22px;
	font-style: italic;
	font-family: "AvantGardeItalic";
}


.fundo button span {
	font-size: 26px;
	font-family: "AvantGardeBold";
}
.seta {
	position: relative;
	display: inline-block;
	top: -10px;
	width: 100px;
	height: 52px;
	background-image: url(../images/seta.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.logo {
	text-align: center;
	padding-top: 40px;
}

.logo ul {
	padding: 0px;
	margin: 0px;
}

.logo ul li {
	list-style-type: none;
	display: inline-block;
}

.logo ul li:last-child {
	margin-left: 80px;
}

.sociais {
	background-image: url(../images/sociais.png);
	background-repeat: no-repeat;
	display: block;
	width: 620px;
	height: 138px;
	margin: 0 auto;
	position: relative;
}

.sociais ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.sociais ul li {

}

.sociais ul li a {
	text-decoration: none;
	color: transparent;
	width: 86px;
	height: 83px;
	display: block;
}

.facebook {
	position: absolute;
	background-image: url(../images/facebook.png);
	width: 86px;
	height: 83px;
	right: 83px;
	top: 30px;
}

.instagram {
	position: absolute;
	width: 86px;
	height: 83px;
	right: 0px;
	top: 28px;
	background-image: url(../images/instagram.png);
}

@media screen and (max-width: 768px) {
	.fundo button {
		width: 90%;
		font-size: 18px;
	}

	.fundo button span {
		font-size: 20px;
	}

	.fundo p {
		font-size: 18px;
	}

	.logo {
		text-align: center;
	}

	.logo img {

	}
	
	.logo ul {
		padding: 0px;
		margin: 0px;
		text-align: center;
	}

	.logo ul li:last-child {
		margin: 0px;
		margin-top: 20px;
	}

	.logo img {
		width: 55%;
	}

	.logo h1 {
		font-size: 20px;
		padding: 10px 0px;
		width: 100%;
		margin: 15px auto;
	}

	.logo h1 span {
		font-size: 22px;
		display: block;
	}
}

