h1 { margin-top:150px; text-align:center;}
#slideshow-wrapper {
  width: 825px;
  height: 287px;
  margin:30px auto;
  margin-top: -5px;
}

#slideshow {
  margin-bottom: 5px;
  width: 825px;
  height: 287px;
  overflow: hidden;
  white-space: nowrap;
}

#slideshow img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.circle {
  margin-right: 15px;
  display: inline-block;
  background-color: lightgrey;
  width: 12px;
  height: 12px;
  border-radius: 50px;
}

/* menu novo */

.menunovo {
    margin-top: -17px;
    margin-bottom: 32px;
    width: 825px;
    margin-left: 16px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-image: linear-gradient(#B4772E, #7E5421);
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
font-size: 12px;
font-family: verdana;
}
}

li a:hover:not(.active) {
}

.active {
}


