﻿/* RESET
----------------------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	background: none transparent;
	border: medium none;
	font-family: Verdana;
	outline: none;
	color: #3e4294;
}
html {
	height: 100%;
}
body {
	height: 100%;
}
ul,
ol {
	list-style: none outside none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
::selection {
	color: #fff;
	background: #332f56;
}
::-moz-selection {
 color:#fff;
 background:#332f56;
}
:active:not(textarea), :focus:not(textarea), ::-moz-focus-inner:not(textarea) {
 outline: none;
 border: medium none;
}
button {
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
/* ESTRUTURA
-----------------------------------------------------------*/
body {
	background: none repeat scroll 0 0 #342F57;
}
body .wr-site {
	background: url("images/layout/bg-logado.jpg") no-repeat scroll center -47px #fff;
}
body.deslogado .wr-site {
	background: url("images/layout/bg-deslogado.jpg") no-repeat scroll center top #fff;
}
body.home .wr-site {
	background: url("images/layout/bg-home.jpg") no-repeat scroll center -47px #fff;
}
.wr-site {
	width: 1060px;
	min-height: 100%;
	margin: 0px auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.wr {
	width: 100%;
}
.wr .ct {
	width: 960px;
	margin: 0px auto;
	padding: 0px 20px;
	display: table;
	position: relative;
}
.wr-site .wr-topo {
	background: url("images/layout/bg-topo.png") no-repeat scroll left top transparent;
}
.wr-site.hd {
	background-position: center 0 !important;
}
.wr-site .wr-conteudo .ct {
	padding-top: 7px;
}
.wr-site.hd .wr-conteudo .ct {
	padding-top: 0px;
}
.wr-site .wr-topo .ct {
	height: 56px;
	display: none;
	padding: 0;
}
.wr-conteudo .ct h1 a {
	background: url("images/layout/logo-ceduc-novo.png") no-repeat scroll left top transparent;
	width: 210px;
	height: 190px;
	display: block;
	text-indent: -77777px;
	position: absolute;
	right: 50px;
	top: 50px;
	z-index: 5000;
}
.wr-topo .ct p {
	font-size: 12px;
	padding: 7px 20px 0px 0px;
	float: left;
}
.wr-topo .ct .alertas {
	margin: 12px 0px 0px 0px;
	float: left;
}
.wr-topo .ct .alertas li {
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
}
.wr-topo .ct .alertas li a {
	display: block;
	width: 24px;
	height: 23px;
	position: relative;
}
.wr-topo .ct .alertas li a.tipo1 {
	background: url("images/layout/ico-alerta-megafone.png") no-repeat scroll left top transparent;
}
.wr-topo .ct .alertas li a.tipo2 {
	background: url("images/layout/ico-alerta-aviso.png") no-repeat scroll left top transparent;
}
.wr-topo .ct .alertas li a span {
	background: #332f56;
	color: #fff;
	display: block;
	border-radius: 10px;
	position: absolute;
	bottom: -5px;
	right: -5px;
	font-size: 8px;
	padding: 2px 5px;
}
.wr-topo .ct .btn-sair {
	background: url("images/layout/btn-sair.png") no-repeat scroll right center transparent;
	font-size: 12px;
	padding: 0px 20px 0px 0px;
	position: absolute;
	right: 0px;
	top: 17px;
}
.wr-rodape .ct p {
	font-size: 12px;
	text-align: right;
	padding: 20px 0px;
}
/* CROP
-----------------------------------------------------------*/
body.crop .wr-topo {
	background: none no-repeat scroll center top transparent;
}
body.crop .wr-topo .ct-logado {
	background: url("images/layout/bg-topo-crop.png") no-repeat scroll center top transparent;
	height: 54px;
}
/* LOGIN
-----------------------------------------------------------*/
.deslogado .wr-site .wr-topo {
	background: none;
}
.wr-site .wr-topo .ct-deslogado {
	height: 400px;
	display: table;
}

.wr-topo .ct-deslogado h1 a {
    background: url("images/layout/logo-ceduc.png") no-repeat scroll left top transparent;
    width: 440px;
    height: 344px;
    display: block;
    margin: 90px auto 0px auto;
    text-indent: -77777px;
}
.wr-conteudo .pg-login {
	height: 335px;
}
.wr-conteudo .pg-login h1 {
	display: none;
}
.wr-conteudo .pg-login .fm {
	width: 300px;
	margin: 0px auto 0px auto;
}
.wr-conteudo .pg-login .fm-login {
	width: 300px;
	margin: 0px auto 0px auto;
}
.wr-conteudo .pg-login .fm-login .fm-campo {
	width: 100%;
	margin-bottom: 20px;
}
.wr-conteudo .pg-login .fm-login .fm-campo label {
	line-height: 30px;
	display: inline-block;
	width: 124px;
	text-align: right;
	font-size: 14px;
}
.wr-conteudo .pg-login .fm-login .fm-campo input {
	background: #fff;
	border: 1px solid #cecfd2;
	width: 158px;
	height: 28px;
	line-height: 28px;
	padding: 0px 5px;
}
.wr-conteudo .pg-login .fm-login .fm-campo.dif label {
	text-indent: 10px;
	text-align: left;
}
.wr-conteudo .pg-login .fm-login .fm-campo.dif input {
	float: left;
	font-size: 14px;
}
.wr-conteudo .pg-login .fm-login button {
	width: 170px;
	height: 30px;
	line-height: 30px;
	background: #332f56;
	font-size: 14px;
	color: #fff;
	margin: 0px 0px 0px 70px;
}
.wr-conteudo .pg-login .fm-login button:hover {
	background: #221e45;
}
.wr-conteudo .pg-login .fm-login .btn-esqueci {
	font-size: 14px;
	display: block;
	margin: 10px 0px 0px 70px;
	width: 170px;
	text-align: center;
}
body.deslogado .wr-rodape .ct p {
	font-size: 12px;
	text-align: center;
	padding: 20px 0px;
}
/* HOME
-----------------------------------------------------------*/
.pg-home {
	background: url("images/layout/bg-txt-home.png") no-repeat scroll 400px 70px;
}
.mn {
	width: 650px;
	height: 685px;
	position: relative;
	z-index: 100;
	float: left;
}
.mn li {
}
.mn li a {
	position: absolute;
	display: block;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: transparent;
	text-indent: -77777px;
}
.mn li a:hover,
.mn li a.ativo {
	background-position: left top;
}
.mn li a.mn-recepcao {
	background-image: url("images/layout/mn-recepcao.png");
	width: 103px;
	height: 156px;
	left: 75px;
	top: 93px;
}
.mn li a.mn-cafe-manha {
	background-image: url("images/layout/mn-cafe-manha.png");
	width: 168px;
	height: 120px;
	left: 173px;
	top: 167px;
}
.mn li a.mn-brincar {
	background-image: url("images/layout/mn-brincar.png");
	width: 146px;
	height: 61px;
	left: 318px;
	top: 322px;
}
.mn li a.mn-procedimentos {
	background-image: url("images/layout/mn-procedimentos.png");
	width: 253px;
	height: 57px;
	left: 326px;
	top: 472px;
}
.mn li a.mn-emsala {
	background-image: url("images/layout/mn-brincar-emsala.png");
	width: 182px;
	height: 83px;
	left: 166px;
	top: 276px;
}
.mn li a.mn-navaranda {
	background-image: url("images/layout/mn-brincar-navaranda.png");
	width: 215px;
	height: 30px;
	left: 224px;
	top: 425px;
}
.mn li a.mn-noparque {
	background-image: url("images/layout/mn-brincar-noparque.png");
	width: 195px;
	height: 30px;
	left: 237px;
	top: 464px;
}
.mn-back {
	position: fixed;
	left: 52%;
	 top: 530px;
	z-index: 200;
}
.mn-back li {
	position: relative;
	left: 0px;
}
.mn-back li:first-child {
	left: -30px;
}
.mn-back li a {
	background: url("images/layout/seta-back.png") no-repeat scroll left top transparent;
	display: block;
	line-height: 18px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 15px 0px;
	font-size: 14px;
}
.fotos-ondulado {
    width: 100px;
    position: fixed;
    top: 270px;
	  left: 50%;
    z-index: 1000;
	display: none;
}
.fotos-ondulado li {
	/*width: 135px;
	height: 90px;
	position: absolute;*/
}
.fotos-ondulado li a {
	display: block;
	position: relative;
}
.fotos-ondulado li a strong {
	background: none repeat scroll 0 0 #FFFFFF;
	width: 131px;
	padding: 3px;
	display: none !important;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1004;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	color: #332f56;
	font-size: 10px;
}
.fotos-ondulado li a img {
	/*position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1005;*/
	border: 1px solid #fff;
	width: 100px;
	height: 67px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.fotos-ondulado li a:hover img {
	-webkit-box-shadow: 0px 0px 8px 7px rgba(51, 47, 86, 0.7);
	-moz-box-shadow: 0px 0px 8px 7px rgba(51, 47, 86, 0.7);
	box-shadow: 0px 0px 8px 7px rgba(51, 47, 86, 0.7);
}
.fotos-ondulado li a:hover strong {
	top: 92px;
	z-index: 1006;
}
.fotos-ondulado li.item-0 {
	left: 0px;
	top: 0px;
}
.fotos-ondulado li.item-1 {
	left: 150px;
	top: 20px;
}
.fotos-ondulado li.item-2 {
	left: 300px;
	top: 50px;
}
.fotos-ondulado li.item-3 {
	left: 450px;
	top: 90px;
}
.fotos-ondulado li.item-4 {
	left: 570px;
	top: 200px;
}
.fotos-ondulado li.item-5 {
	left: 660px;
	top: 310px;
}
.fotos-ondulado li.item-6 {
	left: 760px;
	top: 420px;
}
.fotos-ondulado li.item-7 {
	left: 850px;
	top: 540px;
}
.video-principal {
	position: fixed;
	top: 270px;
	left: 59%;
}
.fm-questionario {
	width: 460px;
}
.fm-questionario {
	padding: 130px 20px 30px 0px;
	min-height: 600px;
}
.fm-questionario h2 {
	font-size: 18px;
	font-weight: normal;
	width: 460px;
	margin: 20px 0px 30px 0px;
}
.fm-questionario h3 {
	font-size: 16px;
	width: 400px;
}
.fm-questionario h3 b {
	color: #f00;
}
.fm-questionario h3 em {
	font-weight: normal;
}
.fm-questionario p {
	font-size: 16px;
	width: 400px;
	margin: 10px 0;
}
.fm-questionario p.word-cloud {
	background: #eee;
	border: 1px solid #555;
	padding: 10px;
	font-size: 13px;
	color: #777;
}
.fm-questionario p input {
	border-bottom: 1px solid #332f56;
	text-align: center;
}
ol.reply-crossword {
	width: 300px;
	margin-bottom: 40px;
}
ol.reply-crossword li {
}
ol.reply-crossword li input {
	border-bottom: 1px solid #332f56;
	width: 90%;
}
ul.lista-opcoes {
	margin: 30px 0px 30px 0px;
	width: 400px;
}
ul.lista-opcoes li {
	position: relative;
	margin: 0px 0px 10px 0px;
}
ul.lista-opcoes li input[type=text] {
	color: #2CB71A;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 15px;
}
ul.lista-opcoes li input.num {
	width: 25px;
}
ul.lista-opcoes li input[type=radio],
ul.lista-opcoes li input[type=checkbox] {
	position: absolute;
	left: -77777px;
	top: -77777px;
}
ul.lista-opcoes li label {
	background: url("images/layout/alternativa-vazia.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	cursor: pointer;
	display: block;
	line-height: 22px;
	padding-left: 40px;
	text-align: justify;
}
ul.lista-opcoes li label.ativo {
	background: url("images/layout/alternativa-checada.png") no-repeat scroll left top transparent;
}
textarea {
	margin: 10px 0px 30px 0px;
	border: 1px solid #3E4294;
	width: 400px;
	height: 100px;
	padding: 5px;
	resize: vertical;
	color: #555;
}
.nav {
}
.nav li {
	float: left;
	display: inline;
}
.nav li a {
	font-size: 12px;
	padding: 0px 0px 0px 30px;
	margin: 0px 30px 0px 0px;
	line-height: 20px;
	height: 20px;
	display: block;
}
.nav li a.send {
	background: url("images/layout/seta-up.png") no-repeat scroll left top transparent;
}
.nav li a.next {
	background: url("images/layout/seta-next.png") no-repeat scroll left top transparent;
}
table {
	border-collapse: collapse;
	margin: 30px 0;
}
table tr td {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
table tr td b {
	color: #333;
}
table tr th {
	background: #333;
	color: #fff;
	line-height: 30px;
	font-size: 18px;
}
table.template {
	border-bottom: 1px solid #555;
	border-left: 1px solid #555;
}
table.template tr td {
	border-top: 1px solid #555;
	border-right: 1px solid #555;
}
table.crossword tr th.ativo,
table.crossword tr td.ativo {
	border: 1px solid #555;
}
table.crossword tr td input {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 25px;
}
.pg-brincar {
	background: url("images/layout/txt-brincar.png") no-repeat scroll right 290px transparent;
}
.bx-lightbox {
	display: none;
}
.overlay {
	background: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	width: 100%;
	height: 2000px;
	position: fixed;
	top: 0px;
	z-index: 77777;
}
.bx-modal {
	width: 500px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -250px;
	z-index: 77778;
}
.bx-modal .hd {
	width: 100%;
	position: relative;
}
.bx-modal .hd .btn-close {
	background: url("images/layout/ico-fechar-light.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	color: #fff;
	font-family: Verdana;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px 0 0;
	position: absolute;
	right: 0;
	top: -30px;
	width: 30px;
}
.bx-modal .content {
	width: 100%;
}
.bx-modal .content * {
	font-size: 12px;
}
.bx-modal .ft {
	width: 100%;
}
.bx-modal .content .topico {
	border-radius: 10px;
	background: #fff;
	padding: 20px 30px;
	margin: 10px 0px;
	font-size: 12px;
}
.pergunta,
.nav,
.mn-back {
	display: none;
}
#video {
	/*left: 100%;*/
	
    z-index: 1000;
}
