@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	text-align:center;
}

a {
	text-decoration:none;
}



body {
	background-color:rgba(201,201,201,1.00);
}

.main {
	width:1000px;
	height:auto;
	
	display:inline-block;
	
	background: rgba(42,129,191,1);
background: -moz-linear-gradient(top, rgba(42,129,191,1) 0%, rgba(2,0,33,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42,129,191,1)), color-stop(100%, rgba(2,0,33,1)));
background: -webkit-linear-gradient(top, rgba(42,129,191,1) 0%, rgba(2,0,33,1) 100%);
background: -o-linear-gradient(top, rgba(42,129,191,1) 0%, rgba(2,0,33,1) 100%);
background: -ms-linear-gradient(top, rgba(42,129,191,1) 0%, rgba(2,0,33,1) 100%);
background: linear-gradient(to bottom, rgba(42,129,191,1) 0%, rgba(2,0,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a81bf', endColorstr='#020021', GradientType=0 );


-webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
}

.main h4 {
	font-family:Arial, sans-serif;
	color:rgba(255,255,255,1.00);
	font-size:28px;
	
	
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.36);
	
	text-align:center;
	padding-left:30px;
	
	margin-top:25px;
	margin-bottom:25px;
}

.quadro {
	background-image:url(quadro.png);
	width:220px;
	height:161px;
	background-repeat:no-repeat;
	background-position:center;

	
	display:inline-block;
	
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.quadro:hover {
	padding:5px;
	
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.quadro:hover h2 {
	color:rgba(3,117,253,1.00);
	font-size:18px;
	
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.quadro:hover h1 {
	color:rgba(255,163,30,1.00);
	
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}



.quadro h1 {
	font-family:Arial, sans-serif;
	color:rgba(255,255,255,1.00);
	
	padding-top:26px;
	text-align:center;
	padding-left:30px;
	
	font-weight:700;
}

.quadro table{
	margin-left:38px;
	margin-top:10px;
}

.quadro h2{
	font-family:Arial, sans-serif;
	text-align:center;
	font-weight:700;
	color:rgba(0,35,90,1.00);
}


.abre {
	display:inline-block;
	clear:right;
	
	margin-top:70px;
	margin-bottom:10px;
}

.luz{
background: rgba(255,255,255,0.81);
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.81) 0%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,0.81)), color-stop(52%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.81) 0%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.81) 0%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.81) 0%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 100%);
background: radial-gradient(ellipse at center, rgba(255,255,255,0.81) 0%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );

	width:100%;
	height:200px;
}

.logo {
	float:left;
}

.categorias {
	display:inline-block;
	width:1000px;
	height:auto;
}

.categorias h3 {
	font-family:Arial, sans-serif;
	Font-size:24px;
	font-weight:700;
	
	margin-top:30px;
	margin-bottom:10px;
	
	color:rgba(255,255,255,1.00);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.36);
}

.separador {
	width:500px;
	height:7px;
	background-color:#f4921d;
	

	
	display:inline-block;
}