body { 
  	background-color:red;
}

#faixa1 { width:100%; height:35px;
  	background-color:red; top:50px; position:fixed; z-index:-1  }


#faixa2 { width:100%; height:470px;
  	background-color:red; top:80px; position:fixed; z-index:-1;
		box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.4);
Color:  Location: %  
Rgba Hex Android Canvas SVG
background: -moz-linear-gradient(45deg, rgba(77,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(77,0,0,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(77,0,0,1)), color-stop(50%, rgba(255,0,0,1)), color-stop(100%, rgba(77,0,0,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(45deg, rgba(77,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(77,0,0,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(45deg, rgba(77,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(77,0,0,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(77,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(77,0,0,1) 100%); /* ie10+ */
background: linear-gradient(45deg, rgba(77,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(77,0,0,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D0000', endColorstr='#4D0000',GradientType=1 ); /* ie6-9 */
}

.holder { display:table; width:960px; margin:0 auto }

/* INICIO TOPO *********************************************** */
#topo {
    height: auto!important;
    position:relative;
  	width:100%!important;
	z-index:1000;
	display:table;
	padding:20px;
	background-color:red!important;
}

#topo .logo {
    cursor: pointer;
    position:static;
  	display:table;
  	margin:0 auto;
}
/* MENU ************************************************ */
#menu{
    position:relative;
    border-radius:4px;
  	width:100%;
  	margin:0;
  	margin-bottom:4em
}

#menu .in { margin:0 auto; width:980px; }

#menu .fundo{
    height:100%;
  	background-color:#369;
  	position:absolute;
  	top:0; left:0; width:100%;
  	opacity:0.7;
  	z-index:-1
}

#menu a {
    color: #fff;
    display: block;
    padding:0.8em 1.9em; 
    width:auto;
    font-size:2.2em;
}

#menu a:hover, #menu li:hover {
    color: #FFFFFF;
    background-color: #369;
		text-decoration:none
}

#menu .submenu { display: none; }

#menu .submenu a { color: #333333; }

#menu li {
    color:#036; 
    float:left;
  	border-right:1px solid #369;
  	position:relative;
}

#menu:last-child { border: none }
#menu li:last-child { border: none!important }

#menu li.desenvolvimento{ display:block!important;  visibility:visible!important }

#menu li .dica{ 
  	position:absolute; background-color:#fff; padding:3px 6px; font-size:1.2em;
  	top:-6px; left:5px; color:#036; border-radius:10px;
  	border:1px solid #56a
}
/* MENU ************************************************ */

#hotlinks { 
  	padding:0; padding-top:25px;
  	margin:0 auto;
	display:table;
}

#hotlinks li {
  	margin:0; margin-left:10px;
    float:left; 
    width:auto;
  	padding:0 10px;
  	border-right:1px solid #fff
}

#hotlinks .icon {
	width:16px; fill:#fff
}

#hotlinks li:last-child { border:none }

#hotlinks li a{
    display:block;
    width:auto;
}

#hotlinks a span{ 
    color:#fff; width:auto; text-align:center;
    padding:0 5px; font-size:1.6em
 }

/* FIM TOPO xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#base { 
    min-height: 250px;
  	width:100%;
  background-color:transparent;
  
}

#base .content * { color:#fff; }

#base .content { background-color:transparent; padding-top:25px; }

#base .in { 
    position:relative;
}

.column {
	width:33.3%; float:left; margin-right:25px;
}

.column:last-child { margin:0;  }

#base .column {
	width:410px;
}

#base .column h3 {
	color:#fff; margin:0; font-weight:lighter; font-size:4em
}

#base .column p {
	
}

#base .column strong {
	color:#fff; cursor:pointer;
}

#base .column ul li{
	font-size:2.2em; padding:13px 10px;
    border-bottom:1px solid #ccc; color:#fff;
	cursor:pointer;
}


#base .column ul li:hover{
	background-color:#fff; color:#000;
}

#base #col1 { width:200px }
#base #col3 { width:300px }

#base #col2 h3{ margin-top:15px; cursor:pointer; }

#base #col3 h3{ margin-bottom:15px }

#base #col2 .contact, #base #col2 .tel { display:block; padding:10px 0; border-top:1px solid #ccc;  }

#base .column:last-child, #base .column ul li:last-child { border:none; margin:0;  }

#base iframe {
		width:100%; height:300px
}

.promo { display:table; background-color:#fff; padding:0 15px; padding-bottom:3px; margin:3px 0 }

.promo svg { fill:red; width:30%; float:left; margin-left:13px }

.promo p { width:59%; float:left; text-align:center; margin:20px 17px; margin-right:0; font-size:2em; color:red!important  }

/******************************************** SLIDER */

.slider-wrap { 
	z-index:0;
  position:static;
	background-color:#fff;
	height:505px;
	background-image:url(/images/loadin.gif);
	background-position:center;
	background-repeat:no-repeat;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  border-radius:10px 10px 0 0 ; overflow:hidden;
  border-bottom:5px solid #fff;
}

.slider{ display:none }

.nivo-directionNav { display:none!important }

#fotos .nivo-controlNav { 
  	position:absolute; bottom:15px; right:20px; overflow:hidden  
}

#fotos { 
  	margin-bottom:20px;  width:960px;
}

#fotos .nivo-control { border:1px solid #369 }

#fotos .nivo-control.active { background-color: #fff; }

.nivo-control {
	width:30px; 
	height:30px; display:block;
  float:left; text-indent:10000px; margin-left:10px;
  border:3px solid red!important;
	background-color: red;
	border-radius:100%;
}

.nivo-control.active { background-color: #369; }

/* INICIO RODAPE *************************************** */

#rodape  {
    background-color:transparent;
  	width:100%;
  	position:relative;
  	display:table;
  	padding:0;
  	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.4);
  	padding-bottom:35px
}

#rodape .in {
  	border-top:1px solid #fff;
}

#rodape .logo {
    position:static;
  	padding:20px 0;
  	padding-bottom:10px;
  	margin:0 auto;
  	cursor: pointer;
  	display:table;
  
}

#rodape .logo img {
   width:400px;
}

#rodape * { color:#fff!important; }

#rodape address { 
	font-style:normal
}

#rodape .tel, .address {
    display:block; font-size:2em
}

#rodape .tel{
    font-size:1.6em; color:fff!important
}

#copyright * { color:#000  }

#end { background-color:#fff; overflow:hidden }

/* FIM RODAPE xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#overlay h3.title { background-color:red }

#overlay p { padding-bottom:15px; font-size:2.2em; }