html {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  background: #f1f8f2;
  color: #0d2112;
  width: 100%;
}
html body {
  margin: 0px;
}
html #address {
  visibility: 0;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 3rem;
  background: #235930;
  color: #f1f8f2;
}
html #address p {
  margin: auto;
}
@media (max-width: 960px) {
  html #address {
    display: none;
  }
}
html #heading {
  display: inline-flex;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  justify-content: center;
  align-content: center;
  height: 5rem;
}
html #heading a {
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  color: #1e4728;
  margin: auto;
  margin-top: auto;
  margin-bottom: auto;
}
html #heading a:hover {
  transition: color 0.2s ease-in-out;
  color: #3d8c4c;
}
html #heading img {
  justify-self: center;
}
@media (max-width: 720px) {
  html #heading {
    display: none;
  }
}
@media (max-width: 720px) {
  html #mobileHeading {
    display: inline-flex;
    width: 100vw;
    background: #235930;
  }
  html #mobileHeading img {
    margin: 0;
  }
  html #mobileHeading button {
    background: #235930;
    margin: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 720px) {
  html #mobileHeading {
    display: none;
  }
}
html #mainBody {
  position: relative;
  display: block;
  margin-bottom: -6px;
}
html #mainBody img {
  position: static;
  width: 100%;
  display: fixed;
}
html #mainBody h1 {
  position: absolute;
  top: 20rem;
  margin: 2rem;
  margin-left: 2rem;
  font-size: 5rem;
  background: #1e4728;
  color: white;
  padding: 1rem;
  border-radius: 4px;
}
html #mainBody h3 {
  margin-top: 4rem;
  z-index: 2;
  position: absolute;
  top: 33.5rem;
  font-size: 2rem;
  background: #f1f8f2;
  color: #0d2112;
  margin-left: 2rem;
  padding: 0.5rem;
  border-radius: 4px;
}
@media (max-width: 720px) {
  html #lowerContent {
    display: none;
  }
}
@media (min-width: 720px) {
  html #lowerContent {
    display: inline-flex;
    background: #dcefdc;
    color: #0d2112;
    padding: 1rem;
    margin: 0rem;
    margin-top: -5px;
    margin-bottom: 0;
    justify-content: center;
    align-content: center;
    font-size: 1.5rem;
  }
  html #lowerContent #lowerContent_nonImg {
    display: block;
  }
  html #lowerContent #lowerContent_txtBox {
    margin: 1rem;
    margin-bottom: 4rem;
    line-height: 2rem;
  }
  html #lowerContent #lowerContent_txtBox h3 {
    margin-top: -1rem;
  }
  html #lowerContent #lowerContent_button {
    margin-top: 1rem;
    margin: 1rem;
  }
  html #lowerContent #lowerContent_button a {
    text-decoration: none;
  }
  html #lowerContent p {
    text-indent: 50px;
  }
  html #lowerContent h3 {
    color: #193b22;
    text-indent: 50px;
  }
  html #lowerContent img {
    margin: auto;
    max-width: 60%;
    max-height: 60%;
    border-radius: 4px;
  }
  html #lowerContent a {
    font-weight: 600;
    padding: 0.8rem;
    font-size: 2.5rem;
    margin-left: 50px;
    position: relative;
    margin-bottom: 1rem;
    background: #2c6f3a;
    color: white;
    border-radius: 4px;
  }
  html #lowerContent a:hover {
    transition: background 0.1s ease-in-out;
    transition: border-radius 0.1s ease-in-out;
    border-radius: 10px;
    background: #3d8c4c;
  }
}
@media (min-width: 720px) and (max-width: 790px) {
  html #lowerContent a {
    font-size: 1.2rem;
  }
}
@media (min-width: 720px) {
  html #lowerContentMobile {
    display: none;
  }
}
@media (max-width: 720px) {
  html #lowerContentMobile {
    background: #dcefdc;
    color: #0d2112;
    padding: 1rem;
    margin: 0rem;
    text-align: center;
  }
  html #lowerContentMobile a {
    text-decoration: none;
  }
  html #lowerContentMobile p {
    text-indent: 50px;
    text-align: left;
  }
  html #lowerContentMobile h3 {
    margin-top: 0.5rem;
    color: #193b22;
    text-indent: 50px;
    text-align: left;
  }
  html #lowerContentMobile #lowerContentMobile_button {
    text-align: left;
    padding: 1rem;
    padding-left: 0;
  }
  html #lowerContentMobile #lowerContentMobile_button a {
    font-weight: 600;
    padding: 0.8rem;
    font-size: 2.5rem;
    margin-left: 50px;
    position: relative;
    margin-bottom: 1rem;
    background: #2c6f3a;
    color: white;
    border-radius: 4px;
    text-decoration: none;
  }
  html #lowerContentMobile #lowerContentMobile_button a:hover {
    transition: background 0.1s ease-in-out;
    transition: border-radius 0.1s ease-in-out;
    border-radius: 10px;
    background: #3d8c4c;
  }
}
@media (max-width: 720px) and (max-width: 370px) {
  html #lowerContentMobile #lowerContentMobile_button a {
    font-size: 1.2rem;
  }
}
@media (max-width: 720px) {
  html #lowerContentMobile img {
    max-width: 300px;
  }
}
html #footerContent {
  display: block;
  width: 100%;
  background: #1e4728;
  color: #dcefdc;
  list-style-type: none;
  padding: 2rem;
  padding-left: 5rem;
  font-size: 1rem;
}
html #footerContent ul {
  list-style-type: none;
  padding-bottom: 0.5rem;
}
html #footerContent h2 {
  font-weight: 700;
}
html #footerContent h3 {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 720px) {
  html #footerContent {
    padding-left: 5rem;
    padding-right: 5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  html #footerContent h2, html #footerContent h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
  }
  html #footerContent ul, html #footerContent li {
    padding: 0;
  }
}
html #enderecos {
  background: #dcefdc;
  padding: 1rem;
  font-size: 1.2rem;
  overflow-y: scroll;
}
html #enderecos h1 {
  color: #235930;
}
html #enderecos h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  color: #1e4728;
}
html #enderecos h3 {
  color: #1e4728;
}
html #enderecos h4 {
  color: #2c6f3a;
  font-size: 1.3rem;
}
html #enderecos ul {
  margin-top: 0;
  list-style-type: none;
  padding-bottom: auto;
}
html #enderecos li {
  margin-bottom: 3rem;
}
html #enderecos span {
  color: #193b22;
  font-weight: 700;
}
@media (min-width: 720px) {
  html #enderecos {
    padding-left: 5rem;
  }
}
html #sobre {
  background: #dcefdc;
  padding: 1rem;
}
html #sobre h1 {
  color: #2c6f3a;
}
html #sobre h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  color: #2c6f3a;
}
html #sobre ul {
  margin-top: 0;
  list-style-type: none;
}
html #sobre li {
  margin-bottom: 3px;
}
html #sobre span {
  color: #193b22;
  font-weight: 700;
}
@media (min-width: 720px) {
  html #sobre {
    padding-left: 5rem;
  }
}
html #lowerContainerEnderecos {
  position: sticky;
  width: 100vw;
  bottom: 0;
}
@media (max-width: 640px) {
  html #lowerContainerEnderecos {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */