.elementor-kit-955{--e-global-color-primary:#D35400;--e-global-color-secondary:#2C3E50;--e-global-color-text:#2C3E50;--e-global-color-accent:#E74C3C;--e-global-color-32783d4:#5E40A9;--e-global-color-background:#FDFEFE;--e-global-color-backgroundAccent:#ECF0F1;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Poppins";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Poppins";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Poppins";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Poppins";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Figtree";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-955 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-955{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-955{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    background: linear-gradient(135deg, #232526 0%, #414345 100%) !important;
}
.container-captura {
    background: #17181c;
    padding: 48px 36px 36px 36px;
    border-radius: 20px;
    box-shadow: 0 0 24px 2px #00fff7, 0 4px 32px 0 #000a;
    max-width: 400px;
    width: 100%;
    text-align: center;
    border: 1.5px solid #00fff7;
    margin: 48px auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}
.logo {
    font-size: 2.5rem;
    font-weight: 700;
    color: #00fff7;
    margin-bottom: 18px;
    text-shadow: 0 0 12px #00fff7, 0 0 2px #fff;
    letter-spacing: 1px;
}
h2 {
    margin: 0 0 16px 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 0 0 8px #00fff7;
}
p {
    color: #c7c7c7;
    margin-bottom: 28px;
    font-weight: 500;
    font-size: 1.08rem;
}
input[type="text"], input[type="email"] {
    width: 100%;
    padding: 14px;
    margin-bottom: 18px;
    border-radius: 8px;
    border: 1.5px solid #00fff7;
    background: #23242a;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 600;
    transition: border-color 0.3s, box-shadow 0.3s, background 0.2s;
    outline: none;
}
input[type="text"]:focus, input[type="email"]:focus {
    border-color: #ff00d4;
    box-shadow: 0 0 12px #ff00d4;
    background: #23242f;
}
button {
    width: 100%;
    padding: 15px;
    background: #ff00d4;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.15rem;
    font-weight: 700;
    cursor: pointer;
    margin-top: 8px;
    box-shadow: 0 0 16px #ff00d4, 0 0 4px #fff;
    letter-spacing: 1px;
    transition: background 0.2s, box-shadow 0.2s, color 0.2s;
}
button:hover {
    background: #00fff7;
    color: #17181c;
    box-shadow: 0 0 32px #00fff7, 0 0 8px #fff;
}
.privacy {
    margin-top: 22px;
    font-size: 0.95rem;
    color: #a7a7a7;
    font-weight: 500;
}
@media (max-width: 500px) {
    .container-captura {
        padding: 28px 10px 22px 10px;
        max-width: 95vw;
    }
    .logo {
        font-size: 1.6rem;
    }
    h2 {
        font-size: 1.3rem;
    }
}

  }

  .botao-compra {
    font-size: 1.1rem !important;
    padding: 0.7rem 1.2rem !important;
  }

  .preco-antigo {
    font-size: 1.2rem !important;
  }

  .preco-parcelado {
    font-size: 1.4rem !important;
  }

  .preco-destaque {
    font-size: 2.5rem !important;
  }

  img {
    max-width: 60% !important;
  }
}
</style>/* End custom CSS */