/********** ESTILOS GERAL **********/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

img {
  margin: auto;
  display: block;
  max-width: 100%;
}

body,
p,
ul,
li {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.container {
  max-width: 1150px;
  margin: auto;
}

.icones img {
  width: 100px;
  margin: auto;
  margin-bottom: 40px;
}

.titulo-icone {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.descricao-icone {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin: auto;
  width: 60%;
  line-height: 20px;
}

.titulo-padrao {
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #02001C;
}

.descricao-padrao {
  font-size: 15px;
  line-height: 23px;
  color: #02001C;
  margin-bottom: 50px;
}








/********** SCROLL **********/

::-webkit-scrollbar {
  width: 10px;
  background: #02001C;
}

::-webkit-scrollbar-thumb {
  background: #8E7347;
  border-radius: 5px;
}









/********** BARRINHA SUPERIOR **********/

.barrinha-verde {
  width: 100%;
  height: 5px;
  background: #8E7347;
}







/********** HEADER **********/

/* .header {
  width: 100%;
  position: fixed;
  background: none;
  z-index: 2000;
} */

.header {
  background-color: #02001C;
  position: fixed;
  margin: auto;
  width: 100%;
  z-index: 6500;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
  padding: 40px;
}

.logo {
  width: auto;
}

.menu {
  display: flex;
}

.menu-item-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  padding: 15px 24px;
}

.menu-item-link:hover {
  border-bottom: solid 2px #8E7347;
}

.menu-burger {
  display: none;
}

.fa-bars {
  color: #8E7347;;
}







/********** BANNER **********/

.banner {
  display: block;
  margin-top: 0;
  position: relative;
  z-index: -1000;
}

.banner img {
  width: auto;
  display: block;
  margin-top: -50px;
}

.banner .container {
  max-width: 95%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-80%) translateY(-50%);
  text-align: left;
}

.banner-titulo {
  font-family: 'Swiss921 BT';
  font-weight: 200;
  text-transform: uppercase;
  line-height: 190px;
  font-size: 205px;
  color: #00FF3C;
  margin-bottom: 20px;
}

.banner-descricao {
  font-size: 20px;
  color: #fff;
  text-align: left;
}

.banner-botao {
  margin-top: 45px;
}

