/*                                                               
                                   
   *********        *                *           ***********                                                                                                          
   *********      *****            *****         ***********                                                                                                    
   ***           *** ***          *** ***              ****                                                                                       
   *********    *** * ***        *** * ***           ****                                                                                               
   *********   *** *** ***      *** *** ***        ****                                                                                                    
   ***        *** ***** ***    *** ***** ***     ***********                                                                                                      
   ***       *** ******* ***  *** ******* ***    ***********  
                       COMUNICAÇÃO                                                                                                                
  
  
	// e-mail: contato@faazcomunicacao.com.br
	// http://www.faazcomunicacao.com.br
	// tel: +55 21 9680-3518
						  
	

*/

/* MIOLO */
#miolo{
	width:100%;
	background-color:#d3d2d5;
	height:auto;
}
#miolo .fundo{
	width:1000px;
	height:60px;
	background-image:url(../imgs/home/bg.png);
	background-repeat:no-repeat;
}

/* BANNER */
#iluminacao{
	width:1000px;
	height:1750px;
	background-color:#e8e8e8;
	background-image:url(../imgs/luz/bg.png);
	background-repeat:no-repeat;
	background-position:8px 8px;
}
#iluminacao p.title{
	color:#0085ab;
	font-size:4.1rem;
	padding:185px 0 0px 50px;
 	font-family:  'rawengulkbold';
	text-transform:uppercase;
}
#iluminacao p{
	color:#58595b;
	font-size:1.8rem;
	padding:15px 50px 50px 50px;
 	font-family:  'share-regularregular';
	line-height:2.5rem;
}
#iluminacao .box{
	width:185px;
	height:124px;
	float:left;
	margin-left:52px;
	margin-top:40px;
	position:relative;
	-moz-transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
/* HOVER */
#iluminacao .box .detalhes {
	display: none;
	height: 124px;
	position: absolute;
	right: 0;
	top: 0;
	width: 185px;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
}
#iluminacao .box:hover .detalhes {
	display: block;
	-moz-transition: all 0.6s ease-out;
	-webkit-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	background: rgba(0, 0, 0, 0.8)
}
#iluminacao .box .detalhes .zoom {
	color: #fff!important;
	display: block;
	padding: 46px 76px;
	text-decoration: none;
	text-align: center;
	position: absolute;
}
/* HOVER */
