* {
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: #d9d9d9;
  font-family: "Kanit", sans-serif;
}
a {
  text-decoration: none;
  color: white;
}
#menu {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #e34805;
}
#imgmenu {
  width: 40px;
  margin-left: 3%;
  margin-right: 75%;
}
#urlmenu {
  margin-left: 5%;
  font-size: 15px;
}
#paginasmenu {
  width: 400px;
}
#searchmenu {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  height: 50px;
}
#itensseachmenu1 {
  margin-left: 37%;
  font-size: 15px;
  color: black;
}
#itensseachmenu {
  margin-right: 20%;
  margin-left: 10%;
  font-size: 15px;
  color: black;
}
#search {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #d9d9d9;
  width: 175px;
  height: 30px;
  margin-right: 6.5%;
}
#searchtext {
  font-size: 15px;
}
#Shopping {
  width: 25px;
}
#quemsomos {
  display: flex;
  align-items: center;
}
#tittle {
  font-size: 20px;
  border-bottom: 5px;
}
#subtittle {
  font-size: 35px;
  margin-bottom: 25px;
}
#quemsomostext {
  margin-left: 80px;
  padding: 40px;
  width: 45%;
}
#logo {
  margin: auto;
  width: 700px;
  height: 375px;
}
#rodape {
  color: white;
  width: 100%;
  height: 35vh;
  background-color: #0a0440;
  display: flex;
  justify-content: center;
  align-items: center;
}
#rodapeimg {
  width: 390px;
  height: 205px;
}

#ajuda {
  font-size: 30px;
}
#ajuda:hover {
  text-decoration: underline;
}
#socials {
  width: 175px;
}
#imgsocials {
  margin: 5px;
  width: 25px;
}

