@charset "UTF-8";

html, body{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	width: 100%;
	min-width: 320px;
	overflow-x: hidden;
	overflow-y: scroll;

	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	transition: opacity 2s;
}

::selection {color:#FFF;background:#b8ac90;}
::-moz-selection {color:#FFF;background:#b8ac90;}

input:focus, textarea:focus{
	outline: none;
}

#menu_fechado, .control, .controlativo{
	background:url('../publicados/imagens/sprites.png') no-repeat;
}

/* INDEX */

#container, #frase, #galeria, #contato{
	min-height: 700px;
	width:100%;
	margin: 0;
	padding: 0;
	display:block;
}

#container_preloader{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background:#fff;
	position: fixed;
	z-index: 99999;
}

#container{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 400px;
}
	section{
		display: none;
		opacity: 0;
		margin-top: 58px;
		-webkit-transition: opacity 1s;
		-moz-transition: opacity 1s;
		transition: opacity 1s;
	}


#preloader{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 118px;
	margin-left: -50px;
	margin-top: -99px;
	background-image: url('/publicados/imagens/sprite_loader.png');
	background-position: 0 0;
	background-size: 2400px 118px;
	z-index: 999999;
	display: none;
}

	#preloader_inner {
		position: relative;
		background-image: url(/publicados/imagens/MMJ_inicio.gif);
		background-size: cover;
		width: 100%;
		height: 100%;
	}




/* --------------- MENU --------------- */

#menu_hide{
	width: 100%;
	height: 160px;
	background: #FFF;
	position: fixed;
	z-index: 9999;
	top: -160px;
}
	#menu_hide #menu{
		opacity: 0;
		-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-moz-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-o-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);

	}

	#menu_mobile {
		display: none;
	}

			#menu_hide #menu .logo{
				width: 527px;
				height: 79px;
				background: url('../publicados/imagens/logo_menu_aberto.png') no-repeat;
				background-size: 100% auto;
				background-position: center top;
				position: relative;
				top: 45px;
				left: 64px;
				float: left;
				z-index: 9999;
			}

			#menu_hide #menu .links_menu_aberto{
				height: 79px;
				position: relative;
				right: 180px;
				float: right;
				z-index: 9999;
				width: 604px;
				top: 43px;
			}

			#menu_hide #menu .links_menu_aberto a{
				text-transform: uppercase;
				font-size: 14px;
				margin:27px 0 0 70px;
				color: #000;
				text-decoration: none;
				float: right;
				font-family: 'Open Sans', sans-serif;
				font-weight: 800;
				letter-spacing: 2px;
				text-transform: uppercase;
			}			

			#logo_menu_fechado{
				background-size: auto 100%;
				background-repeat: no-repeat;
			}

			#menu_hide #logo_menu_fechado{
				width: 93px;
				height: 105px;
				background-image: url('../publicados/imagens/logo_menu_fechado.png');
				position: fixed;
				/*top: 37px;*/
				top: 28px;
				left: -300px;
				float: left;
				z-index: 9998;
				opacity: 1;
			}


			#menu_hide  #botao_menu{
				background: #FFF;
				background-position: -204px -106px;
				float: right;
				border-radius: 3px;
				z-index: 9999;
				cursor: pointer;
				width: 64px;
				height: 60px;
				top: 50px;
				right: -80px;
				position: fixed;
				box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
				-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
				-moz-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
				-o-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
				transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
			}

			#menu_hide #botao_menu .img_menu{
				background: url(../publicados/imagens/sprites.png);
				width: 39px;
				height: 40px;
				background-size: 650px 210px !important;
				background-position: -205px -104px !important;
				margin: 11px auto;
			}

			#menu_hide,#menu_hide #menu .logo, #menu_hide #menu .links_menu_aberto, #menu_hide #menu .links_menu_aberto a, #menu_hide #logo_menu_fechado, #menu_hide  #botao_menu { -webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);	-moz-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);	-o-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000); }

			#menu_hide .projects_filtro{
				width: 100%;
				height: 52px;
				background: #000;
				float: left;
				top: -52px;
				z-index: 6;
				position: fixed;
			}

			#menu_hide .projects_filtro, #menu_hide .projects_filtro_hide, #menu_hide .projects_filtro_miniatura { -webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);	-moz-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);	-o-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000); }

			#menu_hide #filtro_projeto .filtrar{
				font-family: 'Open Sans', sans-serif;
				font-weight: 600;
				font-size: 10px;
				float: left;
				margin: 18px 0 0 70px;
				color: #FFF;
				cursor: default;
			}

			#menu_hide #filtro_projeto a{
				font-family: 'Open Sans', sans-serif;
				font-weight: 700;
				font-size: 11px;
				margin: 18px 0 0 40px;
				float: left;
				color: #FFF;
				cursor: pointer;
				text-transform: uppercase;
				text-decoration: none;
			}

