@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');


.sib-NAME-area{
	color:white
}
.sib-email-area{
	color:white
}
.nota{
	color:white;
  text-align:justify;
	font-size:12px;
}
.uicore-copyrights .uicore a{
	color:black
}
.BuyButton-ButtonText{
	 font-weight:600
}
.sib-default-btn{
	 border-radius: 30px 30px 30px 30px;
	padding: 21px 30px 21px 30px;
}
.BuyButton-ButtonText{
	 font-weight:600;
}

.mts2{
    --bg:#F8FAFC; --card:#FFFFFF; --soft:#F1F5F9;
    --text:#0F172A; --muted:#475569; --border:#E2E8F0;
    --green:#1FA971; --green2:#17C184; --red:#DC2626;
    background: var(--bg);
    color: var(--text);
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    line-height: 1.35;
    padding: 0;
    margin: 0;
  }
  .mts2 a{ color: inherit; }
  .mts2 *{ box-sizing: border-box; }
  .mts2 .container{ max-width:1120px; margin:0 auto; padding:28px 20px; }
  .mts2 .brand{ text-align:center; font-weight:900; letter-spacing:.14em; font-size:13px; color:var(--green); margin:10px 0 22px; text-transform:uppercase; }

  .mts2 .hero{ padding:16px 0 34px; text-align:left; min-height:520px; display:grid; align-items:start; }
  .mts2 .h1{ font-size:clamp(36px,5.4vw,64px); line-height:1.04; letter-spacing:-1px; margin:0 0 12px; font-weight:950; }
  .mts2 .g{ color:var(--green); } .mts2 .r{ color:var(--red); }
  .mts2 .sub{ margin-top:40px; margin-bottom:40px; max-width:720px; color: #000000; font-size:16px; font-weight:600; }
  .mts2 .ctaRow{ display:flex; gap:12px; flex-wrap:wrap; align-items:center; margin:14px 0 0; }
  .mts2 .btn{ display:inline-flex; align-items:center; justify-content:center; padding:14px 18px; border-radius:14px; font-weight:700; text-decoration:none; border:1px solid rgba(0,0,0,.04); transition:transform .12s ease, box-shadow .12s ease, background .12s ease; }
  .mts2 .btnPrimary{ background:var(--green); color:#fff; box-shadow:0 18px 48px rgba(31,169,113,.22); }
  .mts2 .btnPrimary:hover{ background:var(--green2); transform:translateY(-1px); }
  .mts2 .heroSpacer{ height:120px; }

  .mts2 .section{ padding:84px 0; border-top:1px solid var(--border); }
  .mts2 .section.noBorder{ border-top:none; }
  .mts2 .center{ text-align:center; max-width:880px; margin:0 auto; }
  .mts2 .title{ font-size:clamp(28px,4vw,32px); line-height:1.3; letter-spacing:0px; font-weight:650; margin:0 0 10px; }
  .mts2 .lead{ margin:0 auto; color:#000000; font-weight:500; max-width:760px; font-size:18px;margin-top: 40px;}
  .mts2 .divider{ width:56px; height:3px; background:var(--green); border-radius:99px; margin:16px auto 0; }

.mts2 .cycle{
  margin-top:44px;
  display:grid;
  grid-template-columns: 1fr;   /* <- 1 coluna */
  gap: 42px;                   /* <- espaçamento vertical */
  max-width: 860px;
  margin-left:auto;
  margin-right:auto;
}
  .mts2 .step{ position:relative; padding-left:92px; }
  .mts2 .num{ position:absolute; left:0; top:-8px; font-size:64px; font-weight:950; letter-spacing:-2px; color:rgba(15,23,42,.10); line-height:1; }
  .mts2 .step h3{ margin:0 0 6px; font-size:20px; font-weight:950; letter-spacing:-0.3px; }
  .mts2 .step p{ margin:0; color:var(--muted); font-weight:650; max-width:340px; }

  .mts2 .compareWrap{ margin-top:44px; display:grid; grid-template-columns:1fr 1fr; gap:28px; max-width:980px; margin-left:auto; margin-right:auto; }
  .mts2 .compareHead{ display:flex; align-items:center; gap:10px; font-weight:750; font-size:18px; margin:0 0 10px; }
  .mts2 .lineRed,.mts2 .lineGreen{ width:38px; height:3px; border-radius:99px; }
  .mts2 .lineRed{ background:var(--red); } .mts2 .lineGreen{ background:var(--green); }
  .mts2 .bullets{ list-style:none; padding:0; margin:12px 0 0; display:grid; gap:10px; }
  .mts2 .bullets li{ display:flex; gap:10px; align-items:flex-start; color:var(--muted); font-weight:600; font-size:15px; color:black; }
  .mts2 .dashRed,.mts2 .dashGreen{ margin-top:8px; width:16px; height:2px; border-radius:99px; flex:0 0 auto; }
  .mts2 .dashRed{ background:var(--red); } .mts2 .dashGreen{ background:var(--green); }
  .mts2 .goodNews{ margin-top:30px; text-align:center; font-weight:600; color:#000000; font-size:18px }
  .mts2 .goodNews .g{ font-weight:700; }

  .mts2 .kicker{ text-align:center; font-weight:950; letter-spacing:.16em; font-size:12px; color:var(--green); text-transform:uppercase; margin-bottom:12px; }
  .mts2 .pillarsCard{ margin:44px auto 0; max-width:860px; background:var(--card); border:1px solid var(--border); border-radius:18px; padding:26px; box-shadow:0 18px 60px rgba(15,23,42,.06); }
  .mts2 .pillarsTitle{ font-weight:950; font-size:22px; text-align:center; margin:0 0 18px; }
  .mts2 .pillar{ display:grid; grid-template-columns:10px 1fr; gap:14px; padding:14px 0; }
  .mts2 .pillar + .pillar{ border-top:1px solid var(--border); }
  .mts2 .pillarBar{ width:4px; border-radius:99px; background:var(--green); margin-top:6px; }
  .mts2 .pillar h4{ margin:0 0 6px; font-size:18px; font-weight:700; }
  .mts2 .pillar p{ margin:0; color:var(--muted); font-weight:500; font-size:17px; line-height:1.45; }

  .mts2 .skills{ margin-top:44px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; max-width:860px; margin-left:auto; margin-right:auto; }
  .mts2 .skillCard{ background:var(--soft); border:1px solid var(--border); border-radius:14px; padding:18px; font-weight:600; letter-spacing:-0.2px; min-height:74px; display:flex; align-items:center; gap:12px; }
  .mts2 .dot{ width:8px; height:8px; border-radius:99px; background:var(--green); flex:0 0 auto; }

  .mts2 .fit{ margin-top:44px; display:grid; grid-template-columns:1fr 1fr; gap:22px; max-width:980px; margin-left:auto; margin-right:auto; }
  .mts2 .fitCard{ background:var(--card); border:1px solid var(--border); border-radius:18px; padding:22px; box-shadow:0 18px 60px rgba(15,23,42,.05); }
  .mts2 .fitHead{ display:flex; align-items:center; gap:12px; margin:0 0 10px; font-weight:950; font-size:18px; }
  .mts2 .iconBox{ width:36px; height:36px; border-radius:12px; display:grid; place-items:center; font-weight:950; border:1px solid var(--border); }
  .mts2 .iconOk{ background:rgba(31,169,113,.10); color:var(--green); border-color:rgba(31,169,113,.18); }
  .mts2 .iconNo{ background:rgba(220,38,38,.10); color:var(--red); border-color:rgba(220,38,38,.18); }
  .mts2 .fitList{ list-style:none; padding:0; margin:12px 0 0; display:grid; gap:10px; }
  .mts2 .fitList li{ display:flex; gap:10px; color:var(--muted); font-weight:500; line-height:1.35; }
  .mts2 .miniLineOk,.mts2 .miniLineNo{ width:16px; height:2px; border-radius:99px; margin-top:9px; flex:0 0 auto; }
  .mts2 .miniLineOk{ background:var(--green); } .mts2 .miniLineNo{ background:var(--red); }

  .mts2 .mentorText{ text-align:center; max-width:860px; margin:10px auto 0; color:var(--muted); font-weight:650; line-height:1.6; }

  .mts2 .final{ padding:96px 0; text-align:center; border-top:1px solid var(--border); }
  .mts2 .smallNote{ margin-top:14px; color:var(--muted); font-weight:650; font-size:14px; }

  @media (max-width: 960px){
    .mts2 .hero{ min-height: unset; }
    .mts2 .heroSpacer{ height: 64px; }
    .mts2 .cycle{ grid-template-columns: 1fr; gap: 22px; }
    .mts2 .compareWrap{ grid-template-columns: 1fr; }
    .mts2 .skills{ grid-template-columns: 1fr; }
    .mts2 .fit{ grid-template-columns: 1fr; }
    .mts2 .step{ padding-left: 84px; }
    .mts2 .num{ font-size: 54px; }
  }
/* Remove o espaço que o Elementor mete entre widgets HTML (só nesta página) */
body.page-id-123 .elementor-widget-html {
  margin-bottom: 0 !important;
}

/* Se ainda houver gap por causa de inner wrappers */
body.page-id-12051 .elementor-widget-html .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}
body.page-id-12051 .elementor-widget {
  margin-bottom: 0 !important;
}
/* HERO 2 COLUNAS */
.mts2 .heroGrid{ display:grid; grid-template-columns:1.1fr 0.9fr; gap:48px; align-items:center; }
.mts2 .heroLeft{ max-width:680px; }
.mts2 .heroRight{ display:flex; justify-content:flex-end; }
.mts2 .productShot{ width:100%; max-width:460px; border-radius:18px; border:1px solid var(--border); box-shadow:0 22px 70px rgba(15,23,42,.10); background:#fff; }
@media (max-width:960px){
  .mts2 .heroGrid{ grid-template-columns:1fr; gap:22px; }
  .mts2 .heroRight{ justify-content:flex-start; }
  .mts2 .productShot{ max-width:520px; }
}
.mts2 .productShot{
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
}
@media (max-width: 960px){
  .mts2 .heroGrid{
    grid-template-columns: 1fr;
  }
  .mts2 .heroRight{
    order: 1;                 /* imagem primeiro */
    justify-content: center;
    margin-top: 10px;
  }
  .mts2 .heroLeft{
    order: 2;                 /* texto + botão depois */
  }
  .mts2 .productShot{
    max-width: 340px;
    margin: 0 auto;
  }
  .mts2 .ctaRow{
    margin-top: 18px;
  }
}
/* Mobile: esconder imagem do hero */
@media (max-width: 960px){
  .mts2 .heroRight{ display:none !important; }
}
.mts2 .ctaRow{
  margin-top: 22px;
}
/* Transformar o "dash" em ícone */
.mts2 .dashRed,
.mts2 .dashGreen{
  background: none !important;      /* remove o traço */
  width: 10px !important;
  height: 10px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  margin-right: 5px;
  flex: 0 0 20px;
}

/* ✓ verde */
.mts2 .dashGreen::before{
  content: "✓";
  color: var(--green);
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}

/* ✗ vermelho */
.mts2 .dashRed::before{
  content: "✗";
  color: var(--red);
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}

/* alinhar os itens da lista (opcional mas recomendado) */
.mts2 .bullets li{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 12px 0;
}
/* ===== Fit List: substituir mini-lines por ✓ e ✗ ===== */

/* container do ícone */
.mts2 .fitList .miniLineOk,
.mts2 .fitList .miniLineNo{
  background: none !important;     /* remove o traço */
  width: 10px !important;
  height: 10px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  flex: 0 0 20px;
  border: 0 !important;
  box-shadow: none !important;
}

/* ✓ verde */
.mts2 .fitList .miniLineOk::before{
  content: "✓";
  color: var(--green);
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}

/* ✗ vermelho */
.mts2 .fitList .miniLineNo::before{
  content: "✗";
  color: var(--red);
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}

/* alinhar cada linha da lista */
.mts2 .fitList li{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 10px 0;
	color:black;
}
.mts2 .ctaCenter{
  text-align: center;
  margin-top: 48px; /* ajusta */
}
.mts2 .ctaCenter .btn{
  display: inline-block;
}
/* Fonte global da landing */
.mts2,
.mts2 *{
  font-family: "Montserrat", sans-serif !important;
}

/* Ajustes típicos para ficar mais clean */
.mts2{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mts2 h1, .mts2 h2, .mts2 h3{
  letter-spacing: -0.02em;
}
.img-center img{
  width: 40%;
  max-width: 420px; /* desktop */
  height: auto;
}

/* Mobile */
@media (max-width: 768px){
  .img-center img{
    max-width: 95%;
  }
}

/* =========================
   MASTERCLASS LANDING (GLOBAL)
   Usa apenas classes .mc-... para funcionar em widgets separados
   ========================= */

/* Tokens/variáveis globais (aplicadas a qualquer bloco mc) */
.mc-page, .mc-hero, .mc-grid, .mc-left, .mc-right, .mc-formSection, .mc-footer {
  --bg:#ffffff;
  --text:#0f172a;
  --muted:#475569;
  --line:#e5e7eb;
  --card:#ffffff;
  --soft:#f8fafc;
  --green:#22c55e;
  --greenDark:#16a34a;
  --shadow: 0 12px 30px rgba(2,6,23,.08);
  --radius: 18px;
  --max: 1100px;

  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color: var(--text);
}

/* Reset básico só dentro de blocos mc */
[class^="mc-"], [class*=" mc-"] { box-sizing: border-box; }
.mc-title, .mc-subtitle, .mc-list, .mc-author, .mc-formCard, .mc-footer { color: var(--text); }

/* Container “central” (usa sempre este wrapper em cada secção) */
.mc-container{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 18px;
}

/* Secção de fundo/padding geral (usa num widget que seja o fundo) */
.mc-page{
  background: var(--bg);
  padding: clamp(26px, 4vw, 6px) 0;
}

/* HERO */
.mc-hero{
  text-align: center;
  margin-bottom: clamp(20px, 3vw, 34px);
}
.mc-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef2ff;
  color: #1d4ed8;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.mc-title{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.05;
  margin: 0 0 12px;
	font-weight: 800;
}
.mc-subtitle{
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55;
}

/* GRID PRINCIPAL */
.mc-grid{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  margin-top: clamp(18px, 3vw, 34px);
  margin-bottom: clamp(22px, 3vw, 40px);
}

/* LEFT */
.mc-left h3{
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
	font-size: 20px;
}
.mc-list{
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 12px;
}
.mc-list li{
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--text);
	font-size:18px;
}
.mc-check{
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34,197,94,.12);
  color: var(--greenDark);
  font-weight: 900;
  line-height: 1;
  margin-top: 8px;
}

/* AUTHOR CARD */
.mc-author{
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 18px;
}
.mc-author .head{
  font-weight: 900;
  margin-bottom: 8px;
}
.mc-author p{
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

/* RIGHT THUMB */
.mc-thumbCard{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 14px;
}
.mc-thumbWrap{
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}
.mc-thumbWrap img{
  width: 100%;
  height: auto;
  display: block;
}
.mc-play{
  position:absolute;
  inset: 0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.mc-play span{
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: rgba(34,197,94,.95);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: 0 16px 30px rgba(34,197,94,.22);
}
.mc-play span:before{
  content:"";
  display:block;
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 3px;
}
.mc-rightNote{
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

/* FORM SECTION */
.mc-formSection{
  margin-top: clamp(18px, 3vw, 34px);
  margin-bottom: clamp(18px, 3vw, 34px);
}
.mc-formCard{
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 6px);
  box-shadow: var(--shadow);
  padding: clamp(18px, 3vw, 26px);
  text-align: center;
}
.mc-formCard h4{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  margin: 0 0 6px;
  font-size: 26px;
}
.mc-formCard p{
  margin: 0 0 14px;
  color: var(--muted);
}

/* FOOTER */
.mc-footer{
  text-align:center;
  color: #94a3b8;
  font-size: 12px;
  padding: 10px 0 0;
}

/* MOBILE */
@media (max-width: 900px){
  .mc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .mc-hero{ margin-bottom: 22px; }
  .mc-grid{ margin-top: 22px; margin-bottom: 26px; }
  .mc-formSection{ margin-top: 26px; }
}
/* =========================
   FONT GLOBAL – MASTERCLASS
   ========================= */

.mc-page,
.mc-page * {
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 
               'Segoe UI', Roboto, Arial, sans-serif !important;
}

