* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Courier New", "Monaco", "Lucida Console", "Arial";
}

body,
html {
  height: 100vh;
}

html {
  scroll-behavior: smooth;
}

body {
  /* background: red; */
  font-size: 1.2vw;
  text-align: justify;
}

header {
  width: 100%;
  position: fixed;
  z-index: 99;
  display: flex;
  justify-content: space-between;
}

#header_img {
  display: flex;
  justify-content: center;
  padding-left: 1%;
}

#header_link {
  display: flex;
  width: fit-content;
  height: fit-content;
  justify-content: end;
  padding-top: 5px;
}

.header_a {
  text-decoration: none;
  background: #333;
  color: white;
  padding: 0 1%;
  text-shadow: 2px 2px 2px black;
  border-radius: 5px;
  margin-right: 2%;
}

#headerLogo {
  width: 10vh;
}

.secao {
  width: 100%;
  height: 100%;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 1%;
}

/* Novidades */
#secao1 {
  background-image: url("../img/bebidas.jpg");
  background-position: bottom;
  justify-content: right;
  align-items: flex-end;
  /* opacity: 0.7; */
}

#secao1 > div {
  background: Brown;
  color: white;
  height: auto;
  width: 70vw;
  opacity: 0.9;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  padding: 1%;
}

/* Sobre */
#secao2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#secao2 > img {
  width: 30%;
}

#secao2 > div {
  display: flex;
  flex-direction: column;
  width: 60%;
  align-items: center;
}

/* Notícias */
#secao3 {
  background-image: url("../img/vinho_transparente.jpg");
  background-position: bottom;
  padding: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
}

#secao3 > div {
  height: 20%;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*Acesso*/
#secao4 {
  background-image: url("../img/seguranca.jpg");
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#secao4 > div {
  height: 40vh;
  width: 40vw;
  border-style: solid;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Rodapé */
footer {
  height: 100%;
  background: Brown;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1%;
}

#footer_img {
  height: 45vh;
  width: auto;
}

#footer_endereco {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer_mapa{
  height: 45vh;
  width: auto;
  border-radius: 20px;
}

#footer_contato {
  height: 45vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#footer_email{
  text-decoration: none;
  color: white;
}

#voltarTopo {
  display: none;
  position: fixed;
  left: 2vh;
  bottom: 2vh;
  width: 5vh;
}

#sxpbr{
  display: none;
  position: fixed;
  left: 50vw;
  bottom: 2vh;
  width: 5vh;
}

#whatsapp {
  position: fixed;
  right: 2vh;
  bottom: 2vh;
  width: 5vh;
}