#menu_open{
	width: 100%;
	height: 150px;
	background: #FFF;
	position: fixed;
	z-index: 9999;
	top: 0px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

			#menu_hide #menu .logo,
			#menu_open #menu .logo{
				width: 527px;
				height: 79px;
				background: url('../publicados/imagens/logo_menu_aberto.png') no-repeat;
				background-size: auto 100%;
				background-position: left top;
				position: absolute;
				top: 40px;
				left: 64px;
				float: left;
				z-index: 9999;
			}

			#menu_open #menu .links_menu_aberto{
				height: 79px;
				position: relative;
				right: 180px;
				float: right;
				z-index: 9999;
				width: 604px;
				top: 43px;
			}

			#menu_open #menu .links_menu_aberto a{
				text-transform: uppercase;
				font-size: 14px;
				margin:27px 0 0 70px;
				color: #000;
				text-decoration: none;
				float: right;
				font-family: 'Open Sans', sans-serif;
				font-weight: 800;
				letter-spacing: 2px;
				text-transform: uppercase;
			}		

			#menu_open #logo_menu_fechado{
				width: 93px;
				height: 105px;
				background-image: url('../publicados/imagens/logo_menu_fechado.png');
				position: fixed;
				top: 28px;
				left: 31px;
				float: left;
				z-index: 9998;
				opacity: 0;
			}

			#menu_open  #botao_menu{
				background: #FFF;
				background-position: -204px -106px;
				float: right;
				border-radius: 3px;
				z-index: 9999;
				cursor: pointer;
				width: 64px;
				height: 60px;
				top: 50px;
				right: 62px;
				position: fixed;
				-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
				-moz-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
				-o-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
				transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
			}

			#menu_open  #botao_menu_miniatura{
				display: none;
				background: #FFF;
				background-position: -204px -106px;
				float: right;
				border-radius: 3px;
				z-index: 9999;
				cursor: pointer;
				width: 64px;
				height: 60px;
				top: 53px;
				right: 64px;
				position: fixed;
				-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
				-moz-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
				-o-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
				transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
			}

			#menu_open #botao_menu .img_menu{
				background: url(../publicados/imagens/sprites.png);
				width: 39px;
				height: 40px;
				background-position: -205px -104px !important;
				background-size: 650px 210px !important;
				margin: 11px auto;
			}

			#menu_open,#menu_open #menu .logo, #menu_open #menu .links_menu_aberto, #menu_open #menu .links_menu_aberto a, #menu_open #logo_menu_fechado, #menu_open  #botao_menu { -webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);	-moz-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);	-o-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000); }

			#menu_open .projects_filtro{
				width: 100%;
				height: 52px;
				background: #000;
				float: left;
				top: 160px;
				z-index: 99999;
				position: fixed;
			}

			#menu_open .projects_filtro, #menu_open .projects_filtro_hide, #menu_open .projects_filtro_miniatura { -webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);	-moz-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);	-o-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000); }

			#menu_open #filtro_projeto .filtrar{
				font-family: 'Open Sans', sans-serif;
				font-weight: 600;
				font-size: 10px;
				float: left;
				margin: 18px 0 0 70px;
				color: #FFF;
				cursor: default;
			}

			#menu_open #filtro_projeto a{
				font-family: 'Open Sans', sans-serif;
				font-weight: 700;
				font-size: 11px;
				margin: 18px 0 0 20px;
				float: left;
				color: #FFF;
				cursor: pointer;
				text-transform: uppercase;
				text-decoration: none;
				letter-spacing: 1px;
			}

			#menu_open #filtro_projeto .tipo{
				font-family: 'Open Sans', sans-serif;
				font-weight: 700;
				font-size: 11px;
				float: left;
				color: #FFF;
				cursor: pointer;
				text-transform: uppercase;
				text-decoration: none;
				letter-spacing: 1px;
			}

			#menu_open #filtro_projeto a:first-child{
				margin: 18px 0 0 60px;
			}


