/* DEFAULT */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fahkwang:wght@300;700&display=swap");

:root {
  --smaller: 0.75;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body a,
body a:hover {
  text-decoration: none;
}
body main .container-fluid {
  max-width: none !important;
}
body p:not(main p) {
  margin-bottom: 0 !important;
}
body ul:not(main) {
  padding-left: 0;
}
body .header__menu-list {
  margin-bottom: 0;
}
body.produto .lp section p {
  margin-bottom: 1rem !important;
}
body.produto .lp .table td,
body.produto .lp .table th {
  padding: 0.25rem;
}
body,
input,
textarea,
button {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 992px) {
  html {
    font-size: 93.75%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 87.5%;
  }
}
button {
  cursor: pointer;
}
[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
a,
a:hover {
  text-decoration: none;
}
hr {
  background-color: #fff;
  opacity: 1;
  height: 1px;
}
a:focus,
a:active {
  outline: none !important;
  box-shadow: none;
  outline-style: none;
}
textarea:hover,
select:focus,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
}
.form-floating > label {
  padding: 1rem 1.75rem;
}
@media (max-width: 575.98px) {
  .container,
  .container-fluid {
    width: 90vw;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container,
  .container-sm {
    max-width: none;
    width: 90vw;
  }
}

.btn.btn_biobcomplex {
  background: #007f72;
  border-radius: 7px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding: 16px 45px;
}

/* PRESENTATION */
section.biobcomplex_apresentation {
  padding: 10rem 0 6rem 0;
  background: url("https://centralnutrition.vteximg.com.br/arquivos/biobcomplex_background_presentation.png")
    no-repeat center top;
  background-size: cover;
}

section.biobcomplex_apresentation img.biobcomplex_logo {
  height: 70px;
}

section.biobcomplex_apresentation p {
  color: #1e1e1e;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}

section.biobcomplex_apresentation p span {
  color: #43c5e3;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  section.biobcomplex_apresentation {
    padding: 6rem 0 8rem 0;
  }
  section.biobcomplex_apresentation img.biobcomplex_logo {
    height: 50px;
  }
  section.biobcomplex_apresentation p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 575.98px) {
  section.biobcomplex_apresentation {
    padding: 6rem 0 6rem 0;
  }
  section.biobcomplex_apresentation img.biobcomplex_logo {
    height: 30px;
  }
}

/* RESUME */
section.biobcomplex_resume {
  padding: 6rem 0;
  background: #ffffff;
}

section.biobcomplex_resume h2 {
  color: #1e1e1e;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}

section.biobcomplex_resume h2 span {
  color: #43c5e3;
  font-weight: 800;
}

section.biobcomplex_resume p {
  color: #1e1e1e;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

section.biobcomplex_resume p span {
  font-weight: 800;
}

@media (max-width: 575.98px) {
  section.biobcomplex_resume {
    padding: 4rem 0 8rem 0;
  }

  section.biobcomplex_resume h2 {
    font-size: 24px;
    line-height: 32px;
  }

  section.biobcomplex_resume p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  section.biobcomplex_resume {
    padding: 6rem 0 10rem 0;
  }

  section.biobcomplex_resume h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section.biobcomplex_resume {
    padding: 6rem 0 18rem 0;
    margin-top: -50px;
  }
  section.biobcomplex_resume h2 {
    font-size: 32px;
    line-height: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  section.biobcomplex_resume h2 {
    font-size: 32px;
    line-height: 45px;
  }
}

/* COMPONENTES */
section.biobcomplex_componentes {
  background: #9fe6ff;
  padding: 5rem 0;
}

section.biobcomplex_componentes h2 {
  color: #00269c;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
}

section.biobcomplex_componentes h2 span {
  font-weight: 700;
  color: #f36c21;
}

section.biobcomplex_componentes .col_border {
  padding-top: 100px;
}

section.biobcomplex_componentes .biobcomplex_border {
  border: 2px solid #00269c;
  border-radius: 100%;
  width: fit-content;
  margin: auto;
  padding: 120px 170px;
  position: relative;
}

section.biobcomplex_componentes .biobcomplex_border .item_componente {
  background: #9fe6ff;
  padding: 20px 16px;
  box-sizing: border-box;
  border-radius: 14px;
  position: absolute;
  width: 250px;
  border: 1px solid #9fe6ff;
}

section.biobcomplex_componentes .biobcomplex_border .img_logo_nutri {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff6eb;
  padding: 16px;
}

section.biobcomplex_componentes .biobcomplex_border .item_componente.item_1 {
  top: 0px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

section.biobcomplex_componentes .biobcomplex_border .item_componente.item_2 {
  top: 25%;
  left: 0;
  transform: translateX(-35%) translateY(-10%);
}

section.biobcomplex_componentes .biobcomplex_border .item_componente.item_3 {
  top: 60%;
  left: 0;
  transform: translateX(-45%) translateY(-20%);
}

section.biobcomplex_componentes .biobcomplex_border .item_componente.item_4 {
  bottom: 5%;
  left: 25%;
  transform: translateY(50%) translateX(-50%);
}

section.biobcomplex_componentes .biobcomplex_border .item_componente.item_5 {
  bottom: 0%;
  right: 20%;
  transform: translateX(45%) translateY(0%);
}

section.biobcomplex_componentes .biobcomplex_border .item_componente.item_6 {
  top: 55%;
  right: 0;
  transform: translateX(50%) translateY(-10%);
}

section.biobcomplex_componentes .biobcomplex_border .item_componente.item_7 {
  top: 20%;
  right: 0%;
  transform: translateX(30%) translateY(20%);
}

section.biobcomplex_componentes .biobcomplex_border .item_componente h3 {
  color: #1e1e1e;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  section.biobcomplex_componentes h2 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}

@media (max-width: 767.98px) {
  section.biobcomplex_componentes .biobcomplex_border {
    padding: 0;
    border: 0;
    width: auto;
  }

  section.biobcomplex_componentes .biobcomplex_border .item_componente {
    background: #9fe6ff;
    border: 2px solid #00269c;
    position: relative;
    width: 250px;
    margin: auto;
    transform: none !important;
    margin-top: 25px;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  section.biobcomplex_componentes .biobcomplex_border .item_componente::before {
    content: "";
    position: absolute;
    background: #00269c;
    width: 2px;
    height: 100%;
    top: -50%;
    transform: translateY(-50%);
    z-index: -1;
  }

  section.biobcomplex_componentes .biobcomplex_border .item_componente.item_1 {
    z-index: 12;
  }

  section.biobcomplex_componentes .biobcomplex_border .item_componente.item_2 {
    z-index: 11;
  }

  section.biobcomplex_componentes .biobcomplex_border .item_componente.item_3 {
    z-index: 10;
  }

  section.biobcomplex_componentes .biobcomplex_border .item_componente.item_4 {
    z-index: 9;
  }

  section.biobcomplex_componentes .biobcomplex_border .item_componente.item_5 {
    z-index: 8;
  }

  section.biobcomplex_componentes .biobcomplex_border .item_componente.item_6 {
    z-index: 7;
  }

  section.biobcomplex_componentes .biobcomplex_border .item_componente.item_7 {
    z-index: 9;
  }

  section.biobcomplex_componentes
    .biobcomplex_border
    .item_componente.item_6::after {
    content: "";
    position: absolute;
    background: #00269c;
    width: 2px;
    height: 100%;
    bottom: -50%;
    transform: translateY(50%);
    z-index: -1;
  }

  section.biobcomplex_componentes
    .biobcomplex_border
    .item_componente.item_7::before {
    content: "";
    position: absolute;
    background: #00269c;
    width: 2px;
    height: 100%;
    top: 50%;
    transform: translateY(50%);
    z-index: -1;
  }

  section.biobcomplex_componentes
    .biobcomplex_border
    .item_componente.item_7::after {
    content: "";
    position: absolute;
    background: #00269c;
    width: 10px;
    height: 10px;
    bottom: -100%;
    left: calc(50% - 4px);
    z-index: -1;
    border-radius: 50%;
  }

  section.biobcomplex_componentes .biobcomplex_border .img_logo_nutri {
    display: none;
  }

  section.biobcomplex_componentes h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (max-width: 575.98px) {
  section.biobcomplex_componentes h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

/* CARROUSEL */

/* NUTRICIONAL */
section.biobcomplex_nutricional {
  background: url("https://centralnutrition.vteximg.com.br/arquivos/biobcomplex_background_nutrition.png")
    no-repeat center center;
  background-size: cover;
  padding: 5rem 0;
}

section.biobcomplex_nutricional .col-table {
  height: 400px;
  overflow: auto;
}

section.biobcomplex_nutricional table {
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

section.biobcomplex_nutricional p {
  color: #1e1e1e;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.70769rem;
  letter-spacing: -0.0275rem;
}

section.biobcomplex_nutricional p span {
  font-weight: 700;
  color: #43c5e3;
}

@media (max-width: 575.98px) {
  section.biobcomplex_nutricional p {
    font-size: 16px;
    line-height: 22px;
  }
}

section.biobcomplex_nutricional .col-tags {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

section.biobcomplex_nutricional .col-tags .selo {
  position: relative;
  padding: 0 2rem;
}

section.biobcomplex_nutricional .col-tags .selo:first-child::before {
  display: none;
}

section.biobcomplex_nutricional .col-tags .selo::before {
  position: absolute;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(244, 244, 246, 0) 0%,
    rgba(67, 197, 227, 1) 25%,
    rgba(67, 197, 227, 1) 50%,
    rgba(67, 197, 227, 1) 75%,
    rgba(244, 244, 246, 0) 100%
  );
  width: 2px;
  height: 100%;
  margin-left: -2rem;
}

@media (max-width: 1199.98px) {
  section.biobcomplex_nutricional .col-tags .selo {
    padding: 0 1rem;
  }

  section.biobcomplex_nutricional .col-tags .selo::before {
    margin-left: -1rem;
  }
}

@media (max-width: 991.98px) {
  section.biobcomplex_nutricional .col-tags {
    display: contents;
  }

  section.biobcomplex_nutricional .col-tags .selo {
    padding: 1rem;
    max-width: 150px;
  }

  section.biobcomplex_nutricional .col-tags .selo::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  section.biobcomplex_nutricional .col-tags .selo {
    padding: 1rem 1.5rem;
    max-width: 160px;
  }
}

section.biobcomplex_nutricional .biobcomplex_row_ref hr {
  background: #c9c9c9;
}

section.biobcomplex_nutricional .biobcomplex_row_ref h3 {
  color: #43c5e3;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.0275rem;
}

section.biobcomplex_nutricional .biobcomplex_row_ref ul {
  padding-left: 20px;
  padding-top: 1rem;
}

section.biobcomplex_nutricional .biobcomplex_row_ref ul li {
  padding-bottom: 1rem;
}

section.biobcomplex_nutricional .biobcomplex_row_ref ul li a {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.323px;
  letter-spacing: -0.44px;
  text-decoration-line: underline;
}

section.biobcomplex_nutricional .biobcomplex_row_ref ul li a:hover {
  text-decoration-line: none;
}

/* VITAMINA */
section.biobcomplex_vitamina {
  min-height: 700px;
  position: relative;
}

.biobcomplex_bike {
  min-height: 700px;
  background: url("https://centralnutrition.vteximg.com.br/arquivos/biobcomplex_background_vitamina.png")
    no-repeat top center;
  background-size: cover;
}

section.biobcomplex_vitamina .bg_a {
  position: absolute;
  left: 0;
  height: 100%;
  background: url("https://centralnutrition.vteximg.com.br/arquivos/biobcomplex_background_vitamina.png")
    no-repeat top center;
  background-size: cover;
  z-index: 1;
}

section.biobcomplex_vitamina .bg_b {
  background: url("https://centralnutrition.vteximg.com.br/arquivos/biobcomplex_background_vitamina2.png")
    no-repeat center right;
  position: absolute;
  right: 0;
  height: 100%;
  min-height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 9;
}

section.biobcomplex_vitamina h2 {
  color: #43c5e3;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
}

section.biobcomplex_vitamina p {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.2px;
}

section.biobcomplex_vitamina p span {
  font-weight: 800;
}

@media (max-width: 991.98px) {
  section.biobcomplex_vitamina {
    background: url("https://centralnutrition.vteximg.com.br/arquivos/biobcomplex_background_vitamina2.png")
      no-repeat center right;
    min-height: 300px;
    padding: 3rem 0;
    position: relative;
  }

  section.biobcomplex_vitamina .bg_a {
    display: none;
  }

  section.biobcomplex_vitamina .bg_b {
    background: transparent;
    position: relative;
  }
}

@media (max-width: 767.98px) {
  section.biobcomplex_vitamina h2 {
    font-size: 32px;
    line-height: 46px;
  }

  .biobcomplex_bike {
    min-height: 500px;
  }
}

@media (max-width: 575.98px) {
  .biobcomplex_bike {
    min-height: 400px;
  }
  section.biobcomplex_vitamina h2 {
    font-size: 26px;
    line-height: 32px;
  }

  section.biobcomplex_vitamina p {
    font-size: 18px;
    line-height: 26px;
  }
}

.biobcomplex_sombra_1 {
  position: absolute;
  background: url("https://centralnutrition.vteximg.com.br/arquivos/biobcomplex_sombra_1.png")
    no-repeat top center;
  background-size: cover;
  height: 50px;
  width: 100%;
  margin-top: -50px;
}

.biobcomplex_sombra_2 {
  position: absolute;
  background: url("https://centralnutrition.vteximg.com.br/arquivos/biobcomplex_sombra_2.png")
    no-repeat bottom center;
  background-size: cover;
  height: 50px;
  width: 100%;
}

/* TEXTO */
section.biobcomplex_texto {
  padding: 8rem 0;
}

section.biobcomplex_texto h2 {
  color: #55565a;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
}

section.biobcomplex_texto h2 span {
  color: #43c5e3;
  font-weight: 800;
}

section.biobcomplex_texto .biobcomplex_owl_card {
  padding: 2rem 3rem;
  border-radius: 3.125rem;
  border: 4px solid #43c5e3;
  background: url("https://centralnutrition.vteximg.com.br/arquivos/biobcomplex_background_card_owl.png")
    center center no-repeat;
  background-size: cover;
}

section.biobcomplex_texto .biobcomplex_owl_card h3 {
  color: #00269c;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
}

section.biobcomplex_texto .biobcomplex_owl_card p {
  color: #1e1e1e;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

section.biobcomplex_texto .biobcomplex_owl_card p span {
  font-weight: 800;
}

@media (max-width: 767.98px) {
  section.biobcomplex_texto h2 {
    font-size: 32px;
    line-height: 40px;
  }

  section.biobcomplex_texto .biobcomplex_owl_card {
    padding: 2rem 2rem;
  }

  section.biobcomplex_texto .biobcomplex_owl_card h3 {
    font-size: 18px;
    line-height: 28px;
  }

  section.biobcomplex_texto .biobcomplex_owl_card p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 575.98px) {
  section.biobcomplex_texto h2 {
    font-size: 26px;
    line-height: 32px;
  }

  section.biobcomplex_texto .biobcomplex_owl_card h3 {
    font-size: 16px;
    line-height: 26px;
  }

  section.biobcomplex_texto .biobcomplex_owl_card p {
    font-size: 16px;
    line-height: 26px;
  }
}

.prod_biobcomplex_faq {
  display: block !important;
  background: #ebf1f4;
  padding: 50px 0 125px 0;
}
@media (max-width: 991.98px) {
  .prod_biobcomplex_faq {
    padding: 30px 0 100px 0;
  }
}
.prod_biobcomplex_faq_title {
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .prod_biobcomplex_faq_title {
    padding-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .prod_biobcomplex_faq_title {
    padding-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .prod_biobcomplex_faq_title {
    padding-bottom: 15px;
  }
}
.prod_biobcomplex_faq h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 44px;
  letter-spacing: -0.03em;
  color: #4ec2bf;
}
@media (max-width: 991.98px) {
  .prod_biobcomplex_faq h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767.98px) {
  .prod_biobcomplex_faq h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 575.98px) {
  .prod_biobcomplex_faq h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
.prod_biobcomplex_faq_accordion {
  display: grid;
  gap: 20px;
}
.prod_biobcomplex_faq_accordion > .accordion-item {
  padding: 10px 20px;
  background: #fff;
  border-radius: 19px;
  border: none;
}
@media (max-width: 575.98px) {
  .prod_biobcomplex_faq_accordion > .accordion-item {
    padding: 5px 15px 5px 10px;
  }
}
.prod_biobcomplex_faq_accordion > .accordion-item h2 {
  margin-bottom: 0;
}
.prod_biobcomplex_faq_accordion > .accordion-item h2 button {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: -0.03em;
  color: #608ca5;
}
@media (max-width: 991.98px) {
  .prod_biobcomplex_faq_accordion > .accordion-item h2 button {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (max-width: 767.98px) {
  .prod_biobcomplex_faq_accordion > .accordion-item h2 button {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 575.98px) {
  .prod_biobcomplex_faq_accordion > .accordion-item h2 button {
    font-size: 16px;
    line-height: 19px;
  }
}
.prod_biobcomplex_faq_accordion > .accordion-item h2 button:not(.collapsed) {
  background: none;
  border-bottom: 1px solid #dee2e6;
  box-shadow: none;
}
.prod_biobcomplex_faq_accordion > .accordion-item p {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #669099;
}
@media (max-width: 991.98px) {
  .prod_biobcomplex_faq_accordion > .accordion-item p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 575.98px) {
  .prod_biobcomplex_faq_accordion > .accordion-item p {
    font-size: 16px;
    line-height: 20px;
  }
}
.prod_biobcomplex_faq_accordion ul li {
  list-style: disc;
}
