body{
  font-family: sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
.header{
  max-width: 100%;
  padding: 0.1%;
  background-color: #26A65B;
  text-align: center;
  color: #fff;
  position: relative;
  margin: auto;
  z-index: -1;
}
.active{
  background-color: #ECECEC;
}
ul{
  list-style-type: none;
  margin-top: 10%;
  padding: 0;
  width: 12%;
  background-color: #F2F1EF;
  height: auto;
  position: fixed;
  overflow: hidden;
  border: 0px solid;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
li a{
  color: #000;
  display: block;
  text-decoration: none;
  padding: 8px 16px;
  text-align: center;
  text-shadow: 0px 1px 5px #fff;
  transition: 0.5s;
}
li a:hover{
  transition: 0.5s;
  -webkit-transform: scale(1.1,1.1);
  background: #26665B;
  color: #fff;
}
.corpo{
  position: static;
  max-width: 70%;
  max-height: 100%;
  margin: 1% 0 5% 15%;
  padding: 1%;
}
img{
  max-width: 100%;
  max-height: 100%;
  border-top-right-radius: 5px;
}
.polaroid{
  max-width: 50%;
  background-color: white;
  margin: auto;
  display: block;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  border-left: 5px solid #26A65B;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.container{
  text-align: center;
  font-size: 80%;
  padding: 10px 20px;
}
p{
  text-indent: 20px;
  text-align: justify;
  padding: 0 10%;
  line-height: 25px;
}
#h1body{
  text-align: center;
  font-size: 250%;
}
.paragrafo{
  background-color: rgba(63, 195, 128, 0.03);
  border: 0px solid;
  border-radius: 10px;
}
.rodape{
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 80%;
  padding: 1% 0;
  background: #26A65B;
}