#menu_miniatura{
	width: 100%;
	height: 60px;
	background: #FFF;
	position: fixed;
	z-index: 9999;
	top: 0px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
		/* --- MENU HIDE E MENU OPEN (Só muda o parent ID)--- */
		#menu_miniatura #menu .logo{
			width: 320px;
			height: 47px;
			background: url('../publicados/imagens/logo_menu_aberto.png') no-repeat;
			background-size: auto 100%;
			background-position: left top;
			position: absolute;
			top: 5px;
			left: 15px;
			float: left;
			z-index: 9999;
		}

		#menu_miniatura #menu .links_menu_aberto{
			height: 79px;
			position: relative;
			right: 155px;
			float: right;
			z-index: 9999;
			width: 420px;
			top: 8px;
		}

		#menu_miniatura #menu .links_menu_aberto a{
			text-transform: uppercase;
			font-size: 12px;
			margin:14px 0 0 48px;
			color: #000;
			text-decoration: none;
			float: right;
			font-family: 'Open Sans', sans-serif;
			font-weight: 800;
			text-transform: uppercase;
		}

		

		#menu_miniatura #logo_menu_fechado{
			width: 93px;
			height: 105px;
			background-image: url('../publicados/imagens/logo_menu_fechado.png');
			position: fixed;
			top: 28px;
			left: 31px;
			float: left;
			z-index: 9998;
			opacity: 0;

		}

		#menu_miniatura,#menu_miniatura #menu .logo, #menu_miniatura #menu .links_menu_aberto, #menu_miniatura #menu .links_menu_aberto a, #menu_miniatura #logo_menu_fechado, #menu_miniatura  #botao_menu{ -webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);	-moz-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);	-o-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000); }


		#menu_miniatura  #botao_menu{
			opacity: 0;
			background: #FFF;
			background-position: -204px -106px;
			float: right;
			border-radius: 3px;
			z-index: 9999;
			cursor: pointer;
			width: 64px;
			height: 60px;
			top: 0px;
			right: 64px;
			position: fixed;
		}

		#menu_miniatura  #botao_menu_miniatura{
			opacity: 1;
			background: #FFF;
			background-position: -204px -106px;
			float: right;
			border-radius: 3px;
			z-index: 9999;
			cursor: pointer;
			width: 64px;
			height: 60px;
			right: 64px;
			position: fixed;
			-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
			-moz-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
			-o-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
			transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
		}

		#menu_miniatura #botao_menu_miniatura .img_menu_miniatura{
			background: url(../publicados/imagens/sprites.png);
			width: 40px;
			height: 40px;
			background-position: -205px -154px !important;
			background-size: 650px 210px !important;
			margin: 10px auto;
		}

		#menu_miniatura #botao_menu .img_menu{
			background: url(../publicados/imagens/sprites.png);
			width: 40px;
			height: 40px;
			background-position: -255px -105px !important;
			background-size: 650px 210px !important;
			margin: 10px auto;
			-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
			-moz-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
			-o-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
			transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
		}

		/*#menu_miniatura #botao_menu .img_menu:hover{
			background-position: -255px -105px !important;
		}*/



		#menu_miniatura .projects_filtro{
			width: 100%;
			height: 52px;
			background: #000;
			float: left;
			top: 60px;
			z-index: 9999;
			position: fixed;
		}

		#menu_miniatura .projects_filtro, #menu_miniatura .projects_filtro_hide, #menu_miniatura .projects_filtro_miniatura { -webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);	-moz-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000);	-o-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1.000); }

		#menu_miniatura #filtro_projeto .filtrar{
			font-family: 'Open Sans', sans-serif;
			font-weight: 600;
			font-size: 10px;
			float: left;
			margin: 18px 0 0 70px;
			color: #FFF;
			cursor: default;
		}

		#menu_miniatura #filtro_projeto a{
			font-family: 'Open Sans', sans-serif;
			font-weight: 700;
			font-size: 11px;
			margin: 18px 0 0 20px;
			float: left;
			color: #FFF;
			cursor: pointer;
			text-transform: uppercase;
			text-decoration: none;
			letter-spacing: 1px;
		}

		#menu_miniatura #filtro_projeto .tipo{
			font-family: 'Open Sans', sans-serif;
			font-weight: 700;
			font-size: 11px;
			float: left;
			color: #FFF;
			cursor: pointer;
			text-transform: uppercase;
			text-decoration: none;
			letter-spacing: 1px;
		}


	#scroll_down{
		width: 58px;
    	height: 58px;
		position: absolute;
		bottom: 50px;
		left: 50%;
		margin-left: -28px;
		background-color: #fff;
		cursor: pointer;
		z-index: 999;

		-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);

		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

		#scroll_down-inside{
			margin: 7px 13px;
			width: 32px;
			height: 45px;
			z-index: 99;
			
			background: url('../publicados/imagens/scroll_down2.png');
			background-size: 32px 45px;
			
			-webkit-transition: opacity 0.5s;
			-moz-transition: opacity 0.5s;
			-o-transition: opacity 0.5s;
			transition: opacity 0.5s;
		}


