.elementor-2374 .elementor-element.elementor-element-70a06e4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f7599cb */@media (max-width: 767px) {
  /* Evita que espaçamentos aumentem a largura */
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  body {
    overflow-x: hidden;
  }

  section,
  header,
  footer {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Organiza as colunas verticalmente */
  .hero-grid,
  .grid-3,
  .grid-2 {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .hero-grid > *,
  .grid-3 > *,
  .grid-2 > * {
    min-width: 0;
  }

  /* Cabeçalho */
  .nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    padding: 14px 0;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .brand-title {
    font-size: 24px;
  }

  /* Textos */
  h1 {
    font-size: clamp(28px, 7.5vw, 36px) !important;
    line-height: 1.15;
  }

  h2 {
    font-size: clamp(23px, 6vw, 28px) !important;
    line-height: 1.25;
  }

  h3 {
    font-size: 20px !important;
    line-height: 1.3;
  }

  p,
  .hero-text,
  .check {
    font-size: 15px;
    line-height: 1.6;
  }

  h1,
  h2,
  h3,
  p,
  a {
    overflow-wrap: anywhere;
  }

  /* Espaçamento das seções e caixas */
  .hero,
  .section-dark,
  .section-light {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .hero-card,
  .simulation-box,
  .card,
  .cta-final {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 20px 16px;
  }

  /* Botões */
  .hero-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100%;
    min-height: 48px !important;
    height: auto !important;
    padding: 14px 18px !important;
    font-size: 14px !important;
    line-height: 1.4;
    text-align: center;
    white-space: normal;
  }

  .trust-row {
    flex-wrap: wrap;
    gap: 8px;
  }

  .trust-pill {
    max-width: 100%;
    font-size: 12px;
    white-space: normal;
  }

  /* Formulário */
  form,
  .fluent-form-embed,
  .fluentform {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
  form select,
  form textarea {
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100%;
    padding: 12px !important;
    font-size: 16px !important;
  }

  form label {
    font-size: 14px;
  }

  .form-privacy {
    padding: 14px 10px !important;
    font-size: 12px !important;
    line-height: 1.5;
    text-align: center;
  }

  /* Imagens e vídeos */
  img,
  video {
    max-width: 100%;
    height: auto;
  }

  iframe {
    max-width: 100%;
  }

  /* WhatsApp flutuante */
  .sticky-whatsapp {
    width: 54px;
    height: 54px;
    right: 14px;
    bottom: 14px;
  }

  .sticky-whatsapp svg {
    width: 28px;
    height: 28px;
  }
}@media (max-width: 767px) {
  .btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
    height: auto !important;
    padding: 10px 20px !important;
    margin-inline: auto !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    white-space: normal !important;
  }
}/* End custom CSS */