.banner-botao-texto {
  border: 2px solid #00FF3C;
  padding: 10px 20px;
  color: #00FF3C;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}







/********** SERVIÇOS **********/

.servicos {
  background:#02001C;
  padding: 100px 0;
}


.servicos .container {
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.icones {
  padding: 60px 0;
}

.servicos .icones:hover {
  background: #01013F;
}

.servicos .titulo-padrao {
  color: #fff;
}






/********** PG **********/

.pg {
  background: #02001C;
  padding: 120px 0;
}

.pg .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.titulo-pg {
  font-size: 174px;
  text-align: left;
  text-transform: uppercase;
  line-height: 150px;
  font-weight: 700;
  color: #8E7347;
}

.descritivo-pg {
  width: 55%;
  padding: 0 30px;
}

.subtitulo-pg {
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 50px;
  text-align: left;
  color: #8E7347;
}

.descritivo-pg p {
  font-size: 15px;
  text-align: left;
  color: #fff;
  font-weight: 300;
  line-height: 25px;
}







/********** COVID 19 **********/

.covid19 {
  background: #fff;
  padding: 100px 0 0 0;
}

.grupo-icones .container {
  display: grid;
  /* grid-template-columns: repeat(5, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0;
}

.grupo-icones .titulo-icone,
.grupo-icones .descricao-icone {
  color: #02001C;
}

.grupo-icones .descricao-icone {
  margin-bottom: 35px;
}

.icones {
  padding: 55px 0;
}

.grupo-icones .icones:hover {
  background: #fff7e8;
}

.botao-shop {
  font-size: 11px;
  text-transform: uppercase;
  background: #02001C;
  color: #fff;
  padding: 7px 20px;
}


/********** NOVIDADES **********/


.novidades {
  padding: 75px 0 0 0;
  background-image: linear-gradient(to left, #014c52 , #0E004E);
  margin-top: 0;
}

.novidades .titulo-padrao {
  margin-bottom: 55px;
  color: #fff;
}
.novidades-grupo {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.novidades .imagens {
  filter: none;
}







/********** PDV **********/

.pdv {
  background: #8E7347;
  padding: 100px 0 0 0;
}

.img-padrao img {
  width: 100%;
}







/********** CASES **********/

.cases {
  background: #393A4E;
  padding: 100px 0 0 0;
}

.img-cases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cases .titulo-padrao {
  color: #fff;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 80px;
}

.imagens {
  filter: grayscale(1)
}

.imagens:hover {
  filter: none;
}














/********** INSTAGRAM**********/

.instagram {
  padding: 50px 0 0 0;
  width: 90%;
  margin: auto;
}







/********** CONTATO **********/

.contato {
  background: #02001C;
  padding: 150px 0;
}

.contato .container {
  max-width: 680px;
}

.contato .titulo-padrao {
  text-transform: uppercase;
  color: #fff;
}

.contato .descricao-padrao {
  color: #fff;
  font-weight: 300;
}

.contato .descricao-padrao a{
  color: #8E7347;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 600;
}


form {
  margin: auto;
  box-sizing: border-box;
}

input,
textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  background: none;
  border: 1px solid #8E7347;
  color: white;
}

::-webkit-input-placeholder {
  color: #614923;
}

textarea {
  min-height: 250px;
  max-height: 300px;
}


.buton {
  width: 100%;
  background: #8E7347;
  color: #02001C;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-appearance: none;
}





/********** FOOTER **********/

.footer {
  background: #02001C;
  padding: 20px 0;
}

.footer .logo {
  display: none;
}
.footer .container {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
}

.footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

.footer .social {
  display: flex;
}

.social img {
  width: 23px;
}






/********** WHATSAPP **********/

.whatsapp img {
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 40px;
}

.whatsapp img:hover {
  padding: 3px;
}


.icones img {
  fill: blue;
}






/********** GO TO TOP **********/

.go-top {
  position: fixed;
  width: 40px;
  height: 40px;
  background: #8E7347;
  border-radius: 10px;
  bottom: 40px;
  right: 40px;
  color: #02001C;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
}

.go-top:hover {
  background: #02001C;
  color: #8E7347;
}







/******************** MEDIA 1152px ********************/

@media only screen and (max-width: 1152px) {

  /* CONTAINER */

  .container {
    max-width: 900px;
  }

  /* BANNER */

  .banner .container {
    left: 45%;
  }

  .banner-titulo {
    line-height: 140px;
    font-size: 145px;
  }

  .banner-descricao {
    font-size: 15px;
    font-weight: 300;
  }

  .banner-botao-texto {
    font-size: 15px;
  }

  /* PG */

  .titulo-pg {
    font-size: 145px;
    line-height: 130px;
  }

  .descritivo-pg {
    width: 55%;
    padding: 0 30px;
  }

  .subtitulo-pg {
    font-size: 40px;
  }

  .descritivo-pg p {
    font-size: 13px;
    line-height: 23px;
  }

  /* SERVICOS */

  .servicos .container {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  /* COVID */

  .grupo-icones .container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0;
  }

  /* INSTAGRAM */

  .instagram {
    width: 90%;
  }

}



/******************** MEDIA 768px ********************/

@media only screen and (max-width: 768px) {

  .container {
    max-width: 600px;
  }

  .nav {
    display: none;
  }

  .logo {
    margin: auto;
  }

  /* BANNER */

  .banner .container {
    max-width: 70%;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
  }

  .banner-titulo {
    font-size: 135px;
    line-height: 125px;
  }

  .banner-descricao {
    font-size: 17px;
    text-align: center;
  }

  .banner-botao {
    display: none;
  }

  .banner img {
    height: 655px;
  }

  /* PG */

  .pg .container {
    flex-direction: column;
    width: 100%;
  }

  .titulo-pg {
    font-size: 104px;
    line-height: 100px;
    margin-bottom: 70px;
    color: #8E7347;
  }

  .descritivo-pg {
    width: 100%;
    padding: 0 30px;
  }

  .subtitulo-pg {
    margin-bottom: 20px;
    text-align: center;
  }

  .descritivo-pg p {
    text-align: center;
  }

  /* SERVIÇOS */

  .servicos .container {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }


  /* FOOTER */

  .footer .logo {
    display: none;
  }

  .footer p {
    color: #8E7347;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
  }
}







/******************** MEDIA 480px ********************/

@media only screen and (max-width: 480px) {

  /* HEADER */

  .container {
    width: 85%;
  }

  /* HEADER */

  .barrinha-verde {
    height: 5px;
  }

  .logo {
    width: 250px;
    margin: 0;
  }

  .header {
    position: initial;
  }

  .header .container {
    padding: 20px 0;
  }

  /* MENU BURGER */

  .menu-burger {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
    border-radius: 7px;
    order: 1;
  }

  .one,
  .two,
  .three {
    width: 100%;
    height: 4px;
    margin: 3px auto;
    background: #8E7347;;
    border-radius: 3px;
    transition-duration: 0.3s;
  }

  .nav {
    display: block;
  }

  .nav .menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 82%;
    height: 100vh;
    background: #8E7347;;
    transition: all 0.6s;
    transform: translateX(-100%);
  }

  .menu.show {
    transform: translateX(0);
  }

  .menu-item-link {
    text-align: center;
    margin-top: 5px;
    display: block;
    font-size: 65px;
    font-weight: 200;
    font-family: 'Swiss921 BT';
    line-height: 55px;
  }

  .menu-item-link:hover {
    background: #755d37;
    color: #0D0143;
    border: none;
  }

  /* BANNER */

  .banner .container {
    max-width: 70%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
  }

  .banner-titulo {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 7px;
  }

  .banner-descricao {
    font-size: 13px;
    text-align: center;
  }

  .banner-botao {
    display: none;
  }

  .banner img {
    margin-top: -90px;
    display: block;
    height: 555px;
    object-fit: cover;
  }

  /* COVID */

  .grupo-icones .container {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 0;
  }

  /* NOVIDADES */

  .novidades .titulo-padrao {
    font-size: 35px;
  }

  /* CASES */

  .img-cases {
    grid-template-columns: repeat(2, 1fr);
  }

  .cases .titulo-padrao {
    margin-bottom: 70px;
  }

  /* PADDINGS */
  .servicos,
  .pg,
  .contato {
    padding: 70px 0;
  }

  .covid19{
    padding: 70px 0 0 0;
  }

  .pdv,
  .cases {
    padding: 70px 0 0 0;
  }

  /* WHATSAPP */

  .whatsapp img {
    display: none;
  }
}


/******************** MEDIA 375px ********************/

@media only screen and (max-width: 375px) {
  .container {
    width: 85%;
  }

  .logo {
    width: 230px;
  }
}










/********** @FONT-FACE **********/

@font-face {
  font-family: 'Swiss921 BT';
  src: url('../fonts/Swiss921 BT.eot');
  src: url('../fonts/Swiss921 BT.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Swiss921 BT.woff2') format('woff2'),
    url('../fonts/Swiss921 BT.woff') format('woff'),
    url('../fonts/Swiss921 BT.svg#Swiss921 BT') format('svg');
  font-style: normal;
  font-display: swap;
  font-stretch: condensed;
  unicode-range: U+0020-02DC;
}
