* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Courier New", "Monaco", "Lucida Console", "Arial";
}

body,
html {
  height: 100%;
  background: #555;
}

#header {
  width: 100%;
  height: 100%;
  background: white;
  background-image: url(img/projeto_03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  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;
}

#autovistoria {
  background-image: url(img/projeto_04.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#construcao {
  background-image: url(img/ferramentas_01.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;
}

#reforma {
  background-image: url(img/profissional.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#reforma > 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/predio_02.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

#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: white;
  width: 48%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  padding-left: 2%;
  margin: 0;
}

.contato {
  color: white;
  text-decoration: none;
}

#imagem {
  margin: 0;
  width: 48%;
  height: 100%;
}

#cloudsxp {
  position: fixed;
  left: 25px;
  bottom: 25px;
  width: 50px;
}

#whatsapp {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 50px;
}
