

	.fw{width:100%; float:left;}
	.titulo{font-family:'Maven Pro', sans-serif; font-weight:700; letter-spacing:-.03em; color:#145f76;}
	
	#header-web .dropdown-menu{min-width:200px; text-align:left;}

/*
body{}
	
	.btn-info{border-color:#e73940; background:#e73940;}
	
	#menu-toggle{position:absolute; top:15px; left:10px; width:45px; height:45px; margin:0; float:left; border:3px #e63a41 solid; border-radius:50%;}
		#menu-toggle .icon-bar{background:#e63a41;}

	.titulo{font-weight:800; letter-spacing:-.03em; text-transform:uppercase; color:#333;}


	#header-web{position:relative; z-index:2; width:100%; padding:15px 0; float:left; text-align:center; box-shadow:0 0 7px rgb(0 0 0 / 20%) !important; background:#fff;}
		#header-web .logo-brand{display:inline-block;}		
	#footer-web{width:100%; float:left; color:#fff; background:#e73940;}
		#footer-web .col-flex{display: flex; align-items: center;}
		#footer-web  img{width:90px; height:auto; margin-right:30px;}	
	#fixed-aside-screen{position:fixed; bottom:1em; right:1em}
		#fixed-aside-screen img{width:50px; height:auto;}


	.page.w-aside > aside,
	.step-point.active span{background:#e73940;}
		
		
		
		 
		
		
*/
	#wrapper { padding-left: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
		#wrapper.toggled {padding-left: 320px;}
			#sidebar-wrapper {z-index: 1000; position: fixed; left: 320px; width: 0; height: 100%; margin-left: -320px; overflow-y: auto; background: #fff; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;	transition: all 0.5s ease;}
			#wrapper.toggled #sidebar-wrapper {width: 320px;}
		#page-content-wrapper {width: 100%;position: absolute;padding: 0;}
		#wrapper.toggled #page-content-wrapper {position: absolute; right:0;}
		#sidebar-wrapper  .sidenav-menu-mvl{}
			.sidebar-nav {position: absolute; top:0; width:100%; padding:28px 24px !important; list-style: none;}
			.sidebar-nav .img-responsive{margin-top:4px; margin-bottom:24px;}								
			#sidebar-wrapper li a{display:block; width:100%; margin-bottom:2px; float:left; padding:8px 11px; font-size:.9em; color:#fff; background:#3281a0;}
			#sidebar-wrapper li a:hover{background:#f41b86;}
			#sidebar-wrapper  .sidenav-menu-mvl .dropdown-simple{width:225px; padding:14px 8px; background:#fff;}
				#sidebar-wrapper  .sidenav-menu-mvl .dropdown-simple li a{color:#07051d; border-bottom:#ccc 1px solid; background:#fff; }				
		@media(min-width:3000px) {
			#wrapper.toggled {overflow:hidden;padding-left: 0;}
			#sidebar-wrapper {}
			#wrapper.toggled #sidebar-wrapper { width: 0; }
			#page-content-wrapper {padding: 0; position: relative; }
			#wrapper.toggled #page-content-wrapper { position: relative; margin-right: 0; }
		}	
		@media(max-width:3000px) {
			#wrapper.toggled #menu-toggle-close{z-index:101; position:fixed; top:0; right:0; bottom:0; left:0; background-color: rgba(33,33,33,.48);}
		}	
