*{
  margin: 0;
  box-sizing: border-box;
  font-family:  "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
header{
  top: 0;
  width: 100%;
}
header img{
   	/* max-width: 200px;
   	max-height:  200px; */
    width: 8vw;
    filter: brightness(80%);
}
header nav{
  margin-top: 1vw;
  z-index: 3;
  height: auto;
}
header nav div.nav-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2vw;
}
header nav ul{
    display: flex;
}
header nav ul li{
    list-style: none;
    text-decoration: none;
    color: white;
}
header nav ul li a{
    text-decoration: none;
    color: white;
    font-size: 1em;
}
#anchor1{
    position: absolute;
    width: 1px;
    height: 1px;
    left: 0;
    margin-top: -10px; /* esse valor varia de acordo com a altura do seu Header, se ele tiver 200px de altura coloque aqui -220px por exemplo */
    background-color: transparent;
    z-index: -1;
}
header nav ul li a:hover{
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;

}
header div.nome{
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255,255,255,1)-200%, rgba(0,0,0,0)50%, rgba(255,255,255,1)300%);
}
header div h1{
  color: #3c9240;
  text-align: center;
  vertical-align: middle;
  margin-top: 23vw;
}
div.wrapper{
  background-color: rgba(0, 0, 0, 0.07);
  margin-top: 11vh;
  padding-top: 2vh;
  padding-bottom: 1vh;
}
/* section.comercio{
  padding-left: 200px;
  margin-left: -200px;
  padding-right: 200px;
  margin-right: -200px;
} */
section.comercio h2{
  text-align: center;
  margin-top: 10vh;
}
section.comercio div.row{
  display: flex;
  margin-top: 10vh;
}
section.comercio div.row h6{
  text-align: center;
}
section.comercio div.row img{
  width: 90%;
}
/* section.sobre{
  padding-left: 200px;
  margin-left: -200px;
  padding-right: 200px;
  margin-right: -200px;
} */
/* body div.container section.sobre p{
  margin: 0 10vw;
} */
section.sobre h2{
  text-align: center;
}
section.sobre div.row{
  display: flex;
	margin-top: 10vh;
}
section.sobre p{
  margin-left: 2vw;
}
/* section.localizacao{
  padding-left: 200px;
  margin-left: -200px;
  padding-right: 200px;
  margin-right: -200px;
} */
section.localizacao h2{
  text-align: center;
}
section.localizacao ul{
  margin-left: 2vw;
}
/* section.localizacao div.row{
  display: flex;
  margin-top: 10vh;
}

section.localizacao div.row ul li img{
  width: 50%;
} */
section.contato{
  margin-bottom: 10vh;
}
section.contato h2{
  text-align: center;
  margin-top: 10vh;
}
section.contato ul{
  display: flex;
  text-align: center;
}
section.contato ul li{
  text-align: center;
  margin: 1vw 1vw;
}
section.contato ul li img{
  width: 80%;
}

.div-youtube{
  display: flex;
}

.div-mapa{
  display: flex;
}

.mapa{
  width: 100%;
  overflow:hidden;
  position:relative;
}
.mapa iframe{
  height:100%;
  width:100%;
  position:absolute;
}

.logo{
  width: 25%;
}

@media screen and (max-width:480px)  {
  div.wrapper{
    margin-top: 0;
    padding-bottom: 3vh;
  }
  header img{
    /* max-width: 200px;
    max-height:  200px; */
    width: 10vw;
  }
  header nav ul li a{
    font-size: 0.6em;
  }
  header nav div.nav-wrapper{
    flex-direction: column;
  }
  header div h1{
    font-size: 1em;
    margin-top: 11vw;
  }
  section h2{
    font-size: 2em;
  }
  section.comercio h2{
    text-align: center;
    margin-top: -1.5vh;
  }
  section.comercio div.row{
    margin-top: 3.5vh;
  }
  section.comercio div.row img{
    width: 100%;
  }
  section.comercio div.row h6{
    font-size: 1em;
  }
  section.comercio p{
    font-size: 1em;
  }
  section.sobre div.row{
    margin-top: 3.5vh;
  }
  section.sobre div.row p{
    font-size: 1.2em;
  }
  section.localizacao div.row{
    margin-top: 3.5vh;
  }
  section.contato{
    margin-bottom: 0;
  }
  section.contato h2{
    margin-top: 3.5vh;
  }


  .ul-header{
    display: block;
  }

  .div-youtube{
    display: block;
  }

  .div-mapa{
    display: block;
  }

  .logo{
    width: 30%;
  }
}

#slider-area{
  width: 100%;
}
