
.loading{
	width: 100%;
	height: 100%;
	position: fixed;
	background: #FFF;
	z-index: 9999999999999999;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
header{
	top:0px !important;
}

.scroll{
	overflow: auto !important;
}


body{
	background: url('../publicados/bg-news.jpg');
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
	min-width: 1024px;
	min-height: 600px;
	border: 0;
	padding: 0;
	position: relative;
	overflow: inherit !important;
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #fff;
}


/* Base styles */
.column {
    float: left;
}

.size-1of4 {
    width: 354px;
    margin: 0 20px 0 20px;
}

.size-1of3 {
    width: 354px;
    margin: 0 20px 0 20px;
}

.size-1of2 {
    width: 354px !important;
    float: left !important;
    margin: 0 20px !important;
}



@media screen  and (max-width: 1230px) {
    #timeline[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 1231px) and (max-width: 1630px) {
    #timeline[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media screen and (min-width: 1631px) {
    #timeline[data-columns]::before {
        content: '4 .column.size-1of4';
    }
}

nav{
	position: relative; !important;
	z-index: 9999999999;
}

.menu, #logo, .background-menu, #social{
	position: absolute;
}


#container{
	width: 100%;
	height: 100%;
	min-width: 1024px;
	min-height: 600px;
	float: left;
	position: absolute;
	opacity: 0;
	display: none;
	z-index: 1;
	-webkit-transition: all 1500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -moz-transition: all 1500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -o-transition: all 1500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    transition: all 1500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -webkit-transition: opacity 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -moz-transition: opacity 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -o-transition: opacity 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    transition: opacity 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}	

		.topo{
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 1;
		}

			.title{
				width: 100%;
				text-align: center;
				color: #000;
				font-size: 100px;
				float: left;
				font-weight: 300;
				text-transform: uppercase;
				letter-spacing: 0.2em;
				position: absolute;
				top: 140px;
				z-index: 1;
			}

			.subtitle{
				width: 330px;
				text-align: center;
				color: #000;
				left: 50%;
				margin-left: -165px;
				position: absolute;
				font-size: 35px;
				top: 250px;
				float: left;
				font-family:"adobe-garamond-pro";
				font-style: italic;
				letter-spacing: -0.03em;
			}

			.border{
				width: 77%;
				position: absolute;
				height: 460px;
				top: 100px;
				border: 1px solid rgba(0,0,0, 0.3);
				left: 50%;
				z-index: 0;
				-webkit-transform: translate(-50%, 0%);
				-ms-transform: translate(-50%, 0%);
				transform: translate(-50%, 0%);
			}

		#timeline {
			width: 90%;
			position: absolute;
			position: relative;
			float: left;
			z-index: 9;
			left: 50%;
			top: 460px;
			-webkit-transform: translate(-50%, 0%);
			-ms-transform: translate(-50%, 0%);
			transform: translate(-50%, 0%);
		}

			#post{
				float: left;
			    background-color: #fff;
			    width: 354px;
			    position: relative;
			    text-decoration: none;
			    font-family:"adobe-garamond-pro";
			    font-size: 17px;
			    margin-bottom: 40px;
			}


				#post img{
					width: 100%;
					float: left;
				}

				#post .texto{
					width: 100%;
					float: left;
				}

					#post .texto .data {
						width: 100%;
						float: left;
						color: #000;
						font-family: "futura-pt", sans-serif;
						font-style: normal;
						font-weight: 700;
						margin: 35px 0 0 35px; 
					}

					 #post .texto .texto_min {
						width: calc( 100% - 70px);
						float: left;
						color: #000;
						margin: 35px 
					}

				.rede{
					width: 30px;
					height: 30px;
					float: left;
					margin-left: 35px;
					margin-top: -20px;
					margin-bottom: 30px;
				}

					#social{
						position: absolute;
					}

						#social-facebook, #social-instagram{
							color: #000;
						}

						.rede #social-facebook, .rede #social-instagram{
							color: #000 !important;
						}

		/* ======  FIRST SECTION ====== */
		#sections section:nth-child(1){
			min-width: 1024px;
			width: 100%;
			min-height: 600px;
			background: url('../publicados/marca/background-1.jpg') center bottom;
			background-size: cover;
		}	

			.category{
				width: 110px;
				height: 40px;
				position: absolute;
				left: 50%;
				margin-left: -55px;
				top: 120px;
				z-index: 999;
			}

				.category .title{
					width: 100%;
					text-align: center;
					color: #FFF;
					font-size: 16px;
					float: left;
					font-weight: 700;
					letter-spacing: 1.5px;
					text-transform: uppercase;
				}

				.category .line{
					width: 42px;
					height: 4px;
					position: relative;
					left: 50%;
					margin-left: -21px;
					margin-top: 8px;
					float: left;
					background: #FFF;
				}



				#middle{
					position: absolute;
					top: 55%;
					height: 36%;
					width: 100%;
					-webkit-transform: translate(0%, -50%);
					-ms-transform: translate(0%, -50%);
					transform: translate(0%, -50%);
				}

					#marca{
						width: 80%;
						height: 95px;
						background: url('../publicados/marca/marca.png') center no-repeat;
						left: 50%;
						position: relative;
						-webkit-transform: translate(-50%, 0%);
						-ms-transform: translate(-50%, 0%);
						transform: translate(-50%, 0%);
						background-size: contain;
						font-size: 99px;
						text-align: center;
						line-height: 95px;
						letter-spacing: 19px;
				  		text-indent: 60px;
					}

					#subtitle {
						width: 860px;
						margin-top: 43px;
						font-size: 35px;
						text-align: center;
						position: absolute;
						left: 50%;
						bottom: 0px;
						margin-left: -430px;
						color: rgba(255, 255, 255, 0.5);
				  		text-indent: 17px;
				  		font-family:"adobe-garamond-pro";
						font-style:italic;
						font-weight:400;
						letter-spacing: -0.4px;
					}



				#go_to{
					width: 78px;
					height: 74px;
					position: absolute;
					left: 50%;
					margin-left: -39px;
					bottom: 1.6%;
					cursor: pointer;
					border: 1px solid rgba(255, 255, 255, 0.3);
				}

					#go_to .arrow{
						width: 100%;
						height: 100%;
						background: url('../publicados/arrow.png');
						background-position:bottom;
						-webkit-transition: all 100ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   						-moz-transition: all 100ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
    					-o-transition: all 100ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        				transition: all 100ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
					}

					#go_to:hover .arrow{
						background-position: 0 0%;
						-webkit-transition: all 100ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   						-moz-transition: all 100ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
    					-o-transition: all 100ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        				transition: all 100ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
					}








		/* ======  SECOND SECTION ====== */

		#sections section:nth-child(2){
			min-width: 1024px;
			background: #FFF;
			width: 100%;
		}

			#sections section:nth-child(2) #texto{
				width: 46%;
				height: 100%;
				float: left;
				position: relative;
			}

				#texto .align_text{
					width: 50%;
					height: 55%;
					max-width: 408px;
					max-height: 540px;
					position: absolute;
					top: 50%;
					left: 50%;
					-webkit-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
				}

					.align_text .nav-text{
						width: 100%;
						font-size: 16px;
						font-weight: 400;
						color: #000000;
						letter-spacing: 0.8px;
						text-align: center;
					}

						#texto .arrow_section{
							width: 35px;
							height: 35px;
							background: url('../publicados/marca/arrow.jpg');
							position: absolute;
							left: 50%;
							margin-left: -17.5px;
							bottom: 30px;
						}

					.align_text .text{
						width: 90%;
						font-size: 24px;
						font-weight: 400;
						color: #000000;
						letter-spacing: -0.4px;
						text-align: center;
						font-family:"adobe-garamond-pro";
						font-style:italic;
						margin-left: 5%;
						margin-top: 80px;
					}


			#sections section:nth-child(2) #background{
				width: 54%;
				height: 100%;
				float: left;
				background: url('../publicados/marca/background-2.jpg');
				background-size: cover;
				position: relative;
			}
			
			





		/* ======= THIRD SECTION ======== */

		#container section:nth-child(3){
			min-width: 1024px;
			background: #FFF;
			width: 100%;
		}
			#sections section:nth-child(3) #texto{
				width: 46%;
				height: 100%;
				float: left;
				position: relative;
			}

				#texto .align_text{
					width: 50%;
					height: 55%;
					max-width: 408px;
					max-height: 540px;
					position: absolute;
					top: 50%;
					left: 50%;
					-webkit-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
				}

					.align_text .nav-text{
						width: 100%;
						font-size: 16px;
						font-weight: 400;
						color: #000000;
						letter-spacing: 0.08em;
						opacity: 0.6;
						text-align: center;
					}

						#texto .arrow_section{
							width: 35px;
							height: 35px;
							background: url('../publicados/marca/arrow.jpg');
							position: absolute;
							left: 50%;
							margin-left: -17.5px;
							bottom: 30px;
						}

					.align_text .text{
						width: 90%;
						font-size: 24px;
						font-weight: 400;
						color: #000000;
						letter-spacing: -0.4px;
						text-align: center;
						font-family:"adobe-garamond-pro";
						font-style:italic;
						margin-left: 5%;
						margin-top: 80px;
					}


			#sections section:nth-child(3) #background{
				width: 54%;
				height: 100%;
				float: left;
				background: url('../publicados/marca/background-3.jpg');
				background-size: cover;
				position: relative;
			}




		/* ======= FOURTH SECTION ======== */

		#container section:nth-child(4){
			min-width: 1024px;
			width: 100%;
			position: relative;
		}

			#sections section:nth-child(4) #encontre{
				width: 54%;
				height: 100%;
				float: left;
				background: url('../publicados/marca/background-4.jpg');
				background-size: cover;
				position: relative;
			}

				.type_chamada{
					width: 100%;
					position: absolute;
					text-align: center;
					z-index: 1;
					top: 50%;
					left: 50%;
					-webkit-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
				}

					.type_chamada .title{
						width: 100%;
						float: left;
						font-size: 60px;
						color: #ffffff;
						letter-spacing:  0.2em;
						font-weight: 700;
					}

					.type_chamada .subtitle{
						font-size: 16px;
						width: 100%;
						float: left;
						color: #ffffff;
						letter-spacing: 0.2em;
						text-transform: uppercase;
					}


			#sections section:nth-child(4) #news{
				width: 46%;
				height: 100%;
				background: url('../publicados/marca/background-5.jpg');
				background-size: cover;
				float: left;
				position: relative;
			}



		/* ======  CHAMADAS ====== */
		#backgrounds{
			min-width: 1024px;
			width: 100%;
			height: 100%;
			float: left;
			background-size: cover;
			position: relative;
			-webkit-transition: all 700ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
			-moz-transition: all 700ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
			-o-transition: all 700ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
			transition: all 700ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		}

			.background-1, .background-2{	width: 100%; height: 100%; position: relative; }
				.background-1 div, .background-2 div{	width: 100%; height: 100%; position: absolute; top: 0px; }
				
			.background-2{	height: 100%; position:relative; z-index: -9;  }
				.background-2 div{	width: 100%; height: 100%; position: absolute; top: inherit; bottom: 0px; }


				.background-1 div, .background-2 div, .background-2{
					-webkit-transition: all 700ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	   				-moz-transition: all 700ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	     			-o-transition: all 700ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	        		transition: all 700ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
				}