/* ----------- FOOTER AND BACK TO THE TOP ----------- */
	footer{
		position: relative;
		width: 100%;
		height: 83px;
		float: left;
		overflow: hidden;
		background-color: #fff;
	}

		#footer_left,
		#footer_right { 
			position: absolute;
			top: 34px;

			font-family: 'Open Sans', sans-serif;
			font-weight: 600;
			font-size: 10px;
			letter-spacing: 4.5px;
			color: #999999;
		}

		#footer_left {
			margin-right: 30px; 
			right: 50%;
			text-align: right;
		}

		#footer_right {
			margin-left: 30px; 
			left: 50%;
		}

		#footer_middle {
			margin: 20px auto;
			width: 34px;
			height: 40px;
			background-image: url('../publicados/imagens/footer_logo.jpg');
			background-size: cover;
		}

		#back_top,
		#back_top_mobile{
			width:61px;
			height:56px;
			background: url('../publicados/imagens/botao_up.png');
			background-size: 61px 56px;
			position: fixed;
			bottom: -60px;
			left: 50%;
			margin-left: -30.5px;
			opacity: 0;
			z-index: 9998;
			cursor: pointer;
			-webkit-transition: opacity 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000), bottom 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
			-moz-transition: opacity 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000), bottom 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
			-o-transition: opacity 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000), bottom 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
			transition: opacity 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000), bottom 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		}

		#back_top_mobile {
			display: none;
		}

		.ativo_backtop{
			bottom: 110px !important;
			opacity: 1 !important;
			-webkit-transition: opacity 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000), bottom 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
			-moz-transition: opacity 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000), bottom 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
			-o-transition: opacity 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000), bottom 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
			transition: opacity 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000), bottom 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		}

	#assinatura{
		width:41px;
		height:46px;
		background: url('../publicados/imagens/assinatura.png');
		background-size: 41px 46px !important;
		position: relative;
		margin: 0px;
		float: right;
		top: -64px;
		right: 52px;
		-webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
		-moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
		-o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
		transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}
	

