@import url("https://use.typekit.net/peo5yhg.css");



* {
	margin: 0;
	padding: 0;
}


body, html {
	height: 100%;
}

.topo {
	width: 100%;
	height: auto;
	min-height: 100%;
	background-image: url(../_img/bg-desktop.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	padding: 50px;
}

img.coqueiro {
	display: none;
}

.topo img.logo {
	width: 250px;
	margin-bottom: 50px;
}

.topo h1 {
	font-family: flood-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #e01288;
	font-size: 4rem;
	text-align: center;
	line-height: 3.3rem;
}

.topo p {
	font-family: univia-pro, sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #333;
	font-size: 1.4rem;
	padding: 0px 300px;
}


@media (max-width: 1200px) {
	.topo {
		background-position: center bottom;
		background-size: 120%;
	}
}

@media (max-width: 1024px) {
	.topo {
		background-image: url(../_img/bg-tablet.png);
		background-position: bottom right;
		background-size: 100%;
	}

	img.coqueiro {
		display: flex;
		width: 400px;
		position: absolute;
	}

	.topo p {
		padding: 0px 230px;
	}
}

@media (max-width: 768px) {
	.topo img.logo {
		width: 170px;
		margin-bottom: 20px;
	}

	img.coqueiro {
		width: 300px;
	}

	.topo h1 {
		font-size: 3.2rem;
		text-align: center;
		line-height: 2.7rem;
	}

	.topo p {
		font-size: 1.4rem;
		padding: 0px 50px;
	}
}

@media (max-width: 540px) {
	.topo {
		background-image: url(../_img/bg-mobile.png);
		background-position: center top;
		background-size: 100%;
		background-color: #f0e8dc;
		padding: 25px;
	}

	.topo img.logo {
		width: 150px;
		margin-bottom: 25px;
		margin-top: 75px;
	}

	.topo h1 {
		font-size: 2.4rem;
		text-align: center;
		line-height: 1.7rem;
		margin-bottom: 300px;
	}

	.topo p {
		font-size: 1.4rem;
		padding: 0px 0px;
	}
	
}


/* Footer */

section#todos-direitos {
	height: auto;
	width: 100%;
	background-color: #e01288;
}

section#todos-direitos p {
	font-family: sans-serif;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 12px;
	text-align: center;
	text-decoration: none;
}

@media (max-width: 768px) {
	section#todos-direitos {
	width: 100%;
	height: auto;
	}

	section#todos-direitos p {
	margin-left: 30px;
	margin-right: 30px;
	}
	
}
