:root{
  --green:#34491b;
  --green-2:#405821;
  --green-soft:#eef1e8;
  --orange:#e85119;
  --orange-dark:#d94412;
  --ink:#1d2418;
  --muted:#5f625d;
  --cream:#fbfaf6;
  --line:#e6e0d5;
  --paper:#fffdfa;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.5;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
svg{width:1em;height:1em;stroke-width:1.8}
.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}

.topbar{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(52,73,27,.08);
}
.nav-wrap{min-height:88px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:11px;min-width:max-content}
.brand-mark{
  width:48px;height:48px;border:1.8px solid var(--green);border-radius:50%;
  display:grid;place-items:center;color:var(--green);font-size:27px;
}
.brand strong{
  display:block;font-family:"Libre Baskerville",serif;font-size:18px;line-height:1.2;color:#2e401a
}
.brand small{display:block;font-size:10px;color:#53564d;margin-top:4px}
.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:32px;font-size:14px}
.desktop-nav a{display:flex;align-items:center;gap:4px;padding:34px 2px 20px;position:relative}
.desktop-nav a.active::after{
  content:"";position:absolute;left:0;right:0;bottom:12px;height:2px;background:var(--green)
}
.student-btn{
  height:44px;padding:0 17px;border:1px solid var(--green);border-radius:6px;
  display:flex;align-items:center;gap:9px;color:var(--green);font-weight:600;font-size:14px
}
.menu-btn{display:none;border:0;background:none;font-size:26px;color:var(--green);cursor:pointer}
.mobile-nav{display:none}

