html {
  overflow-x: hidden;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #000;
  padding: 40px;
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
}

.comments-box {
  max-width: 650px;
  margin: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.header {
  font-weight: 600;
  font-size: 14px;
  color: #555;
}

.header-head {
  background-color: red;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

h3.title-head {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 26px;
}

h4.subtitle-head {
  color: #fff;
  text-align: center;
  font-size: 23px;
  margin: 0;
}

p.text-head {
  text-align: center;
  color: red;
  font-weight: 600;
  font-size: 28px;
  margin: 0;
  text-transform: capitalize;
}

.comment-count {
  padding: 16px;
  font-weight: 600;
}

.comment {
  display: flex;
  gap: 10px;
  padding: 10px 16px;
}

.reply {
  margin-left: 40px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.content {
  flex: 1;
}

.bubble {
  background: #f0f2f5;
  border-radius: 18px;
  padding: 10px 14px;
}

.name {
  font-weight: 600;
  color: #385898;
  font-size: 14px;
}

.text {
  font-size: 15px;
  margin-top: 4px;
  color: #050505;
}

.actions {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}

.actions span {
  margin-right: 10px;
  cursor: pointer;
}

.actions span:hover {
  text-decoration: underline;
}

.main-head-facebook {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  padding-left: 9px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 10px;
}

.w-5 {
  width: 1.25rem;
}

.items-center {
  align-items: center;
}

.flex {
  display: flex;
}

.h-5 {
  height: 1.25rem;
}

.actions {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: 12px;
  color: #65676b;
}

.actions .dot {
  color: #bcc0c4;
}

.action-btn {
  background: none;
  border: none;
  font-size: 12px;
  color: #65676b;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

.action-btn:hover {
  text-decoration: underline;
}

.reactions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}

.reaction-count {
  font-size: 12px;
  font-weight: 600;
  color: #65676b;
}

.reaction-icons {
  display: flex;
  align-items: center;
}

.reaction {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.reaction.like {
  background: #1877f2;
  z-index: 2;
}

.reaction.love {
  background: linear-gradient(135deg, #ff4d4d, #ff0066);
  margin-left: -6px;
}

img {
  max-width: 100%;
  height: auto;
}

#vsl {
  padding-top: 0;
}

#vsl #video {
  background: #000;
}

.site-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.header-btn {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
}

#video {
  max-width: 687px;
  margin: 0 auto;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* NEW */
.container {
  width: 60%;
  margin: 40px auto;
}

h3.text-counter {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 30px 0;

  .text-red {
    color: red;
  }
}

.title-offer {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 1.2px;
}

.references {
  background-color: #fff;
  padding: 5px 0px;
}

.logos-reference {
  width: 80%;
  margin: 30px auto;
  justify-content: center;
  display: flex;
}

.title-reference {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.list-reference {
  list-style: auto;
  font-size: 16px;
  font-weight: 500;
}

.item-reference {
  text-align: left;
  font-size: 15px;
  color: gray;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.terms {
  text-align: center;
  background-color: #000;
  color: #fff;
  margin-top: 40px;
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding-bottom: 40px;
  width: 70%;
  margin: 10px auto 0px;
}

.links-terms {
  color: #fff;
  font-weight: bolder;
  text-decoration: none;
  font-size: 16px;
}

/* Separador da oferta */
.hr-offer {
  position: relative;
  width: 25%;
  margin: 30px auto;
  height: 2px;
  background: #7fa300;
}

.hr-offer-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 10px;
  background: #7fa300;
  transform: translate(-50%, -50%);
}

/* Responsividade geral */
@media (max-width: 992px) {
  body {
    padding: 20px;
  }

  #video {
    max-width: 100%;
    width: 100%;
  }

  .container {
    width: 90%;
    margin: 20px auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .title-reference {
    font-size: 28px;
  }

  .title-products {
    font-size: 28px;
  }

  h3.subtitle-products {
    font-size: 26px;
    padding: 0 20px;
  }

  .text-products {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  body {
    padding: 12px;
  }

  .container {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  h3.title-head {
    font-size: 20px;
  }

  h4.subtitle-head {
    font-size: 18px;
  }

  p.text-head {
    font-size: 20px;
  }

  h3.text-counter {
    font-size: 18px;
    margin: 20px 0;
  }

  .title-offer {
    font-size: 1.5rem;
    padding: 0 10px;
  }

  .title-reference {
    font-size: 24px;
  }

  .logos-reference {
    width: 100%;
    max-width: 100%;
  }

  .list-reference {
    font-size: 14px;
  }

  .item-reference {
    font-size: 14px;
  }

  .hr-offer {
    width: 50%;
  }

  .title-products {
    font-size: 22px;
  }

  h3.subtitle-products {
    font-size: 20px;
    padding: 0 12px;
  }

  .text-products {
    font-size: 18px;
  }

  .terms {
    padding: 20px 12px 0;
    margin-top: 24px;
  }

  .copyright {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 24px;
    font-size: 11px;
  }

  .links-terms {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  body {
    padding: 8px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  h3.title-head {
    font-size: 18px;
  }

  h4.subtitle-head {
    font-size: 16px;
  }

  p.text-head {
    font-size: 17px;
  }

  h3.text-counter {
    font-size: 16px;
    margin: 16px 0;
  }

  .title-reference {
    font-size: 20px;
  }

  .title-products {
    font-size: 26px !important;
  }

  h3.subtitle-products {
    font-size: 22px !important;
    padding: 0 8px;
  }

  .text-products {
    font-size: 18px !important;
  }

  .terms {
    padding: 16px 8px 0;
  }

  .copyright {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 20px;
  }

}

@media (max-width: 380px) {
  body {
    padding: 6px;
  }

  .container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .title-products {
    font-size: 16px;
  }

  h3.subtitle-products {
    font-size: 15px;
    padding: 0 4px;
  }

  .text-products {
    font-size: 15px;
  }
}


.title-products {
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  color: #000;
  margin: 0;

  &.green {
    color: rgb(2, 106, 2);
  }

  &.red {
    color: rgb(214, 1, 1);
  }
}


.text-products {
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: 600;

  .text-red {
    color: rgb(170, 0, 0);
  }
}

h3.subtitle-products {
  font-size: 38px;
  text-align: center;
  padding: 0px 40px;
  color: rgb(170, 0, 0);
}

