body {
  font-family: "Poppins", sans-serif;
}
.container {
  max-width: 800px;
}
/* HEADER */
header {
  background-color: #005ac4;
  padding-top: 20px;
  padding-bottom: 20px;
}
header img {
  width: 30%;
  border-radius: 99px 99px 99px 99px;
}
/* CONTEUDO */
.conteudo {
  padding-top: 50px;
  padding-bottom: 50px;
}
h1 {
  color: #3d4347;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: clamp(39px, 6vw, 63px);
  text-align: center;
  margin-bottom: 20px;
}
h6 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #374151;
  margin-bottom: 20px;
}
.itemzinho {
  background-color: #ffffff;
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  fill: #111827;
  color: #111827;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #d1d5db;
  border-radius: 5px 0px 0px 5px;
  padding: 1rem 1rem 1rem 1rem;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.itemzinho:nth-child(3) {
  border-width: 1px 1px 1px 0px;
  border-radius: 0px 5px 5px 0px;
}
.itemzinho:nth-child(2) {
  background-color: #0259c4;
  color: white;
  border-radius: 0rem 0rem 0rem 0rem;
  border-width: 1px 1px 1px 1px;
}
.itemzinho:nth-child(2) a {
  color: white;
  text-decoration: none;
}
.titulo-principal {
  text-align: left;
  font-size: 43px;
  font-weight: 700;
  line-height: 54px;
  color: #005ac4;
  margin-top: 20px;
  margin-bottom: 8px;
}

.texto-descricao {
  font-size: 23px;
  font-weight: 400;
  line-height: 40px;
  color: #000000;
  margin-bottom: 2rem;
}

.container-doutora {
  background-color: #0000001f;
  border-radius: 20px 20px 20px 20px;
  padding: 12px;
}

.imagem-doutora {
  background-color: white;
  border-radius: 20px 20px 20px 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.imagem-doutora img {
  border-radius: 20px 20px 20px 20px;
}

.texto-doutora {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  color: #000000;
}
.ingredients .titulo-principal {
  text-align: left;

  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
  color: #0259c4;
  margin-top: 80px;
  margin-bottom: 30px;
}
.ingredient-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(44, 90, 160, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.ingredient-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.ingredient-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #0259c4;
}

.ingredient-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ingredient-icon {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0259c4;
  flex-shrink: 0;
  font-size: 24px;
  color: #0259c4;
  font-weight: bold;
}

.magnesium-icon::before {
  content: "Mg";
  font-size: 18px;
  font-weight: 800;
}

.alpha-lipoic-icon::before {
  content: "⚛";
  font-size: 26px;
}

.butchers-broom-icon::before {
  content: "🌿";
  font-size: 24px;
}

.carnitine-icon::before {
  content: "💊";
  font-size: 22px;
}

.coenzyme-icon::before {
  content: "⚡";
  font-size: 24px;
}

.ingredient-description {
  color: #5a6c7d;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.wellness-section {
  background-color: #f1f1f1;
  border-radius: 19px;
  padding: 30px;
  text-align: center;

  margin-top: 80px;
}

.star-icon svg {
  height: 42px;
  width: auto;
  fill: rgb(240 173 78);
  margin: -95px 0px 0px 0px;
}

.wellness-text {
  text-align: center;

  font-size: 22px;
  font-weight: 400;
  color: #000000;
}
.notice-section {
  background-color: #e5e5e5;
  margin-top: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.badges-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 20px;
}
.notice-card {
  background: white;
  border-radius: 14px;
  padding: 60px;

  width: 100%;
  text-align: left;
}

.notice-title {
  text-align: left;
  font-size: 50px;
  font-weight: 700;
  line-height: 73px;
  color: #fb0000;
}

.notice-text {
  text-align: left;

  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
}

.section-heading {
  text-align: left;

  font-size: 60px;
  font-weight: 500;
  line-height: 73px;
  color: #000000;
  margin-bottom: 24px;
}

.section-subtitle {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
.product-card {
  max-width: 730px;
  margin: 0 auto;
}
.product-header {
  border-radius: 10px 10px 10px 10px;
  background-color: #1454df;
  padding: 10px;
  border: 2px solid #e9e9e9;
  margin-bottom: 20px;
  text-align: left;
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
}

.product-top-section {
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 20px;
}

.rating-label {
  font-size: 25px;
  font-weight: 900;
  color: #111827;
  line-height: 1;
}

.stars svg {
  height: 31px;
  width: auto;
  fill: rgb(240 173 78);
}

.overall-grade {
  font-size: 50px;
  font-weight: 800;
  color: #1454df;
}

.column-header {
  padding: 0px 0px 0px 30px;
  border-radius: 10px 10px 10px 10px;
  text-align: left;

  font-size: 30px;
  font-weight: 700;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.pros-header {
  background: #398824;
}

.cons-header {
  background: #d33c3c;
}

.bottom-line-header {
  background: #000000;
}

.pros-item,
.cons-item {
  font-size: 15px;
  font-weight: 500;
  color: #54595f;
}

.check-icon {
  fill: #1d8b1f;
  transition: fill 0.3s;
  width: 25px;
  flex-shrink: 0;
}

.x-icon {
  fill: #c74141;
  transition: fill 0.3s;
  width: 25px;
  flex-shrink: 0;
}

.bottom-line-text {
  text-align: left;

  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
}

.visit-button,
.visit-button:hover {
  color: white;
  border: none;
  background-color: #1a7241;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px 10px 10px 10px;
  padding: 20px 50px 20px 50px;
  transition: background-color 0.3s;
}

.disclaimer {
  text-align: left;
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #374151;
}
.title {
  text-align: left;
  font-size: 45px;
  font-weight: 500;
  line-height: 59px;
  color: #000000;
}
.subtitle {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  color: #000000;
}
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.separador {
  width: 15%;
  background-color: #0329ff;
  height: 8.5px;
  margin-bottom: 20px;
}
.results-section {
  background-color: #f0f4ff;
  padding: 040px 30px 040px 30px;
  border-radius: 20px;
}
.intro-text,
.timeline-item {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
  margin-bottom: 24px;
}
.intro-paragraph {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 50px;
  line-height: 1.6;
  font-weight: 400;
}
.top-choice-container .container {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}
.product-column {
  background-color: #f5f5f5;
  border: 3px solid #1454df;
  border-radius: 26px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
}

.product-title {
  font-size: 31px;
  font-weight: 700;
  color: #1454df;
}

.rating-section {
  text-align: left;
}

.rating-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 12px 12px 12px 12px;
  background-color: #eeeeee;
  margin-bottom: 20px;
}

.rating-label {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  line-height: 1;
}

.rating-stars svg {
  height: 16px;
  width: auto;
  fill: rgb(240 173 78);
}
.product-card img{
  width: 200px;
    height: 200px;
    object-fit: contain;
}
.description-column {
  background-color: #f5f5f5;
  padding: 30px 20px;
  border-radius: 26px;
      height: 100%;
}

.description-title {
  font-size: 31px;
  font-weight: 700;
  line-height: 45px;
  color: #1454df;
}

.description-content {
  text-align: left;

  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
  margin-bottom: 35px;
}

.cta-link,
.cta-link:hover {
  background-color: #1a7241;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  border-radius: 10px 10px 10px 10px;
  padding: 20px 50px 20px 50px;
  text-decoration: none;

  margin-bottom: 10px;
  display: inline-block;
}
.back {
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  fill: #2563eb;
  color: #2563eb;
}
/* FOOTER */
footer {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #005ac4;
}

footer p {
  text-align: center;
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

/* CONTEUDO LATERAL */
.conteudo-lateral {
  width: 260px;
  position: absolute;
  flex-direction: row;

  justify-content: flex-end;
  gap: 0px 0px;
  top: 80px;
  right: 15px;
}
.sticky {
  position: fixed;
  top: 80px; /* Define a posição fixa a partir do topo */
  right: 15px; /* Mantém o alinhamento */
  z-index: 9999;
}
.item-conteudo {
  gap: 0px 0px;
  border-style: solid;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #e5e7eb;
  background-color: white;
  border-color: #e5e7eb;
  text-align: center;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 9999;
}
.conteudo-head {
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background-color: #0259c4;
  line-height: 1em;
}
.conteudo-body {
  padding: 10px;
}
.progressAnimatedBar {
  padding-bottom: 12px;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.progressBar {
  position: relative;
  height: 90px;
  width: 90px;
  z-index: 999;
  display: inline-block;
  overflow: visible;
  flex-shrink: 0;
}
.progressBar .percent {
  position: absolute;
  top: 27px;
  right: -4px;
  font-size: 22px;
  font-weight: 500;
  color: #404347;
  display: inline;
  text-align: center;
  color: #404347;
  line-height: normal;
  width: 100%;
}
.progressBar svg.progress-circle {
  overflow: visible;
  fill: #cdcdcd;
  z-index: 999;
}
.progressBar svg path {
  fill: none;
}
.progressBar svg.progress-circle path {
  stroke: rgba(69, 122, 230);
  stroke-width: 7;
}
.progressBar svg.progress-circle-background {
  overflow: visible;
  fill: #cdcdcd;
  position: relative;
  top: -90px;
  z-index: -1;
}
.progressBar svg path {
  fill: none;
}
.progressBar svg.progress-circle-background path {
  stroke: #cdcdcd;
  stroke-width: 7;
  stroke-dashoffset: 0;
}

.circle-summary {
  position: relative;
  padding-top: 120px;
}
.circle-summary svg {
  width: 8rem;
  height: 8rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  fill: none;
}
.circle-summary svg:nth-child(1) path {
  fill: none;
  stroke-width: 6;
  stroke-dasharray: 629;
  stroke: #6f6f6f;
}
.circle-summary svg:nth-child(1) path {
  stroke: #59b377;
  stroke-width: 20px;
}
.circle-summary svg:nth-child(2) {
  transform: translateX(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) rotate(-90deg);
  -moz-transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
}
.circle-summary svg:nth-child(2) path {
  fill: none;
  stroke-width: 22px;
  stroke-dasharray: 629;
  /* stroke: #f3f3f3; */
}
.circle-summary svg:nth-child(2) path {
  stroke: #e4e3e3;
  stroke-width: 22px;
}
.sidebarHeading {
  color: #111827;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.77778em;
}
.conteudo-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.conteudo-body ul li {
  padding-bottom: calc(15px / 2);
  display: flex;
  align-items: center;
}
.conteudo-body ul li svg {
  fill: #22c55e;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  flex-shrink: 0;
}
.conteudo-body ul li span {
  color: #005ac4;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  line-height: 1.5em;
}
.item-conteudo2 {
  margin-top: 10px;
  border-top: 7px solid #0259c4;
}
.choise {
  color: #0259c4;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.visit svg {
  fill: white;
  height: 1em;
  width: 1em;
}
.visit {
  background-color: #0259c4;
  color: #fff;
  line-height: 1;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  text-decoration: none;
  margin-top: 20px;
}
.visit:hover {
  color: white;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  padding: 12px;
}
  .scroll-indicator{
    display: none;
  }
@media (max-width: 767px) {
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header img {
    width: 40%;
  }
  .conteudo-lateral {
    display: none;
  }
  /* CONTEUDO */
  .conteudo h6 {
    text-align: center;
    font-size: 19px;
  }
  .titulo-principal {
    font-size: 40px;
    line-height: 1.2em;
  }
  .texto-descricao {
    font-size: 20px;
  }
  .ingredient-card {
    margin-bottom: 20px;
  }
  .ingredients .titulo-principal {
    font-size: 38px;
    line-height: 1.3em;
  }

  .wellness-text {
    font-size: 19px;
    text-align: left;
  }
  .notice-section {
    padding: 30px 15px;
    min-height: auto;
  }

  .notice-card {
    padding: 30px 20px;
  }

  .notice-title {
    text-align: left;
    font-size: 34px;
    line-height: 1em;
  }
  .notice-text {
    text-align: left;
    font-size: 15px;
    line-height: 1.7em;
  }
  .badges-container {
    flex-direction: column;
    gap: 20px;
  }
  .badges-container img:nth-child(1) {
    width: 132px;
  }
  .badges-container img:nth-child(2) {
    width: 167px;
  }
  .section-heading {
    text-align: left;
    font-size: 44px;
    line-height: 1.1em;
  }
  .section-subtitle {
    font-size: 18px;
    line-height: 1.9em;
  }
  .product-header {
    padding: 20px 0;
    text-align: center;
  }
  .column-header {
    font-size: 25px;
  }
  .bottom-line-text {
    font-size: 16px;
    line-height: 2em;
  }
  .title {
    text-align: center;
    font-size: 37px;
    line-height: 1em;
  }
  .subtitle {
    line-height: 1.9em;
  }
  .section-title {
    font-size: 26px;
    line-height: 1.3em;
  }
  .top-choice-container {
    padding: 40px 15px;
  }

  .product-column {
    padding: 25px 20px;
    margin-bottom: 20px;
  }

  .description-content {
    font-size: 20px;
  }
  .cta-link,
  .cta-link:hover {
    padding: 20px;
    width: 100%;
  }
  tbody,
  td,
  tfoot,
  th,
  thead,
  tr {
    padding: 0px;
  }


  .scroll-indicator {
    display: block;
  }

.arrow-right {
 animation: slideRight 2s infinite ease-in-out;
 transition: all 0.3s ease;
}



@keyframes slideRight {
 0%, 100% {
   transform: translateX(0);
   opacity: 1;
 }
 50% {
   transform: translateX(6px);
   opacity: 1;
 }
}
}
