/* Página Bem Estar Intestinal - CSS dedicado */
.bemestar-main {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

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

.bemestar-bloco1 {
  background: #fff;
  display: flex;
  overflow: hidden;
}

.bemestar-bloco1-textos {
  padding-right: 32px;
  padding-bottom: 123px;
}

.bemestar-bloco1-img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

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

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

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

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

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

.bemestar-bloco2 {
  background: #F9F9F9;
  padding: 57px 0 47px;
  position: relative;
  overflow: visible;
}

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

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

.bemestar-bloco2-title {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 19px;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 435px;
}

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

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

.bemestar-bloco2-box {
  background: #F1B521;
  border-radius: 18px;
  padding: 54px 40px 73px 43px;
  max-width: 500px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bemestar-bloco2-box-lista {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: disc inside;
  padding-left: 1.5em;
  list-style-position: outside;
  max-width: 381px;
}

.bemestar-bloco2-box-lista li {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 16px;
  font-family: inherit;
}

.bemestar-bloco2-box-lista li a {
  color: #000;
}

.bemestar-bloco2-box-lista li:last-child {
  margin-bottom: 0;
}

.bemestar-bloco2-box-titulo {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 35px;
  color: #000;
}

.bemestar-produtos-blog {
  background: #fff;
  padding: 51px 0 58px 0;
  position: relative;
  overflow: visible;
}

.bemestar-produtos-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 0 auto;
  gap: 123px;
}

.bemestar-produtos-info {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 0;
  max-width: 440px;
}

.bemestar-produtos-title {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 448px;
}

.bemestar-produtos-title strong {
  font-weight: bold;
  text-transform: uppercase;
}

.bemestar-produtos-title span {
  font-weight: 300;
  text-transform: none;
}

.bemestar-produtos-desc {
  color: #222;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 45px;
}

.bemestar-produtos-desc-bold {
  color: #222;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}

.bemestar-produtos-grid {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.bemestar-produtos-grid .produtos-bloco-grid {
  grid-template-columns: repeat(2, 1fr) !important;
}

.bemestar-produtos-grid .produtos-bloco-img {
  border-radius: 0px;
}

.bemestar-produtos-grid .produtos-bloco-header {
  margin-bottom: 0px;
}

.bemestar-faq-bloco {
  padding-bottom: 143px;
}

strong {
  font-weight: bold !important;
}

.produtos-bloco-header {
  display: none !important;
}

@media (max-width: 767px) {
  .bemestar-container {
    display: block;
  }

  .bemestar-label {
    font-size: 10px;
    margin-top: 38px;
  }

  .bemestar-bloco1 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
    background: #fff;
    position: relative;
    overflow: visible;
  }

  .bemestar-bloco1-textos {
    align-items: flex-start;
    text-align: left;
    padding: 0 16px 41px;
  }

  .page-main .bemestar-title {
    font-size: 25px;
    line-height: 22px;
    max-width: 175px;
    margin: 0 0 140px 0;
    position: relative;
    z-index: 2;
  }

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

  .bemestar-bloco1-img-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0;
  }

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

  .bemestar-bloco2 {
    padding: 19px 0px 0px;
  }

  .bemestar-bloco2-textos {
    padding: 0 16px;
  }

  .bemestar-bloco2-title {
    font-size: 25px;
    line-height: 22px;
    max-width: 295px;
  }

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

  .bemestar-bloco2-box {
    border-radius: 0;
    margin-top: 25px;
    padding: 23px 20px 28px;
  }

  .bemestar-bloco2-box-titulo {
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 13px;
  }

  .bemestar-bloco2-box-lista li {
    font-size: 15px;
    line-height: 17px;
  }

  .bemestar-produtos-blog {
    padding: 25px 0 40px 0;
  }

  .bemestar-produtos-title {
    font-size: 25px;
    margin-bottom: 13px;
    line-height: 22px;
    max-width: 294px;
  }

  .bemestar-produtos-desc {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 17px;
    max-width: 343px;
  }

  .bemestar-produtos-desc-bold {
    font-size: 15px;
    line-height: 17px;
    max-width: 343px;
  }

  .bemestar-produtos-grid .produtos-bloco-title-mobile {
    display: none;
  }

  .bemestar-faq-bloco {
    padding-bottom: 42px;
  }

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

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

  .bemestar-blogposts-bloco {
    padding: 0 16px;
  }

  .produtos-bloco-mobile-carousel {
    padding: 0px !important;
  }

  .bemestar-produtos-info {
    padding: 0 16px;
  }
}

@media (max-width: 375px) {
  .page-main .bemestar-title {
    font-size: 20px;
    line-height: 18px;
  }
}

@media (max-width: 320px) {
  .page-main .bemestar-title {
    font-size: 19px;
    line-height: 17px;
    margin: 0 0 100px 0;
  }
}