:root {
  --color-primary: #a70c0c;
  --color-primary-dark: #810505;
  --color-surface: #ffffff;
  --color-bg: #fafafa;
  --color-text: #1f2937;
  --color-text-muted: #54595f;
  --color-accent: #16a34a;
  --color-accent-dark: #0f8a3c;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: var(--color-text);
  background-color: var(--color-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

main#container {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.esconder{
	display: none;
}
.red-header {
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  height: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

header h1 {
  font-weight: 600;
  color: #fff;
  margin: 0;
  flex-grow: 1;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.3px;
}

header img {
  width: 23px;
}

marquee {
  background-color: var(--color-primary-dark);
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 0;
  font-weight: 500;
  font-size: 12px;
}

.principal {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 16px 24px;
  text-align: center;
}

.principal h1 {
  font-size: 30px;
  text-align: left;
}

.txt_info_noticia {
  text-align: left;
  color: var(--color-text-muted);
  font-size: 13px;
  padding-top: 10px;
}

.txt_info_noticia b {
  color: black;
  font-size: 13px;
  font-weight: 700;
}

.img_adv {
  width: 80%;
  max-width: 560px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.video_vturb {
  padding-top: 15px;
  margin: 0 auto;
  max-width: 800px;
}

/* Enhance embedded player presentation */
vturb-smartplayer {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.cta {
  font-family: "Roboto", sans-serif;
  width: 95%;
  margin: 16px auto 0;
  font-weight: 700;
  background-image: linear-gradient(180deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);
  box-shadow: 0 6px 18px rgba(16, 185, 129, 0.35);
  text-decoration: none;
  color: white;
  font-size: 22px;
  line-height: 1.2;
  border-radius: 10px;
  border: none;
  padding: 14px 12px;
  animation: 2.5s ease-in-out infinite alternate pulsar;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

@keyframes pulsar {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}

.desconto {
  padding-top: 15px;
  font-size: 17px;
  line-height: 1.3em;
  color: #1d1d1d;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

footer {
  background-color: var(--color-primary);
  padding: 20px 0 0;
  color: #fff;
  text-align: center;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
}

footer a {
  color: white;
  text-decoration: none;
  padding: 10px 14px;
  font-weight: 500;
  transition: opacity 0.2s ease;
  display: inline-block;
  margin: 6px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

footer h3 {
  background-color: black;
  color: white;
  font-size: 16px;
  padding: 12px 25px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  letter-spacing: 0.2px;
}

.img_adv {
  margin-top: 20px;
}

@media (max-width: 996px) {
  .img_adv {
    width: 100%;
  }
  .principal h1 {
    font-size: 23px;
  }
  header h1 {
    font-size: 1.7rem !important;
  }
}
#fb-comments {
  font-family: "Segoe UI Historic", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  width: 100%;
  margin: auto;
}

#fb-comments .fb-heading {
  margin: 2em 0 0.75em;
  font-size: 1.1em;
  color: #374151;
  font-weight: 600;
  text-align: left;
}

#fb-comments .comments-container {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  border: 1px solid #e9ebee;
  border-radius: 1.25em;
  padding: 1.25em 1.25em 0;
  background-color: var(--color-surface);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

#fb-comments .comment {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  max-width: 100%;
  gap: 0.625em;
}

#fb-comments .comment.answer {
  margin-left: 3.625em;
  max-width: calc(100% - 3.625em);
  margin-bottom: 0.75em;
}

#fb-comments .comment.answer + .answer {
  margin-top: -0.75em;
}

#fb-comments .comment .user-avatar {
  max-width: 3em;
  max-height: 3em;
  border-radius: 1.5625em;
  -o-object-fit: cover;
  object-fit: cover;
}

#fb-comments .comment .comment-data {
  width: 100%;
}

#fb-comments .comment .comment-data .user {
  font-weight: 400;
  color: #050505;
  border-radius: 0.75em;
  background-color: #f7f8fa;
  padding: 0.5em 0.875em 0.875em;
}

#fb-comments .comment .comment-data .user .name {
  margin: 0;
  color: #365899;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

#fb-comments .comment .comment-data .user .text {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  color: #050505;
}

#fb-comments .comment .comment-data .buttons {
  margin: 0.125em 0 0 0.75em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3125em;
}

