/*  
 *	CSS utilizado para o Template de Sistemas da Iplan
 *
 */

@import "mensagem.css"; 

/* Resets e Overrides */
* {
	margin:0;
	padding:0;
}

img { 
	border: none; 
	vertical-align:middle;
}

h1, h2, h3 {
	font-size: 0.9em; 
	font-weight:normal
}


/* Links & Fontes */
html, body {
	color:#848483;
	background-color:#393939;
	font-family: Verdana, Helvetica, Trebuchet MS, sans-serif, Arial ;
	height:100%;
	text-align:center;
}


/* Layout Principal */ 
#conteudo {
    background-image: url(../img/fundo_2021.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFF;
    clear:left;
	height:167rem;
    width:627px;
    margin:10px auto;
    position:relative;
    text-align:left;
}

#titulo{
    position: relative;
    top: 12rem;
    text-align: center;
    color: #005483;
    font-size: 1.5rem;
}

#perguntas{
    position: relative;
    top: 13rem;
    width: 80%;
    margin: 0 auto;
}

.pergunta{
    color: #0b5077;
    margin-top: 2rem;
    font-weight: 700;
}

.resposta{
    font-size: 1rem;
    margin-top: 0.3rem;
}


/* Layout Secundario */
#secretaria{
	font-size:0.8em;
	position: absolute;
	text-align: center;
	margin-top: 40px;
	width: 430px;
}

	#secretaria h1{
		font-size: 1.2em;
		font-weight:bold;
		color: #004b80;
	}
	
	#secretaria h2{
		font-size: 0.9em;
		font-weight:normal;
		color: #004b80;
	}
	
	#secretaria h3{
		color: #004b80;
		font-weight: bold;
		font-size: 1.8em;
		margin-top: 20px;
	}


#esqueceu{
	color: #004b80;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 28px;
	margin-left: 105px;
}

#mensagem{
	position:absolute;
	margin-top: 130px;
	margin-left: 22px;
	width: 380px;
	visibility:hidden;
}


/* Formulario */
#formulario{
	position:absolute;
	margin-top:215px;
	margin-left:50px;
}

label {
	color:#454749;
	font-size:1.1em;
	font-weight: bold;
	width: 100px;
	float: left;
	text-align: right;
}

	label em {  
		color:#FF0000;
		font-weight: bold;
		font-size:0.7em;
	}

input {
	border:1px solid #cecece;
	color: #5f6163;
	height: 25px;
	font-size:1.2em;		
	margin-bottom:10px;
	margin-left: 9px;
}

/*Modifica��o Aplica��o*/
form#formLogin{
margin:0px;
}

input#strLogin{
	width:210px;
	margin-left:25px;!important
	
}

.txt10{
	font-size:10px;	
}

#ckEmail{
	display:none;
}

/* Bot�o */
button, .buttons a{
	filter:chroma(color=#000000); /* IE6 e IE7, para retirar a borda extra q ele colocar */
	border:none; /* IE6 e IE7, para retirar a borda extra q ele colocar */
	color:#373737;
	background-color:#ecebeb;
	background:#fff url(../img/backgroundBotao.jpg) repeat-x top;	
	border:1px solid #bbbbbb;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 110px;
	padding:2px;
}

button.btLogin{
	margin-left:15px;
}

.buttons a:hover, button:hover{
	background-color:#6e6e6e;
	border:1px solid #272727;
	color: #000;
}

.buttons a:active{
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}

/* Adicionais */
.infoLogin{
	margin:20px 0 0 65px;	
	font-size:0.9em;
}

a.desabilitado{
	cursor:default;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;

}



body{
    background-color: #393939;
    font-family: 'Cera Pro', 'Trebuchet MS', Arial, sans-serif;
}


#perguntas{
    font-family: Arial, sans-serif;
}


#formulario{
    margin: 30% 0 0 5%;
}

#formLogin label{
    color: #606062;
    font-size: 1.3rem;
    width: 7rem;
    height: 2rem;
    text-align: right;
}

#strLogin{
    border: #d6956e 1px solid;
    height: 1.5rem;
    font-size: 1rem;
    padding: 0 0 0 0.5rem;
}
input#strLogin{
    margin: 1px 0 0 0.7rem;
    width: 15rem;
}

.btLogin{
    border: 1px solid #aaabae;
    background-color: #aaabae;
    color: #FFF;
    padding: 0.2rem 1rem;
    font-family: 'Cera Pro', 'Trebuchet MS', Arial, sans-serif;
}
.btLogin:hover{
    border: 1px solid #d6956e;
    background-color:#e7e7e7;
    color: #d6956e;
    cursor: pointer;
}

.subtexto{
    margin: 0 0 0.7rem 0;
    color: #005483;
    text-align: center;
}

.infoLogin a{
    text-decoration: none;
    color: #717172;
}
.infoLogin a:hover{
    cursor: pointer;
    color: #d6956e;
}

#perguntasFreq{
    width: 100%;
    margin-left: 2rem;
}
#perguntasFreq a{
    text-decoration:none;
    color: #005483;
}
#perguntasFreq a:hover{
    color: #d6956e;
    cursor: pointer;
}



/* ajuste para interfaces móveis */
@media only screen and (max-width: 640px) {

    body{
        background-color: #F00;
    }
  
    #conteudo{
        width: 100%;
        border: 1px solid #F00;
    }

}

@font-face {
    font-family: 'Cera Pro';
    src: url('fontes/Cera_Pro_Bold.otf');
    font-weight: 700;
    font-style: normal;
}
  
@font-face {
    font-family: 'Cera Pro';
    src: url('fontes/Cera_Pro_Medium.otf');
    font-weight: 400;
    font-style: normal;
}

.normal {
  font-weight: 400;
}

.bold,
strong {
  font-weight: 700;
}
