/* CSS Document */
@import url('normalize.css');
@import url('bootstrap.min.css');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Verdana, Geneva, sans-serif
}

header {
	width: 100%;
	height: 100px;
	background: white;
	
	font-size: 20px;
	position: fixed;
	z-index: 11;
	
}

.lnr-menu {
	font-size: 30px;
	position: absolute;
	
	color: #2f3035;
	border: 1px solid transparent;
	transition: all 300ms;
	padding: 2px;
	cursor: pointer;
	bottom: 10px;
}
.display {
	background: #fff3904F; /* fallback for old browsers */
	
	display: block;
	background-color: #fff;
	height: 100vh;
	position: relative;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	justify-content: center;
	align-items: center;
}
.lnr-menu:hover {
	border: 1px solid #ed4f0a;
	
}

.menu {
	width: 200px;
	height: 100vh;
	background: white;
	position: fixed;
	top: 93px;
	left:10px;
	z-index: 9;
	overflow: auto;
}

.line {
	margin-top: 10px;
	padding: 15px;
	transition: all 600ms;
}

	.line:hover {
		
		
	}


	.line label {
		color: #2f3035;
		font-size: 20px;
		cursor: pointer;
		transition: all 600ms;
	}
		.line label:hover {
			color: #ed4f0a;
			cursor: pointer;
		}
	.line font {
		margin-left: 30px;
		font-size: 12px;
		font-weight: 100;
	}

main {
	position: absolute;
	left: 200px;
	padding: 5px;
	top: 100px;
	width: 100%;
	background: white;
	transition: all 250ms;
	z-index: 4;
}

article {
}

.menu-show {
	width: 40px;
}

iframe {
	text-align: left;
	top: 10px;
	border: none;
	height: 100vh;
	width:100%;
	background-color: #363636;
	margin-left: 0px;
	background: white;
	padding: 0px;
	
}

.main-move {
	left: 35px;
}


.Titulo_Header {
	margin-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12pt;
	color: #2f3035;
	bottom:20px;
	left:180px;
	position:absolute;
}
.Titulo_Header_rigth {
	margin-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #fff;
	right: 50px;
	top:20px;
		position: absolute;
}
.logo {
	position:absolute;
	width: 100px;
	margin-left: 30px;
	bottom:20px;
	left:30px;
}
.logo_invitado {
	position: absolute;
	width: 50px;
	margin-left: 30px;
	bottom: 20px;
	right: 150px;
}
.Pie_de_header {
	background:#ed4f0a; 
	height:5px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
.top_de_header {
	background: #2f3035;
	height: 35px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.login {
	width: 350px;
	height: 450px;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	padding: 17px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 2px 2px 10px #000000;
	background: white;
}
.centrador{
	text-align:center;
	
}
.img-login {
	position: relative;
	
	
}
@media(max-width: 400px){
	.login{
		width:90%;
	}


}