body {
	overflow-x: hidden;
}

.conteudo-menu {
	box-sizing: border-box;
	margin: 130px 0px 0 45px;
	position: relative;
}

/* Funcionamento do menu */
[role=navigation]{
	display: block; /* O DISPLAY DEVE FICAR NONE NO DESKTOP E TABLER E SÓ ALTERAR PARA BLOCK NO CELULAR */

	/*display: block;  SÓ ESTÁ BLOCK AGORA PRA DEMONSTRAÇÃO */
}

#menuToggle{
	display: block;
	float: right;
	margin-top: 0;
	position: relative;
	right: -80px;
	user-select: none;
	z-index: 9999;
	-webkit-user-select: none;
}

/*
.topo-menu{
	background: #FFFFFF;
	box-shadow: 0px 0px 49px rgba(0, 0, 0, 0.1);
	margin-bottom: 60px;
	height: 143px;
	width: 100%;
}

.topo-menu img{
	margin-top: 29px;
}
*/

#menuToggle input[type='checkbox']{
	cursor: pointer;
	display: block;
	height: 32px;
	left: -5px;
	opacity: 0; /* hide this */
	position: absolute;
	top: -7px;
	width: 40px;
	z-index: 2; /* and place it over the hamburger */
	-webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
	display: block;
	width: 24px;
	height: 1px;
	margin-bottom: 7px;
	position: relative;
	background: #eeeeee;
	transform-origin: 4px 0px;
	transition: 
		transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), 
		background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), 
		opacity 0.55s ease;
	z-index: 1;
}

header#alt-top #menuToggle span { background: #ededed }

#menuToggle span:first-child { transform-origin: 0% 0%; }

#menuToggle span:nth-last-child(2) { transform-origin: 0% 100%; }

/*
 * Make this absolute positioned
 * at the top left of the screen
 */

#menu-cel {
	-webkit-font-smoothing: antialiased;
	background: linear-gradient(15deg, #2C2C2C 0%, #000000 100%);
	box-sizing: border-box;
	display: none;
	padding-top: 42px;
	position: fixed;
	right: 0;
	top: 0;
	transform-origin: 0% 0%;
	transform: translate(100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	overflow-y: scroll;
	width: 30%;
}

#menu-cel #links li {
	box-sizing: border-box;
	list-style: none;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 25px;
	letter-spacing: 0.08em;
	padding: 0px 100px;
	color: #fff;
	text-transform: uppercase;
}

#menu-cel #links li.main {
	font-weight: bold;
	font-size: 16px;
	color: #D8E0F1;
}

#menu-cel #links li.sub {
	font-weight: 400;
	font-size: 14px;
	color: #969393;
}

#menu-cel #links a:hover { text-decoration: none; }

#menu-cel #links hr {
	border: 1px solid #383838;
	margin: 1rem 55px 1rem 100px;
	width: 35%;	
}

#menu-cel #login { 
	display: none; 
	padding: 205px 195px 0 85px;
}

#menu-cel #login .title {
	color: #EEEEEE;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 5px;
	width: 100%;
}

#menu-cel #login .field {
    background-clip: content-box, border-box;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #24A1E8 0%, #3749F2 48.44%, #9168E7 98.96%);
    background-origin: border-box;
    box-shadow: 1px 27px 1px #131313 inset;
    height: 29px;
    margin-bottom: 20px;
    margin-top: 35px;
    width: 100%;
}

#menu-cel #login .field input[type='password'],
#menu-cel #login .field input[type='email'] {
    color: #e4e4e4;
    background: transparent;
    border: none;
    font-size: 13px;
    padding-left: 10px;
	width: 90%;
}

#menu-cel #login .field svg { stroke: #fff; }

#menu-cel #login .field svg .user { 
	fill: #fff;
	stroke: #fff; 
}

#menu-cel #login a {
	color: #696969;
	font-size: 12px;
	line-height: 40px;
	text-decoration-line: underline;
}

#menu-cel #login .btn {
    background: #fff;
    border: none;
    border-radius: 35px;
    box-shadow: none;
    color: #212121;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 65px;
    padding: 9px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#menu-cel #login .btn svg { 
	fill: #212121;
	margin-left: 5px;
}

#menu-cel #login .btn:hover,
#menu-cel #login .btn:focus {
    background: transparent;
    color: #fff;

    box-shadow: inset 0px 0px 0px 1.5px #fff;
    -webkit-box-shadow: inset 0px 0px 0px 1.5px #fff;
    -moz-box-shadow: inset 0px 0px 0px 1.5px #fff;
}

#menu-cel #login .btn:hover svg,
#menu-cel #login .btn:focus svg { fill: #fff }



#menu-cel #registration { 
	display: none; 
	padding: 205px 195px 0 85px;
}

#menu-cel #registration .title {
	color: #EEEEEE;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 5px;
	width: 100%;
}

#menu-cel #registration .field {
    background-clip: content-box, border-box;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #24A1E8 0%, #3749F2 48.44%, #9168E7 98.96%);
    background-origin: border-box;
    box-shadow: 1px 27px 1px #131313 inset;
    height: 29px;
    margin-bottom: 20px;
    margin-top: 35px;
    width: 100%;
}

#menu-cel #registration .field input[type='password'],
#menu-cel #registration .field input[type='email'],
#menu-cel #registration .field input[type='text'] {
    color: #e4e4e4;
    background: transparent;
    border: none;
    font-size: 13px;
    padding-left: 10px;
	width: 90%;
}

#menu-cel #registration .field svg { stroke: #fff; }

#menu-cel #registration .field svg .user { 
	fill: #fff;
	stroke: #fff; 
}

#menu-cel #registration a {
	color: #696969;
	font-size: 12px;
	line-height: 40px;
	text-decoration-line: underline;
}

#menu-cel #registration .btn {
    background: #fff;
    border: none;
    border-radius: 35px;
    box-shadow: none;
    color: #212121;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 65px;
    padding: 9px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#menu-cel #registration .btn svg { 
	fill: #212121;
	margin-left: 5px;
}

#menu-cel #registration .btn:hover,
#menu-cel #registration .btn:focus {
    background: transparent;
    color: #fff;

    box-shadow: inset 0px 0px 0px 1.5px #fff;
    -webkit-box-shadow: inset 0px 0px 0px 1.5px #fff;
    -moz-box-shadow: inset 0px 0px 0px 1.5px #fff;
}

#menu-cel #registration .btn:hover svg,
#menu-cel #registration .btn:focus svg { fill: #fff }