/* 
Folha de estilos - Tapume
InterU 2015

Desenvolvimento 
- Henrique M. www.henriquemoura.com.br

Comercialização:
- EsferaBR Midia
- TTK - Jogue Junto
- RBR Esportes

*/
body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	background-position: center center;
}

.center {
	text-align: center;
}

.logo {
	margin-top: 40px;
}

.embreve {
	margin-top: 20px;
}

.apoios ul {
	padding: 0px;
	margin: 0px;
	width: 45%;
	margin: 0 auto;
	list-style-type: none;
}

.apoios ul li:first-child {
	display: inline-block;
	float: left;
}

.apoios ul li:last-child {
	float: right;
}

.apoios ul li img {
	vertical-align: bottom;
}

/*para notes ficar no primeiro view*/
@media only screen and (max-width: 1440px) {
	.embreve img {
		width: 32%;
	}
}
@media only screen and (max-width: 768px) {

	.embreve img {
		width: 70%;
		margin-bottom: 40px;
	}

	.logo img {
		width: 90%;
	}
	
	.apoios ul {
		padding: 0px;
		margin: 0px;
		width: 100%;
	}
	.apoios {
		text-align: center;
	}
	.apoios ul li {
		float: inherit;
		display: inline-block;
		margin: 0px;
		margin-bottom: 20px;
	}

}