@media screen and (max-width: 1366px) {
	
	#texto_clients{
		font-size: 102px;
		line-height: 112px;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		color: #FFF;
		position:absolute;
		top: 50%;
		left: 50%;
		margin: -122px 0 0 -447px;
		width: 895px;
		height: 245px;
	}
	
	.risco_clients{
		top: 60px;
		left: 245px;
	}

	#redes_sociais_home a img{
		margin: 20% 0 0 20%;
		width: 58%;
	}

		#frases_contato_home{
			height: 385px;
		}
		.read_more{
			right: 130px;
			top: 130px;
		}

	#linha1{
		height: 384px;
		min-height: 384px;
	}

	.frase_next{
		font-size: 60px;
		line-height: 60px;
		width: 410px;
	}

	.frase_contato{
		font-size: 60px;
		line-height: 60px;
		width: 435px;
	}

	.frase_contato a{
		margin-top: 19px;
	}

	#news_redes_home{
		height: 320px;
	}

	.newsletter{
		height: 320px;
	}

	#redes_sociais_home{
		height: 320px;
	}
	.redes_sociais a img{
		margin: 19% 0 0 13%;
		width: 175px;
	}

	.newsletter h1{
		margin: 90px 0 0 70px;
		font-size: 25px;
	}

	.newsletter h2{
		font-size: 12px;
		margin: 0px 0 0 70px;
	}

	.newsletter input{
		width: 240px;
		height: 30px;
		font-size: 12px;
		margin: 15px 0 0 70px;
	}

	.newsletter button{
		width: 60px;
		height: 30px;
		font-size: 10px;
	}

	.redes_sociais{
		height: 320px;
	}

	.behance{
		height: 160px;
	}

	.facebook{
		height: 160px;
	}

	.instagram{
		height: 160px;
	}

	.pinterest{
		height: 160px;
	}

	#contato{
		min-height: 705px;
	}
}

@media screen and (max-width: 1280px) {

	#menu_hide #menu .links_menu_aberto, 
	#menu_open #menu .links_menu_aberto,
	#menu_miniatura #menu .links_menu_aberto {
		right: 155px;
	}
	
	#menu_hide #botao_menu,
	#menu_open #botao_menu,
	#menu_miniatura #botao_menu,
	#botao_menu_miniatura {
		margin-right: -15px;
	}
}

@media screen and (max-width: 1124px){

	#texto_clients{
		font-size: 72px;
		line-height: 82px;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		color: #FFF;
		position:absolute;
		top: 50%;
		left: 50%;
		margin: -122px 0 0 -322px;
		width: 645px;
		height: 245px;
	}
}

@media screen and (min-width: 1024px){

	#menu_hide #botao_menu:hover .img_menu{
		background-position: -255px -105px !important;
	}

	#menu_hide #menu .links_menu_aberto a:hover { 
		color: #b8ac90; 
	}

	#menu_hide #logo_menu_fechado:hover{
		width: 310px;
	}

	#menu_open #menu .links_menu_aberto a:hover{ 
		color: #b8ac90; 
	}

	#menu_open #botao_menu:hover .img_menu{
		background-position: -255px -105px !important;
	}

	#menu_miniatura #menu .links_menu_aberto a:hover{ 
		color: #b8ac90; 
	}

	#menu_hide #logo_menu_fechado:hover{
		width: 310px;
	}

	#assinatura:hover{
		background: url('../publicados/imagens/assinatura_hover.png');
		-webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
		-moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
		-o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
		transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}
}


@media screen and (max-width: 1024px){

	#menu_hide #logo_menu_fechado,
	#menu_open #logo_menu_fechado {
		top: 23px;
		margin-left: -4px;
		width: 76px;
		height: 90px;
	}

	#menu_hide #menu .logo,
	#menu_open #menu .logo {
		width: 150px;
	}

	#menu_miniatura #menu .logo {
		width: 130px;
	}

	#menu_hide #menu .links_menu_aberto,
	#menu_open #menu .links_menu_aberto {
	    right: 120px;
	}

	#menu_hide #botao_menu,
	#menu_open #botao_menu,
	#menu_miniatura #botao_menu {
		margin-right: -25px;
		width: 55px;
		height: 53px;
	}

	#menu_hide #botao_menu,
	#menu_open #botao_menu {
		top: 36px;
	}

	.img_menu { 
		transition: none !important;
	}

	#botao_menu_miniatura {
		margin-right: -32px;
	}

		#menu_hide #botao_menu .img_menu,
		#menu_open #botao_menu .img_menu {
			margin: 8px auto;
			transform: scale(0.9);
		}
}


@media screen and (max-width: 768px) and (max-height: 450px) {

	#menu_mobile {
		overflow-y: scroll;	
	}
}


