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

/* RESUME */
section.prod_aminnu_apresentation {
  padding: 6rem 0 7rem 0;
  background: url("https://centralnutrition.vteximg.com.br/arquivos/prod_aminnu_background_apresentation.png") no-repeat center center;
  background-size: cover;
}

section.prod_aminnu_apresentation h2 {
  font-size: 40px;
  line-height: 45px;
  font-style: normal;
  color: #1D1D1B;
  font-weight: 400;
}

section.prod_aminnu_apresentation h2 b {
  color: #00AA9D;
  font-weight: 800;
}

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

section.prod_aminnu_apresentation .prod_aminnu_video_player {
  height: 700px;
}

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

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

@media (max-width: 991.98px) {
  section.prod_aminnu_apresentation .prod_aminnu_video {
    padding-top: 50px;
  }

  section.prod_aminnu_apresentation .prod_aminnu_video_player {
    height: 500px;
  }
}

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

  section.prod_aminnu_apresentation .prod_aminnu_video_player {
    height: 400px;
  }

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

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

  section.prod_aminnu_apresentation .prod_aminnu_video_player {
    height: 300px;
  }

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

/* RESUME */
section.prod_aminnu_resume {
  padding: 6rem 0 7rem 0;
  background: url("https://centralnutrition.vteximg.com.br/arquivos/prod_aminnu_background_resume_new.png") no-repeat center center;
  background-size: cover;
}

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

section.prod_aminnu_resume h2 b {
  color: #ffffff;
  font-weight: 800;
}

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

.prod_aminnu_leiaMais {
  color: #ffffff;
}

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

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

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

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

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

/* MAX */
section.prod_aminnu_max {
  background: #ffffff;
  padding: 5rem 0 5rem 0;
}

section.prod_aminnu_max h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  color: #1E1E1E;
}

section.prod_aminnu_max h2 b {
  font-weight: 800;
  color: #00AA9D;
}

