							/* --------------------------------------------FUNDO BODY--------------------------------------------*/	
						
						body {
						
						margin-left: 0px;
						margin-top: 0px;
						margin-right: 0px;
						margin-bottom: 0px;
 						}
							::-webkit-scrollbar         { width:5px; background: #ddd }
							::-webkit-scrollbar-track   { background: #475F7A;  }
							::-webkit-scrollbar-thumb   { background: #2D6DB5;  }
							
					
 						/* --------------------------------------------LINK BODY --------------------------------------------*/	
						
						
						 .home{
							background: url('home.png') top center no-repeat;
							height:4220px;	
							position: relative;
 						 }
						 
						 .whats{
							position: fixed; 
							bottom:30px;
							right:50px;
							transition: all 1s;
							width:50px;
							height:50px;
							background: url('whats.png') top center no-repeat;
							background-size:cover;
							border-radius:100%;
							border: solid 5px #fff;
							box-shadow:0 0 20px #ccc;
						 }
						 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						