body{
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 100Vh;
	font-family: Arial;
	font-size: 1rem;
	display: flex;
	flex-direction: column;
}

#form1 {
	height: 90%;
	overflow: auto;
	width: 100Vw;
	margin: 0px;
	display: flex;
	align-items: center;
	align-self: center;
	justify-self: center;
}

.central{
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.central p{
	font-size: 1.5em;
}

.logogrande {
	height: 40%;
	width: auto;
}

.esquerda {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	justify-content:space-evenly;
}

.esquerda2{
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.direita {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	justify-content: space-evenly;
}

	.direita p{
		font-size: 1.5em;
	}

.IMGrep {
	height: auto;
	width: 60%;
}

.contato-formulario {
	height: 100%;
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.digite {
	width: 90%;
	font-size: 1.3em;
}

#btEnviar {
	width: 50%;
	align-self: center;
	padding: 10px;
	border-radius: 3px;
	font-size: 1.1em;
	border-color: black;
	cursor:pointer;
}

#btEnviar:hover {
	color: red;
}

.contato-obs {
	font-size: 1.3em;
	height: 15vh;
	width: 90%;
}

.contato-titulo{
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.contato-titulo img{
		height: 100%;
		margin-right: 3%;
	}


@media only screen and (max-width: 768px) {
	#form1 {
		height: 90%;
		width: 100Vw;
		padding: 0px;
		margin: 0px;
		display: flex;
		flex-direction: column;
	}

	.logogrande {
		height: auto;
		width: 80%;
	}

	.central p {
		font-size: 1.1em;
	}

	.esquerda {
		height: auto;
		width: 100%;
		display: flex;
		padding: 10%;
	}

	.esquerda2 {
		height: 50%;
		width: 100%;
		display: flex;
		padding: 10%;
	}

	.esquerda .IMGrep {
		display: none;
	}

	.direita {
		height: auto;
		width: 100%;
		display: flex;
		justify-content: center;
	}

		.direita p {
			font-size: 1em;
		}

	.IMGrep {
		width: 85%;
		height: auto;
	}
}

.menu ul li{
	background-color: #000000;
	float: right;
	width: 200px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-family: Arial;
	position: relative;
}
.menu ul j{
	background-color: #FFFFFF;
	float: right;
	width: 40px;
	height: 20px;
	display: inline-block;
	text-align: right;
	line-height: 40px;
	font-size: 20px;
	position: relative;
}




.menu ul li:hover{
	background-color: #696969;
}

.menu ul{
	padding: 0px;
}

.menu ul ul{
	display: none;
}

.menu ul li:hover > ul{
	display:block;
}

.menu ul ul ul{
	margin-left: 201px;
	top: 0px;
	position: absolute;
}

.menu ul ul li:hover{
	background-color: #696969;
}

.menu a{
	color: white;
	text-decoration: none;
}


a3 {
	color: black;
	font-family: "Arial";
	position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}







