html,
body {
	margin: 0;
	padding:0;
	width: 100vw;
	height: 100vh;
	overflow: hidden; 
}

 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
  }
  
  li {
	float: left;
  }
  
  li a {
	display: block;
	color: #006599;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
  }
  
  li a:hover {
	background-color:rgb(102, 101, 101);
	color: white;
  }

  header h1{
	color: #006599;
	font-weight: 750;
	font-size: 35px;
}  

label{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0; 
	margin-bottom: 0;
	font-size: 12px;
}

header{
	height:100px;
}

article{
	height: calc(100vh - 200px);
}

.divMenu{
	width: 52%;
	position: relative;
	top:20px;	
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	display:flex; 	
}

.Panel{
	width: 100%;
	height: 90px;
	background-size: auto;
	display: flex;
	box-shadow: 10px 10px 5px rgb(102, 101, 101);
}

.textLogo{
	position:relative;
	top:10px;
	left:100px;
	display: inline-block;
}

.imgtextLogo{
	height: 60px;
	padding: 5px 0px 0px 10px	;
}

.divLogo{
	position:relative;
	top:-80px;
	left: 10px;
	display: inline-block;
}

.divimgLogo{
	height: 80px;
	padding: 5px 0px 0px 10px;
}

.divCloud{
	position:relative;
	top: 10px;
	width: 200px;
	left: calc(100% - 200px);
	text-align: center;	
}

.imgCloud{
	cursor:pointer;
	height: 50px;
}

.PanelDivCloud{
	width: 18%;
}

@media screen and (max-width: 600px) {

	.imgtextLogo{
		height: 40px;
		padding: 5px 0px 0px 10px	;
	}
	
	.divimgLogo{
		height: 45px;
		padding: 5px 0px 0px 10px;
	}

	.divLogo{
		top:-90px;
	}

	.textLogo{
		left:60px;
	}	

	.divCloud{
		top: 3px;
		width: 200px;
		left: calc(100%-5px);
	}	

	.imgCloud{
		height: 35px;
	}

	article{
		height: calc(100vh - 265px)
	}	  

	.divMenu{
		position: absolute;
		width: 100%;
		top:60px;	
	}

	.PanelDivCloud{
		width: 65%;
	}	

	li a {
		padding: 10px 5px;
	  }	

	.Panel{
		height: 100px;
	}	  
	header{
		height:110px;
	}
}
