/* Página Preserve Massa Magra - Magento 2 */
.preserve-main {
  width: 100%;
  background: #fff;
  margin-top: 40px;
}

.preserve-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
}

.preserve-bloco1,
.preserve-bloco2,
.preserve-bloco3,
.preserve-bloco4,
.preserve-bloco5,
.preserve-bloco6 {
  width: 100%;
}

.preserve-bloco1 {
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.preserve-bloco1-textos {
  padding-bottom: 161px;
}

.preserve-label {
  background: #FD7335;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 6px;
  margin-bottom: 13px;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-top: 166px;
  line-height: 1;
}

.page-main .preserve-title {
  color: #000;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 24px 0;
  line-height: 1.1;
}

.page-main .preserve-title span {
  font-weight: 300;
}

.preserve-desc {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  max-width: 394px;
  margin: 0 0 0 0;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.preserve-bloco1-img {
  position: absolute;
  top: 0;
}

.preserve-bloco2 {
  background: #F9F9F9;
  padding: 107px 0;
  position: relative;
  overflow: visible;
}

.preserve-bloco2-container {
  align-items: center;
}

.preserve-bloco2-textos {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  padding-right: 32px;
}

.preserve-bloco2-title {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1.1;
  text-transform: uppercase;
}

.preserve-bloco2-title span {
  font-weight: 300;
  text-transform: none;
}

.preserve-bloco2-desc {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 0 0;
  max-width: 442px;
}

.preserve-bloco2-box-wrapper {
  flex: 1 1 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  min-width: 0;
}

.preserve-bloco2-box {
  background: #FD7335;
  border-radius: 18px;
  padding: 40px 32px;
  max-width: 500px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.preserve-bloco2-box-title {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.1;
  text-transform: uppercase;
}

.preserve-bloco2-box-title span {
  font-weight: 300;
}

.preserve-bloco2-box-p {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 0 0;
  max-width: 437px;
}

.preserve-bloco2-box-p.bold {
  font-weight: bold;
}

.preserve-bloco2-box-p.mb-25 {
  margin-bottom: 25px !important;
}

.preserve-bloco3 {
  background: #fff;
  padding: 70px 0;
  position: relative;
  overflow: visible;
}

.preserve-bloco3-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.preserve-bloco3-textos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  padding-right: 109px;
}

.preserve-bloco3-title {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 436px;
}

.preserve-bloco3-title span {
  font-weight: 300;
  text-transform: none;
}

.preserve-bloco3-desc {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 0 0;
  max-width: 463px;
}

.preserve-bloco3-img-wrapper {
  flex: 1 1 0;
}

.preserve-bloco3-img {
  max-width: 323px;
  width: 100%;
  height: auto;
  display: block;
}

.preserve-bloco4 {
  background: #F9F9F9;
  padding: 70px 0;
  position: relative;
  overflow: visible;
}

.preserve-bloco4-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.preserve-bloco4-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  padding-right: 50px;
  padding-left: 125px;
}

.preserve-bloco4-img {
  max-width: 323px;
  width: 100%;
  height: auto;
  display: block;
}

.preserve-bloco4-textos {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
}

.preserve-bloco4-title {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 310px;
}

.preserve-bloco4-title span {
  font-weight: 300;
  text-transform: none;
}

.preserve-bloco4-desc {
  color: #000;
  font-size: 16px;
  margin: 0 0 0 0;
  max-width: 356px;
  line-height: 16px;
}

.preserve-bloco5 {
  background: #fff;
  padding: 70px 0;
  position: relative;
  overflow: visible;
}

.preserve-bloco5-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.preserve-bloco5-textos {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  max-width: 548px;
}

.preserve-bloco5-title {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 550px;
}

.preserve-bloco5-title span {
  font-weight: 300;
  text-transform: none;
}

.preserve-bloco5-desc {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 18px 0;
  max-width: 100%;
}

.preserve-bloco5-desc.footnote {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin-top: 0;
}

.preserve-bloco5-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  margin-left: 52px;
}

