@charset "utf-8";
/* CSS Document */

/* Layout para desktops: 768 px. Herda estilos de: Layout para tablet. */
@media only screen and (min-width: 768px) {

	#cabecario
	{
		height: 150px;
		background-color: rgba(255, 255, 255, 0.7);
		background-image: url("imagens/fundocabecariodesk.jpg");
	background-size: 100% 100%;
		
	}

	
	#clonarMenu a{
	color: #fff;
  text-decoration: none;
	}	
	
#clonarMenu ul {
	color: #fff;
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 0px solid #959595;
  /* background: 188px 10px url(..images/arr_white.gif) no-repeat; */
  padding: 5px 0px 0 0;

}	
#clonarMenu {
	z-index: 50;
	clear: both;
	text-align: center;
	text-decoration-color: aliceblue;
		
	float: right;
	margin-left: 70%;
	width: 200px;
margin-top: -245px;
	padding: 0px;
	border-radius: 25px;
	height: auto;
	padding-top: 20px;
	background-color: rgba(0,0,0,0.70);
position:fixed;
	max-height: 90%;
	overflow: auto;

}
	
	
#login {
	z-index: 1;
	clear: both;
	float: right;
	margin-left: 150px;
	width: 410px;
margin-top: -80px;
	padding: 10px;
	border-radius: 25px;
	height: 110px;
	padding-top: 60px;
	background-color: rgba(0,0,0,0.70);
position:fixed;
}	

	.aparecernoMobile{
	display: none;
}
	
	.painelmobile
	{
		height: none;
		display: block;
		
	}
	
.divscentro{
		margin: 0 auto;
width: 80%; /* Valor da Largura */
		
		text-align: center;
		/* aqui termina para alinhamento horizontal */	
		
	margin-top: 15px;
	-webkit-box-shadow: 15px 15px 15px #363636;
	-moz-box-shadow: 0px 0px 15px #363636;
	box-shadow: 0px 0px 30px #363636;
	/* background-color: #FFF;*/
		border-radius: 20px;
	
	max-width: 900px;
	
	
}

.cenralizarverticalmente
{
		/* centralizar verticalmente na página */
		display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
		align-items: center;
	position: relative;
		/*Embora este método ser considerado o mais recomendado por muitos, ele tem o problema de utilizar a função CSS3 "display: flex" que não é suportada por alguns navegadores, por este motivo ainda considerado muito instável para ser utilizado */
}

	#pesquisa
	{

		background-color: rgba(255, 255, 255, 0.7);
	margin-top: 10px;
		height: 50px;
		
	}
	
#menu{
	background-color: rgba(0, 0, 0, 0.7);
	float: left;
	position: absolute;
	margin-top: 130px;
	width: 200px;
	height: auto;
	margin-left: 0;
	align-items: center;
	overflow:hidden;
	padding-top: 0px;
	
	
}
	
	
	#menu:hover{
		/* height: 70%;
		overflow-y: inherit;*/
		
	}

#conteudo
	{

		background-color: rgba(255, 255, 255, 0.7);
		
	}


#rodape
	{

		background-color: rgba(255, 255, 255, 0.7);
		
	}	
}






/* Layout para tablets: 481 px a 768 px. Herda estilos de: Layout para celulares. */
@media only screen and (min-width: 481px) {



}


/* layout para celular */
@media only screen and (max-width: 480px){
	
	
	

#menu{
	background-color: rgba(0, 0, 0, 0.9);
	padding-top: 30px;
	z-index:3;
	overflow-y: scroll;
	position: fixed;
	
}

.divscentro{
		margin: 0 auto;
width: 90%; /* Valor da Largura */
		
		text-align: center;
		/* aqui termina para alinhamento horizontal */	
		
	margin-top: 15px;
	-webkit-box-shadow: 15px 15px 15px #363636;
	-moz-box-shadow: 0px 0px 15px #363636;
	box-shadow: 0px 0px 30px #363636;
	/* background-color: #FFF;*/
		border-radius: 20px;
	
	
}

.cenralizarverticalmente
{
		/* centralizar verticalmente na página */
		display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
		align-items: center;
	
		/*Embora este método ser considerado o mais recomendado por muitos, ele tem o problema de utilizar a função CSS3 "display: flex" que não é suportada por alguns navegadores, por este motivo ainda considerado muito instável para ser utilizado */
}

	#cabecario
	{
     background-color: rgba(255, 255, 255, 0.7);
		height: 100px;
		
		background-image: url("imagens/fundocabecariodesk.jpg");
	background-size: 100% 100%;
		position: fixed;
		margin-left: 4%;
		z-index: -0;
		
	}

	#pesquisa
	{

		background-color: rgba(255, 255, 255, 0.9);
	margin-top: 40px;
		
	}


#conteudo
	{

		background-color: rgba(255, 255, 255, 0.7);
		
	}


#rodape
	{

		background-color: rgba(255, 255, 255, 0.7);
		
	}

.painelmobile
{
		margin-left: 10%;
width: 80%; /* Valor da Largura */
		
		
		/* aqui termina para alinhamento horizontal */	
	height: 80%; 
	position: fixed;
	display: none;
		margin-top: 15px;
	-webkit-box-shadow: 15px 15px 15px #363636;
	-moz-box-shadow: 0px 0px 15px #363636;
	box-shadow: 0px 0px 30px #363636;
	
		border-radius: 30px; 
	
	
	 
}

#login {
	
background-color: rgba(0,0,0,0.90);

}

.aparecernoMobile{
	display: block;
}

		#clonarMenu a{
	color: #fff;
  text-decoration: none;
	}	
	
#clonarMenu ul {
	color: #fff;
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 0px solid #959595;
  /* background: 188px 10px url(..images/arr_white.gif) no-repeat; */
  padding: 5px 0px 0 0;

}	
#clonarMenu {
	z-index: 30;
	/*clear: both;*/
	text-align: center;
	text-decoration-color: aliceblue;
		
	float: right;
	margin-left: 43%;
	width: 200px;
margin-top: -30px;
	padding: 0px;
	max-height: 80%;
	overflow: scroll;
	border-radius: 25px;
	height: auto;
	padding-top: 15px;
	background-color: rgba(0,0,0,0.70);
position:fixed;
}	

}
