@import url('reset.css');
@import url('static.css');
@import url('elements.css');
@import url('preloader.css');

body{
	background: #333;
}

/*/////////////////////////////////////////////
IMPORTACAO DAS FONTES
/////////////////////////////////////////////*/

@font-face {
  font-family: 'light';
  src: url("../includes/font/oswald-light-webfont.eot");
  src: url("../includes/font/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), 
  url("../includes/font/oswald-light-webfont.woff2") format("woff2"),
  url("../includes/font/oswald-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}
@font-face {
  font-family: 'regular';
  src: url("../includes/font/oswald-regular-webfont.eot");
  src: url("../includes/font/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), 
  url("../includes/font/oswald-regular-webfont.woff2") format("woff2"), 
  url("../includes/font/oswald-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}


#fb5{
   font-family:Arial,sans-serif;	
   font-size:14px;	
   position:relative;
   overflow:hidden;
   margin:0 auto;
   display:block;
   width:100%;
   height:300px;
   opacity:0;
   margin-bottom:30px;
}

#fb5.fullScreen,#fb5-ajax[data-template="true"] #fb5{
   margin-bottom:0;	
}


#fb5 #fb5-container-book {
	position: absolute;
	z-index: 5;
	display: none;
	width: 1100px; height: 715px;
}


#fb5 fieldset{ }


#fb5 #fb5-deeplinking{
  display:none;	
}


#fb5 .fb5-bcg-book{
    background: none no-repeat center center;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
    width:100%;
	height:100%;
}

#test{
   margin:0 auto;
   width:100%;
}

#fb5 #page.mobile {
		width: 550px; height: 358px;
		margin: -210px 0 0 -275px;
	}
	
#fb5 #page .padding { /*padding: 0 34px;*/ }

#fb5 .cursor-grab {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}


#fb5 .fb5-overlay {
	position: absolute; left: -10000px; top: 0; z-index: 20;
	
	/*background: url(../img/bg-overlay.png);/*/
	background:rgba(0,0,0,0);
	
	width: 100%; height: 100%;
	display:none;
}

#fb5 .fb5-overlay.active { left: 0; display:block; }


/* = Back button
-------------------------------------------------------------- */
   #fb5 #fb5-button-back{
	color:#FFFFFF;
	position:absolute;
	left:-5px;
	top:45px;
	background-color:#9e985d; /*mudar cor*/
	border-radius: 4px 4px 4px 4px;
	padding:5px;
	padding-left:15px;
	padding-right:10px;
	font-size:12px;
	font-weight:bold;
	margin-top:-45px;
  }
  #fb5 #fb5-button-back:hover{
	color:#dedab4;  /*mudar cor*/
	background-color:#FFFFFF
  }


/* = About
-------------------------------------------------------------- */

	#fb5 #fb5-about {
		position: absolute; z-index: 5;
		width: 45%; display: none;
		/*padding-top: 6%;/*/
	}

	#fb5 #fb5-about h1,
	#fb5 #fb5-about h2,
	#fb5 #fb5-about h3,
	#fb5 #fb5-about h4,
	#fb5 #fb5-about h5,
	#fb5 #fb5-about h6 {
		margin: 0 0 .5em 0;
		padding:0px;
		font-size: 1.375em;
		color: #FFF;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		text-transform:none;
	}
	
	#fb5 #fb5-about h3{
		background: url(../img/arrow-right.png) no-repeat 0 50%;	
		padding: 0 0 0 25px;	
	}
	
	#fb5 #fb5-about ul,#fb5-about ol {
		list-style:disc;
		margin: 0;
		padding-left:10px;
		padding-top:0%;
		padding-bottom:2%;
	}
	
	#fb5 #fb5-about li {
		color: #ccc;
		margin-bottom:4px;
	}
		
	
	#fb5 #fb5-about p {
		/*font-size: 0.688em;/*/
		color: #FFF;
		margin-bottom:4%;
		font-size: 1.025em !important;
	}
	
	#fb5 #fb5-about a {
		color:#9e985d;	/*mudar cor*/
		text-decoration:underline;
	}
	
	#fb5 #fb5-about a:hover {
		/*color:#ffffff;/*/	
		text-decoration:none;
	}



/* = Book
-------------------------------------------------------------- */

#fb5 #fb5-book {
	position: relative; z-index: 10;
	width: 100%; height:100%;
}

#fb5 #fb5-book .turn-page {
	background-color:#FFF;
	background-size: 100% 100%;
}

#fb5 .fb5-double {
	background-size: 200% 100% !important;
}

#fb5 .fb5-double.fb5-first {
	background-position: 0% 0%;
}

