@charset "utf-8";

/*************************************************************
ARQUIVOS IMPORTADOS
*************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/*************************************************************
RESETS
*************************************************************/
html{
	font-family: 'Roboto', sans-serif;
}
body{ background: url(../images/bg.png); }
.clear{	height:  1px; }

h1, h2, h3, h4, h5, h6, .txt, .lnk, .txb, .txt_, .lnk_{
}

/*****************************************************************
 CONFIG DOS BLOCOS DA PAGINA
 *****************************************************************/
/*#head, #post, #foot{ width: 1000px; }*/

/*************************************************************
ESTILOS DA TELA DE LOGIN
*************************************************************/

#index{
	background: url(/images/bg1.jpg) top center no-repeat;
	background-size: cover;
}

.login-frame {
	position: relative;
	display: block;
	width: 50%;
	border: 0;
	margin: 0;
	border-radius: 4px;
	background: #FEFEFE;
	box-shadow: 0 6px 10px -7px rgba(0,0,0,.5);}

.login {
	position: relative;
	display: block;
	padding: 20px;
}

.logbox {
	background: none;
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
}

.logbox > li {
	background: none;
	list-style: none;
	display: block;
	float: left;
	padding: 0;
	width: 50%;
}

.logbox > li:first-child > ul {
	padding-right: 20px;
}

.logbox > li:last-child > ul {
	padding-left: 20px;
}

.logbox > li > ul > li {
	background: none;
	list-style: none;
	display: block;
	float: left;
	margin: 5px 0 !important;
}

.logbox > li li figure img{
	max-width: 100%;
	min-width: 100%;
	border: none;
}

.login-foot {
	background: none;
	display: block;
	margin-left: -370px;
	width: 740px;
	position: absolute;
	top: 600px;
	left: 50%;
}

.logomarca {
	display: block;
	position: relative;
}

.logomarca figure{
	background: none;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	text-decoration: none;
}

.logomarca figure img {
	max-width: 100%;
	border: none;
}


/*************************************************************
 RESPONSIVO
 *************************************************************/
@media all and (max-width: 1024px),
only screen and (max-width: 1024px){

	#head, #foot, #post { width: 98%; margin: 0 1%; }

	#index{ background-position: top left; }

	.logomarca {
		position: relative;
		margin-left: 0;
	}

}

@media all and (max-width: 768px),
only screen and (max-width: 768px){

 	.login-frame {
		width: 70%;
	}

}

@media all and (max-width: 768px),
only screen and (max-width: 768px){

 	.login-frame {
		width: 80%;
	}

}

@media all and (max-width: 480px),
only screen and (max-width: 480px){

	.logomarca {
		width: 90%;
		float: none;
		margin: 0 5%;
	}

 	.login-frame {
		width: 90%;
		margin: 0 5%;
	}

	.logbox li {
		width: 100% !important;
	}

	.logbox > li:first-child > ul, .logbox > li:first-child > ul {
		padding: 20px 0 0;
	}

}
