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

  article {
    font-size: 2.2vh;
  }

  #eletrica {
    background-size: auto 100%;
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
  }

  #eletrica > article {
    color: black;
    align-items: center;
    width: auto;
    height: auto;
    border-radius: 5px;
    padding: 10px;
  }

  #eletrica > article > h2, p {
    text-align: center;
  }

  #construcao {
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    background-position: center;
  }

  #construcao > article {
    color: black;
    align-items: center;
    width: auto;
    height: auto;
    padding: 10px;
  }

  #hidraulica {
    background-position: center;
  }

  #hidraulica > article {
    width: 100%;
    color: black;
    padding: 10px;
    align-items: center;
  }

  #projetos > article {
    color: black;
    text-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
  }

  #servicos {
    background-size: auto 100%;
    background-position: center;
  }

  #servicos > article > h2, p, ul {
    text-align: center;
  }

  #rodape {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
  }

  #rodape > article {
    /* color: black; */
    /* background: #555; */
    width: 100%;
    height: 65%;
    margin: 0;
    padding: 0 1%;
  }

  #rodape > article > img {
    height: 35%;
  }

  #imagem {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 35%;
    align-items: flex-end;
  }

  #cloudsxp {
    left: 5px;
  }

  #whatsapp {
    right: 5px;
  }
}