@media screen and (max-width: 768px) {

	#preloader{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: scale(.83);
	}

		#preloader:after{ 
			content: '';
			position: absolute;
			right: 0px;
			bottom: -1px;
			left: 0px;
			border-bottom: 1px solid #fff;
		}

	#menu_hide,
	#menu_open,
	#menu_miniatura {
		top: 0px;
		height: 0px !important;
	}

		#menu_open #logo_menu_fechado,
		#menu_hide #logo_menu_fechado,
		#menu_miniatura #logo_menu_fechado {
			top: 19px;
			margin-left: -8px;
			width: 65px;
			height: 76px;
		}

		#menu_open #logo_menu_fechado,
		#menu_miniatura #logo_menu_fechado {
			opacity: 1;
		}

		#menu {
			display: none;
		}


		#menu_mobile {
			display: block;
			position: fixed;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			overflow-x: hidden;
			z-index: 9999;
		}

		#menu_hide #menu_mobile {
			pointer-events: none;
		}

			#menu_mobile_bg {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 100%;
				height: 100%;
				background-color: rgba(31,31,31,.8);
				transition: opacity .5s;
			}

			#menu_hide #menu_mobile_bg {
				opacity: 0;
			}

			#menu_mobile_inner {
				position: relative;
				float: right;
				width: 286px;
				max-width: calc(100% - 92px);
				height: 100%;
				min-height: 450px;
				background-color: #fff;
				transition: transform .5s cubic-bezier(0.215, 0.61, 0.355, 1);

				font-family: 'Open Sans', sans-serif;
				font-size: 15px;
			}

			#menu_hide #menu_mobile_inner {
				transform: translateX(100%);
				transition-duration: .4s;
			}

				#menu_mobile_top {
					margin: 24px 23px;
					padding: 10px;

					font-weight: 300;
					line-height: 170%;
				}

					#menu_mobile_top span {
						font-size: 16px;
						font-weight: 800;
					}

				
				#menu_mobile_middle {
					margin: 42px 23px;
				}

					#menu_mobile_middle a {
						display: block;
						padding: 10px;
						margin-bottom: 18px;

						font-weight: 700;
						text-decoration: none;
						color: #000;
					}

				#menu_mobile_bottom {
					position: absolute;
					left: 24px;
					bottom: 35px;
				}

					#menu_mobile_bottom a {
						float: left;
						margin-right: 10px;
						width: 40px;
						height: 40px;
						background-position: center;
						background-repeat: no-repeat;
					}

						#menu_mobile_bottom a:nth-child(1) { background-image: url('../publicados/imagens/menu_mobile_bottom1@2x.jpg'); background-size: 20.5px auto; }
						#menu_mobile_bottom a:nth-child(2) { background-image: url('../publicados/imagens/menu_mobile_bottom2@2x.jpg'); background-size: 21.5px auto; }
						#menu_mobile_bottom a:nth-child(3) { background-image: url('../publicados/imagens/menu_mobile_bottom3@2x.jpg'); background-size: 22px auto; }
						#menu_mobile_bottom a:nth-child(4) { background-image: url('../publicados/imagens/menu_mobile_bottom4@2x.jpg'); background-size: 25px auto; margin-right: 0px; }


		#menu_hide #botao_menu,
		#menu_open #botao_menu,
		#menu_miniatura #botao_menu {
			top: 33px !important;
			margin-right: -30px;
			right: 63px !important;
			width: 47px;
			height: 48px;
		}

		#menu_miniatura #botao_menu {
			opacity: 1 !important;
		}

		#botao_menu_miniatura {
			display: none;
		}

		#menu_open #botao_menu,
		#menu_miniatura #botao_menu {
			box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15)
		}

			#menu_hide #botao_menu .img_menu,
			#menu_open #botao_menu .img_menu,
			#menu_miniatura #botao_menu .img_menu {
				margin: 5px auto;
				transform: scale(0.8);
			}

			#menu_open #botao_menu .img_menu,
			#menu_miniatura #botao_menu .img_menu {
			    background-position: -255px -105px !important;
			}

	#scroll_down {
		bottom: 30px;
	}

	#back_top {
		display: none !important;
	}

	#back_top_mobile {
		position: absolute;
		display: block;
		opacity: 1;
		bottom: 72px;
	}

	footer {
		overflow: visible;
	}
}


