body[class*="page-landing-page"]{
	background: #fafafa;
}

body[class*="page-landing-page"] .geral_wrapper{
	background: #fff;
	margin: 15px 0;
	border-radius: 15px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

body[class*="page-landing-page"] .rodape,
body[class*="page-landing-page"] .topo_wrapper .menu_principal,
body[class*="page-landing-page"] .topo_wrapper .menu_principal_mobile,
body[class*="page-landing-page"] .topo_wrapper .page-title,
body[class*="page-landing-page"] .topo_wrapper .login{
    display:none !important;
}
body[class*="page-landing-page"] .topo_wrapper{
    height:auto;
}
body[class*="page-landing-page"] .topo_wrapper .backdrop{
	display:none;
}

body[class*="page-landing-page"] .topo_wrapper.page{
	background: none;
}

body[class*="page-landing-page"] .topo_wrapper .logo{
	float:left;
	width: 100%;
	text-align:center;
}

body[class*="page-landing-page"] .module_wrapper .module{
	padding: 20px;
}

body[class*="page-landing-page"] .module:nth-last-child(2){
	border-radius: 0 0 15px 15px;
} 

body[class*="page-landing-page"] .module_backdrop{
	display:none !important;
}

body[class*="page-landing-page"] .modules_wrapper .module .title .title_content{
	margin-bottom: 0px;
}