@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");

::-webkit-scrollbar {
  width: 1rem;
}
::-webkit-scrollbar-thumb {
  background-color: #5ca720;
}

html {
  font-size: 62.5%;
}

body,
h1,
h2,
p,
ul,
li,
a {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Lato";
  color: black;
  font-size: 62.5%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

* {
  box-sizing: border-box;
}

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}
.logo {
  padding-left: 4rem;
}

.icones-menu {
  display: flex;
  flex-wrap: wrap;
  padding-right: 4rem;
}

.icones-menu img {
  margin-left: 2rem;
}

.banner {
  margin-top: 3rem;
  background-image: url("assets/banner.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 375px;
}
.banner img {
  width: 100%;
  max-height: 380px;
}

.produtos_menu {
  font-size: 2rem;
  color: #161616;
  margin-top: 2.8rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid #a5a1a1;
  font-weight: 700;
}

.container-produtos-menu {
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - 3rem);
  margin-left: 4rem;
  margin-right: 4rem;
}

.produtos-container {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 303px;
  justify-content: space-between;
}

.descricao {
  font-family: "Lato";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 2.3rem;
}

.preco {
  font-family: "Lato";
  font-size: 2.5rem;
  font-weight: 700;
  color: #5ca720;
  margin-top: 1.1rem;
}

.preco > sup {
  color: black;
  font-weight: 500;
}

.produtos-item {
  width: 26%;
  padding-left: 10rem;
  padding-right: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pre-footer-container {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 10rem;
  border-top: 1px solid grey;
  border-bottom: 0.2px solid #a5a1a1;
  padding-bottom: 5rem;
}

.pre-footer-menu {
  margin-top: 4rem;
  margin-left: 4rem;
  font-size: 1.6rem;
}

.pre-footer-menu > li > a {
  line-height: 2.5rem;
  font-weight: 600;
  line-height: 24px;
  color: black;
}

.newsletter {
  font-size: 1.6rem;
}

.newsletter-form {
  display: flex;
  margin-top: 1rem;
  border: 0.5px solid #d9d9d9;
  border-radius: 5px 0px 0px 5px;
  margin-right: 4rem;
}

.campo {
  width: 397px;
  height: 54px;
  font-family: "Lato";
  color: #a8a4a4;
  letter-spacing: 1px;
  font-size: 1.6rem;
  padding-left: 1rem;
}

.botao {
  width: 152px;
  height: 54px;
  background-color: #5ca720;
  border-radius: 0px 5px 5px 0px;
  color: white;
  font-family: "Lato";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.01em;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 4rem;
  height: 100px;
}
.social-media {
  margin-left: 4rem;
}
.social-media > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 2rem;
}

.pagamentos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.pagamentos > img {
  margin-right: 3rem;
  align-items: center;
}

@media screen and (max-width: 768px) and (min-width: 400px) {
  .produtos-item {
    width: 50%;
  }
  .newsletter {
    margin-top: 4rem;
    margin-left: 4rem;
  }
}

@media screen and (max-width: 1024px) {
  .produtos-item {
    width: 40%;
  }
  .newsletter {
    margin-top: 4rem;
    margin-left: 4rem;
  }
}

@media screen and (max-width: 414px) {
  .produtos-container {
    flex-direction: column;
    margin-right: 5rem;
  }
  .produtos-item {
    width: 100%;
  }

  .campo {
    width: 190px;
  }

  .botao {
    width: 100px;
  }
}

@media screen and (max-width: 393px) {
  .produtos-container {
    flex-direction: column;
  }
  .produtos-item {
    width: 100%;
  }

  .newsletter {
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