#fb5 .fb5-double.fb5-second {
	background-position: -100% 0%;
}


	/* = Nav Arrows
	---------------------------------------- */
	
	#fb5 .fb5-nav-arrow {
		position: absolute; top: 50%; z-index: 15;
		background: url(../img/arrow-navpage.png);
		width: 34px; height: 136px;
		margin-top: -68px;
	}
		
	#fb5 .fb5-nav-arrow.next { right: -34px; background-position: 0 0; }
	#fb5 .fb5-nav-arrow.next:hover	{ background-position: 0 -186px; }
	
	#fb5 .fb5-nav-arrow.prev			{ left: -34px; background-position: 0 -372px; display: none; }
	#fb5 .fb5-nav-arrow.prev:hover	{ background-position: 0 -558px; }
	
	#fb5 .fb5-nav-arrow.next{
		transform-origin:0 center;
		-ms-transform-origin:0 center;
		-webkit-transform-origin:0 center;		 
    }
	
	#fb5 .fb5-nav-arrow.prev{
		transform-origin:right center;
		-ms-transform-origin:right center;
		-webkit-transform-origin:right center;		 
    }
	
		/*#page.mobile .fb5-nav-arrow.next { right: -24px; }*/



	/* = Cover
	---------------------------------------- */

	#fb5 #fb5-logo-cover {
		position: absolute; right: 10px; bottom: 10px; z-index: 5;
	}	

	#fb5 #fb5-cover ul {
		position:absolute;
		top:50%;
		-webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
        transform: translate(0,-50%);
		clear: both;
		width: 100%;
		list-style: none;
		padding: 20px 0;
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
	}
	
	#fb5 #fb5-cover ul:after { clear: both; content: ''; display: block; }
	
	#fb5 #fb5-cover li {
		float: left;
		width: 28.3%;
		margin: 0 2.5%;
		list-style:none;
	}
		
	#fb5 #fb5-cover li,
	#fb5 #fb5-cover img {
		-moz-user-select: -moz-none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		box-shadow:none;
	}
		
	#fb5 #fb5-cover li:last-child {
		margin-right: 0;
	}

	#fb5 #fb5-cover li img {
		float: left;
		width: 100%;
	}
			
	#fb5 #fb5-cover li a:hover img {
		/*opacity: .8;/*/
	}
			


	/* = End
	---------------------------------------- */

	#fb5 #end { text-align: center; }
	
	#fb5 #end p { padding-top: 60%; }



	/* = Meta data
	---------------------------------------- */

	#fb5 #fb5-book .fb5-meta {
		position: absolute; bottom: 1%;
	}

	#fb5 .fb5-meta .fb5-num {
			font-weight: bold;
			font-size: 12px;
			color: #666;
	}
		
	#fb5 .fb5-meta .fb5-description {
			font-size: 11px;
			color: #666;
	        font-family:Arial,sans-serif;
	}

	#fb5 .fb5-meta.fb5-left { 
			left:3%;
	}
	
	#fb5 .fb5-meta.fb5-left .fb5-num {
		    padding-right: 10px;
	}
		
	#fb5 .fb5-meta.fb5-right {
			right:3%;
			text-align: right;
	}
		
	#fb5 .fb5-meta.fb5-right .fb5-num {
				padding-left: 10px;
	}
			
			
			
			
	/*= Video in lightbox
	----------------------------*/

	#v5_lightbox {
		width:100%;
		height:100%;
		z-index:555789;
		position:fixed;	
		display:block;	
		top:0px;
	}

	#v5_lightbox .bcg{
		width:100%;
		height:100%;
		background-color:#000;
		opacity:.7;	
		position:absolute;	
		cursor:pointer;
	}
    
	
	/* --------------------------*/
	
	.fb5-cont-page-book{
		position:absolute;		
	}
	
	#fb5 .fb5-page-book {
		
		position:absolute;
	    -webkit-hyphens:none;
        -moz-hyphens:none;
        -ms-hyphens:none;
        hyphens:none;	
		overflow:hidden;
	}
	
	
	#fb5 .fb5-page-book .center {
		/*text-align:center;
		padding-top:65%;/*/
	}
	
	#fb5 .fb5-page-book img {
		border:none;
		padding:0;
	}
	
	#fb5 .fb5-page-book p {
		-webkit-text-size-adjust:none;
		margin-bottom:20px;
		line-height:1.5;
	}
	
	#fb5 .fb5-page-book a {
		text-decoration:underline;
		color:#ff2f2f;
		font-weight:bold;
	}
	
	#fb5 .fb5-page-book p a:hover {
		text-decoration:none;
	}
	
	#fb5 .fb5-page-book h1,
	#fb5 .fb5-page-book h2,
	#fb5 .fb5-page-book h3,
	#fb5 .fb5-page-book h4,
	#fb5 .fb5-page-book h5,
	#fb5 .fb5-page-book h6 {
	   font-family:Arial,sans-serif;
	   text-transform:none;
	   margin:0px;
	   
	}
	
	#fb5 .fb5-page-book h1 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb5 .fb5-page-book h2 {
	   -webkit-text-size-adjust:none;
		
	}
	
	#fb5 .fb5-page-book h3 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb5 .fb5-page-book h4 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb5 .fb5-page-book h5 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb5 .fb5-page-book h6 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb5 .fb5-page-book ul,.fb5-page-book ol {
	    list-style: disc inside;
		margin-bottom:3% !important;
	}
	
	#fb5 .fb5-page-book ul li {
	   margin-bottom:2px;
	   list-style: disc inside;
	}
	
	#fb5 .fb5-page-book ul li a {
	   color:#77797F;
	   font-weight:normal;	
	   text-decoration:none;
	}
	
	#fb5 .fb5-page-book ul li a:hover {
	   text-decoration:underline;
	}
	
	#fb5 .fb5-page-book a:hover img {
       opacity:0.8;	   	  
	}
	
	
	/* =WordPress Core
-------------------------------------------------------------- */
#fb5 .fb5-page-book .alignnone,.#fb5-about .alignnone {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book.aligncenter,.fb5-page-book div.aligncenter,#fb5-about.aligncenter,#fb5-about div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

#fb5 .fb5-page-book .alignright,#fb5-about .alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

#fb5 .fb5-page-book .alignleft,#fb5-about .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book .aligncenter,#fb5-about .aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

#fb5 .fb5-page-book a img.alignright,#fb5-about a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

#fb5 #fb5 .fb5-page-book a img.alignnone,#fb5-about a img.alignnone {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book a img.alignleft,#fb5-about a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book a img.aligncenter,#fb5-about a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#fb5 .fb5-page-book .wp-caption,#fb5-about .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

#fb5 .fb5-page-book .wp-caption.alignnone,#fb5-about .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book .wp-caption.alignleft,#fb5-about .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book .wp-caption.alignright,#fb5-about .wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.fb5-page-book .wp-caption img,#fb5-about .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

#fb5 .fb5-page-book .wp-caption p.wp-caption-text,#fb5-about .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



/* = Media queries
-------------------------------------------------------------- */

