@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: 90%;
  max-width: 1210px;
  margin: 0 auto;
}

.separador {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.promo-banner {
  background: var(--degrade-verde, linear-gradient(90deg, #0F2E27 0%, #20594D 74.09%, #0F2E27 99.52%));
  position: relative;
  padding: 40px 0;
}
.promo-banner__msg {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.promo-banner__title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.35;
  max-width: 820px;
  text-align: center;
  margin: 0;
}
.promo-banner__title strong {
  font-weight: 700;
}
@media (max-width: 900px) {
  .promo-banner__title {
    font-size: 26px;
  }
}
.promo-banner__countdown-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 32px;
  width: 100%;
}
.promo-banner__clock-icon {
  width: 72px;
  height: 72px;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .promo-banner__clock-icon {
    width: 48px;
    height: 48px;
  }
}
.promo-banner #countdown {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 72px;
  line-height: 1.3;
  color: #ffdc17;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .promo-banner #countdown {
    font-size: 48px;
  }
}

.oferta .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 40px 0;
}
.oferta .eyebrow {
  margin: 0;
  color: #0F2E27;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 9.44px;
  text-transform: uppercase;
  text-align: center;
}
.oferta .title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  background-image: linear-gradient(92deg, #0d2538 2.7%, #125869 30.5%, #1e6672 51.2%, #114a5b 78.4%, #0d2538 99.9%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (max-width: 768px) {
  .oferta .title {
    font-size: 34px;
  }
}
.oferta .title i {
  font-style: normal;
  font-weight: 700;
  background: none;
  color: inherit;
  -webkit-text-fill-color: inherit;
}
.oferta .sub {
  text-align: center;
  color: #51616d;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
.oferta .cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
.oferta .plan {
  position: relative;
  width: 390px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 80px 24px 40px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.25s ease, filter 0.25s ease;
  text-decoration: none;
  color: inherit;
  border-radius: 20px;
}
.oferta .plan:hover {
  transform: scale(1.04);
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.3));
  z-index: 2;
}
.oferta .head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  text-align: center;
  border-radius: 20px 20px 0 0;
  background: #0F2E27;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
