*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
   font-family: neosansprolight;
   src: url(../font/neo_sans_pro_light.ttf);
}

body {
	background: #646469;
	cursor: default;
	height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-family:neosansprolight;
	color:black;
	text-align: center;
}
  
.container {
	margin-right: auto;
	margin-left: auto;
	background: url(../img/resource/fundo.jpg);
    background-repeat: no-repeat;
}

.container:after {
	content: "";
	height: 0;
	display: block;
	overflow: hidden;
	clear: both;
}

#principal{
	width: 100%;
}

img,picture,video,embed {
   max-width: 100%;
}

/** CABEÇALHO **/
.header {
	width: 100%;
	height: 38px;
	z-index: 1;
	top: 0;
	padding: 3px 20px 2px 20px;
}

/** IMAGEM EMPRESA FÁCIL **/
.header .logo {
   width: 9.375%; /* 150px / 1600px */
   float: left;
}

.header strong{
	font-size: 1.4em;
	margin-left: 10%;
}
/** DADOS DO ACESSO E LOGOUT **/
.menu {
	width: 25%;
	float: right;
}

.menu ul {
    float: right;
}

.menu li {
    font-size: 0.70em;
    margin-left: 1em;
    display: inline-block;
}

.menu li a {
	color: white;
	text-decoration: none;
}

#fullpage{
	max-height:99%;
}

/** RODAPÉ **/
.footer {
	bottom: 0;
    position: absolute;
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #646469;
	color: #ffd100;
	height: 30px;
	font-size: 0.90em;
}

.footer p{
	padding:0;
	margin: 2px 0 0 0;
}

.clearfix:before,
.clearfix:after {
   content: " ";
   display: table;
}
 
.clearfix:after {
   clear: both;
}
 
.clearfix {
   z-index:1;
}