
body{
	width: 100%;
	height: auto;
	margin: 0 auto;
	
}

.g-recaptcha{
	display: inline-block;
	text-align: center;
}

section#contato h1{
	color: rgb(0, 0, 150);
	font-size: 22pt;
}

section#contato h2{
	color: rgb(0, 0, 150);
	font-size: 18pt;
}

section#contato p{
	text-align: left;
	color: rgb(0, 0, 150);
	font-size: 12pt;
}

section#contato{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	background: rgb(255,250,250);
	padding: 80px 0px;
	z-index: 9;
}

article#contato{
	position: relative;
	width: 20%;
	height: auto;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

article#whatsApp{
    position: relative;
    width: 15rem;
    height: 4rem;
    border: 2px solid rgb(0, 0, 150);
    border-radius: 5px;
    text-align: center;
    padding: 0.5rem 0px;
    display: inline-block;
}

.imgWhats{
	position: relative;
	width: 20px;
	height: 20px;
	background: url('../img/whatsApp.png');
	background-size: 100% 100%;
	margin: 0 2px;
	display: inline-block;
}

.linkWhats{
	position: relative;
	text-decoration: none;
	padding: 10px 0;
	color: rgb(0, 0, 150);
	display: inline-block;
}

article#whatsApp:hover{
	background: rgb(0, 0, 150);
	color: #fff;
}article#whatsApp:hover .imgWhats{
	position: relative;
	width: 20px;
	height: 20px;
	background: url('../img/whatsAppBranco.png');
	background-size: 100% 100%;
	margin: 0 2px;
	display: inline-block;
}article#whatsApp:hover a{
	color: #fff;
}

article#formulario{
	position: relative;
	width: 60%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	padding: 1rem 0;
}

.inputText1{
	width: 45%;
	height: 30px;
	border: 1px solid rgb(0, 0, 150);
	border-radius: 5px;
	font-size: 12pt;
	padding: 15px;
	color: rgb(0, 0, 150);
}.inputText1:hover{
	box-shadow: 0px 0px 3px  rgb(0, 0, 150);
	cursor: pointer;
}

.textarea{
	width: 90%;
	border: 1px solid rgb(0, 0, 150);
	border-radius: 5px;
	font-size: 14pt;
	padding: 30px;
	color: rgb(0, 0, 150);
}.textarea:hover{
	box-shadow: 0px 0px 3px  rgb(0, 0, 150);
	cursor: pointer;
}

.btEnviar{
	border: none;
	background: rgb(0, 0, 150);
	color: #fff;
	padding: 10px 20px;
	font-size: 14pt;
	border-radius: 2px;
}.btEnviar:hover{
	box-shadow: 0px 0px 3px rgb(0, 0, 50);
	cursor: pointer;
}

.g-recaptcha{
	position: relative;
	display: inline-block;
	text-align: center;
	margin-top: 2rem;
}

@media (max-width: 980px){
	section#contato{
	    position: relative;
	    width: 90%;
	    height: auto;
	    left: 5%;
	    text-align: center;
	    background: rgb(255,250,250);
	    padding: 80px 0;
	    display: inline-block;
	}


	section#contato p{
		text-align: center;
		color: rgb(0, 0, 150);
		font-size: 12pt;
	}

	article#formulario{
		position: relative;
		width: 90%;
		height: auto;
		display: inline-block;
		vertical-align: top;
		padding: 100px 0;
	}


	article#contato{
		position: relative;
		width: 90%;
		height: auto;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}


	article#formulario{
		position: relative;
		width: 90%;
		height: auto;
		display: inline-block;
		vertical-align: top;
		padding: 1rem 0;
	}

	.inputText1{
	    width: 90%;
	    height: 30px;
	    border: 1px solid rgb(0, 0, 150);
	    border-radius: 5px;
	    font-size: 12pt;
	    padding: 15px;
	    color: rgb(0, 0, 150);
	    margin: 0.3rem 1rem;
	}.inputText1:hover{
		box-shadow: 0px 0px 3px  rgb(0, 0, 150);
		cursor: pointer;
	}

	.textarea{
		width: 90%;
		border: 1px solid rgb(0, 0, 150);
		border-radius: 5px;
		font-size: 14pt;
		padding: 15px;
		color: rgb(0, 0, 150);
	}.textarea:hover{
		box-shadow: 0px 0px 3px  rgb(0, 0, 150);
		cursor: pointer;
	}

	.btEnviar{
		border: none;
		background: rgb(0, 0, 150);
		color: #fff;
		padding: 10px 20px;
		font-size: 14pt;
		border-radius: 2px;
	}.btEnviar:hover{
		box-shadow: 0px 0px 3px rgb(0, 0, 50);
		cursor: pointer;
	}

	.linkWhats {
	    position: relative;
	    text-decoration: none;
	    padding: 10px 0;
	    color: rgb(0, 0, 150);
	    display: inline-block;
	    font-size: 12pt !important;
	}

}