.formcontato{
	width: 90%;
	margin-top: 5px;
	font-size: 14px;
	color: rgba(0,0,0,1);
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	padding-left: 2.5%;
	font-size: 20px;
	line-height: 1.4;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

textarea.form-control {
	height: auto;
}

.btn {
	float: left;
	display: inline-block;
	height: 50px;
	width: auto;
	padding: 6px 2.5%;
	margin-top: 5px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 50px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none;
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-primary {
	//color: #fff;
	//background-color: #337ab7;
	color: white;
	font-weight: bold;
	//background-color: rgba(102,153,255,1.00);
	background-color: black;
	//border-color: #2e6da4;
}

.btn-primary:hover {
	color: #fff;
	//background-color: #286090;
	background-color: rgba(30,30,30,1.00);
	//border-color: #204d74;
}