body {
  font-family: Montserrat;
  color: #FFF;
}

.main_header {
  background-image: url("../../assets/images/bg_principal_maniforce_peanut_butter2.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 800px;
  background-color: #050505;
}
.main_header .logo {
  position: absolute;
  left: 0px;
  top: 80px;
  z-index: 0;
}
.main_header .container {
  width: 60%;
}


.main_content .main_content_headline {
  font-family: Montserrat;
  font-weight: bold;
  color: #FFF;
  font-size: 1.7em;
  word-wrap: normal;
  text-align: center;
}

.content_manibi {
  background-color: #1d2124;
}
.content_manibi h1 {
  font-size: 1.9em;
  color: #28a745;
}
.content_manibi p {
  font-size: 1.5em;
  color: #FFF;
  text-align: center;
}

.content_produtos {
  background-image: url("../../assets/images/bg_produtos_maniforce_peanut_butter.jpg");
}
.content_produtos h2 {
  font-weight: bold;
  color: #28a745;
}
.content_produtos .content_produtos_full {
  background-color: rgba(23, 23, 23, 0.7);
}
.content_produtos hr {
  border: 0;
  border-top: 1px solid #16181b;
}
.content_produtos .content_produtos_title {
  font-size: 1.7em;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.content_produtos .content_produtos_description {
  font-size: 1.3em;
  padding: 10px;
  color: #fff;
  text-align: justify;
  background-color: rgba(41, 41, 41, 0.7);
}

.compre_online {
  background-color: #e7e7e7;
}
.compre_online h1 {
  font-weight: bold;
}
.compre_online p {
  font-size: 1.8em;
  color: #16181b;
}
.compre_online .compre_online_parceiro {
  background-color: #fff;
  width: 300px;
  height: 130px;
  border-radius: 10px;
}
.compre_online .compre_online_parceiro img {
  margin-top: 25px;
  align-content: center;
}

.pronto-presenca {
  background-image: url("../../assets/images/bg_onde_encontrar_maniforce_peanut_butter.jpg");
}
.pronto-presenca h1 {
  color: #28a745;
  font-weight: bold;
}
.pronto-presenca h2 {
  color: #FFF;
}

.contato {
  background-color: #1d2124;
}
.contato h1 {
  font-weight: bold;
  color: #28a745;
}
.contato h2 {
  text-align: left;
  color: #FFF;
  margin-left: 20px;
}
.contato p {
  margin-left: 20px;
  text-align: left;
  color: #FFF;
}

.footer {
  height: 100px;
  background-color: #000;
  color: #FFF;
  font-size: 0.85em;
}

#subirTopo {
  text-decoration: none;
  background: #c10629;
  bottom: 30px;
  right: 30px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  position: fixed;
  border: 0;
  font-family: sans-serif;
  opacity: 0.8;
}

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