/*
body {
	background-image: linear-gradient(55deg, g, orange); 
}*/

/*
header {
	background-image: url('https://rockcontent.com/br/wp-content/uploads/sites/2/2020/03/Cria%C3%A7%C3%A3o-de-sites.jpg');
}*/

header {
	background-image: url('../imagens/bannersite.png');
	background-repeat: no-repeat;	
	background-position: left;
	padding: 10px;
}

header p{
	margin: 0 0 35px 0;
	text-align: left;
	font-family: Arial;
	
}

header a {
	text-decoration: none;
	color: #000;
}

form * {
	vertical-align: middle;
}

.btnBuscar{
	width: 30px;
	height: 30px;
	padding: 2px;
	background-color: rgba(0, 0, 0, 0);
/*	background-image: url('../imagens/lupa3.png'); */
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
} 

.divImagem {	
	width: 230px;
	float: left;
	background-color: rgba(0, 0, 0, 0);/*#FFFFFF;*/
	border-radius: 20px;
	padding: 15px;
	margin: 8px;	
	border-color: #FFDAB9;
	border-width: 2px;
	border-style: solid;	
	text-align: CENTER;
	font-size: medium;
	
}

.divInfo {	
	width: 300px;
	float: left;
	/* background-color: rgba(0, 0, 0, 0); #FFFFFF;*/
	border-radius: 20px;
	padding: 25px;
	margin: 8px;
	text-align: CENTER;
	font-size: medium;
	
}

.divImagem:hover {
	border-color: red;
	text-decoration: underline;
}

.aviso {
    display:inline-block;
    vertical-align:bottom;
    width:100%; /* Let it be a block */
    background: grey;
}


footer {
	background-color:#D2691E;
	text-align: center;
	position:absolute;	
	width:100%;	
	margin: auto;
	margin-bottom: 15px;
	padding: 0px 25px;
	
}


nav {	
	padding: 5px 0px;
}

#menu ul li{
    display: inline;
	
}
 

#menu ul li a{
    padding: 5px 5px;
    display: inline-block;
	font-family: Comic Sans MS;
	color: black;
    text-decoration: none;
	 
	
}

#menu ul li a:hover{
     color:white;
	 background-color: #4876FF;
	 
	 
}

.menulist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #EEE;
	overflow: hidden;
}

.menuitem {
	float: left;

}

.menuitem a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 10px;

}

.menuitem a:hover {
	background-color: #D2691E;
	font-weight: bold;
	color: #FFF;
}

.active {
	background-color: #4876FF;
	color: #FFF;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color:  #000;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #D2691E;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}


.login {
	width: 300px;
    margin: 20px 300px;
    padding: 20px;
	
}

.cadastro {
	width: 500px;
    margin: 10px 200px 0 ;
    padding: 20px;	
}

aside {
	background-color: rgba(32, 32, 32, 0.8);
	width: 19%;
	display: inline-block;
	vertical-align: top;
}

main {
	/*background-image: url('../imagens/entradatobias.jpg');
	background-color: rgba(255, 255, 255, 0.8); 
	width: 100%;	
	display: block;	
	background-repeat: no-repeat;
	background-size: contain;*/
}

p {
	text-align: justify;
	/*text-indent: 30px;*/
}

.destaque {
	border: dashed 2px green;
}

.centro {
	text-align: center;
}

fieldset {	
	width: 700px;
}

label {
	width: 120px;
	display: block;
	float: left;
}

input {
	margin: 4px 0;
}

input:focus {
	background-color: white;
}

#cadastro, #login {
  position: absolute;
  top: 0px;
  width: 50%;   
  padding: 18px 6% 60px 6%;
  margin: 0 0 35px 0;
  background: #f7f7f7;
  border: 1px solid rgba(147, 184, 189,0.8);
}
