body {
  font-family: Advent Pro;
  margin: 0px;
  background-color: #ffffff;
}
.hr1 {
  border: 1vh solid #4035A1;
  width: 100%;
  padding: 0;
}
.hr2 {
  border: 1px solid #120B4F;
}
.hr3 {
  border: 0.5vh solid #4035A1;
  color: #4035A1;
  width: 100%;
  padding: 0;
}
.tooltip {
  position: relative;
  border: 1px solid #120B4F;
  background-color: white;
  text-align: justify;
  font-weight: bold;
  cursor: pointer;
  padding-left:1vh; padding-right:1vh; padding-top:1vh; padding-bottom:1vh;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
a {
  cursor: pointer;
}
.text1 {
  font-size: 5vh;
}
.text2 {
  font-size: 2.5vh;
}
.text3 {
  font-size: 3vh;
}
.text4 {
  font-size: 2vh
}
.img1 {
  cursor: pointer;
  width: 26px;
  height: 26px;
}
.img2 {
  width: 18px;
  height: 18px;
}
.img3 {
  cursor: pointer;
  width: 48px;
  height: 48px;
}
.img4 {
  cursor: default;
  width: 48px;
  height: 48px;
}
.img5 {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.img6 {
  cursor: default;
  width: 24px;
  height: 24px;
}
.linha {
  border: 1px solid #120B4F;
  background-color: white;
  text-align: justify;
  font-weight: bold;
  cursor: pointer;
  padding-left:1vh; padding-right:1vh; padding-top:1vh; padding-bottom:1vh;
}
.opcao {
  display: none;
  text-align: justify;
  border: 1px solid #120B4F;
  background-color: #D5D3DF;
  padding-left:1vh; padding-right:1vh; padding-top:1vh; padding-bottom:1vh;
}
.title {
  text-align: center;
  margin-left:2vh; margin-right:2vh; margin-top:2vh; margin-bottom:2vh;
  border: 1px solid #34C6EB;
  background-color: #34C6EB;
}
.erro {
  display: none;
  text-align: justify;
  font-size: 2vh;
  font-style: italic;
  font-weight: bold;
  color: red;
}
input[type=text] {
  font-size: 2.5vh;
  background-color: white;
}
input[type=text]:focus {
  background-color: lightblue;
}