.elementor-629 .elementor-element.elementor-element-3e5e85b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-74ec95a */<style>
  :root{
    --bm-bg: #f6f1e8;
    --bm-bg-2: #fbf8f3;
    --bm-bg-soft: #efe7da;
    --bm-surface: rgba(255,255,255,.88);
    --bm-surface-2: #fffdf9;
    --bm-text: #201b16;
    --bm-text-soft: #665a4f;
    --bm-line: rgba(72,52,31,.12);
    --bm-gold: #c8a45d;
    --bm-gold-2: #d8b778;
    --bm-dark: #13110f;
    --bm-dark-2: #1c1712;
    --bm-shadow: 0 18px 60px rgba(31,22,12,.10);
    --bm-radius-xl: 30px;
    --bm-radius-lg: 24px;
    --bm-radius-md: 18px;
    --bm-wrap: 1180px;
  }

  .bm-program-page{
    background:
      radial-gradient(circle at top left, rgba(200,164,93,.10), transparent 28%),
      linear-gradient(180deg, var(--bm-bg) 0%, var(--bm-bg-2) 100%);
    color: var(--bm-text);
    overflow: clip;
  }

  .bm-program-page *{ box-sizing: border-box; }

  .bm-program-wrap{
    width: min(var(--bm-wrap), calc(100% - 32px));
    margin: 0 auto;
  }

  .bm-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:0 24px;
    border-radius:999px;
    font-size:14px;
    font-weight:700;
    line-height:1;
    text-decoration:none;
    transition:transform .35s ease, background .35s ease, color .35s ease, border-color .35s ease, box-shadow .35s ease;
    cursor:pointer;
  }

  .bm-btn:hover{ transform:translateY(-2px); }

  .bm-btn--gold{
    background:linear-gradient(135deg, var(--bm-gold) 0%, var(--bm-gold-2) 100%);
    color:#15120f;
    box-shadow:0 12px 30px rgba(200,164,93,.24);
  }

  .bm-btn--ghost{
    color:#fff;
    border:1px solid rgba(255,255,255,.24);
    background:rgba(255,255,255,.06);
    backdrop-filter:blur(8px);
  }

  .bm-btn--ghost:hover{
    background:rgba(255,255,255,.11);
    border-color:rgba(255,255,255,.34);
  }

  .bm-program-badge,
  .bm-program-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    min-height:36px;
    padding:0 14px;
    border-radius:999px;
    border:1px solid rgba(200,164,93,.25);
    background:rgba(255,255,255,.62);
    backdrop-filter:blur(10px);
    color:#8a6a2f;
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
  }

  .bm-program-hero{
    position:relative;
    min-height:620px;
    display:flex;
    align-items:center;
    padding:140px 0 72px;
    color:#fff;
    background:#141414;
    isolation:isolate;
  }

  .bm-program-hero__bg{
    position:absolute;
    inset:0;
    background-image:
      linear-gradient(90deg, rgba(8,8,8,.82) 0%, rgba(8,8,8,.56) 45%, rgba(8,8,8,.30) 100%),
      var(--bm-program-bg, url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1800&q=80'));
    background-size:cover;
    background-position:center center;
  }

  .bm-program-hero__overlay{
    position:absolute;
    inset:0;
    background:
      radial-gradient(circle at 18% 28%, rgba(200,164,93,.18), transparent 26%),
      linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.34) 100%);
    z-index:1;
  }

  .bm-program-hero__content{
    position:relative;
    z-index:2;
    max-width:760px;
    margin-right:auto;
    padding-left:24px;
  }

  .bm-program-hero__title{
    margin:18px 0 18px;
    font-size:clamp(2.2rem, 5vw, 4.4rem);
    line-height:1.05;
    letter-spacing:-0.03em;
    color:#fff;
  }

  .bm-program-hero__title span{ color:var(--bm-gold-2); }

  .bm-program-hero__text{
    max-width:680px;
    margin:0 0 28px;
    font-size:clamp(1rem, 1.35vw, 1.08rem);
    line-height:1.8;
    color:rgba(255,255,255,.84);
  }

  .bm-program-hero__actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
  }

  .bm-program-strip{
    position:relative;
    margin-top:-48px;
    z-index:3;
  }

  .bm-program-strip__grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:18px;
  }

  .bm-program-strip__item{
    padding:24px;
    border-radius:var(--bm-radius-lg);
    background:rgba(255,255,255,.92);
    border:1px solid rgba(200,164,93,.14);
    box-shadow:var(--bm-shadow);
  }

  .bm-program-strip__item strong{
    display:block;
    margin-bottom:8px;
    font-size:1rem;
  }

  .bm-program-strip__item span{
    display:block;
    color:var(--bm-text-soft);
    line-height:1.7;
    font-size:.95rem;
  }

  .bm-program-intro,
  .bm-program-benefits,
  .bm-program-how,
  .bm-program-cta{
    padding:90px 0;
  }

  .bm-program-intro__grid{
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    gap:34px;
    align-items:center;
  }

  .bm-program-intro__image-wrap{
    position:relative;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 24px 64px rgba(31,22,12,.14);
    min-height:520px;
    background:#ddd;
  }

  .bm-program-intro__image{
    width:100%;
    height:100%;
    min-height:520px;
    object-fit:cover;
    display:block;
  }

  .bm-program-intro__content h2,
  .bm-program-head h2{
    margin:16px 0 14px;
    font-size:clamp(1.9rem, 3vw, 3rem);
    line-height:1.1;
    letter-spacing:-0.03em;
    color:var(--bm-text);
  }

  .bm-program-intro__content p,
  .bm-program-head p{
    margin:0 0 16px;
    color:var(--bm-text-soft);
    line-height:1.85;
    font-size:1rem;
  }

  .bm-program-mini{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:16px;
    margin-top:18px;
  }

  .bm-program-mini__card{
    padding:20px 18px;
    border-radius:20px;
    background:rgba(255,255,255,.75);
    border:1px solid rgba(200,164,93,.14);
    box-shadow:0 12px 34px rgba(31,22,12,.06);
  }

  .bm-program-mini__card strong{
    display:block;
    margin-bottom:8px;
    color:var(--bm-text);
    font-size:.98rem;
  }

  .bm-program-mini__card span{
    display:block;
    color:var(--bm-text-soft);
    line-height:1.7;
    font-size:.93rem;
  }

  .bm-program-benefits{
    background:linear-gradient(180deg, rgba(239,231,218,.52) 0%, rgba(251,248,243,.90) 100%);
  }

  .bm-program-head{
    max-width:840px;
    margin:0 auto 42px;
    text-align:center;
  }

  .bm-program-cards{
    display:grid;
    grid-template-columns:repeat(3, minmax(0,1fr));
    gap:22px;
  }

  .bm-program-card{
    position:relative;
    padding:28px 24px 24px;
    border-radius:28px;
    background:linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(250,245,237,.96) 100%);
    border:1px solid rgba(200,164,93,.14);
    box-shadow:0 14px 44px rgba(31,22,12,.08);
    transition:transform .45s ease, box-shadow .45s ease, border-color .45s ease;
    overflow:hidden;
  }

  .bm-program-card::before{
    content:"";
    position:absolute;
    top:0;
    left:24px;
    right:24px;
    height:1px;
    background:linear-gradient(90deg, transparent 0%, rgba(200,164,93,.45) 50%, transparent 100%);
  }

  .bm-program-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 56px rgba(31,22,12,.13);
    border-color:rgba(200,164,93,.24);
  }

  .bm-program-card__icon{
    width:56px;
    height:56px;
    display:grid;
    place-items:center;
    border-radius:18px;
    margin-bottom:18px;
    background:linear-gradient(135deg, rgba(200,164,93,.18), rgba(200,164,93,.07));
    color:#8b6a30;
    border:1px solid rgba(200,164,93,.18);
    font-size:.95rem;
    font-weight:800;
  }

  .bm-program-card h3{
    margin:0 0 12px;
    font-size:1.16rem;
    line-height:1.25;
  }

  .bm-program-card p{
    margin:0;
    color:var(--bm-text-soft);
    line-height:1.75;
    font-size:.96rem;
  }

  .bm-program-how__timeline{
    position:relative;
    display:grid;
    gap:16px;
    max-width:980px;
    margin:0 auto;
  }

  .bm-program-step{
    display:grid;
    grid-template-columns:64px 1fr;
    gap:18px;
    align-items:start;
    padding:22px;
    border-radius:22px;
    background:rgba(255,255,255,.84);
    border:1px solid rgba(200,164,93,.14);
    box-shadow:0 12px 36px rgba(31,22,12,.07);
  }

  .bm-program-step__num{
    width:48px;
    height:48px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:rgba(200,164,93,.14);
    color:#8a6a2f;
    font-weight:800;
    font-size:1rem;
  }

  .bm-program-step h3{
    margin:0 0 8px;
    font-size:1.05rem;
    line-height:1.3;
  }

  .bm-program-step p{
    margin:0;
    color:var(--bm-text-soft);
    line-height:1.75;
    font-size:.95rem;
  }

  .bm-program-cta{
    padding-top:30px;
    padding-bottom:110px;
  }

  .bm-program-cta__box{
    position:relative;
    padding:48px 28px;
    border-radius:34px;
    text-align:center;
    overflow:hidden;
    background:
      radial-gradient(circle at top center, rgba(200,164,93,.18), transparent 30%),
      linear-gradient(180deg, #17130f 0%, #120f0d 100%);
    box-shadow:0 26px 64px rgba(17,17,17,.18);
  }

  .bm-program-cta__box h2{
    margin:16px auto 14px;
    max-width:820px;
    color:#fff;
    font-size:clamp(2rem, 3vw, 3.2rem);
    line-height:1.08;
    letter-spacing:-0.03em;
  }

  .bm-program-cta__box p{
    max-width:720px;
    margin:0 auto;
    color:rgba(255,255,255,.78);
    line-height:1.8;
    font-size:1rem;
  }

  .bm-program-cta__actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:14px;
    margin-top:28px;
  }

  .bm-reveal-up{
    opacity:0;
    transform:translateY(34px);
    transition:
      opacity .8s cubic-bezier(.22,1,.36,1),
      transform .8s cubic-bezier(.22,1,.36,1);
  }

  .bm-reveal-up.is-visible{
    opacity:1;
    transform:translateY(0);
  }

  @media (max-width: 1100px){
    .bm-program-intro__grid{ grid-template-columns:1fr; }
    .bm-program-cards{ grid-template-columns:repeat(2, minmax(0,1fr)); }
    .bm-program-strip__grid{ grid-template-columns:1fr; }
  }

  @media (max-width: 767px){
    .bm-program-wrap{ width:min(100% - 20px, var(--bm-wrap)); }
    .bm-program-hero{
      min-height:500px;
      padding:120px 0 56px;
    }
    .bm-program-hero__content{
      max-width:100%;
      padding-left:0;
    }
    .bm-program-hero__title{ font-size:clamp(2rem, 10vw, 3rem); }
    .bm-program-hero__text{ max-width:100%; }
    .bm-program-hero__actions,
    .bm-program-cta__actions{
      flex-direction:column;
      align-items:stretch;
    }
    .bm-btn{ width:100%; }
    .bm-program-intro,
    .bm-program-benefits,
    .bm-program-how,
    .bm-program-cta{
      padding:72px 0;
    }
    .bm-program-intro__image-wrap,
    .bm-program-intro__image{
      min-height:380px;
    }
    .bm-program-mini{ grid-template-columns:1fr; }
    .bm-program-cards{ grid-template-columns:1fr; gap:16px; }
    .bm-program-step{
      grid-template-columns:48px 1fr;
      gap:14px;
      padding:18px;
    }
    .bm-program-step__num{
      width:40px;
      height:40px;
      font-size:.95rem;
    }
    .bm-program-cta__box{
      padding:34px 18px;
      border-radius:26px;
    }
    .bm-program-strip{ margin-top:-26px; }
  }
  /* ===== CORREÇÃO FORÇADA DOS BOTÕES ===== */

    a.bm-btn,
    a.bm-btn:link,
    a.bm-btn:visited,
    a.bm-btn:hover,
    a.bm-btn:active,
    a.bm-btn:focus{
      text-decoration: none !important;
      font-weight: 700 !important;
    }
    
    a.bm-btn--gold,
    a.bm-btn--gold:link,
    a.bm-btn--gold:visited,
    a.bm-btn--gold:hover,
    a.bm-btn--gold:active,
    a.bm-btn--gold:focus{
      color: #15120f !important;
      background: linear-gradient(135deg, #c8a45d 0%, #d8b778 100%) !important;
      border: none !important;
    }
    
    a.bm-btn--ghost,
    a.bm-btn--ghost:link,
    a.bm-btn--ghost:visited,
    a.bm-btn--ghost:hover,
    a.bm-btn--ghost:active,
    a.bm-btn--ghost:focus{
      color: #ffffff !important;
      border: 1px solid rgba(255,255,255,.24) !important;
      background: rgba(255,255,255,.06) !important;
    }
    
    a.bm-btn span,
    a.bm-btn strong,
    a.bm-btn em{
      color: inherit !important;
    }
    
    /* =========================================================
   AJUSTE GLOBAL DE LARGURA / RESPIRO LATERAL
   Aplicar em todas as páginas de programas
   ========================================================= */

    /* largura principal mais controlada */
    .bm-program-wrap{
      width: min(1120px, calc(100% - 64px));
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }
    
    /* hero com respiro lateral mais elegante */
    .bm-program-hero__content{
      max-width: 760px;
      padding-left: 0;
    }
    
    /* imagem + texto da seção sobre o programa */
    .bm-program-intro__grid{
      gap: 28px;
      align-items: center;
    }
    
    .bm-program-intro__image-wrap{
      border-radius: 28px;
      overflow: hidden;
    }
    
    /* cards e blocos com largura visual mais harmoniosa */
    .bm-program-cards,
    .bm-program-how__timeline{
      max-width: 100%;
    }
    
    /* CTA final sem sensação de bloco gigante demais */
    .bm-program-cta__box{
      max-width: 1120px;
      margin: 0 auto;
    }
    
    /* evita sensação de conteúdo colado nas laterais em telas médias */
    @media (max-width: 1200px){
      .bm-program-wrap{
        width: min(100% - 48px, 1120px);
      }
    }
    
    /* tablet */
    @media (max-width: 1024px){
      .bm-program-wrap{
        width: min(100% - 36px, 1120px);
      }
    
      .bm-program-intro__grid{
        gap: 24px;
      }
    }
    
    /* mobile */
    @media (max-width: 767px){
      .bm-program-wrap{
        width: min(100% - 24px, 1120px);
      }
    
      .bm-program-cta__box{
        margin: 0 auto;
      }
    
      .bm-program-intro__image-wrap{
        border-radius: 22px;
      }
    }
</style>/* End custom CSS */