@import url("https://use.typekit.net/xrl6ezw.css");

* {
	margin: 0;
	padding: 0;
}

/*
font-family: "prosaic-std", sans-serif;

font-weight: 400;
font-weight: 700;

font-style: normal;
font-style: italic;


font-family: "coffee-service", sans-serif;
font-weight: 400;
font-style: normal;

color: rgb(207, 255, 0, 1.0);
*/

.topo {
	width: 100%;
	height: auto;
	padding: 50px 20px;
	background-color: #fcfbfc;
	background-image: url(../_img/bg-mobile.png);
	background-position: center bottom;
	background-size: 100%;
	padding-bottom: 400px;
	background-repeat: no-repeat;
}

.topo h1 {
	font-family: "prosaic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2rem;
	text-align: center;
	color: #000;
	text-transform: uppercase;
}

.topo h2 {
	font-family: "prosaic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.3rem;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	padding: 0px 10px;
}

.topo h3 {
	font-family: "coffee-service", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	text-align: center;
	color: #000;
}

.topo img {
	width: 300px;
	padding: 20px;
}

.parte1 {
	width: 100%;
	height: auto;
	padding: 50px 20px;
	background-color: rgb(207, 255, 0, 1.0);
}

.parte1 h1 {
	font-family: "prosaic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.8rem;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

.parte1 p {
	font-family: "prosaic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	text-align: left;
	color: #000;
}

.parte1 img {
	width: 100%;
	margin-top: 50px;
}


.parte1-2 {
	width: 100%;
	height: auto;
	padding: 50px 20px;
	background-color: #fcfbfc;
}

.parte1-2 p {
	font-family: "prosaic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	text-align: left;
	color: #000;
}

.parte2 {
	width: 100%;
	height: auto;
	padding: 50px 20px;
	background-color: #000;
}

.parte2 h1 {
	font-family: "prosaic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.8rem;
	text-align: left;
	color: #000;
	text-transform: uppercase;
}

.parte2 h2 {
	font-family: "prosaic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.6rem;
	text-align: left;
	color: rgb(207, 255, 0, 1.0);
	text-transform: uppercase;
}

.parte2 p {
	font-family: "prosaic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	text-align: left;
	color: #fff;
}

.parte2 img {
	width: 100%;
	margin: 50px 0px;
}


.parte3 {
	width: 100%;
	height: auto;
	padding: 50px 20px;
	background-color: #fcfbfc;
}

.parte3 h1 {
	font-family: "prosaic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.8rem;
	text-align: left;
	color: #000;
	text-transform: uppercase;
}

.parte3 h2 {
	font-family: "prosaic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.4rem;
	text-align: left;
	color: #000;
}

.parte3 h2 i {
	font-size: 1rem;
}

.parte3 h3 {
	font-family: "prosaic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 5rem;
	text-align: center;
	color: #000;
	text-shadow: rgb(207, 255, 0, 1.0) 2px 3px 2px;
}

.parte3 p {
	font-family: "prosaic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	text-align: left;
	color: #000;
}

.parte3 img {
	width: 100%;
	margin: 50px 0px;
}

.parte3 a {
	font-family: "prosaic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.7rem;
	text-align: center;
	color: #000;
	background-color: rgb(207, 255, 0, 1.0);
	padding: 7px 12px;
	border: solid 2px #000;
	border-radius: 10px;
	text-decoration: none;
}

.parte3 a:hover {
	background-color: #000;
	color: rgb(207, 255, 0, 1.0);
	border: solid 2px #000;
	text-decoration: none;
}

.rodape {
	width: 100%;
	height: auto;
	padding: 20px;
	background-color: rgb(207, 255, 0, 1.0);
}


.rodape p {
	font-family: "prosaic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	color: #000;
	text-align: center;
	margin-bottom: 0px;
}


@media (min-width: 720px) {
	.topo {
		padding-bottom: 500px;
	}

	.parte1, .parte1-2, .parte2, .parte3 {
		padding: 50px 100px;
	}

	.parte1 img {
		width: 100%;
		margin-top: 50px;
		padding: 0px 50px;
	}

	.parte2 img {
		width: 100%;
		margin-top: 50px;
		padding: 0px 50px;
	}

	.parte2 img.depo {
		width: 100%;
		margin-top: 20px;
		padding: 0px 0px;
	}

	.parte3 img {
		width: 80%;
		margin-top: 50px;
		padding: 0px 50px;
	}
}


@media (min-width: 960px) {
	.topo {
		background-image: url(../_img/bg-desktop.png);
		background-size: 120%;
		padding-bottom: 100px;
	}

	.parte1 img {
		width: 100%;
		margin-top: 50px;
		padding: 0px 0px;
	}

	.parte2 img {
		width: 100%;
		margin-top: 50px;
		padding: 0px 20px;
	}

	.parte3 .textos {
		padding: 0px 100px 0px 0px;
	}

	.parte3 img {
		width: 100%;
		margin-top: 50px;
		padding: 0px 20px;
	}
}

@media (min-width: 1140px) {
	.topo {
		background-size: 100%;
	}

	.parte2 img.depo {
		width: 80%;
		margin-top: 20px;
		padding: 0px 0px;
	}
}

@media (min-width: 1400px) {
	.topo {
		background-image: url(../_img/bg-desktop.png);
		background-size: 100%;
		padding-bottom: 200px;
	}

	.parte1, .parte1-2, .parte2, .parte3 {
		padding: 50px 250px;
	}
}

@media (min-width: 1600px) {
	.topo {
		background-image: url(../_img/bg-desktop.png);
		background-size: 100%;
		padding-bottom: 300px;
	}

	.topo img {
		width: 400px;
		padding: 20px;
	}

	.topo h3 {
		font-size: 3rem;
	}

	.parte1, .parte1-2, .parte2, .parte3 {
		padding: 50px 350px;
	}
}