.preserve-bloco5-box {
  background: #FD7335;
  border-radius: 18px;
  padding: 55px 45px 45px 45px;
  max-width: 430px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.preserve-bloco5-box-p {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 0 0;
  max-width: 364px;
}

.preserve-bloco5-box-p.bold {
  font-weight: bold;
}

.preserve-bloco5-box-p.mb-25 {
  margin-bottom: 25px !important;
}

.preserve-bloco5-box-p.mw-282 {
  max-width: 282px;
}

.spacing-blog-preserve {
  margin: 102px 0px 0px;
}

.faq-bloco-preserve {
  margin: 76px 0px;
}

strong {
  font-weight: bold !important;
}

@media (max-width: 767px) {

  .preserve-container,
  .blogposts-container {
    padding: 0 16px;
  }

  .preserve-label {
    font-size: 10px;
    margin-top: 31px;
  }

  .preserve-bloco1-textos {
    position: relative;
    z-index: 2;
    padding-bottom: 24px;
  }

  .page-main .preserve-title {
    font-size: 30px;
    line-height: 25px;
  }

  .preserve-desc {
    font-size: 15px;
    line-height: 17px;
    max-width: 182px;
  }

  .preserve-bloco2 {
    padding: 30px 0 0;
  }

  .preserve-bloco2-container {
    display: block;
  }

  .preserve-bloco2-textos {
    padding: 0px;
  }

  .preserve-bloco2-title {
    font-size: 25px;
    line-height: 22px;
    margin-bottom: 25px;
  }

  .preserve-bloco2-desc {
    font-size: 15px;
    line-height: 17px;
    max-width: 345px;
  }

  .preserve-bloco2-box-title {
    font-size: 25px;
    line-height: 25px;
  }

  .preserve-bloco1-img {
    width: 100%;
    max-width: 210px;
    right: 0;
    top: 0;
    height: auto;
  }

  .preserve-bloco2-box {
    background: #FD7335;
    border-radius: 0px;
    padding: 17px 15px 20px;
    max-width: 500px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 14px;
  }

  .preserve-bloco2-box-p {
    font-size: 15px;
    line-height: 17px;
    max-width: 345px;
  }

  .preserve-bloco3-container {
    display: block;
  }

  .preserve-bloco3-textos {
    display: block;
    padding-right: 0px
  }

  .preserve-bloco3 {
    padding: 0;
  }

  .preserve-bloco3-title {
    font-size: 25px;
    max-width: 303px;
    line-height: 22px;
    margin: 15px 0px 20px;
  }

  .preserve-bloco3-img {
    max-width: 100%;
    width: 100%;
  }

  .preserve-bloco4-container {
    display: block;
  }

  .preserve-bloco3-desc {
    font-size: 15px;
    line-height: 17px;
    max-width: 345px;
    margin: 0 0 25px;
  }

  .preserve-bloco4 {
    background-color: #fff;
    padding: 20px 0;
  }

  .preserve-bloco4-title {
    font-size: 25px;
    max-width: 210px;
    line-height: 22px;
  }

  .preserve-bloco4-desc {
    font-size: 15px;
    line-height: 17px;
    max-width: 376px;
  }

  .preserve-bloco4-img {
    max-width: 120px;
  }

  .preserve-bloco5-box-wrapper {
    margin: 0px;
  }

  .preserve-bloco5-container {
    display: block;
  }

  .preserve-bloco5 {
    background: #F9F9F9;
    padding: 20px 0 0;
  }

  .preserve-bloco5-title {
    font-size: 25px;
    line-height: 22px;
    max-width: 240px;
  }

  .preserve-bloco5-desc {
    font-size: 15px;
    line-height: 17px;
    max-width: 345px;
  }

  .preserve-bloco5-desc.footnote {
    margin-bottom: 23px;
  }

  .preserve-bloco5-box {
    padding: 29px 15px;
    max-width: 100%;
    border-radius: 0px;
  }

  .preserve-bloco5-box-p {
    font-size: 18px;
  }

  .preserve-bloco5-box-p.mw-282 {
    max-width: 380px;
    font-size: 20px;
  }

  .preserve-bloco5-box-p {
    max-width: 387px;
  }

  .preserve-bloco6 {
    padding-top: 48px;
  }

  .spacing-blog-preserve {
    margin: 0px;
  }

  .blogposts-bloco {
    width: 100% !important;
    background: #fff !important;
    padding: 0px !important;
  }

  .faq-bloco-preserve {
    margin: 64px 0px 0px;
    padding-bottom: 30px;
  }

  .preserve-bloco2-box-wrapper,
  .preserve-bloco5-box-wrapper {
    width: 100vw;
    max-width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}