@media screen and (max-width: 768px) { 
      /*
    .fb5-nav-arrow.next{
		transform-origin:0 center;
		-ms-transform-origin:0 center;
		-webkit-transform-origin:0 center;		 
    }
	
	 .fb5-nav-arrow.prev{
		transform-origin:right center;
		-ms-transform-origin:right center;
		-webkit-transform-origin:right center;		 
    }

	.fb5-nav-arrow{
		transform:scale(2);
		ms-transform:scale(2);
		-webkit-transform:scale(2);
	}
	/*/
}


  

  /* tools bar*/
	    #fb5 .fb5-bcg-book{
			background-image:url(../img/bg.jpg);
		}
		
		#fb5 .fb5-tooltip{
			 background:#9e985d !important; /*mudar cor*/
			 color:#FFFFFF;
		}
		#fb5 .fb5-tooltip b { border-top: 10px solid #9e985d } /*mudar cor*/
		#fb5 #fb5-footer .bcg { 
		  background-color: #000000;
		  opacity: 0.55;
		}
		
		#fb5 nav li.fb5-goto #fb5-label-page-number {
    		color: #5F6F7B;
		}
		#fb5 nav li.fb5-goto button {
   		    color: #5F6F7B;
			background: linear-gradient(to bottom, #2B3E4D 0px, #1F303D 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
   		}
		#fb5 nav li.fb5-goto input[type="text"] {
   			 background: none repeat scroll 0 0 #26292b;
			 border: 1px solid #26292b;
		}	
		
		/* book /*/
		
		#fb5 #fb5-book .turn-page {
	       background-color:#FFFFFF;
        }
		#fb5 .fb5-meta .fb5-num {
		    color: #666666;
		}
		#fb5 .fb5-meta .fb5-description {
    		color: #666666;
		}		
		
		/* list thumbs /*/
		#fb5 #fb5-all-pages .fb5-container-pages {
		    background: none repeat scroll 0 0 #000000;
						box-shadow: 0 0 40px rgba(100,200, 211, 0.8);
		}
		
		/* form /*/
		#fb5 #fb5-contact form {
   			 background: none repeat scroll 0 0 #161616;
			 			 box-shadow: 0 0 60px rgba(159,159,159, 0.7);
		}
		#fb5 #fb5-contact form h3 {
		    color: #9e985d; /* mudar cor*/
		}
		#fb5 #fb5-contact button {
			    background: none repeat scroll 0 0 #6ea6d7;
				color: #FFFFFF;
		}
		#fb5 #fb5-contact form input, #fb5-contact form textarea {
           color: #FFFFFF;
		}

		#fb5 #fb5-contact input::placeholder,
		#fb5 #fb5-contact textarea::placeholder{
  		   color: #FFFFFF;
		}

		#fb5 #fb5-contact .fb5-close {
		  color: #000000;	
          background: none repeat scroll 0 0 #cccccc;
		}
		
		#fb5 #fb5-contact .fb5-thanks p{
		  color:#444444			
		}
		#fb5 #fb5-contact .fb5-thanks h1{
		  color:#FFFFFF			
		}				
		
		/* preloader /*/
		#fb5 .fb5-preloader .wBall .wInnerBall{
            background:#dedab4; /* mudar cor */
		}	
		
		/* arrow gif /*/
		#fb5 .fb5-nav-arrow {
   			 background: url("../img/arrow-navpage.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
		}		
		
		/* formatt page for flipbook  /*/
		#fb5 .fb5-page-book p {
		   color:#77797F;
		   font-family:Arial;
		   font-size:14px;
	    }
		#fb5 .fb5-page-book a {
		   color:#ff2f2f;
		 }
		#fb5 .fb5-page-book h1 {
	   	   color:#77797F;
		   font-family:Arial;
		   font-size:28px;
	    }
		#fb5 .fb5-page-book h2 {
	   	   color:#77797F;
		   font-family:Arial;
		   font-size:26px;
	    }
		#fb5 .fb5-page-book h3 {
	   	   color:#77797F;
		   font-family:Arial;
		   font-size:24px;
	    }
		#fb5 .fb5-page-book h4 {
	   	   color:#77797F;
		   font-family:Arial;
		   font-size:22px;
	    }
		#fb5 .fb5-page-book h5 {
	   	   color:#77797F;
		   font-family:Arial;
		   font-size:20px;
	    }
		#fb5 .fb5-page-book h6 {
	   	   color:#77797F;
		   font-family:Arial;
		   font-size:18px;
	    }
		#fb5 .fb5-page-book li {
           color:#77797F;	
		   font-family:Arial;
		   font-size:14px;		
		}
		#fb5 .fb5-page-book ul li a {
	        color:#77797F;
		}

        
		/*  about style  /*/
		#fb5 #fb5-about p,#fb5 #fb5-about li {
		   color: #ddd;
		   font-family:Arial;
		   font-size:12px;
	    }  
		#fb5 #fb5-about a {
		  color:#fff	
		}
		#fb5 #fb5-about h1 {
		   color: #ff2f2f;
		   font-family:Arial;
		   font-size:26px;
	    }  
		#fb5 #fb5-about h2 {
		   color: #ff2f2f;
		   font-family:Arial;
		   font-size:24px;
	    }  
		#fb5-about h3 {
		   color: #ff2f2f;
		   font-family:Arial;
		   font-size:22px;
	    }  
		#fb5 #fb5-about h4 {
		   color: #ff2f2f;
		   font-family:Arial;
	    }  
		#fb5 #fb5-about h5 {
		   color: #ff2f2f;
		   font-family:Arial;
		   font-size:18px;
	    }  
		#fb5 #fb5-about h6 {
		   color: #ff2f2f;
		   font-family:Arial;
		   font-size:16px;
	    }  
		/* back  button  /*/
		#fb5 #fb5-button-back {
    		background-color: #ff2f2f;
   			color: #FFFFFF;
		}
		#fb5 #fb5-button-back:hover{
			color:#ff2f2f;  
			background-color:#FFFFFF 		}
		
		/*  Other style   /*/
		#fb5 .fb5-overlay {
			background:rgba(0,0,0,0.6);
        }

