body {
	margin: 0;
	padding: 0;
	background-color: white;
}

.RODA_PE {
	margin-top: 200px;
	display: flex;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #00138E;
	justify-content: space-between;
	align-items: center;

}



.LOGO_SITE_RODA_PE {
	display: block;
	width: 400px;
}

.LOGO_SITE_RODA_PE .IMAGEM_RODA_PE {
	display: block;
}

.MENU_VERTICAL_RODA_PE {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.MENU_VERTICAL_RODA_PE a {
	text-decoration: none;

	font-family: "Montserrat";
	font-weight: 500;
	text-decoration: none;
	font-size: 20px;
	color: white;
}


.INFO_CONTATOS {

	font-family: "Montserrat";
	font-weight: 500;
	font-size: 17px;
	text-decoration: none;
	color: white;
	width: auto;
	margin-right: 100px;

}

@media screen and (max-width: 1220px) {
	.RODA_PE {
		display: block;
	}


	.LOGO_SITE_RODA_PE {
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
	}

	.IMAGEM_RODA_PE {
		width: 350px;
	}


	.MENU_VERTICAL_RODA_PE {
		width: 100%;
		margin-left: 20px;
	}

	.INFO_CONTATOS {
		margin-top: 30px;
		padding: 20px;
	}

	.INFO_CONTATOS h1 {
		font-weight: 900;
	}
}