.alertPrivacy {
  width: 70%;
  height: 110px;
  background-color: var(--theme-light);
  z-index: 99;
  border: 1px solid var(--primary);
  border-radius: 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  align-items: center;
  position: fixed;
  bottom: -20%;
  left: 15%;
  transition: 1s all;
}
.alertPrivacy p {
  width: 750px;
  font-size: 14px;
  margin: 0px 25px;
}
.alertPrivacy p span {
  font-weight: bold;
}
.alertPrivacy button {
  width: 185px;
  height: 40px;
  border-radius: 8px;
  background-color: var(--primary);
  font-family: "Poppins Light";
  font-weight: bold;
  font-size: 16px;
  margin: 0px 25px;
}

.headerPrivacy {
  margin-top: 96px;
  width: 100%;
  height: 300px;
  background-image: url(/images/titlePrivacidade.png);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.headerPrivacy h1 {
  font-family: "Oswald Bolder";
  text-align: center;
  font-size: 48px;
}
.headerPrivacy #barLocation {
  position: absolute;
  bottom: -56px;
  width: 100%;
  height: 56px;
  background: transparent linear-gradient(90deg, var(--primary) 0%, var(--secondary) 29%, var(--theme-dark) 100%) 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
}
.headerPrivacy #barLocation p {
  margin: 12%;
  font-size: 14px;
}
.headerPrivacy #barLocation p span {
  font-weight: bold;
}

main article {
  width: 80%;
  margin: auto;
}
main article #titlePrivacy {
  width: 300px;
  font-size: 20px;
}
main article #titlePrivacy span {
  font-weight: bold;
}
main article p {
  margin: 30px;
  line-height: 1.8;
  font-size: 14px;
}
main article p #lastLine {
  font-size: 12px;
}
main article img {
  float: left;
  margin-right: 30px;
}

/*# sourceMappingURL=alertPrivacy.css.map */
