* {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  header {
    height: 20%;
    padding-top: 1px;
    max-height: 140px;
  }
  header h1 {
    text-align: center;
  }
  header > div {
    margin: 3.66%;
    align-items: center;
    flex-direction: column;
  }
  header nav {
    width: 60%;
  }
  #objetivo p {
    line-height: 2.2em;
  }
}
@media screen and (min-width: 1001px) {
  header {
    height: 180px;
    padding-top: 1px;
  }
  header > div {
    margin: 3.66%;
    align-items: center;
  }
  header nav {
    width: 17%;
  }
  #objetivo p {
    line-height: 2.2em;
  }
  #objetivo .wrapper > div {
    display: flex;
    justify-content: space-between;
  }
  #objetivo .wrapper > div .coluna {
    width: 45.6%;
  }
  #objetivo .wrapper > div .coluna p {
    margin-top: 2%;
  }
}
#hero-section img {
  width: 100%;
  position: relative;
  z-index: -2;
}

#doacao .wrapper {
  width: 92.67%;
  display: flex;
  justify-content: space-between;
  margin-top: 3.66%;
}
#doacao .wrapper div {
  width: 45.6%;
}
#doacao .wrapper div img {
  width: 100%;
}

header {
  background-color: #fff;
  width: 100%;
  position: absolute;
}
header > div {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
header > div ul {
  display: flex;
  justify-content: space-between;
}
header > div li {
  list-style: none;
}
header > div a {
  text-decoration: none;
  color: #000;
  font-family: "Crimson Text";
  font-weight: bold;
  position: relative;
  z-index: 1;
}
header > div a:hover:before {
  content: "";
  border-radius: 55px;
  background-color: rgb(192, 38, 74);
  position: absolute;
  height: 25px;
  width: 25px;
  left: -30px;
  top: -8px;
  z-index: 0;
}

section {
  /*min-height: 50vh;*/
  padding: 2% 0;
  box-sizing: border-box;
}

h2 {
  text-align: center;
  font-family: "Crimson Text";
  font-weight: bold;
  display: inline-block;
  position: relative;
  font-size: 3em;
  /*margin-top: 3.66%;*/
}
h2:before {
  content: "";
  border-radius: 55px;
  background-color: rgb(192, 38, 74);
  position: absolute;
  height: 50px;
  width: 50px;
  left: -60px;
  top: -3px;
}

p {
  font-family: "Crimson Text";
  text-align: left;
  font-size: 1.2em;
  margin-top: 1%;
}

.align-center {
  text-align: center;
}

h1 img {
  width: 22.84%;
}

.coluna img {
  width: 100%;
}

.wrapper {
  width: 92.67%;
  margin: 0 3.66%;
}

.container-conteudo {
  margin: 3.66%;
}

.theme-section {
  background-color: rgba(192, 38, 74, 0.251);
  background-color: #fff;
}

footer {
  border-top: 1px solid #aaa;
  padding: 2% 0;
  font-family: "Crimson Text";
}
footer > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 92.06%;
  margin: 0 3.66%;
}
footer img {
  width: 10%;
}

.bold {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */