body{
  font-family: "Ubuntu";
  font-size: 18pt;
  line-height: 75%;
  margin: 0px;

  }

#inner {
  margin: 0px;
  float: left;
  padding: 15px;


}

#inner3 {
  margin: 0px;
  float: left;
  padding: 15px;
  background-image: url("fundo.jpg");
  background-size: 140% auto;
  position: relative;
}

#inner1 {
  margin: 0px;
  float: left;
  padding-left: 20px; padding-right: 5px;
}

#inner2 {
  margin: 0px;
  float: left;
}

#outer {
  margin: 0px;
  width: 100% auto;
  overflow-x: hidden;


}

.image{
}

.p1{
  font-family: "Ubuntu";
  text-align: left;
  font-weight: 300;
  font-size: 9pt;
  color: rgb(0,0,0);
  line-height: 105%;
}
.p11{
  font-family: "Ubuntu";
  text-align: center;
  font-weight: 300;
  font-size: 10pt;
  color: rgb(255,255,255);
  line-height: 130%;
}

.p2{
  font-family: "Ubuntu";
  text-align: center;
  font-weight: 300;
  font-size: 10pt;
  color: rgb(0,0,0);
  line-height: 100%;
}

.p3{
  font-family: "Ubuntu";
  text-align: center;
  font-weight: 500;
  font-size: 12pt;
  color: rgb(0,0,0);
  line-height: 130%;
}

.p4{
  font-family: "Ubuntu";
  text-align: center;
  font-weight: 500;
  font-size: 12pt;
  color: rgb(0,0,0);
  line-height: 130%;
}

.p5{
  font-family: "Ubuntu";
  text-align: left;
  font-weight: 500;
  font-size: 12pt;
  color: rgb(0,0,0);
  line-height: 130%;
}


sup{
  font-size: 20pt;
}


.identificacao{
  margin-left:10%;
  margin-right:10%;
  margin-top:5%; 
}

.identificacao2{
  margin-left:10%;
  margin-right:10%;
  margin-top:3%;
  border-left: 8px;
  border-right: 8px;
  border-top: 0px;
  border-bottom: 0px;
}
.identificacao3{
  background-color: rgb(255,255,25);
  margin-left:10%;
  margin-right:10%;
  margin-top:3%;
  border-left: 8px;
  border-right: 8px;
  border-top: 0px;
  border-bottom: 0px;
  border-style: solid;
  border-color: rgb(255,255,25);
  opacity: 0.8;
}


.float-left {
float:left;
width:300px; 
}
