/* Elements */
.e-body-wrap {
  max-width: 120rem;
  margin: 0 auto;
  box-shadow: 0 0 0.5rem #545454;
}
.e-btn-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.375rem;
  font-size: 0;
}
.e-btn-more img {
  transform: rotate(-90deg);
}
.e-btn-more:hover img {
  filter: drop-shadow(0 0 0.325rem rgba(0, 0, 0, 0.5));
}
.e-bg {
  background: #471008;
}
.e-bg--hands {
  background: url(../images/bg-hands.png);
  background-color: #ede7e7;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center 4rem;
  padding: 0 4.25rem;
  margin-bottom: 2.125rem;
}
.e-bg--hands--reverse {
  background: url(../images/bg-hands-reverse.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 6rem;
  background-size: contain;
}
.e-bg--cica {
  background: url(../images/bg-cica.png);
  background-size: cover;
}
.e-bg--pes {
  background: url(../images/pes_bg.jpg);
  background-size: cover;
}
.e-bg--parallax {
  background-attachment: fixed;
}
.e-bg--heart {
  height: 10rem;
  width: 100%;
  background: url(../images/bg-heart.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.e-bg--dog {
  background-color: #ede7e7;
  padding: 1.375rem 3.875rem 0 3.875rem;
}
.e-bg--cat {
  background-color: #fee5e1;
  padding: 1.375rem 3.875rem 0 3.875rem;
}
.e-m2 {
  margin: 0 -1.5%;
}

/*# sourceMappingURL=maps/elements.css.map */