section.prod_aminnu_max p {
  color: #1E1E1E;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

section.prod_aminnu_max p b {
  font-weight: 800;
}

section.prod_aminnu_max .prod_aminnu_max_card {
  padding: 15px 20px;
  border-radius: 25px;
  border: 1px solid #00AA9D;
}

section.prod_aminnu_max .prod_aminnu_max_card p {
  margin-bottom: 0 !important;
}

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

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

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

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

/* GRAFICO */
section.prod_aminnu_grafico {
  padding: 6rem 0 7rem 0;
  background: url("https://centralnutrition.vteximg.com.br/arquivos/prod_aminnu_background_grafico.png") no-repeat center center;
  background-size: cover;
}

section.prod_aminnu_grafico h2 {
  font-size: 40px;
  line-height: 45px;
  font-style: normal;
  color: #1D1D1B;
  font-weight: 400;
}

section.prod_aminnu_grafico h2 b {
  color: #00AA9D;
  font-weight: 800;
}

section.prod_aminnu_grafico h3 {
  color: #1D1D1B;
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
  font-style: normal;
}

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

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

@media (max-width: 991.98px) {
  section.prod_aminnu_grafico {
    padding: 6rem 0 24rem 0;
  }
}

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

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

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

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

/* MOSAICO */
section.prod_aminnu_mosaico {
  min-height: 700px;
  position: relative;
  background: #00aa9d;
}

section.prod_aminnu_mosaico .prod_aminnu_mosaico_imgfluid {
  border-radius: 25px;
}

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

section.prod_aminnu_mosaico .bg_b {
  background: #00aa9d;
  position: absolute;
  right: 0;
  height: 100%;
  min-height: 100%;
  z-index: 9;
  top: 0;
}

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

section.prod_aminnu_mosaico h2 b {
  font-weight: 800;
}

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

@media (max-width: 991.98px) {
  section.prod_aminnu_mosaico {
    min-height: 300px;
    padding: 3rem 0;
    position: relative;
  }

  section.prod_aminnu_mosaico .prod_aminnu_mosaico_imgfluid {
    margin-top: -350px;
  }

  section.prod_aminnu_mosaico .bg_a {
    display: none;
  }

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

@media (max-width: 767.98px) {
  section.prod_aminnu_mosaico {
    min-height: 300px;
    padding: 5rem 0;
    position: relative;
  }

  section.prod_aminnu_mosaico .prod_aminnu_mosaico_imgfluid {
    margin-top: -350px;
  }

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

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

@media (max-width: 575.98px) {
  section.prod_aminnu_mosaico .prod_aminnu_mosaico_imgfluid {
    margin-top: -250px;
  }

  section.prod_aminnu_mosaico h2 {
    font-size: 26px;
    line-height: 32px;
  }

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

/* RESUME CARD */
section.prod_aminnu_resume_cards {
  background: url("https://centralnutrition.vteximg.com.br/arquivos/prod_aminnu_background_resume_cards.png") no-repeat center bottom;
  background-size: cover;
  padding: 5rem 0 0 0;
}

section.prod_aminnu_resume_cards .btn.btn_prod_aminnu_2 {
  background: #f36c21;
  border-radius: 7px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding: 16px 45px;
  filter: drop-shadow(0px 0px 15px #ffb800);
  position: absolute;
  left: 0;
  right: 0;
  max-width: max-content;
  margin: auto;
  bottom: 75px;
}

section.prod_aminnu_resume_cards .prod_aminnu_card_resume_cards {
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)),
    linear-gradient(180deg, rgba(52, 58, 66, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  border-radius: 25px;
  padding: 2rem 1rem;
}

section.prod_aminnu_resume_cards h2 {
  color: #1e1e1e;
  font-size: 40px;
  line-height: 45px;
  font-style: normal;
  font-weight: 400;
}

section.prod_aminnu_resume_cards h2 b {
  color: #00AA9D;
  font-weight: 800;
}

section.prod_aminnu_resume_cards h3 {
  color: #1E1E1E;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  font-style: normal;
}

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

section.prod_aminnu_resume_cards p b {
  color: #00AA9D;
  font-weight: 800;
}

@media (max-width: 1199.98px) {
  section.prod_aminnu_resume_cards {
    min-height: 950px;
  }

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

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

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

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

  section.prod_aminnu_resume_cards .btn.btn_prod_aminnu_2 {
    padding: 8px 16px;
    bottom: 25px;
    font-size: 16px;
    line-height: 20px;
  }
}

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

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

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

/* CAIXAS */
section.prod_aminnu_caixas {
  background: url("https://centralnutrition.vteximg.com.br/arquivos/prod_aminnu_background_caixas.png") no-repeat center center;
  background-size: cover;
  padding: 7rem 0 6rem 0;
}

.prod_aminnu_img {
  background: center top no-repeat;
  background-size: contain;
  height: 300px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.prod_aminnu_img img {
  max-width: 20vw;
  margin-bottom: -5vw;
}

section.prod_aminnu_caixas h2 {
  color: #00aa9d;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
}

section.prod_aminnu_caixas h3 {
  color: #00AA9D;
  font-size: 28px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}

section.prod_aminnu_caixas ul {
  list-style: none;
}

section.prod_aminnu_caixas ul li {
  padding-left: 40px;
  margin-bottom: 20px;

  color: #1e1e1e;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  position: relative;
}

section.prod_aminnu_caixas ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: 25px;
  width: 25px;
}

section.prod_aminnu_caixas ul.ul_1 li::before {
  background: url("https://centralnutrition.vteximg.com.br/arquivos/prod_aminnu_check_1.png") no-repeat center center;
}

@media (max-width: 1499.98px) {
  .prod_aminnu_img {
    height: 250px;
  }
}

@media (max-width: 1299.98px) {
  .prod_aminnu_img {
    height: 220px;
  }
}

@media (max-width: 1199.98px) {
  .prod_aminnu_img {
    height: 185px;
  }
}

@media (max-width: 991.98px) {
  section.prod_aminnu_caixas {
    background: url("https://centralnutrition.vteximg.com.br/arquivos/prod_aminnu_background_caixas.png") no-repeat left center;
    background-size: cover;
    padding: 6rem 0 6rem 0;
  }

  .prod_aminnu_img {
    height: 900px;
  }
}

@media (max-width: 767.98px) {
  .prod_aminnu_img {
    height: 800px;
  }

  section.prod_aminnu_caixas h2 {
    font-size: 32px;
    line-height: 46px;
  }

  section.prod_aminnu_caixas h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (max-width: 575.98px) {
  section.prod_aminnu_caixas {
    padding: 6rem 0 6rem 0;
  }

  .prod_aminnu_img {
    height: 600px;
  }

  section.prod_aminnu_caixas h2 {
    font-size: 26px;
    line-height: 32px;
  }

  section.prod_aminnu_caixas h3 {
    font-size: 22px;
    line-height: 32px;
  }

  section.prod_aminnu_caixas ul li {
    padding-left: 40px;
    margin-bottom: 15px;

    font-size: 16px;
    line-height: 24px;
  }
}

/* TEXTO */
section.prod_aminnu_texto {
  background: #ffffff;
  padding: 5rem 0;
}

section.prod_aminnu_texto h2 {
  color: #000000;
  font-size: 40px;
  line-height: 45px;
  font-style: normal;
  font-weight: 400;
}

section.prod_aminnu_texto h2 b {
  color: #00AA9D;
  font-weight: 800;
}

section.prod_aminnu_texto .prod_aminnu_owl_card_texto {
  padding: 2rem 1rem;
  background: linear-gradient(180deg,
      rgba(52, 58, 66, 0.05) 0%,
      rgba(0, 0, 0, 0.05) 100%);
  box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.15);
  border: 2px solid #00d9c2;
  backdrop-filter: blur(2px);
  border-radius: 20px;
}

section.prod_aminnu_texto .prod_aminnu_owl_card_texto h3 {
  color: #231f20;
  font-size: 20px;
  line-height: 25px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
}

section.prod_aminnu_texto .prod_aminnu_owl_card_texto h4 {
  color: #3f3d56;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
}

section.prod_aminnu_texto .prod_aminnu_owl_card_texto .star {
  color: #ffb800;
  display: flex;
  justify-content: center;
  gap: 10px;
}

section.prod_aminnu_texto .prod_aminnu_owl_card_texto h5 {
  color: #3f3d56;
  font-size: 16px;
  line-height: 18px;
  font-style: italic;
  text-align: center;
  font-weight: 700;
}

section.prod_aminnu_texto .prod_aminnu_owl_card_texto p {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  text-align: center;
  font-weight: 400;
}

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

section.prod_aminnu_texto .prod_aminnu_owl_card_texto .text_depoimento {
  position: relative;
  padding: 0 30px;
}

section.prod_aminnu_texto .prod_aminnu_owl_card_texto .text_depoimento::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 0;
  background: url("https://centralnutrition.vteximg.com.br/arquivos/prod_aminnu_aspas.png") no-repeat center center;
  height: 23px;
  width: 31px;
}

section.prod_aminnu_texto .prod_aminnu_owl_card_texto .text_depoimento::after {
  position: absolute;
  content: "";
  bottom: -20px;
  right: 0;
  background: url("https://centralnutrition.vteximg.com.br/arquivos/prod_aminnu_aspas.png") no-repeat center center;
  height: 23px;
  width: 31px;
  transform: rotate(180deg);
}

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

  section.prod_aminnu_texto .prod_aminnu_owl_card_texto {
    padding: 2rem 2rem;
  }

  section.prod_aminnu_texto .prod_aminnu_owl_card_texto h3 {
    font-size: 18px;
    line-height: 28px;
  }

  section.prod_aminnu_texto .prod_aminnu_owl_card_texto p {
    font-size: 14px;
    line-height: 24px;
  }
}

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

  section.prod_aminnu_texto .prod_aminnu_owl_card_texto h3 {
    font-size: 16px;
    line-height: 26px;
  }
}

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

section.prod_aminnu_nutricional .prod_aminnu_navTabs {
  gap: 15px;
  border-bottom: 1px solid #C9C9C9;
}

@media (max-width: 576.98px) {
  section.prod_aminnu_nutricional .prod_aminnu_navTabs {
    gap: 15px;
    border-bottom: 0;
    display: flex;
    flex-direction: column;
  }

  section.prod_aminnu_nutricional .prod_aminnu_navTabs .nav-link {
    width: 100%;
  }
}

section.prod_aminnu_nutricional .prod_aminnu_navTabs .nav-link {
  box-sizing: border-box;
  border: 1.5px solid #C9C9C9;
  font-weight: 400;
  font-size: 12px;
  line-height: 27px;
  color: #707070;
  transform: translate(0px, 0px) skew(-5deg, 0deg);
}

section.prod_aminnu_nutricional .prod_aminnu_sabor {
  color: #F1F1F1;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  max-width: max-content;
  padding: 10px 30px;
  margin: 0 auto;
}

section.prod_aminnu_nutricional .prod_aminnu_sabor.active {
  background: #ffffff;
  color: #000000;
}

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

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

section.prod_aminnu_nutricional table.table td.title {
  border-top: 0 !important;
}

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

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

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

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

section.prod_aminnu_nutricional p span {
  font-weight: 700;
  color: #00AA9D;
}

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

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

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

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

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

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

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

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

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

section.prod_aminnu_nutricional .prod_aminnu_row_ref hr {
  background: #c9c9c9;
}

section.prod_aminnu_nutricional .prod_aminnu_row_ref h3 {
  color: #00AA9D;
  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_aminnu_nutricional .prod_aminnu_row_ref ul {
  padding-left: 20px;
  padding-top: 1rem;
}

section.prod_aminnu_nutricional .prod_aminnu_row_ref ul li {
  padding-bottom: 1rem;
}

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

section.prod_aminnu_nutricional .prod_aminnu_row_ref ul li a:hover {
  text-decoration-line: none;
}

.modalLancamento {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #E4E6EE;
  min-width: 300px;
  padding: 30px 40px;
  border-radius: 8px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.modalLancamento .fecharModalLancamento {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #FFFFFF;
  border: 1px solid #000000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  padding: 6px 10px;
  font-size: 10px;
  transform: translate(25%, -25%);
}

.modalLancamento h2 {
  font-size: 24px;
  font-weight: 500;
  color: #40474F;
  margin-top: 15px;
}

.modalLancamento h2 b {
  font-weight: 800;
  color: #00E3D8;
}

.modalLancamento h3 {
  font-size: 18px;
  font-weight: 400;
  color: #40474F;
}

.modalLancamento h3 b {
  font-weight: 700;
  color: #00E3D8;
  text-decoration: underline;
}

.modalLancamento .btn-preVenda {
  background: #393F46;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  border-radius: 25px;
  padding: 5px 30px;
  margin-top: 15px;
}

.modalLancamento .btn-preVenda i {
  color: #00E3D8;
  margin-right: 5px;
}

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