body{
 font-family:Helvetica;
}

.navbar {
  overflow: hidden;
  background-color: white;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  color: black;
  padding: 15px 30px;
  background-color: inherit;
  font-family: Helvetica;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 30px;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 7px 7px;
  text-decoration: none;
  display: block;
  text-align: right;
}

.dropdown-content a:hover {
  background-color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.botao {
  max-height: 20px;
}

main{
  margin-top: 0px;
}
			
.box {
  width:100%;
  height:85%;
  position:absolute;
}

.box-contact {
  width:100%;
  height:40%;
  position:absolute;
}

.sub-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  height: 100%;
}

.sub-box2 {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
}


p.header {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

p.text {
  text-align: center;
  font-size: 12px;
  pointer-evente: none;
  cursor: default;
  color: black;
}

IMG.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 300px;
}

IMG.logo2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 30px;
}

footer{
  display: block;
  position: fixed;
  bottom: 25px;
  width: 100%;
  text-align: center;
}

IMG.instagram {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 50px;
  max-height: 50px;
}

.disabled {
  pointer-evente: none;
  cursor: default;
  color: black;
}


@media screen and (max-width: 540px) {
 .view {width: 400px;}
}