@charset "utf-8";
/* CSS Document */




body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #666;
}


h1{
	font-size: 45px;
	font-weight: bold;
	color: #002f19;
	background-color:#FFF;
	
}

.equipamentos { transition: all 0.5s cubic-bezier(0.680, -0.550, 0.265, 1.100); z-index:0; text-decoration:none; }

a:hover .equipamentos { transform: scale(1.2); }


.form{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width:100%;
}
