@media screen and (max-width: 760px) {
  * {
    margin: 0;
    padding: 0;
  }

  body {
    font-size: 0;
    text-align: center;
  }

  header {
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 0;
    height: 100%;
  }

  header > div {
    height: auto;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color: white;
    padding: 10% 0;
    height: 100%;
  }

  #headerLogo {
    width: 70%;
  }

  .header_a {
    padding: 0;
    font-size: 20px;
  }

  .secao {
    background-image: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background-size: cover;
    padding: 5px;
    margin: 0;
    text-align: left;
    font-size: 20px;
  }

  .secao > div {
    margin: 0;
    padding: 1%;
    width: 100%;
  }

  .sectionImagens {
    height: auto;
    width: 100%;
    justify-content: center;
    padding: 10px 0;
    font-size: 10px;
  }

  .sectionImagens > div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2px 1px;
    height: 100%;
    width: 100%;
  }

  .sectionImagens > div > article {
    justify-content: space-around;
    width: 100%;
    height: 49%;
    padding: 5px 0;
  }

  .sectionImagens > div > article > img {
    width: 100%;
    height: auto;
  }

  #secao3 {
    background-position: left top;
  }

  #secao5 {
    font-size: 15px;
    width: 100%;
    height: auto;
  }

  #secao5 > div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    /* padding: 2% 0; */
  }
  #secao5 > div > a{
    margin-top: 25px;
  }
  #secao5 > div > a > img {
    width: 90%;
  }

  footer {
    font-size: 15px;
    width: 100%;
    height: 70%;
    padding: 5% 0;
    opacity: 1;
  }

  #rodape {
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1%;
  }

  #rodape > div > a > img {
    width: 90%;
  }

  #menu {
    display: none;
  }

  #volarImg {
    position: fixed;
    left: 2vh;
    bottom: 2vh;
    width: 5vh;
  }
}
