* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  color: #cfcfcf;
  font-family: "Inter", sans-serif;
}

body {
  background: #233226;
}

html {
  scroll-behavior: smooth;
}

img {
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.center {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.headline {
  color: #e2c677;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.pd {
  padding: 40px 0;
}
@media (min-width: 900px) {
  .pd {
    padding: 80px 0;
  }
}

.z10 {
  position: relative;
  z-index: 10;
}

p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.54px;
}
p b {
  color: #fff;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 16px;
  color: #fff;
  padding: 16px 64px !important;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 50px;
  border-bottom: 6px solid #116800;
  background: linear-gradient(180deg, #35f60f 0%, #1fa604 100%);
  line-height: 1;
  transition: all 0.6s;
  max-width: 400px;
}
.btn::after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url(/dtc/assets/img/cart.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.btn:hover {
  filter: brightness(110%);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(53, 246, 15, 0.4);
  border-bottom-width: 8px;
}

.list {
  display: grid;
  margin-bottom: 40px;
  gap: 20px;
}
.list li {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.54px;
}
@media (max-width: 900px) {
  .list li {
    font-size: 18px;
  }
}
.list li::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../../assets/img/checkverde.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.container {
  max-width: 1218px;
  margin: 0 auto;
  width: 94%;
}
@media (max-width: 900px) {
  .container {
    max-width: 384px;
  }
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.title,
h1 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
@media (max-width: 900px) {
  .title,
  h1 {
    font-size: 30px;
  }
}
.title b,
h1 b {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
@media (max-width: 900px) {
  .title b,
  h1 b {
    font-size: 30px;
  }
}

header {
  position: relative;
  background: #233226;
  text-align: center;
  padding: 20px 0;
}
header::after {
  content: "";
  width: 161px;
  height: 39px;
  display: block;
  position: absolute;
  background: url(../../assets/img/divisor.svg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: contain;
  background-position: center;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
header > .container {
  display: grid;
  max-width: 820px;
  gap: 12px;
  justify-items: center;
  justify-items: center;
}
header h1 {
  text-transform: uppercase;
  font-size: 40px;
}
@media (max-width: 900px) {
  header h1 {
    font-size: 28px;
  }
}
header #contador {
  display: inline-flex;
  color: #ffdc17;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  gap: 16px;
  align-items: center;
}
header #contador::before {
  content: "";
  width: 72px;
  height: 72px;
  display: block;
  background: url(../../assets/img/clock.svg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: contain;
  background-position: center;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #233226;
  z-index: -1;
}
.bg .light {
  position: absolute;
  animation: lightGlow 4s ease-in-out infinite;
}
@media (max-width: 900px) {
  .bg .light {
    max-width: 200px;
  }
}
.bg .light.l1 {
  bottom: 0;
  left: 0;
}
.bg .light.l2 {
  bottom: 0;
  right: 0;
  animation-delay: 2s;
}

.area-kits {
  background: #fff;
}
.area-kits .container {
  width: 98%;
  text-align: center;
}
@media (max-width: 900px) {
  .area-kits .container {
    width: 89%;
  }
}
.area-kits .container .title {
  margin-bottom: 8px;
  color: #233226;
  text-align: center;
  font-size: clamp(24px, 4vw, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.area-kits .container > p {
  text-align: center;
  margin-bottom: 48px;
  color: #233226;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.area-kits .container ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  align-items: flex-end;
}
@media (max-width: 900px) {
  .area-kits .container ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.area-kits .container ul a {
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  transition: all 0.6s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #f5f5f5;
}
@media (max-width: 900px) {
  .area-kits .container ul a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.area-kits .container ul a:hover {
  border-color: #e2c677;
}
.area-kits .container ul a .header {
  background: var(--Gradient-gradiente, linear-gradient(90deg, #999 0%, #fff 50%, #999 100%));
  color: #010101;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  padding: 16px 5px;
}
@media (max-width: 900px) {
  .area-kits .container ul a .header {
    grid-column: -1/1;
    font-size: 18px;
  }
}
.area-kits .container ul a .main {
  padding: 16px 12px 0;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main {
    padding: 16px 0px;
  }
}
.area-kits .container ul a .main strong {
  display: block;
  color: #233226;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main strong {
    font-size: 24px;
  }
}
.area-kits .container ul a .main .days {
  color: #233226;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main .days {
    font-size: 14px;
  }
}
.area-kits .container ul a .main .area-img {
  position: relative;
  overflow: hidden;
}
.area-kits .container ul a .main .area-img .free {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 28%;
  width: clamp(50px, 50%, 119px);
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.area-kits .container ul a .main .area-img .free-6 {
  bottom: 44%;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main .area-img .free-6 {
    bottom: 44%;
  }
}
.area-kits .container ul a .main .area-img .free-3 {
  bottom: 50%;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main .area-img .free-3 {
    bottom: 62%;
  }
}
.area-kits .container ul a .main .save {
  --badge-size: 80px;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: var(--badge-size);
  height: var(--badge-size);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: url("../../assets/img/save.svg") center/100% 100% no-repeat;
}
.area-kits .container ul a .main .save span {
  color: inherit;
  font-size: calc(var(--badge-size) * 0.18);
  font-weight: 400;
  line-height: 0.9;
}
.area-kits .container ul a .main .save strong {
  color: inherit;
  font-size: calc(var(--badge-size) * 0.28);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main .save {
    --badge-size: 60px;
  }
}
.area-kits .container ul a img {
  height: auto;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 900px) {
  .area-kits .container ul a img {
    height: auto;
  }
}
.area-kits .container ul a .product-image {
  height: 220px;
}
@media (max-width: 900px) {
  .area-kits .container ul a .product-image {
    height: auto;
  }
}
.area-kits .container ul .price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 24px;
  margin: 8px 0 18px;
  color: #233226;
  align-items: baseline;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 900px) {
  .area-kits .container ul .price {
    font-size: 14px;
    margin-top: 16px;
  }
}
.area-kits .container ul .price strong {
  color: #233226;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.area-kits .container ul .price strong small {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  padding-top: 10px;
  color: currentcolor;
}
@media (max-width: 900px) {
  .area-kits .container ul .price strong {
    font-size: 50px;
  }
}
.area-kits .container ul ul {
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
  text-align: left;
  gap: 4px;
  width: 100%;
  margin-bottom: 12px;
}
.area-kits .container ul ul li {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 8px;
  color: #233226;
  letter-spacing: 0.54px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.area-kits .container ul ul li::before {
  content: url(../../assets/img/checkverde.svg);
}
.area-kits .container ul ul li.orrivi::before {
  content: url(../../assets/img/checkvermelho.svg);
}
.area-kits .container ul ul li.morromeno::before {
  content: url(../../assets/img/chekamarelo.svg);
}
@media (max-width: 900px) {
  .area-kits .container ul ul li {
    font-size: 12px;
    display: flex;
    gap: 8px;
    margin-left: 0;
  }
}
@media (max-width: 370px) {
  .area-kits .container ul ul li {
    font-size: 14px;
  }
}
.area-kits .container ul .footer {
  padding: 0 12px 20px;
}
@media (max-width: 900px) {
  .area-kits .container ul .footer {
    padding: 0 10px 20px;
  }
}
.area-kits .container ul .footer button {
  position: relative;
}
.area-kits .container ul .footer .button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  background: none;
  border: none;
  cursor: pointer;
}
.area-kits .container ul .footer .button > img:not(.cursor) {
  display: block;
  width: 100%;
  height: auto;
}
.area-kits .container ul .footer .button .cursor {
  position: absolute;
  top: 57%;
  left: 50%;
}
.area-kits .container ul .footer .bandeiras {
  width: 100%;
  margin: 0 auto 16px;
}
@media (max-width: 900px) {
  .area-kits .container ul .footer .bandeiras {
    width: 100%;
  }
}
.area-kits .container ul .footer .valores {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
}
.area-kits .container ul .footer .valores * {
  color: #233226;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 900px) {
  .area-kits .container ul .footer .valores * {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .area-kits .container ul .footer .valores * {
    font-size: 12px;
  }
}
.area-kits .container ul .footer .valores s {
  text-decoration: line-through;
  text-decoration-color: red;
}
.area-kits .container ul .footer .valores span {
  font-weight: bold;
}
.area-kits .container ul .footer .valores .highlight {
  color: #233226;
}
.area-kits .container .best-option {
  transition: all 0.7s;
}
.area-kits .container .best-option:hover {
  transform: scale(1.03);
}
.area-kits .container .best-option a {
  border-radius: 20px;
  border: 1px solid #ffd902;
  border-width: 2px;
  background: #fff5e5;
}
.area-kits .container .best-option .header {
  font-weight: bold;
  background: linear-gradient(270deg, #f28a1a 0%, #ffc573 23.08%, #ffc573 49.52%, #ffc573 72.65%, #f28a1a 100%) !important;
  color: #233226;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 900px) {
  .area-kits .container .best-option .header {
    margin-bottom: 16px;
  }
}
.area-kits .container .best-option .button {
  transform-origin: center;
  animation: ctaPulse 2.4s ease-in-out infinite;
}
.area-kits .container .best-option .button .cursor {
  transform-origin: top left;
  animation: ctaTap 2.4s ease-in-out infinite;
}
@keyframes ctaPulse {
  0%, 70%, 100% {
    transform: scale(1);
  }
  78% {
    transform: scale(0.95);
  }
  86% {
    transform: scale(1.02);
  }
}
@keyframes ctaTap {
  0% {
    transform: translate(40px, 30px) scale(1);
    opacity: 0;
  }
  18% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  70% {
    transform: translate(0, 0) scale(1);
  }
  78% {
    transform: translate(0, 0) scale(0.82);
  }
  86% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@media (max-width: 900px) {
  .area-kits .container .best-option {
    grid-row: 1;
  }
  .area-kits .container .best-option .area-img {
    margin-top: 10px;
  }
  .area-kits .container .k3 {
    grid-row: 2;
  }
}

.guarantee {
  background: url("/dtc/assets/img/guarantee-bg.png") no-repeat;
  background-size: cover;
}
.guarantee .container {
  max-width: 900px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 900px) {
  .guarantee .container {
    flex-direction: column;
    gap: 24px;
  }
}
.guarantee .container > img {
  flex-shrink: 0;
  margin: 0;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 900px) {
  .guarantee .container > img {
    max-width: 180px;
    margin: 0 auto;
  }
}
.guarantee .guarantee-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 900px) {
  .guarantee .guarantee-content {
    align-items: center;
    text-align: center;
  }
}
.guarantee .guarantee-content h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 8px;
}
.guarantee .guarantee-content p {
  margin-bottom: 32px;
  color: #cfcfcf;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.54px;
}
.guarantee .guarantee-content .btn {
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 18px 62px;
  color: #233226;
  border-radius: 50px;
  background: linear-gradient(90deg, #35f60f 0%, #1fa604 100%);
}
.guarantee .guarantee-content .btn::before {
  filter: brightness(0);
}
.guarantee .guarantee-content .btn:hover {
  box-shadow: 0 8px 25px rgba(1, 255, 43, 0.4);
}
@media (max-width: 900px) {
  .guarantee .guarantee-content .btn {
    width: 100%;
  }
}

footer {
  border-top: 1px solid #000;
  background: #f8fff6;
}
footer .container {
  max-width: 1007px;
}
footer .container * {
  color: #233226;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
}
footer .container {
  padding: 64px 0;
}
@media (max-width: 900px) {
  footer .container {
    padding: 40px 0;
  }
}
footer .container .logo {
  margin-bottom: 24px;
}
footer .container nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 20px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  footer .container nav {
    font-size: 16px;
  }
}
footer .container .disclaimer {
  padding-top: 24px;
  border-top: 1px solid #000;
}
footer .container .disclaimer p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  footer .container .disclaimer p {
    font-size: 14px;
  }
}
footer .copy {
  display: grid;
  place-items: center;
  text-align: center;
  border-top: 2px solid #034752;
  background: linear-gradient(270deg, #f28a1a 0%, #ffc25a 32.58%, #ffc25a 69.61%, #f28a1a 100%);
  backdrop-filter: blur(100px);
  padding: 32px;
  gap: 8px;
}
footer .copy span {
  font-size: 18px;
  color: #233226;
}
footer .copy small {
  font-size: 14px;
  color: #233226;
}

.btn {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px 64px !important;
  border-radius: 50px;
  background: linear-gradient(90deg, #35f60f 0%, #1fa604 100%);
  transition: all 0.6s;
  max-width: 400px;
  color: #233226;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.btn::after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url(/dtc/assets/img/cart.svg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: contain;
  background-position: center;
}/*# sourceMappingURL=style.css.map */