.hero{
  position:relative;overflow:hidden;
  padding:18px 0 26px;
  background:
    radial-gradient(circle at 72% 34%,rgba(215,222,201,.42),transparent 28%),
    linear-gradient(90deg,#fffefb 0%,#fff 55%,#f7f6ef 100%);
}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;min-height:470px}
.eyebrow{margin:0 0 14px;color:var(--orange);font-size:13px;font-weight:700;letter-spacing:.01em}
.hero h1,.section-heading h2,.cta-panel h3{
  margin:0;font-family:"Libre Baskerville",serif;color:var(--green);font-weight:700
}
.hero h1{font-size:45px;line-height:1.18;letter-spacing:-.03em;max-width:670px}
.hero h1 span{color:var(--orange)}
.hero-text{max-width:650px;margin:22px 0 28px;color:#4e514b;font-size:16px;line-height:1.75}
.hero-actions{display:flex;gap:20px;flex-wrap:wrap}
.btn{
  min-height:56px;padding:0 22px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;
  gap:12px;font-weight:700;border:1px solid transparent;transition:.2s ease
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--orange),#e65a25);color:#fff;box-shadow:0 8px 18px rgba(232,81,25,.16)}
.btn-outline{border-color:var(--orange);color:var(--orange);background:#fff}

.hero-visual{position:relative;height:500px}
.portrait-shell{
  position:absolute;inset:8px 42px 6px 0;
  border:1px solid rgba(52,73,27,.6);
  border-radius:43% 43% 36% 37% / 25% 28% 35% 38%;
  overflow:hidden;background:#eee;
}
.portrait-shell img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-leaf{position:absolute;background:var(--green);z-index:-1}
.leaf-a{
  width:250px;height:300px;right:-120px;bottom:-38px;
  border-radius:70% 0 0 0;transform:rotate(-2deg)
}
.leaf-b{
  width:235px;height:170px;right:-30px;bottom:0;
  border-radius:70% 0 55% 0;transform:rotate(11deg);background:#263d13
}
.purpose-card{
  position:absolute;right:-38px;bottom:20px;width:200px;height:210px;
  border-radius:46% 46% 38% 38% / 30% 30% 45% 45%;
  background:linear-gradient(145deg,#ee5a1c,#df4c16);
  color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;padding:18px;box-shadow:0 18px 34px rgba(105,55,15,.15)
}
.purpose-icon{
  width:52px;height:52px;border:1.5px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:26px;margin-bottom:12px
}
.purpose-card p{margin:0;font-size:15px;line-height:1.55;font-weight:600}
.dots{font-size:18px;letter-spacing:8px;margin-top:5px;opacity:.9}

.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding-top:12px}
.trust-item{display:flex;align-items:center;gap:13px;font-size:12px;color:#2f332b}
.trust-item>svg{font-size:36px;color:var(--green);flex:0 0 auto}

.section{padding:24px 0 20px}
.mentorias{background:#fff}
.section-heading{text-align:center;margin:0 auto 16px}
.centered{text-align:center;margin-bottom:5px}
.section-heading h2{font-size:26px;line-height:1.3}
.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.mentor-card{
  min-height:286px;border:1px solid var(--line);border-radius:8px;background:var(--paper);
  padding:23px 24px;text-align:center;display:flex;flex-direction:column;align-items:center
}
.mentor-icon{
  width:72px;height:72px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:39px;margin-bottom:14px
}
.green{background:radial-gradient(circle at 30% 25%,#6c8147,var(--green))}
.orange{background:radial-gradient(circle at 30% 25%,#ee6b34,var(--orange))}
.mentor-card h3{
  margin:0;font:700 22px/1.25 "Libre Baskerville",serif;color:var(--green)
}
.orange-text{color:var(--orange)!important}
.mentor-card p{font-size:13px;line-height:1.7;color:#363a34;margin:14px 0 18px}
.mentor-card a{
  margin-top:auto;display:flex;align-items:center;gap:5px;font-weight:700;color:var(--green);font-size:13px
}
.orange-link{color:var(--orange)!important}

.steps-section{padding-bottom:0}
.steps-panel{
  background:linear-gradient(135deg,#f6f3ea,#fffaf2);
  border-radius:16px;padding:22px 34px 14px
}
.compact{margin-bottom:10px}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:6px}
.step{position:relative;text-align:left;padding:0 14px 8px}
.step-top{display:flex;align-items:center;margin-bottom:6px}
.step-number{
  width:62px;height:62px;border-radius:50%;display:grid;place-items:center;color:#fff;
  font:700 38px/1 "Libre Baskerville",serif;flex:0 0 auto
}
.green-bg{background:radial-gradient(circle at 30% 25%,#71844c,var(--green))}
.orange-bg{background:radial-gradient(circle at 30% 25%,#ee6a32,var(--orange))}
.step-line{
  height:1px;border-top:1px dashed var(--green);flex:1;margin-left:12px;position:relative
}
.step-line::after{
  content:"";width:7px;height:7px;border-top:1px solid var(--green);border-right:1px solid var(--green);
  position:absolute;right:0;top:-4px;transform:rotate(45deg)
}
.step>svg{font-size:30px;color:var(--green);margin:0 0 5px 4px}
.step:nth-child(even)>svg{color:var(--orange)}
.step h4{margin:0 0 6px;font:700 15px "Libre Baskerville",serif;color:#2f371f}
.step p{margin:0;font-size:12px;line-height:1.7;color:#3e403a}

.cta-panel{
  margin-top:10px;border-radius:15px;padding:22px 34px;
  display:flex;align-items:center;justify-content:space-between;gap:25px;
  color:#fff;background:
    radial-gradient(circle at 12% 120%,rgba(255,255,255,.09),transparent 22%),
    linear-gradient(120deg,#2e481c,#405f25);
}
.cta-panel h3{font-size:24px;color:#fff;line-height:1.25}
.cta-panel p{margin:8px 0 0;max-width:380px;font-size:13px;line-height:1.6}
.cta-actions{display:flex;flex-direction:column;align-items:center;gap:8px}
.cta-btn{min-width:300px}
.cta-actions small{display:flex;align-items:center;gap:6px}

footer{background:#fff}
.footer-grid{
  display:grid;grid-template-columns:1.45fr .7fr .85fr 1.15fr .95fr;
  gap:35px;padding:24px 10px 28px
}
.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px}
.footer-grid h5{margin:0 0 4px;color:#2b321e;font-size:12px}
.footer-grid a,.footer-grid p{font-size:11px;color:#373a34;margin:0}
.footer-grid p{line-height:1.7}
.footer-grid p svg{margin-right:8px;color:var(--green)}
.footer-grid p span{margin-left:20px}
.footer-brand>p{margin:14px 0;max-width:250px}
.socials{display:flex;gap:12px}
.socials a{
  width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:14px
}
.whatsapp-btn{
  margin-top:6px;width:max-content;padding:8px 12px;border:1px solid var(--orange);border-radius:6px;color:var(--orange)!important;
  display:flex;align-items:center;gap:7px;font-weight:700
}
.footer-bottom{
  text-align:center;background:linear-gradient(90deg,#2d471b,#425d23,#2d471b);
  color:#fff;font-size:10px;padding:10px 16px
}

@media(max-width:1020px){
  .desktop-nav{display:none}
  .student-btn{margin-left:auto}
  .menu-btn{display:block}
  .mobile-nav{
    border-top:1px solid var(--line);padding:12px 24px 18px;background:#fff;
    flex-direction:column;gap:6px
  }
  .mobile-nav.open{display:flex}
  .mobile-nav a{padding:8px 0}
  .hero-grid{grid-template-columns:1fr;gap:20px}
  .hero-visual{height:460px;max-width:650px;width:100%;margin-inline:auto}
  .hero h1{font-size:40px}
  .trust-row{grid-template-columns:repeat(2,1fr)}
  .cards-grid{grid-template-columns:repeat(2,1fr)}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
  .step-line{display:none}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:650px){
  .container{width:min(100% - 28px,1180px)}
  .nav-wrap{min-height:74px}
  .brand-mark{width:40px;height:40px;font-size:22px}
  .brand strong{font-size:15px}
  .brand small{font-size:8px}
  .student-btn{width:42px;padding:0;justify-content:center}
  .student-btn span{display:none}
  .hero{padding-top:28px}
  .hero h1{font-size:34px}
  .hero-text{font-size:14px}
  .hero-actions{display:grid;grid-template-columns:1fr}
  .btn{width:100%}
  .hero-visual{height:390px}
  .portrait-shell{inset:5px 18px 5px 0}
  .purpose-card{width:150px;height:170px;right:-14px;font-size:12px}
  .purpose-card p{font-size:12px}
  .trust-row,.cards-grid,.steps-grid,.footer-grid{grid-template-columns:1fr}
  .trust-row{gap:12px}
  .cards-grid{gap:12px}
  .steps-panel{padding:22px 16px}
  .cta-panel{flex-direction:column;align-items:flex-start;padding:22px}
  .cta-actions,.cta-btn{width:100%}
  .cta-btn{min-width:0}
  .footer-grid{padding-inline:0}
}


/* =========================================================
   MOBILE FIRST REFINEMENT — 100% RESPONSIVO
   ========================================================= */
html, body { max-width: 100%; overflow-x: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { max-width: 100%; }

@media (max-width: 767px) {
  body { font-size: 15px; }
  .container { width: calc(100% - 32px); }

  /* Header */
  .topbar { position: sticky; top: 0; }
  .nav-wrap { min-height: 70px; gap: 10px; }
  .brand { gap: 8px; min-width: 0; }
  .brand-mark { width: 38px; height: 38px; font-size: 21px; flex: 0 0 auto; }
  .brand strong { font-size: 14px; white-space: nowrap; }
  .brand small { font-size: 7.5px; white-space: nowrap; }
  .student-btn { margin-left: auto; width: 40px; height: 40px; min-width: 40px; padding: 0; }
  .student-btn span { display: none; }
  .menu-btn { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; }
  .mobile-nav.open { display: flex; }
  .mobile-nav {
    position: absolute; left: 0; right: 0; top: 100%;
    box-shadow: 0 12px 28px rgba(31,42,21,.10);
    max-height: calc(100vh - 70px); overflow-y: auto;
  }
  .mobile-nav a { min-height: 44px; display: flex; align-items: center; }

  /* Hero */
  .hero { padding: 24px 0 20px; }
  .hero-grid { display: flex; flex-direction: column; min-height: 0; gap: 24px; }
  .hero-copy { width: 100%; }
  .eyebrow { font-size: 11px; margin-bottom: 10px; }
  .hero h1 { font-size: clamp(30px, 9vw, 38px); line-height: 1.14; max-width: none; }
  .hero-text { margin: 16px 0 20px; font-size: 14px; line-height: 1.65; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .btn { min-height: 52px; width: 100%; padding: 0 16px; font-size: 14px; }

  .hero-visual { width: 100%; height: min(104vw, 440px); margin: 0; }
  .portrait-shell {
    inset: 0 7% 0 0;
    border-radius: 42% 42% 34% 36% / 24% 27% 34% 37%;
  }
  .portrait-shell img { object-position: center center; }
  .hero-leaf.leaf-a { width: 46vw; height: 55vw; max-height: 250px; right: -25vw; bottom: -10px; }
  .hero-leaf.leaf-b { width: 45vw; height: 34vw; right: -5vw; bottom: -2px; }
  .purpose-card {
    width: 42vw; max-width: 165px; height: 43vw; max-height: 180px;
    right: -2px; bottom: 5px; padding: 12px;
  }
  .purpose-icon { width: 42px; height: 42px; font-size: 21px; margin-bottom: 8px; }
  .purpose-card p { font-size: 11.5px; line-height: 1.45; }
  .dots { font-size: 12px; letter-spacing: 5px; }

  /* Trust */
  .trust-row {
    grid-template-columns: 1fr 1fr;
    gap: 12px 8px; padding-top: 18px;
  }
  .trust-item {
    align-items: flex-start; gap: 9px; font-size: 10.5px; line-height: 1.45;
  }
  .trust-item > svg { font-size: 28px; }

  /* Mentorias */
  .section { padding: 28px 0 12px; }
  .section-heading { margin-bottom: 18px; }
  .section-heading h2 { font-size: 23px; line-height: 1.3; }
  .cards-grid { grid-template-columns: 1fr; gap: 12px; }
  .mentor-card { min-height: 0; padding: 22px 20px; }
  .mentor-icon { width: 64px; height: 64px; font-size: 34px; }
  .mentor-card h3 { font-size: 20px; }
  .mentor-card p { font-size: 13px; margin: 12px auto 16px; max-width: 320px; }

  /* Etapas */
  .steps-section { padding-top: 20px; }
  .steps-panel { width: calc(100% - 20px); padding: 22px 16px 12px; border-radius: 14px; }
  .steps-grid { grid-template-columns: 1fr; gap: 4px; }
  .step {
    display: grid;
    grid-template-columns: 58px 1fr;
    grid-template-areas:
      "number icon"
      "number title"
      "number text";
    column-gap: 14px; padding: 12px 2px;
    border-bottom: 1px solid rgba(52,73,27,.10);
  }
  .step:last-child { border-bottom: 0; }
  .step-top { grid-area: number; margin: 0; align-items: start; }
  .step-number { width: 54px; height: 54px; font-size: 31px; }
  .step-line { display: none; }
  .step > svg { grid-area: icon; font-size: 25px; margin: 1px 0 5px; }
  .step h4 { grid-area: title; font-size: 15px; margin: 0 0 5px; }
  .step p { grid-area: text; font-size: 12px; line-height: 1.6; }

  /* CTA */
  .cta-panel { margin-top: 12px; padding: 22px 18px; gap: 18px; border-radius: 12px; }
  .cta-panel h3 { font-size: 22px; }
  .cta-panel p { font-size: 12px; }
  .cta-actions { width: 100%; }
  .cta-actions small { font-size: 10px; text-align: center; justify-content: center; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 24px; padding: 28px 0; }
  .footer-grid > div:not(.footer-brand) { gap: 7px; }
  .footer-grid h5 { font-size: 13px; }
  .footer-grid a, .footer-grid p { font-size: 12px; }
  .footer-brand > p { max-width: none; }
  .footer-bottom { font-size: 9px; line-height: 1.5; }
}

@media (max-width: 390px) {
  .container { width: calc(100% - 24px); }
  .brand strong { font-size: 12.5px; }
  .brand small { display: none; }
  .hero h1 { font-size: 29px; }
  .trust-row { grid-template-columns: 1fr; }
  .hero-visual { height: 390px; }
  .purpose-card { width: 150px; height: 160px; }
}

@media (min-width: 768px) and (max-width: 1020px) {
  .container { width: min(92%, 900px); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 650px; width: 100%; margin-inline: auto; }
  .cards-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

/* Fluxo público: matrícula + consulta por CPF */
button.student-btn{font-family:inherit;background:#fff;cursor:pointer}
.public-modal-open{overflow:hidden}
.public-modal{position:fixed;inset:0;background:rgba(29,36,24,.54);backdrop-filter:blur(5px);z-index:200;display:none;align-items:center;justify-content:center;padding:20px}
.public-modal.open{display:flex}
.public-modal-card{position:relative;width:min(520px,100%);max-height:92vh;overflow:auto;background:#fffdfa;border:1px solid #e7e0d5;border-radius:20px;padding:30px;box-shadow:0 35px 90px rgba(27,38,18,.22);text-align:center}
.public-modal-large{width:min(760px,100%);text-align:left}
.public-modal-card h2{font:700 27px/1.25 "Libre Baskerville",serif;color:var(--green);margin:3px 0 8px;text-align:center}
.modal-intro{color:#66685f;font-size:13px;line-height:1.6;text-align:center;max-width:590px;margin:0 auto 22px}
.public-modal-close{position:absolute;right:14px;top:14px;width:36px;height:36px;border:1px solid var(--line);background:#fff;border-radius:50%;display:grid;place-items:center;color:var(--green);cursor:pointer}
.modal-brand-icon{width:58px;height:58px;border-radius:50%;margin:0 auto 10px;display:grid;place-items:center;background:#eef1e8;color:var(--green);font-size:27px}
.public-form-group{padding:17px 0;border-top:1px solid var(--line)}
.public-form-group:first-of-type{border-top:0}
.public-form-group h3{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:14px;color:#34421f}
.public-form-group h3 small{font-weight:400;color:#777;font-size:10px}
.public-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.public-form label{display:flex;flex-direction:column;gap:5px;text-align:left}
.public-form label.full{grid-column:1/-1}
.public-form label>span{font-size:11px;font-weight:700;color:#3d4238}
.public-form input,.public-form select{width:100%;min-height:43px;border:1px solid #ddd6ca;border-radius:8px;padding:9px 11px;background:#fff;font-size:13px}
.public-form input:focus,.public-form select:focus{outline:2px solid rgba(52,73,27,.10);border-color:#8a9975}
.public-submit{width:100%;margin-top:12px;border:0;cursor:pointer}
.privacy-note{display:flex;align-items:center;justify-content:center;gap:6px;color:#7a7d75;font-size:10px;margin-top:9px}
.public-feedback{margin-top:12px;padding:12px;border-radius:10px;display:flex;align-items:center;gap:10px;font-size:12px}
.public-feedback.ok{background:#eef5e8;color:#355620}.public-feedback.error{background:#fff0eb;color:#9d431f}
.public-feedback strong,.public-feedback span{display:block}.public-feedback span{font-size:11px;margin-top:2px}
.status-card{padding-top:34px}
.status-cpf{margin-top:16px}
.status-result{margin-top:18px;padding:18px;border-radius:14px;display:flex;gap:14px;align-items:center;text-align:left}
.status-result.active{background:linear-gradient(135deg,#eff6e8,#f8fbf5);border:1px solid #cfe0bf;color:#3b5c27}
.status-result.inactive{background:linear-gradient(135deg,#fff5e9,#fffaf4);border:1px solid #f0d3bc;color:#9c4c24}
.status-result.notfound{background:#f6f4ef;border:1px solid #dfddd4;color:#656860}
.status-result-icon{width:54px;height:54px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:27px;flex:0 0 auto}
.status-result small,.status-result strong,.status-result p{display:block;margin:0}.status-result small{font-size:9px;letter-spacing:.08em}.status-result strong{font:700 21px "Libre Baskerville",serif;margin-top:3px}.status-result p{font-size:11px;margin-top:3px}
.footer-bottom{display:flex;align-items:center;justify-content:center;position:relative}
.admin-lock{position:absolute;right:22px;color:rgba(255,255,255,.48);font-size:13px;padding:4px;transition:.2s}
.admin-lock:hover{color:#fff;transform:scale(1.08)}
.spin{width:14px;height:14px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;display:inline-block;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:650px){
 .public-modal{padding:10px;align-items:flex-end}
 .public-modal-card{border-radius:18px 18px 0 0;max-height:94vh;padding:24px 18px}
 .public-modal-card h2{font-size:23px}
 .public-form-grid{grid-template-columns:1fr}
 .public-form label.full{grid-column:auto}
 .footer-bottom{padding-right:44px}
 .admin-lock{right:12px}
}

/* Refinamento do fluxo de mentoria intensiva */
.mentoria-format-note{
  margin-top:12px;padding:12px 14px;border:1px solid #dfe5d6;border-radius:10px;
  background:linear-gradient(135deg,#f2f5ed,#fbfcf8);display:flex;align-items:center;gap:11px
}
.mentoria-format-note>span{
  width:38px;height:38px;border-radius:50%;background:#fff;display:grid;place-items:center;
  color:var(--green);font-size:18px;flex:0 0 auto
}
.mentoria-format-note strong,.mentoria-format-note small{display:block}
.mentoria-format-note strong{font-size:12px;color:#34421f}
.mentoria-format-note small{font-size:10px;color:#72766e;margin-top:3px;line-height:1.45}
.status-result{align-items:flex-start}
.status-result-copy{min-width:0}
.status-course{
  margin-top:8px;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;
  background:rgba(255,255,255,.78);border:1px solid rgba(52,73,27,.14);font-size:11px;font-weight:700
}
.status-course svg{font-size:15px}
.status-result p{line-height:1.55;max-width:360px;margin-top:8px}
.status-result.active .status-result-icon{background:#fff;color:#45672a}
.status-result.inactive .status-result-icon{background:#fff;color:#9c4c24}
@media(max-width:650px){
  .mentoria-format-note{align-items:flex-start}
  .status-course{white-space:normal;border-radius:10px}
}

.mentoria-availability{margin-top:10px;border-radius:10px;padding:11px 12px;display:flex;align-items:center;gap:10px}
.mentoria-availability.available{background:#eef6e8;border:1px solid #cfe1c2;color:#3f6328}
.mentoria-availability.unavailable{background:#fff0e8;border:1px solid #f0c8b5;color:#9a441e}
.mentoria-availability>svg{font-size:21px;flex:0 0 auto}.mentoria-availability strong,.mentoria-availability span{display:block}
.mentoria-availability strong{font-size:11px}.mentoria-availability span{font-size:10px;margin-top:2px;line-height:1.45}
.public-submit:disabled{opacity:.5;cursor:not-allowed;filter:grayscale(.25)}

#mentoriaSelect:not(:disabled){border-color:#9dae89;background:#fff}
#mentoriaSelect:disabled{background:#f3f1eb;color:#888;cursor:not-allowed}
.nenhuma-mentoria-ativa{margin-top:10px}

#mentoriaSelect option{color:#222}#mentoriaSelect:disabled{opacity:.78}
