/* index */ 
#div-body {
	width: 100%; 
	min-height: 100vh;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	margin-bottom: 10px;
	z-index: 2;
	border-bottom: 1px solid #454545;
}

header #div-topo {
	width: 100%;
	height: 32px;
	line-height: 32px;
	background-color: white;
	color: var(--cor-nav);
	text-align: right;
	font-size: var(--font-size-reduzida);
	padding-right: 6px;	
}

header #div-topo a {
	margin: 0 8px;
	text-decoration: none;
}

.icone {
	position: absolute;
	float: left;
	top: 5px;
	left: 4px;
	width: 42px;
	border: 2px solid white;
	border-radius: 5px;
	cursor: pointer;
}

.title-top {
    background-color: #0069ab;
    height: 100px;
    text-align: center;
    color: white;
    padding: 20px 0;
}

.title-top h1 {
    font-size: var(--font-size-title);
}

#botao-showhideaside {
	display: none;	
	width: 30px;
	height: 30px;
	position: absolute;
	top: 55px;
	left: 55px;
	border-radius: 50%;
	background-color: navy;
	z-index: 2;
	border: 2px solid #454545;
	cursor: pointer;
	padding: 0px 5px;
	padding-top: -20px;
}

#botao-showhideaside span {
	color: white;
	font-size: 19px;
}

#div-main {	
	width: 100%;
	min-height: 100vh;
	height: auto;
}

.div-home {
	width: 100%;	
}

.div-home .div-banner {
	background: url("../img/escola_material.png") no-repeat;
	background-color: yellow;
	width: 100%;
	height: 400px;
	opacity: 0.2;
	margin-bottom: 20px;
	background-position: top;
    background-size: cover;
    border-bottom: 1px solid black;
}

.div-home .banner-texto {
	position: absolute;
	width: 65%;
	top: 210px;
	left: 40px;
	color: navy; /* #fce88b; */
}

.div-home .banner-texto h2 {
	font-weight: bold;
	font-family: cursive;
	-webkit-text-stroke-width: 1.5px;
  	-webkit-text-stroke-color: yellow; /* var(--color-nav);	 */
}

.div-home .banner-texto h4 {
	float: right;
	font-weight: bold;
	font-family: cursive;
	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: yellow;	
}


/*  placehoder */
#busca::-webkit-input-placeholder { /* Chrome, Safari */
  color: #737373;
}
#busca::-moz-placeholder { /* Firefox */
  color: #737373;
}
#busca::-moz-placeholder { /* Modern Firefox */
  color: #737373;
}
#busca:-ms-input-placeholder { /* IE 10+ */
  color: #737373;
}
/*  placehoder */

aside {
	width: 350px;
	min-height: 100%;
	color: white;
	padding: 8px;
	z-index: 1;
	background-color: #212529;
}

aside .aside-title {
	width: 100%;
	text-align: center;
	border: 1px solid gray; 
	border-radius: 5px; 
	box-shadow: 0px 0px 16px gray; 
	margin: 10px 0;
	padding: 5px 0 0 0; 	
}

 main {
	padding: 0px;
	height: auto;
}

footer {
	position: relative;
	width: 100%;
	padding-left: 8px;
}

.div-pdf {
	margin-left: -0.5px;
}

.li-menu, .ul-submenu {
	padding: 0px 0;
	cursor: pointer;
}

ul {
	list-style: none;
}

#ul-aside {
	margin-left: -12px;
}

.li-menu:first-child {
	padding-top: 20px;
}

.ul-submenu {
	margin-left: 16px;
}

.ul-submenu li {
	font-size: 0.9em;
	padding: 3px 0;
}

.ul-submenu li a {
	text-decoration: none;
	color: white;
}

.li-menu:hover, .ul-submenu li a:hover {
	color: yellow;
}


/*** LOGIN LOGIN LOGIN LOGIN LOGIN LOGIN LOGIN */
.login-flex {
	padding: 0;
	padding-top: 30px;
}

.login-flex .flex-container {
	padding: 0;
	flex-direction: row;
}

.login-flex .flex-container .div-card {
	width: 50%;
}

.login-flex .flex-container .div-card:first-child {
	background-image: url('../img/security.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
}
.login-flex .flex-container .div-card:last-child {
	padding: 30px;
}

#menu-login li button:hover {
	width: 100%;
	background-color: lightgray;
}


@media (max-width: 640px) {
	.login-flex .flex-container {
		flex-direction: column;
	}

	.login-flex .flex-container .div-card {
		width: 100%;
	}	
	
}

@media (max-width: 575px) {
	.login-flex {
		padding-top: 0;
	}
	
}


/* LOGIN LOGIN LOGIN LOGIN LOGIN LOGIN LOGIN ***/

@media (max-width: 480px) {	

	#botao-showhideaside {
		display: block;
	}

	aside {
		opacity: 0.8;
		position: absolute;
		display: none;	
	}

	.title-top h1 {
			font-size: var(--font-size-title-reduzida);
	}

	.div-home {
		width: 100%;
	}

	.div-home .div-banner {
		width: 100%;
		height: 190px;
	}

	.div-home .banner-texto {
		width: 82%;
		top: 120px;
		left: 20px;
		color: navy; 
	}

	.div-home .banner-texto h2 {
		font-size: 20px;
		-webkit-text-stroke-width: 1px;
	}

	.div-home .banner-texto h4 {
		font-size: 16px;
		-webkit-text-stroke-width: 0.8px;
	}

	.icone {
		width: 42px !important;
		left: 4px !important;
		top: 5px !important;
	}


}
