@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
}

header > section > div,
main > section > div,
footer > section > div {
  max-width: 480px;
  margin: 0 auto;
  padding: 2rem;
}

/* tipografia e diagramação */
h1 {
  margin: 2rem auto;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
}

h1::after {
  content: url(media/verificado.webp);
  margin-left: 6px;
}

h2 {
  margin: 4rem 0 2rem 0;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}

h3 {
  margin: 4rem 0 2rem 0;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.1;
}

h4 {
  margin: 2rem 0 1rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
}

p {
  margin: 1.6rem 0;
  line-height: 1.1;
}

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

hr {
  margin: 4rem 0 0 0;
  border: 1px solid #d4d5d7;
}

ul {
  font-size: 1.6rem;
}

/* "atalhos" */
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.tcenter {
  text-align: center !important;
}

.d-flex_row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.d-flex_column {
  display: flex;
  flex-direction: column;
}

/* bg colors */
.bg-light_gray {
  background-color: #f4f5f7;
}

.bg-pink {
  color: #ffffff;
  background-color: #ec189a;
}

/* ====== header ====== */
header {
  margin-bottom: 2rem;
  border-bottom: 1px solid #d4d5d7;
}
header .bg-pink > div {
  padding: 1.2rem;
}
header span {
  font-weight: bold;
  color: #000000;
  background-color: #ffc120;
}

/* ====== main ====== */
/* product-infos */
.product-infos img {
  border-radius: 15px;
}
.product-infos .price-before {
  margin-bottom: 0.4rem;
  color: #666666;
}
.product-infos .price-after {
  padding: 1rem;
  font-size: 1.8rem;
  color: #22c55e;
  background-color: #e9f9ef;
  border: 1px solid #91e2af;
  border-radius: 5px;
}
.product-infos .price-after svg {
  margin-left: 4px;
  fill: #22c55e;
  height: 22px;
  width: 22px;
}
.product-infos .alert {
  margin-left: 12px;
  color: #df2935;
}
.product-infos .alert p {
  margin-left: 6px;
  font-size: 1.8rem;
  text-align: left;
}
.product-infos .extra-infos {
  margin: 2rem 0;
  font-size: 1.4rem;
}
.product-infos .extra-infos .d-flex_row {
  align-items: flex-start !important;
}
.product-infos .extra-infos figure {
  margin: 0 4px 0 0;
}
.product-infos .extra-infos figure svg {
  fill: #ec189a;
}
.product-infos .btn-buy {
  justify-content: center;
  margin: 2rem auto;
  padding: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: #73c21d;
  border: solid #68b317;
  border-width: 0px 1px 6px;
  border-radius: 15px;
}
.product-infos .btn-buy img {
  margin: 0 6px 0 0;
  border-radius: 0;
}

/* reviews */
.review {
  margin: 1.6rem auto;
  padding: 2rem;
  text-align: left;
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 15px;
  border: 2px solid #E4E5E7;
}
.review div {
  display: flex;
  margin-bottom: 1rem;
}
.review div p {
  margin: 1rem auto;
}
.review div img {
  margin: 0 1rem 0 0;
  padding: 0;
}
.review div.client-review {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.review div.client-review p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.review div.client-review img {
  margin: 0 1rem 0 0;
}
.review p {
  margin: 0;
  font-size: 1.6rem;
}
.review img {
  margin: 1rem 0 0 0;
  border-radius: 10px;
}

/* ====== footer ====== */
footer {
  border-top: 1px solid #d4d5d7;
}
footer p {
  font-size: 1.4rem;
}
footer a {
  display: block;
  font-size: 1.4rem;
  text-decoration: none;
  color: #000000;
}
footer img {
  margin: 0;
}
footer img:first-child {
  margin-right: 12px;
}/*# sourceMappingURL=main.css.map */