#fb5-about .social-media{
	width: 490px;
	position: relative;
	top: 0px;
	left: 0px;
}
	#fb5-about .social-media a,	.fb-share-button{
		width: 50px;
		height: 50px;
		margin: 10px 6px 0 0 !important;
		display: inline-block;
	}

	#fb5-about .social-media a.icone-like{
		background: url(../img/icon-social/like.png) no-repeat;	
	}
		#fb5-about .social-media a.icone-like:hover{
			background: url(../img/icon-social/hover/like.png) no-repeat;
		}
	#fb5-about .social-media a.icone-face{
		background: url(../img/icon-social/face.png) no-repeat;	
	}
		#fb5-about .social-media a.icone-face:hover{
			background: url(../img/icon-social/hover/face.png) no-repeat;
		}
	#fb5-about .social-media a.icone-share{
		background: url(../img/icon-social/share.png) no-repeat;	
	}
		#fb5-about .social-media a.icone-share:hover{
			background: url(../img/icon-social/hover/share.png) no-repeat;
		}		
	#fb5-about .social-media a.icone-twitter{
		background: url(../img/icon-social/twitter.png) no-repeat;	
	}
		#fb5-about .social-media a.icone-twitter:hover{
			background: url(../img/icon-social/hover/twitter.png) no-repeat;
		}
	#fb5-about .social-media a.icone-google{
		background: url(../img/icon-social/google.png) no-repeat;	
	}
		#fb5-about .social-media a.icone-google:hover{
			background: url(../img/icon-social/hover/google.png) no-repeat;
		}	
	#fb5-about .social-media a.icone-instagram{
		background: url(../img/icon-social/insta.png) no-repeat;	
	}
		#fb5-about .social-media a.icone-instagram:hover{
			background: url(../img/icon-social/hover/insta.png) no-repeat;
		}	
	#fb5-about .social-media a.icone-youtube{
		background: url(../img/icon-social/youtube.png) no-repeat;	
	}
		#fb5-about .social-media a.icone-youtube:hover{
			background: url(../img/icon-social/hover/youtube.png) no-repeat;
		}
	#fb5-about .social-media a.icone-linkedin{
		background: url(../img/icon-social/linkedin.png) no-repeat;	
	}
		#fb5-about .social-media a.icone-linkedin:hover{
			background: url(../img/icon-social/hover/linkedin.png) no-repeat;
		}
	#fb5-about .social-media a.icone-blogger{
		background: url(../img/icon-social/blogger.png) no-repeat;	
	}
		#fb5-about .social-media a.icone-blogger:hover{
			background: url(../img/icon-social/hover/blogger.png) no-repeat;
		}
	#fb5-about .social-media a.icone-flickr{
		background: url(../img/icon-social/flickr.png) no-repeat;	
	}
		#fb5-about .social-media a.icone-flickr:hover{
			background: url(../img/icon-social/hover/flickr.png) no-repeat;
		}


	#fb5-about .social-media a.icone-whatsapp{
		background: url(../img/icon-social/whatsapp.png) no-repeat;	
	}
		#fb5-about .social-media a.icone-whatsapp:hover{
			background: url(../img/icon-social/hover/whatsapp.png) no-repeat;
		}	


	#fb5-about .social-media a.icone-chat-whatsapp{
		background: url(../img/icon-social/msgwhats.png) no-repeat;	
		width: 166px !important;
	}
		#fb5-about .social-media a.icone-chat-whatsapp:hover{
			background: url(../img/icon-social/hover/msgwhats.png) no-repeat;
		}

	#fb5-about .social-media a.icone-fale{
		background: url(../img/icon-social/fale.png) no-repeat;	
		width: 166px !important;
	}
		#fb5-about .social-media a.icone-fale:hover{
			background: url(../img/icon-social/hover/fale.png) no-repeat;
		}									

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}		

.assinatura-wcorp{
	position: absolute;
	bottom: 35px;
	right: 5px;
 	width: 45px;
 	height: 38px;
}
#fb5-book p.copyright{
	position: absolute;
	bottom: 8px;
	left: 0px;
	text-align: center;
 	width: 520px;
 	height: 38px;
 	color: #FFFFFF;
	font-family: 'light';
	font-size: 16px;
}

#fb5-book p.titulo-capa,
#fb5-book p.titulo-page,
#fb5-book p.subtitulo,
#fb5-book p.txtprod{
	margin: 0;
	padding: 0;	
	color: #FFFFFF;
	position: absolute;
	font-family: 'light';
	display: block;
}

#fb5-book p.titulo-capa{
	font-size: 38px;
	line-height: 39px;
	width: 485px;
	height: 80px;	
	text-align: center;	
	bottom: 85px;
	left: 10px;	
	color: #d2af6d;
}
	#fb5-book p.titulo-capa span{
		font-weight: bold;
		font-size: 46px;
		color: #FFF;
	}

#fb5-book p.titulo-page{
	color: #64603d;
	font-size: 44px;
	line-height: 46px;
	width: 325px;
	height: 60px;
	text-align: right;
	top: 13px;
	right: 95px;
	font-weight: bold;
}

#fb5-book p.subtitulo{
	color: #64603d;
	font-size: 38px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}
	#fb5-book p.subtitulo span{
		color: #000000;
	}

