*{
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
}

.asdkasjdkasdmenu ul {
    text-align: center;
    margin-top: 12px;
}

.asdkasjdkasdmenu ul li {
    display: inline-block;
    list-style: none;
    color: white;
    margin: 0 20px;
    cursor: pointer;
}

.asdkasjdkasdmenu ul li:hover{
	color: 
rgb(247, 148, 30);
text-decoration: underline;
}

.ajsdaksdkjsdfooter{
	width: 100%;height: auto;

	background: rgb(0, 102, 166);
}


.askdlaskdlkasd11{
	outline: none;
	width: 100%;height: 40px;border: solid 2px rgb(204, 204, 204);border-radius: 8px;
	text-indent: 50px;
}

   .modal {
      display: none; /* começa escondido */
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5); /* fundo escuro */
      justify-content: center;
      align-items: center;
    }