  section {
    padding: 50px;
    height: 50%;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  body {
      font-family: Verdana, Geneva, sans-serif;
      margin: 0px;
  }

  li {
      padding-bottom: 20px;
  }

  img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  h5 {
      text-align: center;
  }
  
  html {
      height: 100%;
  }

  #header {
      width: 100%;
      height: 500px;
      background-color: #0078AE;
      color: white;
      border-bottom: 50px solid #102053;
  }
  
  #logo {
      font-size: 100px;
      letter-spacing: 10px;
  }
  
  #desc {
      font-size: 50px;
      padding-top: 40px;
  }
  
  #navigation {
      float: right;
  }
    
  .index {
    height: 90px;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    border: 2px solid black;
    margin: 10px;
    background-color: #0078AE;
    border: 5px solid #102053;
    color: white;
    padding-top: 17px;
  }

.index-content {
  margin: auto;
}
  
  .intro {
      width: 100%;
      text-align: center;
      background-color: #6e9aad;
  }

.header {
    padding-top: 110px;
    width: 100%;
    text-align: center;
}
  
  .content {
      width: 99.9%;
      min-height: 400px;
  }
  
  .grid-container {
      height: 100%;
      display: inline-grid;
  }

  .title {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 30px;
      padding-top: 10px;
      padding-left: 20px;
  }

  .subtitle {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    padding-top: 20px;
    padding-left: 20px;
  }

  .text {
      padding: 50px;
      font-size: 20px;
      text-align: justify;
  }


   /* Set height of the grid so .sidenav can be 100% (adjust if needed) */
   .row.content {height: 1770px;}
    
   /* Set gray background color and 100% height */
   .sidenav {
     background-color: #102053;
     height: 100%;
     color: white;
   }
   
   /* Set black background color, white text and some padding */
   footer {
     background-color: #555;
     color: white;
     padding: 15px;
   }

   .index-title {
        margin-bottom: 20px;
        font-weight: bold;
    }

    .side-index {
        color: white;
    }
   
   /* On small screens, set height to 'auto' for sidenav and grid */
   @media screen and (max-width: 767px) {
     .sidenav {
       height: auto;
       padding: 15px;
     }
     .row.content {height: auto;}   
   }

   #declaracao {
       text-align:center;
   }

   #botao {
       color: white;
       text-decoration: none;
   }