#fb5-book p.txtprod{
	color: #000000;
	font-size: 13px;
	text-align: center;
	line-height: 14px;
	font-family: "Roboto";
}

	#fb5-book .sensor-monocomando .tt1{
		left: 246px;
		top: 38px;
	}	
	#fb5-book .sensor-monocomando .prod1{ left: 78px;	top: 220px;	}
	#fb5-book .sensor-monocomando .prod2{ left: 258px;	top: 220px;	}	
	
	#fb5-book .sensor-monocomando .tt2{
		left: 233px;
		top: 335px;
	}
	#fb5-book .sensor-monocomando .prod3{ left: 78px;	top: 570px;	}
	#fb5-book .sensor-monocomando .prod4{ left: 248px;	top: 570px;	}
    #fb5-book .sensor-monocomando .prod5{ left: 388px;	top: 570px;	}

    #fb5-book .monocomando-2 .prod1{ left: 78px;	top: 130px;	}
	#fb5-book .monocomando-2 .prod2{ left: 188px;	top: 105px;	}
	#fb5-book .monocomando-2 .prod3{ left: 378px;	top: 240px;	}
	#fb5-book .monocomando-2 .prod4{ left: 198px;	top: 299px;	}	
    #fb5-book .monocomando-2 .prod5{ left: 68px;	top: 570px;	}
    #fb5-book .monocomando-2 .prod6{ left: 208px;	top: 570px;	}
    #fb5-book .monocomando-2 .prod7{ left: 348px;	top: 530px;	}

    #fb5-book .misturadores .subtitulo{
		left: 230px;
		top: 58px;
	}
    #fb5-book .misturadores .prod1{ left: 148px; top: 310px;	}
	#fb5-book .misturadores .prod2{ left: 358px; top: 190px;	}
	#fb5-book .misturadores .prod3{ left: 358px; top: 400px;	}

	#fb5-book .automatica .subtitulo{
		left: 175px;
		top: 38px;
	}
	#fb5-book .automatica .prod1{ left: 80px;  top: 250px;	}
	#fb5-book .automatica .prod2{ left: 288px; top: 260px;	}
	#fb5-book .automatica .prod3{ left: 120px; top: 380px;	}
	#fb5-book .automatica .prod4{ left: 298px; top: 390px;	}
	#fb5-book .automatica .prod5{ left: 80px;  top: 500px;	}
	#fb5-book .automatica .prod6{ left: 218px; top: 540px;	}

    #fb5-book .clinica .subtitulo{
		left: 275px;
		top: 22px;
	}
    #fb5-book .clinica .prod1{ left: 175px; top: 180px;	}
	#fb5-book .clinica .prod2{ left: 390px; top: 180px;	}
	#fb5-book .clinica .prod3{ left: 50px;  top: 370px;	}
	#fb5-book .clinica .prod4{ left: 380px; top: 370px;	}
	#fb5-book .clinica .prod5{ left: 40px;  top: 540px;	}
	#fb5-book .clinica .prod6{ left: 318px; top: 520px;	}

	#fb5-book .premier-olympus .subtitulo{
		left: 173px;
		top: 22px;
	}	
	#fb5-book .premier-olympus .prod1{	left: 40px;  top: 230px;	}
	#fb5-book .premier-olympus .prod2{	left: 190px; top: 230px;	}
	#fb5-book .premier-olympus .prod3{	left: 325px; top: 220px;	}
	#fb5-book .premier-olympus .prod4{	left: 30px;	 top: 435px;	}	
	#fb5-book .premier-olympus .prod5{	left: 210px; top: 430px;	}
	#fb5-book .premier-olympus .prod6{	left: 348px; top: 418px;	}
	#fb5-book .premier-olympus .prod7{	left: 85px;  top: 590px;	}
	#fb5-book .premier-olympus .prod8{	left: 318px; top: 590px;	}

	#fb5-book .bica-movel .subtitulo{
		left: 245px;
		top: 247px;
	}
	#fb5-book .bica-movel .prod1{ left: 50px;  top: 115px;	}
	#fb5-book .bica-movel .prod2{ left: 190px; top: 130px;	}
	#fb5-book .bica-movel .prod3{ left: 340px; top: 130px;	}
	#fb5-book .bica-movel .prod4{ left: 35px;  top: 395px;	}
	#fb5-book .bica-movel .prod5{ left: 190px; top: 395px;	}
	#fb5-book .bica-movel .prod6{ left: 340px; top: 395px;	}
	#fb5-book .bica-movel .prod7{ left: 35px;  top: 560px;	}
	#fb5-book .bica-movel .prod8{ left: 185px; top: 560px;	}
	#fb5-book .bica-movel .prod9{ left: 400px; top: 555px;	}

	#fb5-book .bica-movel-2 .prod1{ left: 45px;  top: 170px;	}
	#fb5-book .bica-movel-2 .prod2{ left: 195px; top: 170px;	}
	#fb5-book .bica-movel-2 .prod3{ left: 355px; top: 170px;	}
	#fb5-book .bica-movel-2 .prod4{ left: 40px;  top: 425px;	}
	#fb5-book .bica-movel-2 .prod5{ left: 195px; top: 425px;	}
	#fb5-book .bica-movel-2 .prod6{ left: 350px; top: 425px;	}
	#fb5-book .bica-movel-2 .prod7{ left: 45px;  top: 580px;	}
	#fb5-book .bica-movel-2 .prod8{ left: 300px; top: 580px;	}

	#fb5-book .top-flex .subtitulo{
		left: 265px;
		top: 37px;
	}
	#fb5-book .top-flex .prod1{ left: 55px;  top: 240px;	}
	#fb5-book .top-flex .prod2{ left: 205px; top: 270px;	}
	#fb5-book .top-flex .prod3{ left: 350px; top: 240px;	}
	#fb5-book .top-flex .prod4{ left: 65px;  top: 495px;	}
	#fb5-book .top-flex .prod5{ left: 205px; top: 535px;	}
	#fb5-book .top-flex .prod6{ left: 355px; top: 545px;	}

	#fb5-book .lavatorio-filtros .tt1{
		left: 240px;
		top: 35px;
	}
	#fb5-book .lavatorio-filtros .prod1{ left: 45px;  top: 200px;	}
	#fb5-book .lavatorio-filtros .prod2{ left: 260px; top: 180px;}
	#fb5-book .lavatorio-filtros .prod3{ left: 140px; top: 275px;}
	#fb5-book .lavatorio-filtros .prod4{ left: 360px; top: 245px;	}	

	#fb5-book .lavatorio-filtros .tt2{
		left: 260px;
		top: 367px;
	}
	#fb5-book .lavatorio-filtros .prod5{ left: 50px;  top: 565px;	}
	#fb5-book .lavatorio-filtros .prod6{ left: 245px; top: 555px;	}

	#fb5-book .filtros-2 .prod1{ left: 105px;  top: 90px; }
	#fb5-book .filtros-2 .prod2{ left: 50px;  top: 235px; }
	#fb5-book .filtros-2 .prod3{ left: 275px; top: 225px; }
	#fb5-book .filtros-2 .prod4{ left: 35px;  top: 380px; }
	#fb5-book .filtros-2 .prod5{ left: 260px; top: 400px; }
	#fb5-book .filtros-2 .prod6{ left: 375px; top: 410px; }
	#fb5-book .filtros-2 .prod7{ left: 35px;  top: 560px; }
	#fb5-book .filtros-2 .prod8{ left: 185px; top: 530px; }
	#fb5-book .filtros-2 .prod9{ left: 390px; top: 550px; }

	#fb5-book .maquina-lavar-jardim .tt1{
		left: 90px;
		top: 30px;
	}
	#fb5-book .maquina-lavar-jardim .prod1{ left: 55px;  top: 245px; }
	#fb5-book .maquina-lavar-jardim .prod2{ left: 195px; top: 230px; }
	#fb5-book .maquina-lavar-jardim .prod3{ left: 335px; top: 230px; }

	#fb5-book .maquina-lavar-jardim .tt2{
		left: 260px;
		top: 355px;
	}
	#fb5-book .maquina-lavar-jardim .prod4{ left: 95px;  top: 485px; }
	#fb5-book .maquina-lavar-jardim .prod5{ left: 85px;  top: 565px; }
	#fb5-book .maquina-lavar-jardim .prod6{ left: 245px; top: 560px; }
	#fb5-book .maquina-lavar-jardim .prod7{ left: 365px; top: 570px; }

	#fb5-book .pia-tanque-acabamentos .tt1{
		left: 235px;
		top: 40px;
	}
	#fb5-book .pia-tanque-acabamentos .prod1{ left: 100px; top: 190px; }
	#fb5-book .pia-tanque-acabamentos .prod2{ left: 360px; top: 190px; }
	#fb5-book .pia-tanque-acabamentos .prod3{ left: 135px; top: 325px; }
	#fb5-book .pia-tanque-acabamentos .prod4{ left: 355px; top: 325px; }

	#fb5-book .pia-tanque-acabamentos .tt2{
		left: 180px;
		top: 420px;
	}
	#fb5-book .pia-tanque-acabamentos .prod5{ left: 90px;  top: 580px; }
	#fb5-book .pia-tanque-acabamentos .prod6{ left: 200px; top: 580px; }
	#fb5-book .pia-tanque-acabamentos .prod7{ left: 300px; top: 580px; }
	#fb5-book .pia-tanque-acabamentos .prod8{ left: 400px; top: 580px; }

	#fb5-book .registros-gaveta-esferas .subtitulo{
		left: 80px;
		top: 340px;
	}
	#fb5-book .registros-gaveta-esferas .prod1{ left: 85px;   top: 130px; }
	#fb5-book .registros-gaveta-esferas .prod2{ left: 180px;  top: 130px; }
	#fb5-book .registros-gaveta-esferas .prod3{ left: 285px;  top: 130px; }
	#fb5-book .registros-gaveta-esferas .prod4{ left: 390px;  top: 130px; }
	#fb5-book .registros-gaveta-esferas .prod5{ left: 120px;  top: 255px; }
	#fb5-book .registros-gaveta-esferas .prod6{ left: 240px;  top: 255px; }
	#fb5-book .registros-gaveta-esferas .prod7{ left: 350px;  top: 255px; }
	#fb5-book .registros-gaveta-esferas .prod8{ left: 55px;   top: 555px; }
	#fb5-book .registros-gaveta-esferas .prod9{ left: 195px;  top: 555px; }
	#fb5-book .registros-gaveta-esferas .prod10{ left: 290px; top: 555px; }
	#fb5-book .registros-gaveta-esferas .prod11{ left: 375px; top: 555px; }

	#fb5-book .registro-pressao-chuveiros .tt1{
		left: 120px;
		top: 25px;
	}
	#fb5-book .registro-pressao-chuveiros .prod1{ left: 100px; top: 270px; }
	#fb5-book .registro-pressao-chuveiros .prod2{ left: 240px; top: 270px; }
	#fb5-book .registro-pressao-chuveiros .prod3{ left: 380px; top: 270px; }
	
	#fb5-book .registro-pressao-chuveiros .tt2{
		left: 250px;
		top: 350px;
	}
	#fb5-book .registro-pressao-chuveiros .prod4{ left: 55px; top: 525px; }
	#fb5-book .registro-pressao-chuveiros .prod5{ left: 265px; top: 495px; }
	#fb5-book .registro-pressao-chuveiros .prod6{ left: 360px; top: 530px; }
	
	#fb5-book .ducha-higienica .subtitulo{
		left: 190px;
		top: 225px;
	}
	#fb5-book .ducha-higienica .prod1{ left: 75px;   top: 105px; }
	#fb5-book .ducha-higienica .prod2{ left: 195px;  top: 140px; }
	#fb5-book .ducha-higienica .prod3{ left: 330px;  top: 125px; }
	#fb5-book .ducha-higienica .prod4{ left: 50px;   top: 400px; }
	#fb5-book .ducha-higienica .prod5{ left: 170px;  top: 390px; }
	#fb5-book .ducha-higienica .prod6{ left: 270px;  top: 400px; }
	#fb5-book .ducha-higienica .prod7{ left: 380px;  top: 420px; }
	#fb5-book .ducha-higienica .prod8{ left: 45px;   top: 570px; }
	#fb5-book .ducha-higienica .prod9{ left: 160px;  top: 570px; }
	#fb5-book .ducha-higienica .prod10{ left: 270px; top: 570px; }
	#fb5-book .ducha-higienica .prod11{ left: 390px; top: 570px; }	


	#fb5-book .kit-banheiro-stander .subtitulo{
		left: 175px;
		top: 85px;
	}
	#fb5-book .kit-banheiro-stander .prod1{ left: 75px; top: 280px; }
	#fb5-book .kit-banheiro-stander .prod2{ left: 165px; top: 295px; }
	#fb5-book .kit-banheiro-stander .prod3{ left: 275px; top: 285px; }
	#fb5-book .kit-banheiro-stander .prod4{ left: 375px; top: 285px; }
	#fb5-book .kit-banheiro-stander .prod5{ left: 130px; top: 380px; }
	#fb5-book .kit-banheiro-stander .prod6{ left: 270px; top: 395px; }
	#fb5-book .kit-banheiro-stander .prod7{ left: 70px; top: 540px; }
	#fb5-book .kit-banheiro-stander .prod8{ left: 200px; top: 540px; }
	#fb5-book .kit-banheiro-stander .prod9{ left: 340px; top: 540px; }

	#fb5-book .kit-banheiro-luxo .subtitulo{
		left: 195px;
		top: 55px;
	}
	#fb5-book .kit-banheiro-luxo .prod1{ left: 60px; top: 315px; }
	#fb5-book .kit-banheiro-luxo .prod2{ left: 245px; top: 320px; }
	#fb5-book .kit-banheiro-luxo .prod3{ left: 365px; top: 265px; }
	#fb5-book .kit-banheiro-luxo .prod4{ left: 50px; top: 480px; }
	#fb5-book .kit-banheiro-luxo .prod5{ left: 145px; top: 475px; }
	#fb5-book .kit-banheiro-luxo .prod6{ left: 275px; top: 475px; }
	#fb5-book .kit-banheiro-luxo .prod7{ left: 375px; top: 475px; }
	#fb5-book .kit-banheiro-luxo .prod8{ left: 70px; top: 575px; }
	#fb5-book .kit-banheiro-luxo .prod9{ left: 300px; top: 525px; }

	#fb5-book .barras-apoio .subtitulo{
		left: 205px;
		top: 50px;
	}
	#fb5-book .barras-apoio .prod1{ left: 220px; top: 165px; }
	#fb5-book .barras-apoio .prod2{ left: 75px; top: 350px; }
	#fb5-book .barras-apoio .prod3{ left: 295px; top: 370px; }
	#fb5-book .barras-apoio .prod4{ left: 80px; top: 550px; }
	#fb5-book .barras-apoio .prod5{ left: 300px; top: 550px; }

	#fb5-book .barras-apoio-2 .prod1{ left: 85px; top: 300px; }
	#fb5-book .barras-apoio-2 .prod2{ left: 290px; top: 270px; }
	#fb5-book .barras-apoio-2 .prod3{ left: 95px; top: 540px; }
	#fb5-book .barras-apoio-2 .prod4{ left: 280px; top: 525px; }

	#fb5-book .acessorios .subtitulo{
		left: 245px;
		top: 25px;
	}
	#fb5-book .acessorios .prod1{ left: 120px; top: 185px; }
	#fb5-book .acessorios .prod2{ left: 345px; top: 185px; }
	#fb5-book .acessorios .prod3{ left: 85px; top: 295px; }
	#fb5-book .acessorios .prod4{ left: 200px; top: 270px; }
	#fb5-book .acessorios .prod5{ left: 350px; top: 280px; }
	#fb5-book .acessorios .prod6{ left: 70px; top: 355px; }
	#fb5-book .acessorios .prod7{ left: 240px; top: 350px; }
	#fb5-book .acessorios .prod8{ left: 55px; top: 445px; }
	#fb5-book .acessorios .prod9{ left: 235px; top: 475px; }
	#fb5-book .acessorios .prod10{ left: 65px; top: 515px; }
	#fb5-book .acessorios .prod11{ left: 370px; top: 510px; }
	#fb5-book .acessorios .prod12{ left: 50px; top: 575px; }
	#fb5-book .acessorios .prod13{ left: 340px; top: 570px; }

	#fb5-book .valvulas-reparos .tt1{
		left: 245px;
		top: 25px;
	}
	#fb5-book .valvulas-reparos .prod1{ left: 30px; top: 185px; }
	#fb5-book .valvulas-reparos .prod2{ left: 135px; top: 210px; }
	#fb5-book .valvulas-reparos .prod3{ left: 250px; top: 225px; }
	#fb5-book .valvulas-reparos .prod4{ left: 370px; top: 210px; }

	#fb5-book .valvulas-reparos .prod5{ left: 110px; top: 320px; }
	#fb5-book .valvulas-reparos .prod6{ left: 260px; top: 320px; }
	#fb5-book .valvulas-reparos .prod7{ left: 405px; top: 320px; }

	#fb5-book .valvulas-reparos .tt2{
		left: 220px;
		top: 405px;
	}
	#fb5-book .valvulas-reparos .prod8{ left: 35px; top: 585px; }
	#fb5-book .valvulas-reparos .prod9{ left: 120px; top: 585px; }
	#fb5-book .valvulas-reparos .prod10{ left: 205px; top: 585px; }
	#fb5-book .valvulas-reparos .prod11{ left: 295px; top: 585px; }
	#fb5-book .valvulas-reparos .prod12{ left: 390px; top: 585px; }
	
	#fb5-book .reparos-2 .prod1{ left: 30px; top: 130px; }
	#fb5-book .reparos-2 .prod2{ left: 145px; top: 130px; }
	#fb5-book .reparos-2 .prod3{ left: 235px; top: 130px; }
	#fb5-book .reparos-2 .prod4{ left: 320px; top: 130px; }
	#fb5-book .reparos-2 .prod5{ left: 420px; top: 120px; }
	#fb5-book .reparos-2 .prod6{ left: 35px; top: 260px; }
	#fb5-book .reparos-2 .prod7{ left: 160px; top: 250px; }
	#fb5-book .reparos-2 .prod8{ left: 245px; top: 250px; }
	#fb5-book .reparos-2 .prod9{ left: 320px; top: 250px; }
	#fb5-book .reparos-2 .prod10{ left: 405px; top: 240px; }
	#fb5-book .reparos-2 .prod11{ left: 40px; top: 360px; }
	#fb5-book .reparos-2 .prod12{ left: 175px; top: 360px; }
	#fb5-book .reparos-2 .prod13{ left: 270px; top: 350px; }
	#fb5-book .reparos-2 .prod14{ left: 385px; top: 360px; }
	#fb5-book .reparos-2 .prod15{ left: 70px; top: 480px; }
	#fb5-book .reparos-2 .prod16{ left: 165px; top: 470px; }
	#fb5-book .reparos-2 .prod17{ left: 245px; top: 470px; }
	#fb5-book .reparos-2 .prod18{ left: 325px; top: 480px; }
	#fb5-book .reparos-2 .prod19{ left: 410px; top: 480px; }
	#fb5-book .reparos-2 .prod20{ left: 170px; top: 590px; }
	#fb5-book .reparos-2 .prod21{ left: 270px; top: 590px; }

	#fb5-book .abs-branca .subtitulo{
		left: 215px;
		top: 45px;
	}
	#fb5-book .abs-branca .prod1{ left: 30px; top: 190px; }
	#fb5-book .abs-branca .prod2{ left: 190px; top: 195px; }
	#fb5-book .abs-branca .prod3{ left: 335px; top: 195px; }
	#fb5-book .abs-branca .prod4{ left: 50px; top: 350px; }
	#fb5-book .abs-branca .prod5{ left: 140px; top: 310px; }
	#fb5-book .abs-branca .prod6{ left: 250px; top: 350px; }
	#fb5-book .abs-branca .prod7{ left: 395px; top: 350px; }
	#fb5-book .abs-branca .prod8{ left: 45px; top: 435px; }
	#fb5-book .abs-branca .prod9{ left: 185px; top: 435px; }
	#fb5-book .abs-branca .prod10{ left: 350px; top: 485px; }
	#fb5-book .abs-branca .prod11{ left: 65px; top: 590px; }
	#fb5-book .abs-branca .prod12{ left: 195px; top: 580px; }
	#fb5-book .abs-branca .prod13{ left: 335px; top: 590px; }


	#fb5-book .abs-cromada-conexoes .subtitulo{
		left: 225px;
		top: 295px;
	}

	#fb5-book .abs-cromada-conexoes .prod1{ left: 40px; top: 155px; }
	#fb5-book .abs-cromada-conexoes .prod2{ left: 140px; top: 185px; }
	#fb5-book .abs-cromada-conexoes .prod3{ left: 220px; top: 145px; }
	#fb5-book .abs-cromada-conexoes .prod4{ left: 355px; top: 150px; }
	#fb5-book .abs-cromada-conexoes .prod5{ left: 60px; top: 510px; }
	#fb5-book .abs-cromada-conexoes .prod6{ left: 170px; top: 530px; }
	#fb5-book .abs-cromada-conexoes .prod7{ left: 275px; top: 520px; }
	#fb5-book .abs-cromada-conexoes .prod8{ left: 385px; top: 500px; }

	#fb5-book .abs-cromada-conexoes-2 .subtitulo{
		left: 240px;
		top: 375px;
	}

	#fb5-book .abs-cromada-conexoes-2 .prod1{ left: 20px; top: 120px; }
	#fb5-book .abs-cromada-conexoes-2 .prod2{ left: 185px; top: 120px; }
	#fb5-book .abs-cromada-conexoes-2 .prod3{ left: 355px; top: 110px; }

	#fb5-book .abs-cromada-conexoes-2 .prod4{ left: 35px; top: 280px; }
	#fb5-book .abs-cromada-conexoes-2 .prod5{ left: 155px; top: 280px; }
	#fb5-book .abs-cromada-conexoes-2 .prod6{ left: 260px; top: 280px; }
	#fb5-book .abs-cromada-conexoes-2 .prod7{ left: 385px; top: 280px; }

	#fb5-book .abs-cromada-conexoes-2 .prod8{ left: 65px; top: 460px; }
	#fb5-book .abs-cromada-conexoes-2 .prod9{ left: 360px; top: 460px; }

	#fb5-book .abs-cromada-conexoes-2 .prod10{ left: 135px; top: 580px; }
	#fb5-book .abs-cromada-conexoes-2 .prod11{ left: 215px; top: 590px; }
	#fb5-book .abs-cromada-conexoes-2 .prod12{ left: 300px; top: 585px; }
	