@media only screen and (max-width: 1368px) {
	#title { font-size: 140px; letter-spacing: 43px;  margin-top: 46px; }
	#subtitle { font-size: 40px; letter-spacing: 12px; margin-top: -3px; }
	.title_editorial{ font-size: 80px; top:50%; line-height: 80px; }
}

@media only screen and (max-width: 1110px) {
	#title { font-size: 140px; letter-spacing: 25px; margin-top: 26px; }
	.title_editorial{ font-size: 60px; top:47%; line-height: 60px;  }
	.type_chamada .title{ font-size: 55px; letter-spacing: 7px; }
}


@media only screen and (max-height: 768px) {
	.menu, #logo{
		position: absolute;
	}

	.category{ top: 60px; }
	.title_release{
		top: 20%;
	}
	.redes{ top: 21%;}
}

@media only screen and (max-height: 650px) {
	
}


@media only screen and (max-width: 1024px) {
	.menu, #logo{ position: absolute;	}

	nav, #social{ position: absolute !important;}

}


































#submenu{
			width: 29px;
			height: 23px;
			position: fixed;
			top: 50%;
			margin-top: -11px;
			left: 51px;
			z-index: 99999999;
			cursor: pointer;
		}


			#submenu div{
				width: 100%;
				position: absolute;
				height: 3px;
				-webkit-transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	    		-moz-transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	    		-o-transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	    		transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
			}


			#submenu .menu_linha_1{ top: 0px; }
			#submenu .menu_linha_2{ top: 10px; }
			#submenu .menu_linha_3{ top: 20px; }

				/* --- LINHA --- */
				#submenu .menu_linha_1, #submenu .menu_linha_2, #submenu .menu_linha_3{
					position: absolute;
					width: 23px;
					height: 3px;
					background: #fff;
					right:0px;
				}

				/* --- PONTA LINHA --- */
				.menu_linha_1:before, .menu_linha_2:before, .menu_linha_3:before{
					position: absolute;
					content: '';
					width: 3px;
					height: 3px;
					background-color: #fff;
					display: block;
					margin-left: -6px;
				}


				.close .menu_linha_1:before,.close .menu_linha_2:before, .close .menu_linha_3:before{
					margin-left: 0px !important;
					-webkit-transition-property: margin, -webkit-transform;
					-webkit-transition-duration: .2s !important;
					-webkit-transition-delay: .2s, 2s !important;				
				}	


				.close .menu_linha_1,.close .menu_linha_2, .close .menu_linha_3{
					top: 10px !important;
					-webkit-transition-property: margin, -webkit-transform;
					-webkit-transition-duration: .2s !important;
					-webkit-transition-delay: .2s, 0 !important;
				}

				.close .menu_linha_1{
					-webkit-transform: rotate(45deg);
					-webkit-transition-duration: .5s !important;
					-webkit-transition-delay: 3s, 0;
				}

				.close .menu_linha_2{
					-webkit-transform: rotate(-45deg);
					-webkit-transition-duration: .5s !important;
					-webkit-transition-delay: 3s, 0;
				}

				.close .menu_linha_3{
					opacity: 0;
				}



				





				/* ---- DIV MENU COM EDITORIAIS ---- */
				#menu-editoriais{
					width: 100%;
					height: 100%;
					background: url('../publicados/bg-menu-editoriais.jpg') center;
					background-size: cover;
					position: absolute;
					top: 0px;
					left: -100%;
					overflow: hidden;
					z-index: 99;
					opacity: 0;
					-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   					-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     				-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        			transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
				}

					.menu-editoriais-open{
						opacity: 1 !important;
						left: 0% !important;
						-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   						-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     					-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        				transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
					}

						#editorial-title .category-editorial {
						  	width: 100%;
						  	text-align: center;
						  	color: #FFF;
						  	font-size: 16px;
						  	top: 18%;
						  	position: absolute;
						  	float: left;
						  	font-weight: 700;
						  	letter-spacing: 1.5px;
							text-transform: uppercase;
						}

						.title-editorial{
							width: 100%;
						  	text-align: center;
						  	color: #FFF;
						  	font-size: 50px;
						  	top: 22%;
						  	position: absolute;
						  	float: left;
						  	font-weight: 700;
						  	letter-spacing: 2.5px;
							text-transform: uppercase;
						}

						
					.editorial{
						position: relative;
						cursor: pointer;
						opacity: 0;
						-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   						-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     					-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        				transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
					}

					.editorial-active{
						cursor: default !important;
					}

						.subtitle-editorial{
							opacity: 0.2;
							width: 100%;
						  	text-align: center;
						  	color: #FFF;
						  	font-size: 13px;
						  	float: left;
						  	margin-top: 30px;
						  	font-weight: 700;
						  	letter-spacing: 2.5px;
							text-transform: uppercase;
						}



						.subtitle-editorial-ativo .subtitle-editorial{ opacity: 1 !important; }
						.subtitle-editorial-ativo .background-editorial{ opacity: 1 !important; }

						.editorial-active .border-editorial{
							border: 3px solid #FFF;
							width: 99%;
							height: 68%;
							position: absolute;
							top: 0px;
							left: 0px;
							z-index: 9999;
						}

						.border-editorial div{
							width: 58px;
							height: 5px;
							background: #fff;
							position: absolute;
							top: 50%;
							left: 50%;
							margin-top: -2.5px;
							margin-left: -29px;
						}

					#miniatures-editorial{
						width: calc( 100% - 270px);
						height: 220px;
						position: absolute;
						left: 135px;
						top: 54%;
						z-index: 991;
						opacity: 0;
						-webkit-transform: translate(0%, -50%);
						-ms-transform: translate(0%, -50%);
						transform: translate(0%, -50%);
					}

					.menu-editoriais-open #miniatures-editorial{
						opacity: 1;
						-webkit-transition-delay: .3s;
    					transition-delay: .3s;
					}

						.menu-editoriais-open #miniatures-editorial .editorial:nth-child(1){ opacity: 1; -webkit-transition-delay: 0.5s;	transition-delay: 0.5s;	}
						.menu-editoriais-open #miniatures-editorial .editorial:nth-child(2){ opacity: 1; -webkit-transition-delay: 0.6s;	transition-delay: 0.6s;	}
						.menu-editoriais-open #miniatures-editorial .editorial:nth-child(3){ opacity: 1; -webkit-transition-delay: 0.7s;	transition-delay: 0.7s;	}
						.menu-editoriais-open #miniatures-editorial .editorial:nth-child(4){ opacity: 1; -webkit-transition-delay: 0.8s;	transition-delay: 0.8s;	}
						.menu-editoriais-open #miniatures-editorial .editorial:nth-child(5){ opacity: 1; -webkit-transition-delay: 0.9s;	transition-delay: 0.8s;	}
						.menu-editoriais-open #miniatures-editorial .editorial:nth-child(6){ opacity: 1; -webkit-transition-delay: 1s;		transition-delay: 1s;	}
						.menu-editoriais-open #miniatures-editorial .editorial:nth-child(7){ opacity: 1; -webkit-transition-delay: 1.1s;	transition-delay: 1.1s;	}


					.description-editorial{
						width: 100%;
						position: absolute;
						bottom: 14%;
						font-size: 25px;
						text-align: center;
						text-indent: 17px;
				  		font-family:"adobe-garamond-pro";
						font-style:italic;
						font-weight:400;
						letter-spacing: -0.4px;
					}

						#miniatures-editorial .editorial{
							width: 14.28%;
							height: 100%;
							float: left;
						}

							.background-editorial{
								width: 100%;
								height: 68%;
								float: left;
								opacity: 0.2;
								margin-top: 3px;
							}


					.copyright {
						width: 100%;
						height: 20px;
						font-family: "adobe-garamond-pro";
						float: left;						
						color: #000;
						text-align: center;
						margin-top: 0px;
						margin-bottom: 50px;
						font-size: 13px;
					}


					.voltar_topo{
						width: 52px;
						height: 52px;
						border: 1px solid rgba(0,0,0, 0.5);
						border-radius: 50px;
						position: absolute;
						bottom: 10px;
						right: 35px;
						background: transparent;
						cursor: pointer;
						overflow: hidden;
						z-index: 9;
						-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
				   		-moz-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
				     	-o-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
				        transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
					}

						.voltar_topo .voltar_topo_arrow{
							position: absolute;
							top: 50%;
							left: 50%;
							margin-left: -39px;
							margin-top: -37px;
							width: 78px;
							height: 74px;
							background: url('/publicados/arrow_3.png') bottom;
							-ms-transform: rotate(-180deg); 
				    		-webkit-transform: rotate(-180deg);
				    		transform: rotate(-180deg);
				    		-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
				   			-moz-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
				     		-o-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
				        	transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
						}

						.voltar_topo:hover{
							background: #000;
							-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
				   			-moz-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
				     		-o-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
				        	transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
						}

							.voltar_topo:hover .voltar_topo_arrow{
								position: absolute;
								top: 50%;
								left: 50%;
								margin-left: -39px;
								margin-top: -37px;
								width: 78px;
								height: 74px;
								background: url('/publicados/arrow_2.png') top;
								-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
				   				-moz-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
				     			-o-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
				        		transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
							}