* {
	margin: 0;
	padding: 0;
}

body {
	background: linear-gradient(to right, #fff 0, #fff 50%, #070707 50%);
}

.topo {
	width: 100%;
	height: auto;
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	padding: 50px;
}

._form_35 {
	margin-top: -30px;
	margin-left: -200px;
}




@media (max-width: 1200px) {
	.topo {
		width: 100%;
		height: auto;
		padding: 50px;
		background-size: 105%;
	}

	._form_35 {
		margin-top: -30px;
		margin-left: -100px;
	}
}

@media (max-width: 1024px) {
	.topo {
		width: 100%;
		height: auto;
		background-image: url(background2.png);
		background-size: 100%;
		background-position: top center;
		padding-top: 400px;
	}

	._form_35 {
		margin-top: -30px;
		margin-left: 0px;
	}

}

@media (max-width: 768px) {
	.topo {
		padding-top: 350px;
	}
}

@media (max-width: 540px) {
	._form_35 {
		margin-left: 0px;
	}

	.topo {
		padding-top: 250px;
	}
}


/* Footer */

section#todos-direitos {
	height: auto;
	width: 100%;
	background-color: #000;
}

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;
	}
	
}