#fb5-book .align-right{	text-align: right;}
#fb5-book .align-left{	text-align: left;}
#fb5-book .align-center{ text-align: center;}
#fb5-book .align-justify{ text-align: justify;}

#fb5-book .wd-350px{	width: 350px;}
#fb5-book .wd-400px{	width: 400px;}
#fb5-book .wd-450px{	width: 455px;}



#fb5-book .num-sumario,
#fb5-book .menu-contato{
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	list-style: none !important;	
}
	#fb5-book .num-sumario li,
	#fb5-book .links-sumario li{
		list-style: none !important;
		font-family: 'light' !important;
	}

	#fb5-book .num-sumario{
		top: 75px;	
		left: 208px;
	}
		#fb5-book .num-sumario li{
			text-align: left !important;
			color: #FFF !important;
			font-size: 16px !important;		
			width: 30px !important;	
			position: relative;
			top: 20px;
			left: 0px;
			height: 35px;			
		}	

		#fb5-book .num-sumario li.maior{
			height: 38px;
		}

	#fb5-book .colnumsumario2{
		top: 115px;	
		left: 474px;
	}

#fb5-book .links-sumario{
	position: absolute;
	margin: 5px 0 5px 0; 
	top: 97px;	
	left: 0px;
	width:193px;
}	
	#fb5-book .links-sumario li{
		display: block !important;
		position: relative;		
	}
		#fb5-book .links-sumario li a{
			height: 35px !important;		
			text-align: right;
	    	color: #6b652f !important;
			text-decoration: none !important;						
			font-size: 19px !important;	
			font-weight: bold !important;
			font-style: italic;		
			display: block;	
		}
			#fb5-book .links-sumario li a:hover{
				color: #8e8c79 !important;
			}

#fb5-book .colsumario2{
	top: 132px;
	left: 260px;
}


#fb5-book .menu-contato{
	top: 505px;
	left: 40px;
	width: 420px;	
}
	#fb5-book .menu-contato li{
		list-style: none !important;		
		text-align: center !important;		
		font-family: 'light' !important;
		font-style: italic;			
		width: 420px;					
		color: #ffffff !important;			
		font-size: 16px !important;
		line-height: 21px;
	}	
		#fb5-book .menu-contato li a{
			color: #d9b371 !important;			
			font-size: 16px !important;
			display: block;
			text-align: center !important;			
		}
			#fb5-book .menu-contato li a:hover{
				color: #FFF !important;
				text-decoration: none !important;
			}		
		#fb5-book .menu-contato li.endr{	
						
		}
		#fb5-book .menu-contato li.email{					
		}



