/* 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_prod_3mag {
  background: #007f72;
  border-radius: 7px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding: 16px 45px;
}

/* APRESENTATION */
section.prod_3mag_apresentation {
  padding: 6rem 0 5rem 0;
  background: rgba(118, 109, 102, 0.1);
}

section.prod_3mag_apresentation h2 {
  font-size: 40px;
  line-height: 45px;
  font-style: normal;
  color: #766D66;
  font-weight: 800;
}

section.prod_3mag_apresentation p {
  color: #1E1E1E;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-left: 1.5rem;
}

section.prod_3mag_apresentation .prod_3mag_video_player {
  height: 700px;
}

@media (max-width: 1199.98px) {
  section.prod_3mag_apresentation .prod_3mag_video_player {
    height: 600px;
  }

  section.prod_3mag_apresentation h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 991.98px) {
  section.prod_3mag_apresentation .prod_3mag_video_player {
    height: 500px;
  }

  section.prod_3mag_apresentation .prod_3mag_video {
    padding-top: 50px;
    margin-bottom: -500px;
  }
}

@media (max-width: 767.98px) {
  section.prod_3mag_apresentation .prod_3mag_video_player {
    height: 400px;
  }

  section.prod_3mag_apresentation h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 575.98px) {
  section.prod_3mag_apresentation .prod_3mag_video_player {
    height: 300px;
  }

  section.prod_3mag_apresentation h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

/* PARAGRAPH */
section.prod_3mag_paragraph {
  padding: 6rem 0 7rem 0;
  background: #FFFFFF;
}

section.prod_3mag_paragraph h2 {
  font-size: 40px;
  line-height: 45px;
  font-style: normal;
  color: #766D66;
  font-weight: 800;
}

section.prod_3mag_paragraph p {
  color: #3F2D1F;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-left: 1.5rem;
}

@media (max-width: 767.98px) {
  section.prod_3mag_paragraph h2 {
    font-size: 30px;
    line-height: 35px;
  }

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

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

  section.prod_3mag_paragraph p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* CARDS */
section.prod_3mag_cards {
  padding: 6rem 0 7rem 0;
  background: linear-gradient(63.58deg, #494440 0%, #766D66 51%, #948E8A 100%);
}

section.prod_3mag_cards h2 {
  font-size: 40px;
  line-height: 45px;
  font-style: normal;
  color: #ffffff;
  font-weight: 800;
}

section.prod_3mag_cards .prod_3mag_card {
  box-sizing: border-box;

  background: linear-gradient(33.72deg, rgba(247, 237, 227, 0.25) 0%, rgba(255, 255, 255, 0.05) 100%);
  box-shadow: 0px 2px 30px rgba(118, 109, 102, 0.2);
  backdrop-filter: blur(35px);
  border-radius: 30px;

  filter: drop-shadow(-20px 20px 50px rgba(0, 0, 0, 0.15));

  padding: 30px;
  position: relative;
  z-index: 2;
  height: 100%;
}

section.prod_3mag_cards h3 {
  color: #ffffff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 800;
  font-style: normal;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
}

section.prod_3mag_cards h3::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  background: #FFFFFF;
  top: 0;
  bottom: 0;
  left: 0;
}

section.prod_3mag_cards p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  section.prod_3mag_paragraph h2 {
    font-size: 30px;
    line-height: 35px;
  }

  section.prod_3mag_cards h3 {
    font-size: 22px;
    line-height: 30px;
  }

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

@media (max-width: 575.98px) {
  section.prod_3mag_cards .prod_biomelanina_video_player {
    height: 300px;
  }

  section.prod_3mag_cards h2 {
    font-size: 28px;
    line-height: 32px;
  }

  section.prod_3mag_cards h3 {
    font-size: 20px;
    line-height: 28px;
  }

  section.prod_3mag_cards p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* BANNER */
section.prod_3mag_banner {
  min-height: 700px;
  padding: 5rem 0 5rem 0;
  background: url("https://centralnutrition.vteximg.com.br/arquivos/prod_3mag_background_banner.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

section.prod_3mag_banner h2 {
  font-size: 50px;
  line-height: 55px;
  font-style: normal;
  color: #ffffff;
  font-weight: 800;
}

@media (max-width: 1199.98px) {
  section.prod_3mag_banner h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 991.98px) {
  section.prod_3mag_banner {
    background: url("https://centralnutrition.vteximg.com.br/arquivos/prod_3mag_background_banner.png") no-repeat center center;
  }
}

@media (max-width: 767.98px) {
  section.prod_3mag_banner h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

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

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

section.prod_3mag_nutricional hr {
  border-top: 1px solid #c9c9c9;
  margin: 2rem 0;
}

section.prod_3mag_nutricional table {
  background: transparent;
  font-size: 14px;
  font-weight: 400 !important;
}

section.prod_3mag_nutricional table.table td.title {
  border-top: 0 !important;
  color: #000000;
}

section.prod_3mag_nutricional table.table td.title b {
  font-size: 20px;
  font-weight: 800;
}

section.prod_3mag_nutricional table.table td,
section.prod_3mag_nutricional table.table th {
  border-top: 1px solid #C9C9C9;
  color: #707070;
}

section.prod_3mag_nutricional table.table tbody tr td:nth-child(2) {
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}

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

section.prod_3mag_nutricional p span {
  font-weight: 700;
  color: #766D66;
}

section.prod_3mag_nutricional p b {
  font-weight: 700;
  color: #1E1E1E;
}

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

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

section.prod_3mag_nutricional .col-tags.col-tags-1 .selo {
  position: relative;
  padding: 0 1.5rem;
}

section.prod_3mag_nutricional .col-tags .selo {
  position: relative;
  padding: 0 1.5rem;
}

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

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

  section.prod_3mag_nutricional .col-tags.col-tags-1 .selo {
    padding: 0 2rem;
  }

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

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

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

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

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

section.prod_3mag_nutricional .prod_3mag_row_ref hr {
  background: #c9c9c9;
}

section.prod_3mag_nutricional .prod_3mag_row_ref h3 {
  color: #766D66;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.0275rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

section.prod_3mag_nutricional .prod_3mag_row_ref ul {
  padding-left: 20px;
  padding-top: 1rem;
}

section.prod_3mag_nutricional .prod_3mag_row_ref ul li {
  padding-bottom: 1rem;
}

section.prod_3mag_nutricional .prod_3mag_row_ref ul li a {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.3232px;
  letter-spacing: -0.44px;
}

section.prod_3mag_nutricional .prod_3mag_row_ref ul li a:hover {
  text-decoration-line: none;
}

.prod_3mag_faq {
  display: block !important;
  background: #ebf1f4;
  padding: 50px 0 125px 0;
}
@media (max-width: 991.98px) {
  .prod_3mag_faq {
    padding: 30px 0 100px 0;
  }
}
.prod_3mag_faq_title {
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .prod_3mag_faq_title {
    padding-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .prod_3mag_faq_title {
    padding-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .prod_3mag_faq_title {
    padding-bottom: 15px;
  }
}
.prod_3mag_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_3mag_faq h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767.98px) {
  .prod_3mag_faq h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 575.98px) {
  .prod_3mag_faq h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
.prod_3mag_faq_accordion {
  display: grid;
  gap: 20px;
}
.prod_3mag_faq_accordion > .accordion-item {
  padding: 10px 20px;
  background: #fff;
  border-radius: 19px;
  border: none;
}
@media (max-width: 575.98px) {
  .prod_3mag_faq_accordion > .accordion-item {
    padding: 5px 15px 5px 10px;
  }
}
.prod_3mag_faq_accordion > .accordion-item h2 {
  margin-bottom: 0;
}
.prod_3mag_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_3mag_faq_accordion > .accordion-item h2 button {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (max-width: 767.98px) {
  .prod_3mag_faq_accordion > .accordion-item h2 button {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 575.98px) {
  .prod_3mag_faq_accordion > .accordion-item h2 button {
    font-size: 16px;
    line-height: 19px;
  }
}
.prod_3mag_faq_accordion > .accordion-item h2 button:not(.collapsed) {
  background: none;
  border-bottom: 1px solid #dee2e6;
  box-shadow: none;
}
.prod_3mag_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_3mag_faq_accordion > .accordion-item p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 575.98px) {
  .prod_3mag_faq_accordion > .accordion-item p {
    font-size: 16px;
    line-height: 20px;
  }
}
.prod_3mag_faq_accordion ul li {
  list-style: disc;
}
