@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

body, button {
  font-family: 'Sriracha', cursive;
}

input, textarea {
  font: 400 14px Roboto, sans-serif;
}

button {
  cursor: pointer;
}

button, input {
  border: 0;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  border: 0;
  padding: 0;
  background: #fee7a8;
  color: #350201;
  -webkit-font-smoothing: antialiased;
}

header {
  padding: 0 0 60px 0;
  padding: 0;
  background: #350201;
  color: #dfc68f;
  display: flex;
  justify-content: space-between;
}

#logo {
  padding: 10px 20px 25px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#logo img {
  width: 120px;
  padding: 8px;
  padding: 0px;
}

#logo h1 {
  padding: 20px 40px;
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: bold;
  white-space: nowrap;
  font-size: 28px;
}

#contatoCabecalho {
  display: flex;
  flex-direction: column;
  padding: 10px 40px 25px 20px;
  align-items: flex-end;
  justify-content: space-around;
}

#contatoCabecalho h2 {
  font-size: 35px;
}

#contatoCabecalho h3 {
  font-size: 20px;
}

header a {
  color: #dfc68f;
  text-decoration: none;
  opacity: 0.75;
  opacity: 0.65;
  transition: 0.4s;
}

header a:hover {
  /* opacity: 0.6; */
  opacity: 1.0;
  color: #dfc68f;
}

#menu {
  display: flex;
  list-style-type: none;
  background: #dfc68f;
  /* padding: 0; */
  border: 0;
  margin: 0;
}

#menu li {
  padding: 12px 0 4px;
}

/* #menu ul li a { */
#menu a {
  text-decoration: none;
  color: #350201;
  padding: 12px;
  border-radius: 0 0 8px 8px;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.6;
  font-weight: bold;
}

/* #menu ul li a:hover { */
#menu a:hover {
  color: #dfc68f;
  background: #350201;
  opacity: 1;
}

article {
  padding: 20px 60px;
}

#home {
  display: block;
  padding: 0;
  margin-top: 8px;
}

#home article{
  padding: 0;
}

#produtos {
  display: none;
}

#empresa {
  display: none;
}

#contato {
  display: none;
}

#home .items section {
  border-radius: 8px;
  width: 600px;
}
#home .items img {
  width: 600px;
}

#produtos .items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

#produtos .items section {
  background: #fff;
  color: #350201;
  padding: 20px;
  border-radius: 4px;
  margin:40px auto;
  text-align: center;
}

#produtos .items h2 {
  white-space: normal;
}

#produtos .items img {
  width: 300px;
}

/*
.box {
  width:70%;
  height:200px;
  background:#FFF;
  margin:40px auto;
}
*/
/*==================================================
 * Effect 6
 * ===============================================*/
.effect6 {
  position:relative;
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
     -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
          box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
 }
.effect6:before, .effect6:after {
  content:"";
  position:absolute;
  z-index:-1;
  -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
     -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
          box-shadow:0 0 20px rgba(0,0,0,0.8);
  top:50%;
  bottom:0;
  left:10px;
  right:10px;
  -moz-border-radius:100px / 10px;
       border-radius:100px / 10px;
}
.effect6:after {
  right:10px;
  left:auto;
  -webkit-transform:skew(8deg) rotate(3deg);
     -moz-transform:skew(8deg) rotate(3deg);
      -ms-transform:skew(8deg) rotate(3deg);
       -o-transform:skew(8deg) rotate(3deg);
          transform:skew(8deg) rotate(3deg);
}

.bloco {
  display: block;
}

.linha {
   display: inline-block;
}

.coluna {
  width: 8em;
  display: inline-block;
}

.campo {
  padding: 8px;
}

.campo span {
  vertical-align: top;
}

.campo input {
  width: 100%;
  font-size: 18px;
  border-radius: 4px; 
  padding: 4px;
  border: 1px solid #dfc68f;
}

.campo textarea {
  width: 100%;
  font-size: 18px;
  border-radius: 4px; 
  padding: 4px;
  border: 1px solid #dfc68f;
}

.campo .uf {
  width: 2.5em;
}

.direita {
  width: 100%;
  text-align: right;
}

.botao {
  color: #dfc68f;
  background: #350201;
  padding: 8px 24px;
  font-size: 16px;
  border-radius: 4px;
  transition: 0.3s;
}

.botao:hover {
  opacity: 0.8;
}


/* celular-retrato */
@media (max-width: 720px) {

  header {
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
  }
  
  #logo {
    padding: 0; 
  }

  #logo img {
    width: 90px;
  }

  #logo h1 {
    font-size: 32px;
  }
  
  #contatoCabecalho {
    padding: 0; 
    align-items: center;
  }

  #contatoCabecalho h2 {
    font-size: 20px;
  }
  #contatoCabecalho h3 {
    font-size: 16px;
  }

  #menu {
    justify-content: center;
  }

  /* #menu ul li a { */
  #menu a {
    font-size: 18px;
  }

  #menu li, #menu a {
    padding-top: 4px;
  }

  article {
    padding: 20px 8px;
  }

}

@media (max-width: 720px) and (orientation: portrait) {

  header {
    flex-direction: column;
  }
}

@media (max-width: 720px) and (orientation: landscape)  {

  header {
    flex-direction: row;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  #logo {
    flex-direction: row;
  }

  #logo img {
    padding-right: 10px;
    width: 80px;
  }

  #logo h1 {
    font-size: 30px;
  }
  
  #contatoCabecalho {
    align-items: flex-end;
  }

}