.oferta .top {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 210px;
}
.oferta .thumb {
  position: relative;
  width: 45%;
  height: 100%;
  flex-shrink: 0;
}
.oferta .thumb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.oferta .thumb .ship {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 62px;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 768px) {
  .oferta .thumb .ship {
    width: 54px;
    bottom: 12px;
  }
}
.oferta .seal {
  position: absolute;
  top: 92px;
  left: 39%;
  width: 75px;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 768px) {
  .oferta .seal {
    left: 35%;
  }
}
.oferta .seal img {
  width: 100%;
  height: auto;
  display: block;
}
.oferta .seal .seal-text {
  position: absolute;
  inset: 0;
  display: flex;
  transform: translateX(-1px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
.oferta .seal .seal-text small {
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.oferta .seal .seal-text b {
  font-size: 11px;
  font-weight: 700;
  margin: 2px 0;
}
.oferta .cards .plan:nth-child(3) .seal {
  left: 29%;
}
.oferta .stars {
  width: 45%;
  margin-bottom: 8px;
}
.oferta .info {
  flex: 1;
}
@media (max-width: 768px) {
  .oferta .info {
    padding-left: 25px;
  }
}
.oferta .info h3 {
  color: #0d2538;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .oferta .info h3 {
    font-size: 22px;
  }
}
.oferta .info .supply {
  color: var(--Cor-texto, #516D6A);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 768px) {
  .oferta .info .supply {
    font-size: 13px;
  }
}
.oferta .info .price {
  color: #0F2E27;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}
.oferta .info .price span {
  color: #51616d;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .oferta .info .price span {
    font-size: 12px;
  }
}
.oferta .feats {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.oferta .feats li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px 10px 20px;
  border-radius: 5px;
  border: 1px solid #ededed;
  background: #EEFFEE;
  color: #51616d;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.oferta .feats li img {
  width: 24px;
  flex-shrink: 0;
}
.oferta .buy {
  width: 100%;
}
.oferta .cc {
  align-self: center;
  width: 280px;
}
.oferta .total {
  align-self: center;
  color: #0F2E27;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.oferta .total s {
  color: #6e7278;
  text-decoration-line: line-through;
  text-decoration-color: #0F2E27;
}
.oferta .total b {
  color: #0F2E27;
  font-weight: 700;
}
.oferta .featured {
  width: 454px;
  padding: 80px 24px 64px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: var(--degrade-verde, linear-gradient(90deg, #0F2E27 0%, #20594D 74.09%, #0F2E27 99.52%));
  z-index: 1;
}
.oferta .featured .head {
  background: var(--gold-linear, linear-gradient(270deg, #F6D67A 0%, #C58D22 28.13%, #F6D67A 56.88%, #C58D22 100%));
  color: #0F2E27;
  font-size: 24px;
}
.oferta .featured .thumb {
  width: 55%;
}
.oferta .featured .info h3,
.oferta .featured .info .price {
  color: #ffffff;
}
.oferta .featured .info .supply,
.oferta .featured .info .price span {
  color: #dedede;
}
.oferta .featured .total,
.oferta .featured .total b {
  color: #f2f4f6;
}
.oferta .featured .feats li {
  background: #ffffff;
}
.oferta .featured .buy-wrap {
  position: relative;
  display: inline-block;
}
.oferta .featured .buy-wrap .buy {
  transform-origin: center;
  animation: buyPress 3s ease-in-out infinite;
}
.oferta .featured .buy-wrap .cursor {
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  z-index: 5;
  transform-origin: 8px 4px;
  animation: cursorMove 3s ease-in-out infinite;
}
@keyframes cursorMove {
  0% {
    transform: translate(40px, 55px) scale(1);
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  40% {
    transform: translate(-4px, -2px) scale(1);
    opacity: 1;
  }
  48% {
    transform: translate(-4px, -2px) scale(0.8);
  }
  56% {
    transform: translate(-4px, -2px) scale(1);
  }
  85% {
    transform: translate(-4px, -2px) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(40px, 55px) scale(1);
    opacity: 0;
  }
}
@keyframes buyPress {
  0%, 40% {
    transform: scale(1);
  }
  48% {
    transform: scale(0.93);
  }
  56% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.oferta .featured .total s {
  text-decoration-line: line-through;
  text-decoration-color: #f2f4f6;
}
@media (max-width: 768px) {
  .oferta .featured .info {
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .oferta .cards {
    flex-direction: column;
  }
  .oferta .plan,
  .oferta .featured {
    width: 100%;
    max-width: 454px;
  }
  .oferta .featured {
    order: 1;
  }
  .oferta .plan:nth-child(3) {
    order: 2;
  }
  .oferta .plan:nth-child(1) {
    order: 3;
  }
}
.oferta .medalhas {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 20px 0 40px;
}
.oferta .medalhas img {
  width: 105px;
  height: auto;
}
@media (max-width: 900px) {
  .oferta .medalhas {
    gap: 10px;
  }
  .oferta .medalhas img {
    width: 50px;
  }
}

.guarantee {
  background: var(--degrade-verde, linear-gradient(90deg, #0F2E27 0%, #20594D 74.09%, #0F2E27 99.52%));
  padding: 40px 20px;
}
.guarantee__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
}
.guarantee__seal {
  --seal-w: 291.121px;
  position: relative;
  flex-shrink: 0;
  width: var(--seal-w);
  height: calc(var(--seal-w) * 1.034377);
}
.guarantee__seal img {
  position: absolute;
  left: calc(var(--seal-w) * -0.098241);
  top: calc(var(--seal-w) * -0.172781);
  width: calc(var(--seal-w) * 1.209117);
  max-width: none;
  display: block;
}
.guarantee__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.guarantee__title {
  width: 716px;
  margin: 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.guarantee__desc {
  width: 757px;
  margin: 0;
  color: #F2F4F6;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.guarantee__desc a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .guarantee {
    padding: 40px 0;
  }
  .guarantee__inner {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 73.333vw;
    max-width: 396px;
  }
  .guarantee__seal {
    --seal-w: min(53.911vw, 291.121px);
  }
  .guarantee__content {
    width: 100%;
  }
  .guarantee__title {
    width: 100%;
    font-size: clamp(28px, 8.889vw, 48px);
  }
  .guarantee__desc {
    width: 100%;
    font-size: clamp(14px, 3.333vw, 18px);
    line-height: 1.556;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
  padding-top: 40px;
  background: var(--Brand-primary-dark, #0F2E27);
  font-family: "Montserrat", sans-serif;
}
.footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 0 20px;
}
.footer__logo {
  display: inline-block;
}
.footer__logo img {
  display: block;
  height: 56px;
  width: auto;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.footer__nav a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #f2f4f6;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer__nav a:hover {
  text-decoration: underline;
}
.footer__disclaimer {
  width: calc(100% - 40px);
  max-width: 1007px;
  margin: 0 auto;
  padding: 24px 32px;
  border-top: 1px solid #f2f4f6;
  border-radius: 20px;
  box-sizing: border-box;
}
.footer__disclaimer p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #f2f4f6;
  text-align: center;
}
.footer__copy {
  width: 100%;
  padding: 32px 20px;
  text-align: center;
  background: var(--Brand-primary-defoult, #DEFFF8);
}
.footer__copy span {
  color: var(--Brand-primary-dark, #0F2E27);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .footer__disclaimer {
    padding: 24px 20px;
  }
}/*# sourceMappingURL=style.css.map */