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

* {
	margin: 0;
	padding: 0;
}

/*
font-family: puffin-display-soft, sans-serif;

font-weight: 400;
font-weight: 600;
font-weight: 800;

font-style: normal;
font-style: italic;
*/


.topo {
	width: 100%;
	height: auto;
	padding: 50px;
	background-color: #000;
	background-image: url(../_img/foto-topo.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

.topo img {
	width: 100%;
	margin-top: 150px;
	margin-bottom: 50px;
}

.topo h1 {
	font-family: puffin-display-soft, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2rem;
	text-align: center;
	color: #f57e2c;
}

.topo p {
	font-family: puffin-display-soft, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
}

.topo a {
	font-family: puffin-display-soft, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	padding: 20px;
	background-color: #f57e2c;
	border: solid 2px #f57e2c;
	border-radius: 10px;
	text-decoration: none;
}

.topo a:hover {
	font-family: puffin-display-soft, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.4rem;
	text-align: center;
	color: #f57e2c;
	padding: 20px;
	background-color: #fff;
	border: solid 2px #f57e2c;
	border-radius: 10px;
	text-decoration: none;
}


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

.parte2 h1 {
	font-family: puffin-display-soft, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2rem;
	text-align: center;
	color: #f57e2c;
}

.parte2 p {
	font-family: puffin-display-soft, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
	text-align: center;
	color: #333;
}

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

.rodape {
	width: 100%;
	height: auto;
	padding: 20px;
	background-color: #f57e2c;
}

.rodape p {
	font-family: puffin-display-soft, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	text-align: center;
	color: #fff;
}

@media (min-width: 768px) {
	.topo {
		width: 100%;
		height: auto;
		padding: 150px 100px 100px;
	}

	.topo img {
	width: 70%;
		margin-top: 200px;
		margin-bottom: 50px;
	}

	.parte2 img {
		width: 60%;
		margin-bottom: 50px;
	}

	div#camp-2026-8b1a948ffd9b20b0a6ce {
		width: 70%;
	}
}

@media (min-width: 1200px) {
	.topo {
		width: 100%;
		height: auto;
		padding: 250px 100px 100px;
	}

	.topo img {
		width: 50%;
		margin-top: 200px;
		margin-bottom: 50px;
	}
}

@media (min-width: 1440px) {
	.topo {
		width: 100%;
		height: auto;
		padding: 400px 100px 100px;
	}

	.parte2 img {
		width: 40%;
	}

	div#camp-2026-8b1a948ffd9b20b0a6ce {
		width: 50%;
	}
}