@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(/assets/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(/assets/images/bg1.jpg) top center no-repeat;
	background-size: cover;
}

[class*="bee-icon-"], [class*="bee-icon-"]:before,
input[type="radio"] ~ label[class*="bee-icon-"]:before,
input[type="checkbox"] ~ label[class*="bee-icon-"]:before {
	background-image: var(--icon);
}
.bee-icon-password { --icon: url("../icon/password.svg"); }
.bee-icon-user { --icon: url("../icon/user.svg"); }


.icon {
	position: relative;
	display: list-item;
	list-style: none;
	justify-content: center;
	align-items: center;
	outline: none;
	border: 0;
	margin: 0;
	z-index: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: none !important;
}

.b-icon {
	position: relative;
	display: inline-block;
	justify-content: center;
	align-items: center;
	width: 1rem;
	height: 1rem;
	background-position: center center;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: none !important;
}

.b-icon:before{
	--tamanho: 1.5rem;
	position: absolute;
	display: block;
	width: var(--tamanho);
	height: var(--tamanho);
	top: calc(50% - var(--tamanho) / 2.5);
	left: calc(50% - var(--tamanho) / 2);
	background-position: center center;
	background-repeat: no-repeat;
	content: '';
}

.icon-svg {
	display: flex;
	outline: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: none !important;
}

.icon-svg:before {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	content: '';
}

.icon:before{
	position: absolute;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	content: '';
}

.icon > span{
	position: relative;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 0.5em 0;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

.icon[href], .icon[disabled], .icon[onClick]{ opacity: .7; }
.icon[href]:hover, .icon[onClick]:hover { opacity: 1; cursor: pointer; }
.icon.disabled{ opacity: .5; }
.icon.disabled:hover{ opacity: .5; cursor: default; }
.icon.no-hover{ opacity: 1; }

.icon-svg.icon-1x { width: 1rem; height: 1rem; }
.icon-svg.icon-15 { width: 1.5rem; height: 1.5rem; }
.icon-svg.icon-2x { width: 2rem; height: 2rem; }
.icon-svg.icon-3x { width: 3rem; height: 3rem; }
.icon-svg.icon-4x { width: 4rem; height: 4rem; }

.icon-1x:before{ width: 1rem; height: 1rem; background-size: 1rem; }
.icon-15:before{ width: 1.5rem; height: 1.5rem; background-size: 1.5rem; }
.icon-2x:before{ width: 2rem; height: 2rem; background-size: 2rem; }
.icon-3x:before{ width: 3rem; height: 3rem; background-size: 3rem; }
.icon-4x:before{ width: 4rem; height: 4rem; background-size: 4rem; }
.icon-tool:before { width: 1.6rem; height: 1.6rem; background-size: 2rem; }

.icon-sz01, .icon-sz01:before{ width: 24px; height: 16px; }
.icon-sz08, .icon-sz08:before{ width:  8px; height: 16px; }

.icon-sz16, .icon-sz16:before{ width: 16px; height: 16px; }
.icon-sz20, .icon-sz20:before{ width: 20px; height: 20px; }
.icon-sz24, .icon-sz24:before{ width: 24px; height: 24px; }
.icon-sz28, .icon-sz28:before{ width: 28px; height: 28px; }
.icon-sz30, .icon-sz30:before{ width: 30px; height: 30px; }
.icon-sz32, .icon-sz32:before{ width: 32px; height: 32px; }
.icon-sz34, .icon-sz34:before{ width: 34px; height: 34px; }
.icon-sz36, .icon-sz36:before{ width: 36px; height: 36px; }
.icon-sz40, .icon-sz40:before{ width: 40px; height: 40px; }
.icon-sz48, .icon-sz48:before{ width: 48px; height: 48px; }
.icon-sz64, .icon-sz64:before{ width: 64px; height: 64px; }
.icon-sz80, .icon-sz80:before{ width: 80px; height: 80px; }

.icon-bs16, .icon-bs16:before{ background-size: 16px; }
.icon-bs20, .icon-bs20:before{ background-size: 20px; }
.icon-bs24, .icon-bs24:before{ background-size: 24px; }
.icon-bs28, .icon-bs28:before{ background-size: 28px; }
.icon-bs32, .icon-bs32:before{ background-size: 32px; }
.icon-bs40, .icon-bs40:before{ background-size: 40px; }
.icon-bs48, .icon-bs48:before{ background-size: 48px; }
.icon-bs64, .icon-bs64:before{ background-size: 64px; }
.icon-bs80, .icon-bs80:before{ background-size: 80px; }

.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;
	}

}
