body {
    font-family: "Lato", sans-serif;
    color: #333333;
    font-size: 1.6rem;
    background: #e1e8eb;
}

/* Style the tab */
.tab {
    overflow: hidden;
    display: flex;
    max-width: 970px;
    margin: auto;
    margin-bottom: 5rem;
    flex-wrap: wrap;
}

a{
  color: #006393;
}

ul{
  font-weight: 500;
  padding:2rem 5rem;
  background: #f2f2f2;
}


/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding-top: 1rem;
        padding-bottom: 1rem;
    transition: 0.8s;

}

.tablinks{
  width: 25%;
  opacity: 0.3;
  cursor: pointer;
}


/* Change background color of buttons on hover */
div.tab button:hover {

}

/* Create an active/current tablink class */
div.tab button.active {
  opacity: 1;
  /*border:1px solid #cccccc;*/
}

/* Style the tab content */
.tab{
  margin: 5rem auto;
}
.tabcontent {
    display: none;
    border-top: none;
    max-width: 970px;
    margin: 5rem auto;
    border-top:1px solid #cccccc;
    padding-top: 2rem;
}
.tabcontent p{
  margin: 0 0 2rem 0;
}
h2{
  color: #006393;
  font-size: 4rem;
  line-height: 4rem;
}

h3{
  margin: 5rem 0 1rem 0;
}

/* Style the close button */
.topright {
    float: right;
    cursor: pointer;

}

.topright:hover {color: red;}



.informacao-fixa{
  margin: auto;
  max-width: 970px;
  padding: 2rem 5rem;
  border-top: 3px solid #cccccc;
  margin-top: 6rem;
  background: #f4f4f4;
}

@media (max-width: 700px)
{
  .tablinks{
    width: 50%;
  }
  .tabcontent {
    padding: 2rem 1rem;
  }
  .informacao-fixa{
    padding: 1rem 2rem;
  }
  h2{
   font-size: 3rem;
   line-height: 4rem;
 }
}
