* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Courier New", "Monaco", "Lucida Console", "Arial";
  }
  
  body,
  html {
    height: 100vh;
    /* background: #014e48; */
  }
  
  #header {
    width: 100%;
    height: 100%;
    background: white;
    background-image: url(img/obra_02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  
  section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: inherit;
    height: 100vh;
    margin: 15px 0;
    /* border-radius: 10px; */
  }
  
  article {
    color: black;
    width: 80%;
    height: 100%;
    padding: 50px 0 20px 50px;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  article > h2 {
    margin-bottom: 10px;
  }
  
  article > p {
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  #eletrica {
    background-image: url(img/piso.png);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  #construcao {
    background-image: url(img/obra.png);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  
  #construcao > article {
    color: black;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    padding-right: 50px;
  }
  
  #hidraulica {
    background-image: url(img/hidraulica.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  #hidraulica > article {
    color: black;
    width: auto;
    height: auto;
  }
  
  #projetos {
    background-image: url(img/planta_baixa.jpg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
  }
  
  #projetos > article {
    color: black;
    background: transparent;
    width: 100%;
    height: 90%;
    justify-content: center;
    align-items: flex-end;
    padding-right: 25px;
  }
  
  #servicos {
    width: 100%;
    background-image: url(img/ferramentas.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  
  #servicos > article {
    width: 100%;
    color: black;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  
  #servicos > article > p {
    padding: 25px;
  }
  
  footer {
    width: 100%;
    height: 100%;
  }
  
  #rodape > article {
    color: #014e48 ;
    width: 48%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-left: 2%;
    margin: 0;
  }
  
  .contato {
    color: #014e48;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
  }
  
  #imagem {
    margin: 0;
    width: 48%;
    height: 100%;
  }
  
  #cloudsxp {
    position: fixed;
    left: 25px;
    bottom: 30px;
    width: 50px;
  }

  #instagram {
    position: fixed;
    left: 45vw;
    bottom: 25px;
    width: 50px;
  }
  
  #whatsapp {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 50px;
  }
  