#fb-comments .comment .comment-data .buttons time,
#fb-comments .comment .comment-data .buttons like,
#fb-comments .comment .comment-data .buttons answer,
#fb-comments .comment .comment-data .buttons span {
  font-size: 0.8em;
  color: #888;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#fb-comments .comment .comment-data .buttons like,
#fb-comments .comment .comment-data .buttons answer {
  font-weight: 600;
  cursor: pointer;
}

#fb-comments .comment .comment-data .buttons like[liked] {
  color: #365899;
}

#fb-comments .comment .comment-data .buttons answer {
  cursor: default;
  position: relative;
}

#fb-comments .comment .comment-data .buttons answer:hover::after {
  content: "You cannot comment on this post";
  position: absolute;
  left: 50%;
  top: -0.625em;
  width: 11.25em;
  background-color: #f0f2f5;
  color: #4c4c4c;
  transform: translate(-50%, -100%);
  z-index: 10;
  border-radius: 0.25em;
  padding: 0.375em;
  text-align: center;
  font-weight: 400;
  box-shadow: 0.125em 0.125em 0.5em 0.125em rgba(0, 0, 0, 0.1803921569);
}

#fb-comments .comment .comment-data .buttons answer:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.625em;
  width: 0;
  height: 0;
  border-left: 0.5em solid rgba(0, 0, 0, 0);
  border-right: 0.5em solid rgba(0, 0, 0, 0);
  border-top: 0.5em solid #f0f2f5;
  z-index: 11;
  transform: translateX(-50%);
  filter: drop-shadow(0 0.1875em 0.125em rgba(0, 0, 0, 0.1));
}

#fb-comments .comment likes {
  position: absolute;
  bottom: -0.625em;
  right: 0;
  background-color: #fff;
  border: 0.125em solid #eaebef;
  display: flex;
  align-items: center;
  font-size: 0.875em;
  line-height: 1;
  color: #888;
  border-radius: 6.25em;
  padding: 0.0625em 0.25em 0.0625em 0;
}

#fb-comments .comment likes::before {
  content: url("../img/likes.webp");
  cursor: pointer;
}

#fb-comments .comments-closed {
  font-size: 0.875em;
  font-weight: 600;
  text-align: center;
  margin: 0.9375em 0 5px;
  color: #555;
}
.container {
  max-width: 1200px;
}

.kits {
  font-family: "Jost", sans-serif !important;
}

.border-primary-new {
  border: 2px solid rgb(179 0 27);
}

.theme-border-radius {
  border-radius: 3.125rem;
}

.cta {
  font-family: "Roboto", sans-serif;
  width: 95%;
  margin: 16px auto 0;
  font-weight: 700;
  background-image: linear-gradient(180deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);
  box-shadow: 0 6px 18px rgba(16, 185, 129, 0.35);
  text-decoration: none;
  color: white;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.2;
  border-radius: 10px;
  border: none;
  padding: 14px 12px;
  animation: 2.5s ease-in-out infinite alternate pulsar;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.cta:hover {
  filter: brightness(1.06);
  box-shadow: 0 10px 24px rgba(16, 185, 129, 0.45);
}

.cta:focus-visible {
  outline: 3px solid rgba(16, 185, 129, 0.6);
  outline-offset: 2px;
}

@keyframes pulsar {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.03);
  }
}
@media (min-width: 576px) {
  #fb-comments {
    font-size: 16px;
  }

  #fb-comments .comment likes {
    bottom: 0;
  }
}

/* Hide legacy <br> elements inside footer for cleaner layout */
footer br { display: none; }

/* Scarcity banner (Last bottles left) */
.scarcity-banner {
  background-image: linear-gradient(180deg, #d41212 0%, #b90f0f 100%);
  color: #fff;
  border-radius: 14px;
  padding: 16px 12px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  margin: 0 auto 24px !important;
}

.scarcity-banner .mbr-section-title {
  font-weight: 800 !important;
}

.scarcity-banner .counter_left {
  color: #ffeb3b !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* Packages CTA section spacing */
.packages-cta {
  padding: 12px 0 24px;
}

.packages-cta .cta {
  max-width: 420px;
}

/* Improve the red counter bar typography */
.mbr-section-title {
  margin: 0;
}

.mbr-section-title strong {
  letter-spacing: 0.2px;
}

/* Links */
a {
  transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
  opacity: 0.9;
}
