body {
	margin: 0;
	padding: 0;
}

.conteinerForms {
	display: flex;
	width: 100%;
	height: auto;

	margin: 0;
	padding: 0;
}

.conteinerForms .imagem {
	display: block;
	width: 60%;
	height: auto;
}

.conteinerForms img {
	width: 100%;
}

.formulario {
	width: 40%;
	height: auto;
	margin-left: auto;
}

.formulario .foms {
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
	display: block;
}

.foms label {
	font-family: "Montserrat";
	font-weight: 500;
	color: black;
}

.foms .CaixaTexto {
	width: 370px;
	height: 25px;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid rgb(177, 177, 177);
}

.foms select {
	width: 390px;
	height: 40px;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid rgb(177, 177, 177);
}

.ConteinerBotao {
	text-align: center;
}

#whats {
	text-decoration: none;
	padding: 15px 130px;
	border-radius: 25px;
	background-color: rgb(7, 226, 7);
	font-family: "Montserrat";
	font-weight: 500;
	color: rgb(255, 255, 255);
}

.bntEnviar {
	width: 350px;
	height: 50px;
	border-radius: 25px;
	background-color: #DA002B;
	border: none;

	font-family: "Montserrat";
	font-weight: 500;
	color: #FFFFFF;
	font-size: 15px;
}