@media screen and (max-width: 767px) {

	#assinatura {
		display: none;
	}
}


@media screen and (max-width: 656px) {

	#footer_middle, #footer_right {
		display: none;
	}

	#footer_left {
		width: 280px;
		margin-right: -140px;
		text-align: center;
	}
}


@media screen and (max-width: 544px) {

	#preloader{
		transform: scale(.7);
	}
	
	#menu_open #logo_menu_fechado,
	#menu_hide #logo_menu_fechado,
	#menu_miniatura #logo_menu_fechado {
		top: 16px;
		margin-left: -13px;
		width: 54px;
		height: 63px;
	}

	#menu_hide #botao_menu,
	#menu_open #botao_menu,
	#menu_miniatura #botao_menu {
		top: 23px !important;
		margin-right: -39px;
		width: 41px;
		height: 42px;
	}

		#menu_hide #botao_menu .img_menu,
		#menu_open #botao_menu .img_menu,
		#menu_miniatura #botao_menu .img_menu {
			margin: 2px auto;
			transform: scale(0.7);
		}

	#menu_mobile_top {
		margin: 11px 23px;
	}


	#scroll_down {
		width: 40px;
		height: 43px;
		margin-left: -20px;
	}

		#scroll_down-inside {
			margin: 9px 8px;
			width: 25px;
			height: 23px;
			background-size: 25px auto;
		}


	#back_top_mobile {
		width: 40px;
		height: 43px;
		bottom: 62px;
		margin-left: -20px;
		border-radius: 3px;
		background-image: url('../publicados/imagens/botao_up_mobile.jpg');
		background-position: center;
		background-size: 17px 17px;
		background-repeat: no-repeat;
		background-color: #fff;
		-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	}
}


@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (   -moz-min-device-pixel-ratio: 1.5),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 1.5),
only screen and (                min-resolution: 2dppx) {

	#preloader{
		background-image: url('/publicados/imagens/sprite_loader@2x.png');
	}

	#preloader_inner{
		background-image: url('/publicados/imagens/MMJ_inicio@2x.gif');
	}

	#scroll_down-inside{
		background-image: url('../publicados/imagens/scroll_down2@2x.png');
	}

	#menu_hide #menu .logo,
	#menu_open #menu .logo,
	#menu_miniatura #menu .logo {
		background-image: url('../publicados/imagens/logo_menu_aberto@2x.png');
	}

	#menu_hide #logo_menu_fechado,
	#menu_open #logo_menu_fechado,
	#logo_menu_fechado {
		background-image: url('../publicados/imagens/logo_menu_fechado@2x.png');
	}

	#menu_hide #botao_menu .img_menu,
	#menu_open #botao_menu .img_menu,
	#menu_miniatura #botao_menu_miniatura .img_menu_miniatura,
	#menu_miniatura #botao_menu .img_menu {
		background: url('../publicados/imagens/sprites@2x.png');
	}

	#back_top,
	#back_top_mobile{
		background-image: url('../publicados/imagens/botao_up@2x.png');
	}

	#assinatura{
		background-image: url('../publicados/imagens/assinatura@2x.png');
	}

}


@media
only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1024px),
only screen and (   -moz-min-device-pixel-ratio: 1.5) and (min-width: 1024px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 1024px),
only screen and (        min-device-pixel-ratio: 1.5) and (min-width: 1024px),
only screen and (                min-resolution: 2dppx) and (min-width: 1024px) {
	
	#assinatura:hover{
		background-image: url('../publicados/imagens/assinatura_hover@2x.png');
	}
}


@media
only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 544px),
only screen and (   -moz-min-device-pixel-ratio: 1.5) and (max-width: 544px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (max-width: 544px),
only screen and (        min-device-pixel-ratio: 1.5) and (max-width: 544px),
only screen and (                min-resolution: 2dppx) and (max-width: 544px) {
	
	#back_top_mobile {
		background-image: url('../publicados/imagens/botao_up_mobile.jpg');
	}
}