body, html {
	font-family: 'Roboto', sans-serif;
}

.painelCima {
	min-height: 600px;
/* 	background-color: #005782; */
	background-color: #363636;
	padding-top: 50px;
	padding-left: 100px;
	padding-right: 100px;
}

.painelCima > .titulo {
	margin-bottom: 50px;
}

.painelCima > .titulo > .msg {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 20px;
	margin-left: 20px;
}

.painelCima > .titulo > .telefone {
	display: inline-block;
	color: white;
	float: right;
}

.painelCima > .titulo > .telefone > .numero {
	font-weight: bold;
	font-size: 1.5em;
}

.painelCima > .titulo > .telefone > .descricao {
	font-weight: normal;
	font-size: 0.8em;
	text-align: center;
}

.painelCima > .fundo {
	display: inline-block;
}

.painelCima > .fundo > img {
	max-width: 500px;
}

.painelCima > .login {
	display: inline-block;
	background-color: white;
	float: right;
	padding: 50px 50px 50px 50px;
}

.botao {
	margin-top: 20px;
	width: 100%;
	border: 1px solid #707070;
	color: #707070;
	background-color: white;
	padding: 10px 10px 10px 10px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.botao:hover {
	color: white;
	background-color: #707070;
}


.rodape {
	padding-top: 50px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 50px;
}

.sistema {
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;
	width: 160px;
}

.sistema > .titulo {
	font-size: 1em;
	font-weight: bold;
	color: #242424;
}

.sistema > .descritivo {
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 10px;
	color: #646464;
}

.sistema > div {
	font-size: 0.9em;
	font-weight: normal;
	color: #4b4b4b;
}

.esqueceu {
	margin-top: 10px;
}