@charset "utf-8";
body {
  margin: 0;
  color: #242424;
  background-color: #ece9d599;
  font-family: sans-serif;
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
}
main {
  display: block;
  background-color: #fff;
  border-radius: 10px;
}
.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
#jar-header {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 46px;
}
#jar-header::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 40%, #000 100%);
}
#jar-header h1 span,
#jar-header h2 span {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
  border-radius: 0px;
  color: rgb(249, 54, 151);
}
#jar-header h1,
#jar-header h2 {
  margin: 0;
}
h3 {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100vh !important;
  margin: 0;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 78px;
  z-index: 50;
  text-transform: uppercase;
}
h3::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 8;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 40%, #000 100%);
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 40%, #000 100%);
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 40%, #000 100%);
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 6vw;
  }
}
.footer{
  padding-right: 150px;
  padding-left: 150px;
}
.jar-footer p,a{
  margin: 0;
  margin-bottom: 40px 0;
  text-align: justify;
  background: #ece7d5;
  line-height: 1.5;
  font-size: 16px;
  padding-left: 150px;
  
  padding-right: 150px;
  border: 2px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 0;
}
p {
  margin-bottom: 30px;
  text-align: justify;
  background: #ece7d5;
  line-height: 1.5;
  font-size: 16px;
  padding-left: 150px;
  padding-right: 150px;
  border: 2px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
p:last-child {
  margin-bottom: 0;
}
#jar-header {
  background-image: url(../imagens/primeira.jpg);
}
.preamble h3 {
  background-image: url(../imagens/segunda.jpg);
}
.explanation h3 {
  background-image: url(../imagens/terceira.jpg)
}
.participation h3 {
  background-image: url(../imagens/quartar.jpg);
}
.benefits h3 {
  background-image: url(../imagens/quinta.jpg);
}
.requirements h3 {
  background-image: url(../imagens/sextar.jpg);
}
.design-archives h3 {
  background-image: url(../imagens/oitava.jpg);
}
.design-resources h3 {
  background-image: url(../imagens/ultima.jpg);
}
.design-selection h3 {
  background-image: url(../imagens/setima.jpg);
}