.elementor-143 .elementor-element.elementor-element-f5b9725{--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-c86f313 */: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: 1240px !important;
  }

  .bm-about-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-about-page *{
    box-sizing: border-box;
  }

  .bm-about-wrap{
      width: min(1140px, calc(100% - 64px));
      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-about-badge,
  .bm-about-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;
  }

  /* HERO */
  .bm-about-hero{
  position: relative;
  min-height: 620px; /* antes estava muito alto */
  display: flex;
  align-items: center;
  padding: 140px 0 72px;
  color: #fff;
  background: #141414;
  isolation: isolate;
}

  .bm-about-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%),
        url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1800&q=80');
      background-size: cover;
      background-position: center center;
      transform: none; /* remove o scale */
    }

  .bm-about-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-about-hero__content{
      position: relative;
      z-index: 2;
      max-width: 760px;
      margin-left: 0;
      margin-right: auto;
      padding-left: 24px;
    }

  .bm-about-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-about-hero__title span{
    color: var(--bm-gold-2);
  }

  .bm-about-hero__text{
    max-width: 640px;
    margin: 0 0 28px;
    font-size: clamp(1rem, 1.35vw, 1.1rem);
    line-height: 1.75;
    color: rgba(255,255,255,.82);
  }

  .bm-about-hero__actions{
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }

  /* STRIP */
  .bm-about-strip{
    position: relative;
    margin-top: -48px;
    z-index: 3;
  }

  .bm-about-strip__grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .bm-about-strip__item{
    padding: 26px 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-about-strip__item strong{
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
    color: var(--bm-text);
  }

  .bm-about-strip__item span{
    display: block;
    color: var(--bm-text-soft);
    line-height: 1.7;
    font-size: .95rem;
  }

  /* GERAL */
  .bm-about-story,
  .bm-about-founder,
  .bm-about-diff,
  .bm-about-method,
  .bm-about-authority,
  .bm-about-cta{
    padding: 90px 0;
  }

  .bm-about-head{
    max-width: 840px;
    margin: 0 auto 42px;
    text-align: center;
  }

  .bm-about-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-about-head p{
    margin: 0;
    color: var(--bm-text-soft);
    line-height: 1.8;
    font-size: 1rem;
  }

  /* STORY */
  .bm-about-story__grid{
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 34px;
    align-items: center;
  }

  .bm-about-story__image-wrap{
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(31,22,12,.14);
    min-height: 620px;
    background: #ddd;
  }

  .bm-about-story__image{
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    display: block;
  }

  .bm-about-story__content h2{
    margin: 16px 0 16px;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--bm-text);
  }

  .bm-about-story__content p{
    margin: 0 0 16px;
    color: var(--bm-text-soft);
    line-height: 1.85;
    font-size: 1rem;
  }

  .bm-about-story__mini{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 18px;
  }

  .bm-about-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-about-mini-card strong{
    display: block;
    margin-bottom: 8px;
    color: var(--bm-text);
    font-size: .98rem;
  }

  .bm-about-mini-card span{
    display: block;
    color: var(--bm-text-soft);
    line-height: 1.7;
    font-size: .93rem;
  }

  /* FUNDADORA */
  .bm-about-founder{
    background:
      linear-gradient(180deg, rgba(239,231,218,.45) 0%, rgba(251,248,243,.95) 100%);
  }

  .bm-about-founder__box{
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 28px;
    padding: 34px;
    border-radius: 34px;
    background:
      linear-gradient(135deg, #15120f 0%, #1c1712 55%, #241d17 100%);
    box-shadow: 0 26px 70px rgba(17,17,17,.20);
    overflow: hidden;
    position: relative;
  }

  .bm-about-founder__box::before{
    content: "";
    position: absolute;
    inset: auto auto -120px -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200,164,93,.22), transparent 70%);
  }

  .bm-about-founder__left,
  .bm-about-founder__right{
    position: relative;
    z-index: 1;
  }

  .bm-about-founder__left h2{
    margin: 16px 0 14px;
    color: #fff;
    font-size: clamp(1.9rem, 2.8vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
  }

  .bm-about-founder__left p{
    margin: 0 0 14px;
    color: rgba(255,255,255,.76);
    line-height: 1.85;
    font-size: 1rem;
  }

  .bm-about-founder__right{
    display: grid;
    gap: 16px;
  }

  .bm-about-founder__card{
    padding: 22px;
    border-radius: 22px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
    transition: transform .35s ease, border-color .35s ease, background .35s ease;
  }

  .bm-about-founder__card:hover{
    transform: translateY(-4px);
    border-color: rgba(200,164,93,.24);
    background: rgba(255,255,255,.08);
  }

  .bm-about-founder__card strong{
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 1rem;
  }

  .bm-about-founder__card span{
    display: block;
    color: rgba(255,255,255,.73);
    line-height: 1.7;
    font-size: .95rem;
  }

  /* DIFFERENTIALS */
  .bm-about-diff__grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .bm-about-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-about-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-about-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 22px 56px rgba(31,22,12,.13);
    border-color: rgba(200,164,93,.24);
  }

  .bm-about-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-about-card h3{
    margin: 0 0 12px;
    font-size: 1.18rem;
    line-height: 1.25;
    color: var(--bm-text);
  }

  .bm-about-card p{
    margin: 0;
    color: var(--bm-text-soft);
    line-height: 1.75;
    font-size: .96rem;
  }

  /* METHOD */
  .bm-about-method{
    background:
      linear-gradient(180deg, rgba(239,231,218,.52) 0%, rgba(251,248,243,.90) 100%);
  }

  .bm-about-method__timeline{
    position: relative;
    display: grid;
    gap: 16px;
    max-width: 980px;
    margin: 0 auto;
  }

  .bm-about-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-about-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-about-step h3{
    margin: 0 0 8px;
    font-size: 1.05rem;
    line-height: 1.3;
  }

  .bm-about-step p{
    margin: 0;
    color: var(--bm-text-soft);
    line-height: 1.75;
    font-size: .95rem;
  }

  /* AUTHORITY */
  .bm-about-authority__grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
  }

  .bm-about-authority__content h2{
    margin: 16px 0 14px;
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
  }

  .bm-about-authority__content p{
    margin: 0;
    color: var(--bm-text-soft);
    line-height: 1.85;
    font-size: 1rem;
  }

  .bm-about-authority__list{
    display: grid;
    gap: 16px;
  }

  .bm-about-authority__item{
    padding: 22px;
    border-radius: 22px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(200,164,93,.14);
    box-shadow: 0 12px 36px rgba(31,22,12,.07);
    transition: transform .35s ease, box-shadow .35s ease;
  }

  .bm-about-authority__item:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(31,22,12,.10);
  }

  .bm-about-authority__item strong{
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
    color: var(--bm-text);
  }

  .bm-about-authority__item span{
    display: block;
    color: var(--bm-text-soft);
    line-height: 1.7;
    font-size: .95rem;
  }

  /* CTA */
  .bm-about-cta{
    padding-top: 30px;
    padding-bottom: 110px;
  }

  .bm-about-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-about-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-about-cta__box p{
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255,255,255,.78);
    line-height: 1.8;
    font-size: 1rem;
  }

  .bm-about-cta__actions{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
  }

  /* REVEAL */
  .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);
    will-change: opacity, transform;
  }

  .bm-reveal-up.is-visible{
    opacity: 1;
    transform: translateY(0);
  }

  /* RESPONSIVO */
  @media (max-width: 1100px){
    .bm-about-story__grid,
    .bm-about-founder__box,
    .bm-about-authority__grid{
      grid-template-columns: 1fr;
    }

    .bm-about-diff__grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bm-about-strip__grid{
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 767px){
      .bm-about-wrap{
        width: min(100% - 24px, 1140px);
      }
    
      .bm-about-hero{
        min-height: 480px;
        padding: 120px 0 56px;
      }
    
      .bm-about-hero__content{
        max-width: 100%;
        padding-left: 0;
      }
    
      .bm-about-hero__title{
        font-size: clamp(2rem, 10vw, 3rem);
      }
    
      .bm-about-hero__text{
        font-size: .98rem;
        line-height: 1.75;
        max-width: 100%;
      }
      
      /* =========================================================
   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;
      }
    }/* End custom CSS */