*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body{
  height: 100%;
  font-family: 'Archivo', sans-serif;
}

.header{
  
}

.header .menu{
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding: 24px 12px;
  width: 100%;
  position: fixed;
  top: 0;
}

.header .menu .logo{
  margin: 0 20px;
}

.header .menu .logo img{
  width: 250px;
}

.header .menu #ul2{
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  padding-top: 20px;
}

#ul{
  display: none;
}

.header .menu #ul2 li{
  margin: 0 20px;
}

.header .menu #ul2 li a{
  text-decoration: none;
  color: black;
  font-size: 20px;
}

.header .menu #ul2 li i{
  text-decoration: none;
  color: black;
  font-size: 22px;
  cursor: pointer;
}

.header .menu #ul2 img{
  width: 20px;
}

.header .menu .hamburguer{
  display: none;
}

.header .banner{
  text-align: left;
  padding: 0 32px;
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.header .banner .parte1{
  margin: 0 auto;
}

.header .banner .parte1 h1{
  font-size: 36px;
  font-weight: bold;
  width: 700px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.header .banner .parte1 p{
  font-size: 20px;
  width: 700px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.header .banner .icones{
  display: flex;
  width: 450px;
  margin: 0 auto;
  margin-top: 16px;
}

.header .banner .parte2{
  background-image: url('https://firebasestorage.googleapis.com/v0/b/cliente-arq.appspot.com/o/Quem%20Somos%2F1_CABE%C3%87ALHO.jpg?alt=media&token=f8c978c9-052b-46cd-9721-1557546a5430');
  background-position: center;
  background-size: cover;
  width: 50%;
  padding-top: 40%;
  border-radius: 10px;
  margin-top: 144px;
  margin-bottom: 72px;
}

.sub-banner{
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 144px;
  font-weight: bold;
}

.sub-banner h2{
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

.servicos{
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 72px;
  margin-bottom: 144px;
}

.servicos .titulo{
  padding-bottom: 20px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.37);
  font-size: 20px;
}

.servicos .galeria{
  width: 100%;
  margin: 0 auto;
}

.servicos .galeria .parte{
  display: flex;
  justify-content: space-between;
}

.servicos .galeria .parte .box{
  width: 32.7%;
  border-radius: 10px;
  text-align: center;
}

.servicos .galeria .parte .box .imagem{
  background-color: bisque;
  width: 60%;
  padding-top: 70%;
  border-radius: 10px;
  margin: 16px 0;
  margin-bottom: 0;
}

.servicos .galeria .parte .box{
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
}

.servicos .galeria .parte .box span{
  text-align: left;
}


@media screen and (max-width:1600px) {
  .servicos{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 144px;
  }

  footer .center{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

@media screen and (max-width:1024px) {
  .header .menu .logo{
    margin: 0 20px;
    display: block;
  }

  .header .menu .logo img{
    width: 150px;
  }

  .header .menu #ul{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.39);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  }

  #ul4{
    display: none;
  }

  #ul3{
    width: 70%;
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    padding: 0 5%;
    text-align: right;
    list-style-type: none;
  }

  #ul3 p{
    font-size: 24px;
    margin-bottom: 28px;
    margin-top: 28px;
    cursor: pointer;
    margin-right: 16px;
    font-weight: 600;
  }

  .header .menu #ul3 li{
    margin-bottom: 48px;
    text-align: left;
    font-weight: 600;
  }

  .header .menu #ul3 li a{
    color: black;
    text-decoration: none;
  }

  .header .menu .hamburguer{
    display: block;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 20px;
  }

  .header .menu #ul3 img{
    display: none;
  }

  .header .menu #ul3 .botoes{
    text-align: left;
  }

  .header .menu #ul3 button{
    width: 160px;
    height: 35px;
    font-size: 16px;
    border: 1px solid black;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
    color: black;
    margin-bottom: 24px;
  }
  
  .header .menu #ul3 button:hover{
    color: white;
    background-color: black;
  }
  
  .header .menu #ul3 button i{
    margin-right: 10px;
  }

  .header .menu .hamburguer .barra{
    width: 30px;
    padding-top: 3px;
    background-color: black;
    margin-bottom: 5px;
    
  }
  
  .header .banner{
    padding: 0;
    display: block;
    margin-top: 160px;
  }

  .header .banner .parte1{
    width: 90%;
    margin: 0 auto;
  }

  .header .banner .parte1 h1{
    font-size: 24px;
    font-weight: bold;
    width: 100%;
  }
  
  .header .banner .parte1 p{
    width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .header .banner .parte2{
    border-radius: 0;
    margin-top: 30px;
    padding-top: 350px;
    margin-bottom: 72px;
    width: 100%;
  }

  .sub-banner{
    width: 90%;
    font-size: 12px;
  }

  .servicos .titulo h2{
    font-size: 20px;
  }

  .servicos .galeria .parte{
    display: block;
  }

  .servicos .galeria .parte .box{
    width: 100%;
    text-align: center;
  }
  
  .servicos .galeria .parte .box .imagem{
    background-color: bisque;
    width: 100%;
    padding-top: 110%;
    border-radius: 10px;
    margin: 16px 0;
  }
  
  footer{
    padding: 60px 0;
  }
  
  footer .center{
    display: block;
  }

  footer .center .esquerda h2{
    width: 100%;
    font-size: 16px;
  }

  footer .center .esquerda p{
    width: 100%;
    font-size: 14px;
    margin: 8px 0;
    font-weight: 200;
  }
  
  footer .center .botoes{
    display: flex;
    margin-bottom: 36px;
  }

  footer .center .esquerda button{
    width: 160px;
    height: 35px;
    font-size: 14px;
    margin-bottom: 0;
    color: white;
    margin-top: 28px;
    margin-right: 12px;
  }
  
  footer .center .esquerda button:hover{
    color: black;
    background-color: white;
  }
  
  #copyrights1{
    display: none;
  }
  
  footer #copyrights2{
    font-size: 12px;
    text-align: center;
    display: block;
  }

  footer .center .esquerda h2{
    width: 100%;
  }
  
  footer .center .esquerda p{
    width: 100%;
  }

  footer .formulario{
    margin-bottom: 20px;
  }

  footer ::placeholder{
    font-size: 16px;
  }
}