@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@1,9..144,100&family=Montserrat:ital,wght@1,200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@1,9..144,100&family=Montserrat:ital,wght@1,200&display=swap");
/*me desculpe pelos erros, estou tentando melhora */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 1440px;
}

.attribution {
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}
main {
  display: flex;
}

.imagem {
  width: 100%;

  width: 680px;
  background-image: url("./design/images/image-product-desktop.jpg");
  background-size: cover;
  background-position: center;
  flex: 1;
}
.lado2 {
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 760px;
  min-height: 100vh;
  padding: clamp(35px, 8%, 70px);
}
.spr {
  margin: 110px 0px 50px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logo {
  margin: 15px;
  font-size: 44px;
  font-weight: bolder;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.Gabr {
  font-size: 60px;
  font-family: Fraunces, sans-serif;
  font-weight: bolder;
}
.aliar-preço {
  align-items: center;
  display: flex;
}
.p1 {
  margin: 10px;
  font-family: Fraunces, sans-serif;
  font-size: 25px;
  color: #3d8168;
  font-weight: bold;
}
.p2 {
  margin: 10px;
  margin-bottom: 15px solid black;
}
.texto {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  weight: 500;
}
.button {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  background-color: #3d8168;
}
.compra {
  color: white;
  font-size: 20px;
}
