body {
	margin: 0;
	padding: 0;
}

.REVENDEDOR {
	margin: 0;
	padding: 0;
	display: flex;

	justify-content: space-around;
}

.FORMULARIO_DIV {
	display: block;
	padding: 90px 10px;
	width: 40%;

}

.FORMULARIO_DIV h1 {
	font-family: "Montserrat";
	font-weight: 900;
	color: #00138E;
}

.FORMULARIO_DIV p {
	font-family: "Montserrat";
	font-weight: 600;
	color: #00138E;
}

.FORMULARIO_DIV label {
	font-family: "Montserrat";
	font-weight: 600;
}

.FORMULARIO_DIV .CaixaTexto {
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	border: 1.5px solid #00138E;
}

.FORMULARIO_DIV #assunto {
	font-family: "Montserrat";
	font-weight: 600;
	color: #00138E;
}

.FORMULARIO_DIV label {
	font-family: "Montserrat";
	font-weight: 600;
	color: #00138E;
}

.IMAGEM_FORMS {
	width: 50%;
	display: block;
	text-align: center;
	justify-content: center;
}

.IMAGEM_FORMS img {
	object-fit: contain;
	width: 90%;
	height: auto;
	margin-top: 90px;
}

.ConteinerBotao {
	text-align: center;
}

.ConteinerBotao .bntEnviar {
	width: 500px;
	padding: 12px;

	border-radius: 50px;
	background-color: #00138E;
	border: none;

	color: #ffffff;
	font-family: "Montserrat";
	font-weight: 900;
	font-size: 1rem;
}

.ConteinerBotao a {
	background-color: #06B200;
	padding: 10px 200px;

	border-radius: 50px;

	color: #ffffff;
	font-family: "Montserrat";
	font-weight: 900;

	font-size: 1rem;

	text-decoration: none;
}

@media screen and (max-width: 1220px) {
	.REVENDEDOR .IMAGEM_FORMS {
		display: none;
	}

	.REVENDEDOR .FORMULARIO_DIV {
		width: 80%;
	}

	.REVENDEDOR .ConteinerBotao a {
		padding: 10px 150px;
	}

	.REVENDEDOR .ConteinerBotao .bntEnviar {
		width: 400px;
	}
}