@font-face {
	font-family: "RegencyScriptFLF Regular";
	src: url("/fonte/calibri.ttf");
}

body{


background: -webkit-gradient(linear, center top, center bottom, from(#0181c8), to(#0258a3));
background: -webkit-linear-gradient(#0181c8, #0258a3);
background: -moz-linear-gradient(#0181c8, #0258a3);
background: -o-linear-gradient(#0181c8, #0258a3);
background: -ms-linear-gradient(#0181c8, #0258a3);
background: linear-gradient(#0181c8, #0258a3);

color:#fff !important;
font-family: "RegencyScriptFLF Regular";

min-height:800px;

}

h1{ 
	font-size:43.8px;
	margin-top:2px;
	margin-bottom:2px;
	text-align:center;

}

h2{ 
	font-weight:bold !important; 
	font-size:48px;
	margin-top:2px;
	margin-bottom:2px;
	text-align:center;
}

.separador{
	padding:6px 30px;
}


p{
	font-size:30px;
	text-align:center;
}


input{
	border-radius:2px;
	height:50px;
	border: solid 2px #3976ac;
	margin:6px 6px;
	background: rgb(67, 128, 183);
	font-style:italic;
	font-size:22px;
	padding-left:20px;
}

.input-fluido{
	width:94%;
}

.input-35{
	width:30%;
}


button{
	border-radius:2px;
	border: solid 2px #ccc;
	height:50px;
	font-size:24px;
	color: rgb(2, 89, 164);
	width:30%;
}

button:hover{
	color: rgb(2, 89, 164);
	background:#fff !important;;
}


.padneg-left15{
	margin-left:-15px;
}

.padneg-right15{
	margin-right:-15px;
}

.topo{
	padding-left:0 !important;
	padding-right:0 !important;
}