body {
    background-color: white;
    margin: 0;
  }
  h2{
    text-align: center;
  }
  h3,h4,h5,h6{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #337124;

  }
  #titulo, h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #878787;
  }
  #SubTitulo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #878787;
  }
  p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: justify;
    color: #878787;
   }
   #cc{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    color: #878787;
   }
  table, tbody, tr, td {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #b3ffb3;
    text-align: center;
    color: #878787;
   }
   ul, li{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: left;
    color: #878787;
   }
   /* ALTERAR SE QUISER */
   b{
    color: #F44D20;
    /*color: #8C6321;
    color: #337124;*/
   }
   #imagens{
    width: auto;
    height: auto;
    text-align: center;
   }

  /* Header/Logo Title */

  /* Style the header with a grey background and some padding */
.header {
  overflow: hidden;
  background-color: #F44D20;
  padding: 20px 10px;
  border-radius: 20px;
}

/* Style the header links */
.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 15px;
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: bold;
}

/* Change the background color on mouse-over */
 /* ALTERAR SE QUISER */
.header a:hover {
  background-color: #337124;
  color: black;
}

/* Style the active/current link*/
.header a.active {
  background-color: #337124;
  color: white;
}

/* Float the link section to the right */
.header-right {
  float: right;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}

/* Conteúdo da Página */
.conteudo {padding:20px;}

/* Tratar estas imagens */
mg {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: bottom;
}
div img{
  float:left;
  width: 100%;
  height: 100%;
}
