body, html {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow: inherit; /* Adicionado para evitar o problema da barra scroll duplicada */
}

@media (max-width: 1100px) {
	body, html {
		overflow-x: visible;
	}
}

@media only screen and (min-width : 1100px) {
	#area-conteudo {
		overflow: hidden;
	}
}

@media (max-width : 1100px) {
	.conteudo {
		overflow: hidden;
	}
}

@media (max-width : 1100px) and (orientation: landscape) {
	#janela-modal-referencias {
		font-size: 12px;
		width: 800px;
	}
}

/* Início carregando */
#carregando {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 10000;
}

#carregando-spinner {
	position: fixed;
	border: 10px solid #f3f3f3;
	border-top: 10px solid #0096D8;
	border-bottom: 10px solid #50B748;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	top: 35%;
	left: 50%;
	transform: translate(-35%,-50%);
	-webkit-animation: spin 1.2s linear infinite;
	animation: spin 1.2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/* Fim carregando */

sup {
	font-size: 0.6em;
	font-weight: bold;
}

#topo {
	width: 100%;
	min-width: 1100px;
	height: 148px;
	background-color: #000000;
}

#topo-conteudo {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

#topo-fundo-area-evc {
	position: absolute;
	width: 100%;
	min-width: 1100px;
	height: 54px;
	background-color: #33BAC7;
	border-bottom: 4px solid #B9CF1E;
}

#logo-evc-topo {
	position: absolute;
	top: 15px;
	left: 22px;
	width: 373px;
}

#logo-flux {
	position: absolute;
	top: 76px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 106px;
}

#menu {
	height: 58px;
}

#progresso {
	display: none;
	width: 0%;
	height: 2px;
	background-color: #0000FF;
}

#limites-conteudo {
	position: relative;
	margin: 0 auto;
	width: 1100px;
	height: 6232px;
	/*border: 1px solid red;*/
}

#rodape {
	width: 100%;
	min-width: 1100px;
	height: 240px;
	background-color: #121212;
}

#rodape-conteudo {
	position: relative;
	max-width: 1100px;
	min-width: 780px;
	margin: 0 auto;
}

#link-versao-para-impressao,
#link-creditos {
	position: absolute;
}

#link-o-que-e-o-flux {
	position: absolute;
	width: 105px;
	height: 79px;
	top: 80px;
	left: 50px;
	overflow: hidden;
	background: url("../imagens/bt_o_que_e_o_flux.png") no-repeat top center;
}

#link-o-que-e-o-flux:hover {
	background-position: bottom center;
}

#rodape-logos {
	position: absolute;
	width: 530px;
	height: 60px;
	top: 90px;
	right: 60px;
}

#logo-evc-rodape {
	position: absolute;
	top: 18px;
	left: 0;
}

#logo-flux-rodape {
	position: absolute;
	top: 8px;
	left: 113px;
}

#rodape-dot-separador-1 {
	position: absolute;
	top: 20px;
	left: 85px;
	color: #FFFFFF;
}

#rodape-dot-separador-2 {
	position: absolute;
	top: 20px;
	left: 205px;
	color: #FFFFFF;
}

#logo-cefor-cd {
	position: absolute;
	top: 12px;
	left: 235px;
	width: 290px;
}

.elemento-position-absolute {
	position: absolute;
}

p.sem-margens {
	margin: 0;
}

img {
	border: 0;
}

.tela {
	width: 100%;
}

.conteudo {
	position: relative;
	width: 1100px;
	height: 100%;
	box-sizing: border-box;
	/*border: 1px solid red;*/
	margin: 0 auto;
}

.so-para-leitor-de-tela {
	position: absolute;
	opacity: 0;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

.botao-libras {
	position: absolute;
	background: url(../imagens/icone_libras.png) no-repeat;
	width: 66px;
	height: 66px;
	cursor: pointer;
	padding: 0;
	box-sizing: content-box;
	border: none;
}

.botao-surdez {
	position: absolute;
	width: 66px;
	height: 66px;
	background: url(../imagens/icone_surdez.png) no-repeat;
	cursor: pointer;
	padding: 0;
	box-sizing: content-box;
	border: none;
}

.icone-tick {
	background: url(../imagens/tick.png) no-repeat;
}

.icone-cross {
	background: url(../imagens/cross.png) no-repeat;
}

.icone-tick,
.icone-cross {
	display: inline-block;
	width: 16px;
	height: 16px;
}

.icone-certo {
	background: url(../imagens/certo.png) no-repeat;
}

.icone-errado {
	background: url(../imagens/errado.png) no-repeat;
}

.icone-certo,
.icone-errado {
	display: inline-block;
	width: 22px;
	height: 22px;
}

#voltar-para-o-topo {
	position: fixed;
	width: 48px;
	height: 48px;
	right: 20px;
	bottom: 20px;
	opacity: 0.5;
	cursor: pointer;
	background: url(../imagens/ir_para_o_topo.png) no-repeat;
	z-index: 9999;
}

#voltar-para-o-topo:hover {
	opacity: 1;
}

#referencias {
	display: none;
	bottom: 0; /* Para não afetar o layout do FLUX */
}

#janela-modal-referencias {
	word-wrap: break-word; /* Para fazer word wrap em texto com link. */
}

#janela-modal-referencias h2 {
	margin-top: 0;
}

#janela-modal-referencias p:nth-of-type(8) {
	margin-bottom: 0;
}

#ver-referencias {
	position: fixed;
	right: 0;
	top: 50%;
	background-color: #909090;
	padding: 10px 10px 10px 14px;
	letter-spacing: 4px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 0 0 10px 10px;
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari 3-8 */
	transform: rotate(90deg);
	-ms-transform-origin: right top; /* IE 9 */
	-webkit-transform-origin: right top; /* Safari 3-8 */
	transform-origin: right top;
	cursor: pointer;
	opacity: 0.6;
	z-index: 101;
}

#ver-referencias:hover {
	opacity: 1;
}

.versao-beta {
	display: none;
	position: absolute;
	width: 30px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	left: 86px;
	right: 0;
	margin: 0 auto;
	top: 125px;
}

#aviso-compatibilidade {
	position: fixed;
	z-index: 11000;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.95);
	display: none;
}

#aviso-texto {
	position: absolute;
	width: 480px;
	height: 190px;
	padding: 40px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #F1F1F1;
	font-size: 20px;
}

#aviso-compatibilidade-fechar {
	position: absolute;
	top: -16px;
	right: -16px;
	background: url(imagens/bt_fechar.png) no-repeat;
	width: 46px;
	height: 46px;
	cursor: pointer;
	padding: 0;
	box-sizing: content-box;
	border: none;
}

.mostrar-movimento {
	position: absolute;
	width: 15px;
	height: 60px;
	background-color: #F39200;
	z-index: 102;
	top: 5%;
	display: none;
}
