/* =========================================================
   CARAVANA NOTARIAL E REGISTRAL — 2026
   Identidade: #004aad · #ededed · #efb126 · #00bf63
   Visual compacto, claro, institucional e contemporâneo
========================================================= */
:root{
  --blue:#004aad;
  --blue-deep:#003b89;
  --blue-soft:#edf4ff;
  --blue-soft-2:#f5f8ff;
  --gray:#ededed;
  --gold:#efb126;
  --gold-soft:#fff7e6;
  --green:#00bf63;
  --green-deep:#008c49;
  --green-soft:#ebfaf3;
  --ink:#122742;
  --muted:#64748b;
  --muted-2:#94a3b8;
  --bg:#f7f9fc;
  --surface:#ffffff;
  --surface-soft:#fbfcfe;
  --line:#e3e9f1;
  --line-strong:#d4dce8;
  --danger:#b94a48;
  --shadow-xs:0 5px 16px rgba(18,39,66,.045);
  --shadow-sm:0 10px 28px rgba(18,39,66,.065);
  --shadow-md:0 18px 46px rgba(18,39,66,.085);
  --radius:14px;
  --radius-lg:20px;
  --radius-xl:26px;
  --font-display:"Bricolage Grotesque","Mulish",system-ui,sans-serif;
  --font-body:"Mulish",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(700px 320px at 92% -90px,rgba(0,74,173,.055),transparent 66%),
    radial-gradient(520px 360px at -100px 35%,rgba(239,177,38,.04),transparent 70%),
    var(--bg);
  color:var(--ink);
  font-family:var(--font-body);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
::selection{background:#dceaff;color:var(--blue-deep)}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}

.caravana{padding:10px 0 0}
.container{width:min(1080px,calc(100% - 32px));margin:0 auto}

/* Topo */
.topbar{
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:6px 4px 12px;
}
.topbar__brand{display:flex;align-items:center;gap:9px;font-weight:800;color:var(--blue-deep);font-size:.84rem}
.topbar__brand img{width:34px;height:34px;object-fit:contain}
.topbar__nav{display:flex;align-items:center;gap:24px;color:var(--muted);font-size:.79rem;font-weight:800}
.topbar__nav a{position:relative;transition:color .18s ease}
.topbar__nav a:hover{color:var(--blue)}
.topbar__nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:2px;background:var(--gold);border-radius:99px;transition:right .18s ease}
.topbar__nav a:hover::after{right:0}

/* Hero */
.hero{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(350px,.96fr);
  min-height:470px;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius-xl);
  overflow:hidden;
  box-shadow:var(--shadow-md);
}
.hero__content{padding:46px 44px 42px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.eyebrow,.sectionKicker{
  display:inline-flex;align-items:center;gap:8px;
  color:var(--blue);font-size:.67rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase
}
.eyebrow{padding:7px 10px;border:1px solid #dbe5f2;border-radius:999px;background:var(--blue-soft-2)}
.eyebrow__dot{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(0,191,99,.10)}
.hero__title{
  margin:18px 0 8px;
  font-family:var(--font-display);font-size:clamp(40px,5vw,58px);line-height:.96;letter-spacing:-.045em;font-weight:800;color:var(--ink)
}
.hero__title span{color:var(--blue)}
.hero__tagline{margin:0;font-family:var(--font-display);font-size:clamp(20px,2.15vw,27px);font-weight:600;letter-spacing:-.025em;color:var(--muted)}
.hero__tagline strong{color:#bc7d00;font-weight:800}
.hero__lead{margin:15px 0 0;max-width:57ch;color:var(--muted);font-size:.9rem;line-height:1.65;font-weight:500}
.hero__meta{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}
.hero__metaItem{min-width:0}
.hero__metaItem span{display:block;color:var(--muted-2);font-size:.62rem;font-weight:900;text-transform:uppercase;letter-spacing:.11em;margin-bottom:4px}
.hero__metaItem strong{display:block;color:var(--ink);font-size:.82rem;font-weight:900;white-space:nowrap}
.hero__metaItem--status strong{color:var(--green-deep)}
.hero__actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:22px}

.hero__visual{position:relative;min-height:100%;padding:14px 14px 14px 0;background:linear-gradient(90deg,#fff 0%,#f4f7fb 100%)}
.hero__photo{width:100%;height:100%;min-height:442px;border-radius:0 calc(var(--radius-xl) - 9px) calc(var(--radius-xl) - 9px) 0;background:
  linear-gradient(180deg,rgba(0,74,173,.015) 42%,rgba(18,39,66,.34) 100%),
  url("../img/cidades/colinas.jpg") center/cover no-repeat;
  filter:saturate(.86) contrast(.99);position:relative
}
.hero__photo::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(0,74,173,.035),rgba(239,177,38,.02));border-radius:inherit}
.hero__photoCaption{position:absolute;left:23px;right:31px;bottom:30px;padding:14px 16px;border:1px solid rgba(255,255,255,.56);background:rgba(255,255,255,.90);backdrop-filter:blur(14px);border-radius:13px;box-shadow:0 10px 28px rgba(18,39,66,.11)}
.hero__photoCaption span{display:block;color:var(--muted);font-size:.62rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;margin-bottom:3px}
.hero__photoCaption strong{font-family:var(--font-display);color:var(--ink);font-size:.98rem;letter-spacing:-.01em}

/* Botões */
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:10px;border:1px solid transparent;font-weight:900;font-size:.82rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,color .18s ease}
.btn:hover{transform:translateY(-1px)}
.btn:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(0,74,173,.15);outline-offset:2px}
.btn--primary{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 8px 18px rgba(0,74,173,.17)}
.btn--primary:hover{background:var(--blue-deep);box-shadow:0 11px 24px rgba(0,74,173,.21)}
.btn--secondary{background:#fff;border-color:var(--line-strong);color:var(--blue)}
.btn--secondary:hover{border-color:#b9c8dd;background:var(--blue-soft-2)}

/* Sobre */
.about{display:grid;grid-template-columns:.85fr 1.15fr;gap:54px;padding:54px 18px 16px;align-items:start}
.about__intro h2{margin:9px 0 0;max-width:14ch;font-family:var(--font-display);font-size:clamp(27px,3.1vw,38px);line-height:1.05;letter-spacing:-.035em;color:var(--ink)}
.about__copy{padding-left:28px;border-left:1px solid var(--line)}
.about__copy p{margin:0;color:var(--ink);font-size:.92rem;line-height:1.7;font-weight:500}
.about__copy p+p{margin-top:12px;color:var(--muted)}

/* Seções */
.section{padding:48px 0 10px}
.section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:26px;margin-bottom:18px}
.section__head>div{min-width:0}
.section__head h2{margin:6px 0 0;font-family:var(--font-display);font-size:clamp(27px,3.3vw,38px);line-height:1;letter-spacing:-.035em;color:var(--ink)}
.section__head p{margin:0;max-width:46ch;color:var(--muted);font-size:.83rem;line-height:1.55;font-weight:600}

/* Inscrição */
#inscInfo{display:flex;align-items:center;gap:6px;background:var(--blue-soft-2);border:1px solid #dbe6f5;border-radius:999px;padding:7px 11px;color:var(--muted);font-size:.74rem}
#inscInfo strong{color:var(--blue);font-weight:900}
.formCard{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:26px;box-shadow:var(--shadow-xs)}
#inscricaoForm{display:grid;gap:15px}
.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.field label{display:block;margin-bottom:6px;color:var(--ink);font-size:.74rem;font-weight:900}
.field label span{color:var(--danger)}
.field input{display:block;width:100%;height:45px;padding:0 13px;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface-soft);color:var(--ink);font-size:.86rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}
.field input::placeholder{color:#a7b2c0}
.field input:hover{border-color:#bcc8d7}
.field input:focus{border-color:#8fb1df;background:#fff;box-shadow:0 0 0 4px rgba(0,74,173,.065)}
.formActions{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:2px;padding-top:16px;border-top:1px solid var(--line)}
.formHint{color:var(--muted-2);font-size:.73rem;font-weight:700}
.formMsg{font-weight:800;font-size:.81rem}.formMsg.ok{color:var(--green-deep)}.formMsg.err{color:var(--danger)}

/* Rota em ondas */
.routeSection{padding-top:56px}
.section__head--route{align-items:center}
.routeLegend{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:.72rem;font-weight:800}
.routeLegend span{display:inline-flex;align-items:center;gap:6px}
.routeLegend__dot{width:8px;height:8px;border-radius:50%;display:inline-block}
.routeLegend__dot--done{background:#9aa7b7}
.routeLegend__dot--current{background:var(--gold);box-shadow:0 0 0 4px rgba(239,177,38,.13)}

.routeScroller{overflow-x:auto;overflow-y:hidden;padding:4px 0 12px;scrollbar-width:thin;scrollbar-color:#d4dce8 transparent}
.routeScroller::-webkit-scrollbar{height:6px}.routeScroller::-webkit-scrollbar-thumb{background:#d4dce8;border-radius:999px}.routeScroller::-webkit-scrollbar-track{background:transparent}
.routeJourney{--route-progress:0;position:relative;width:100%;min-width:1000px;height:320px;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,253,.96));box-shadow:var(--shadow-xs);overflow:hidden}
.routeJourney::before{content:"";position:absolute;inset:0;background:
  radial-gradient(circle at 22% 18%,rgba(0,74,173,.035),transparent 24%),
  radial-gradient(circle at 72% 75%,rgba(239,177,38,.038),transparent 22%);pointer-events:none}
.routeWave{position:absolute;inset:0;width:100%;height:100%;z-index:1;overflow:visible}
.routeWave path{fill:none;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}
.routeWave__base{stroke:#d9e1ec;stroke-width:3}
.routeWave__progress{stroke:url(#routeGradient);stroke-width:4;stroke-dasharray:var(--route-progress) 100;transition:stroke-dasharray .8s cubic-bezier(.22,.8,.22,1)}
.routeWave__motion{stroke:rgba(0,191,99,.55);stroke-width:2;stroke-dasharray:1 13;animation:routeFlow 10s linear infinite}
@keyframes routeFlow{to{stroke-dashoffset:-140}}

.routeStop{position:absolute;left:var(--x);top:var(--y);width:0;height:0;z-index:3}
.routeStop__node{position:absolute;left:0;top:0;width:32px;height:32px;transform:translate(-50%,-50%);border-radius:50%;display:grid;place-items:center;background:#fff;border:2px solid #c9d3df;box-shadow:0 0 0 6px rgba(247,249,252,.96),0 4px 12px rgba(18,39,66,.09);color:#8391a3;font-size:.69rem;font-weight:900;transition:all .25s ease;z-index:4}
.routeStop__connector{position:absolute;left:-1px;width:2px;height:22px;background:#cdd7e4;z-index:2}
.routeStop--above .routeStop__connector{bottom:16px}
.routeStop--below .routeStop__connector{top:16px}
.routeStop__card{position:absolute;width:154px;border:1px solid var(--line);background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-radius:14px;padding:8px;box-shadow:0 9px 24px rgba(18,39,66,.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,opacity .22s ease,filter .22s ease;z-index:3}
.routeStop--above .routeStop__card{left:50%;bottom:32px;transform:translateX(-50%)}
.routeStop--below .routeStop__card{left:50%;top:32px;transform:translateX(-50%)}
.routeStop__image{height:72px;border-radius:10px;background-size:cover;background-position:center;overflow:hidden;transition:filter .22s ease,opacity .22s ease}
.cityThumb--natividade{background-image:url("../img/cidades/natividade.jpg")}.cityThumb--araguatins{background-image:url("../img/cidades/araguatins.jpg")}.cityThumb--taguatinga{background-image:url("../img/cidades/taguatinga.jpg")}.cityThumb--colinas{background-image:url("../img/cidades/colinas.jpg")}.cityThumb--palmas{background-image:url("../img/cidades/palmas.jpg")}
.routeStop__meta{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:5px;margin-top:7px;min-width:0}
.routeStop__date{display:inline-flex;padding:3px 6px;border-radius:999px;background:#f0f3f7;color:var(--muted);font-size:.56rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}
.routeStop__meta strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-display);font-size:.78rem;color:var(--ink);letter-spacing:-.01em}
.routeStop__meta small{font-size:.56rem;color:var(--muted-2);font-weight:900;letter-spacing:.06em}
.routeStop:hover .routeStop__card{box-shadow:0 14px 30px rgba(18,39,66,.11)}
.routeStop--above:hover .routeStop__card{transform:translateX(-50%) translateY(-2px)}
.routeStop--below:hover .routeStop__card{transform:translateX(-50%) translateY(2px)}

.routeStop.is-done .routeStop__image{filter:grayscale(1);opacity:.63}
.routeStop.is-done .routeStop__card{background:rgba(252,253,254,.96)}
.routeStop.is-done .routeStop__node{background:var(--blue);border-color:var(--blue);color:#fff}
.routeStop.is-done .routeStop__date{background:#eef1f4;color:#788597}
.routeStop.is-current .routeStop__card{border-color:rgba(239,177,38,.72);box-shadow:0 15px 34px rgba(18,39,66,.11),0 0 0 3px rgba(239,177,38,.08)}
.routeStop.is-current .routeStop__node{background:var(--gold);border-color:var(--gold);color:#5f4300;box-shadow:0 0 0 6px rgba(247,249,252,.98),0 0 0 10px rgba(239,177,38,.11),0 4px 14px rgba(18,39,66,.12);animation:currentPulse 2.6s ease-in-out infinite}
.routeStop.is-current .routeStop__date{background:var(--gold-soft);color:#9a6800}
.routeStop.is-current .routeStop__meta strong{color:var(--blue)}
.routeStop.is-future .routeStop__card{opacity:.74}
.routeStop.is-future .routeStop__image{filter:saturate(.58);opacity:.77}
@keyframes currentPulse{0%,100%{box-shadow:0 0 0 6px rgba(247,249,252,.98),0 0 0 10px rgba(239,177,38,.09),0 4px 14px rgba(18,39,66,.12)}50%{box-shadow:0 0 0 6px rgba(247,249,252,.98),0 0 0 15px rgba(239,177,38,.02),0 4px 14px rgba(18,39,66,.12)}}

/* Certificado centralizado */
.certificatePanel{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;margin-top:14px;padding:19px 20px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs)}
.certificatePanel__icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--green-soft);color:var(--green-deep);font-weight:900;font-size:1.05rem}
.certificatePanel__copy>span{display:block;color:var(--green-deep);font-size:.6rem;font-weight:900;text-transform:uppercase;letter-spacing:.13em;margin-bottom:3px}
.certificatePanel__copy h3{margin:0;font-family:var(--font-display);font-size:1.02rem;color:var(--ink);letter-spacing:-.018em}
.certificatePanel__copy p{margin:4px 0 0;color:var(--muted);font-size:.76rem;line-height:1.45}
.btn--certificate{background:#fff;border-color:#b9c7da;color:var(--blue);white-space:nowrap}.btn--certificate:hover{background:var(--blue-soft-2);border-color:#9eb3d0}

/* Em breve */
.soon{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs)}
.soon__mark{width:58px;height:58px;display:grid;place-items:center;border-radius:16px;background:var(--blue-soft);color:var(--blue);font-family:var(--font-display);font-size:1.55rem;font-weight:700}
.soon__title{margin:0 0 5px;font-family:var(--font-display);font-size:1.12rem;color:var(--ink);letter-spacing:-.02em}.soon__text{margin:0;max-width:62ch;color:var(--muted);font-size:.8rem;line-height:1.55}

/* Organização */
.orgSingle{background:linear-gradient(180deg,#fff,var(--blue-soft-2));border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px 28px;box-shadow:var(--shadow-xs);overflow:hidden}
.orgPicture{display:block;width:100%}
.orgPicture img{display:block;width:100%;height:auto;max-height:92px;object-fit:contain;object-position:center;border-radius:0}
.miniFooter{margin-top:22px;padding:20px 0 28px;border-top:1px solid var(--line);color:var(--muted-2);font-size:.69rem;font-weight:800;text-align:center}

/* Controles do certificado */
.srOnly{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.certificatePanel__actions{display:flex;align-items:center;gap:8px;justify-self:end}
.certificateSelect{height:42px;min-width:190px;padding:0 34px 0 12px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;color:var(--ink);font-size:.76rem;font-weight:900;outline:none;cursor:pointer}
.certificateSelect:focus{border-color:#8fb1df;box-shadow:0 0 0 4px rgba(0,74,173,.065)}
.btn--certificate.is-disabled{opacity:.42;pointer-events:none;cursor:not-allowed}

@media (max-width:980px){
  .hero{grid-template-columns:1fr}.hero__content{padding:42px 38px 36px}.hero__visual{padding:0 14px 14px}.hero__photo{min-height:350px;border-radius:18px}.hero__photoCaption{left:28px;right:28px;bottom:28px}
  .about{gap:36px;padding-left:4px;padding-right:4px}
  .certificatePanel,.soon{grid-template-columns:auto 1fr}.certificatePanel__actions{grid-column:1/-1;width:100%;justify-self:stretch}.certificateSelect{flex:1;min-width:0}.certificatePanel__actions .btn{width:auto}.soon .btn{grid-column:1/-1;width:100%}
}

@media (max-width:720px){
  .container{width:min(100% - 22px,1080px)}.caravana{padding-top:6px}.topbar{padding-bottom:9px}.topbar__nav{display:none}
  .hero{border-radius:21px}.hero__content{padding:32px 20px 26px}.hero__title{font-size:clamp(37px,12vw,51px)}.hero__lead{font-size:.85rem}.hero__meta{grid-template-columns:1fr 1fr}.hero__metaItem--status{grid-column:1/-1}.hero__actions{width:100%}.hero__actions .btn{width:100%}
  .hero__visual{padding:0 8px 8px}.hero__photo{min-height:280px;border-radius:15px}.hero__photoCaption{left:18px;right:18px;bottom:18px}
  .about{grid-template-columns:1fr;gap:20px;padding:46px 4px 10px}.about__intro h2{max-width:18ch}.about__copy{padding:0;border:0}
  .section{padding-top:42px}.section__head{align-items:flex-start;flex-direction:column;gap:10px}.section__head p{max-width:none}.section__head h2{font-size:30px}
  #inscInfo{align-self:flex-start}.formCard{padding:20px 16px}.grid2{grid-template-columns:1fr}.formActions .btn{width:100%}.formHint{width:100%;text-align:center}
  .routeLegend{gap:11px}.routeJourney{min-width:900px;height:310px}.routeStop__card{width:144px}.routeStop__image{height:66px}
  .certificatePanel,.soon{grid-template-columns:1fr;text-align:left;padding:19px}.certificatePanel__icon,.soon__mark{width:48px;height:48px}.certificatePanel__actions{display:grid;grid-template-columns:1fr;width:100%}.certificatePanel__actions .btn,.certificateSelect{width:100%}.soon .btn{grid-column:auto}
  .orgSingle{padding:18px 14px}.orgPicture img{max-height:250px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.btn,.routeStop__card,.routeStop__image,.routeStop__node,.routeWave__progress{transition:none}.routeWave__motion,.routeStop.is-current .routeStop__node{animation:none}
}

/* =========================================================
   V3 — hero fotográfico + rota estática + mais identidade
   Ajustes solicitados em 17/09/2026
========================================================= */

/* O cabeçalho foi removido: o hero passa a abrir a experiência. */
.caravana{padding-top:14px}
.container{width:min(1160px,calc(100% - 28px))}

/* HERO — imagem ocupa o container inteiro */
.hero.hero--colinas{
  position:relative;
  display:block;
  min-height:515px;
  border:0;
  border-radius:28px;
  overflow:hidden;
  background-image:
    linear-gradient(90deg,rgba(4,25,53,.92) 0%,rgba(4,31,67,.79) 36%,rgba(4,41,79,.42) 64%,rgba(4,41,79,.10) 100%),
    linear-gradient(0deg,rgba(0,74,173,.16),rgba(0,74,173,.02)),
    url("../img/cidades/colinas.jpg");
  background-size:cover;
  background-position:center 47%;
  box-shadow:0 22px 60px rgba(17,38,66,.16);
}
.hero.hero--colinas::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 87% 18%,rgba(239,177,38,.20),transparent 16%),
    linear-gradient(180deg,rgba(0,191,99,.04),transparent 32%);
}
.hero.hero--colinas .hero__content{
  position:relative;
  z-index:2;
  min-height:515px;
  max-width:720px;
  padding:44px 54px 42px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.hero__logo{
  display:block;
  width:min(360px,62%);
  height:auto;
  margin:0 0 26px;
  filter:drop-shadow(0 4px 14px rgba(0,0,0,.12));
}
.hero__headline{display:flex;flex-direction:column;align-items:flex-start}
.hero__datePill{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.30);
  border-radius:999px;
  background:rgba(255,255,255,.13);
  backdrop-filter:blur(10px);
  color:#fff;
  font-size:.66rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.13em;
}
.hero__headline h1{
  margin:12px 0 0;
  font-family:var(--font-display);
  font-size:clamp(37px,4.2vw,55px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:650;
  color:#fff;
  text-wrap:balance;
  text-shadow:0 4px 24px rgba(0,0,0,.16);
}
.hero__headline h1 strong{font-weight:800;color:#fff}
.hero.hero--colinas .hero__lead{
  margin-top:17px;
  max-width:58ch;
  color:rgba(255,255,255,.84);
  font-size:.91rem;
  line-height:1.65;
}
.hero.hero--colinas .hero__meta{
  width:min(100%,620px);
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  margin-top:21px;
  padding:0;
  border:0;
}
.hero.hero--colinas .hero__metaItem{
  min-height:64px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:13px;
  background:rgba(6,29,59,.35);
  backdrop-filter:blur(12px);
}
.hero.hero--colinas .hero__metaItem:nth-child(1){box-shadow:inset 0 2px 0 rgba(0,191,99,.78)}
.hero.hero--colinas .hero__metaItem:nth-child(2){box-shadow:inset 0 2px 0 rgba(239,177,38,.88)}
.hero.hero--colinas .hero__metaItem:nth-child(3){box-shadow:inset 0 2px 0 rgba(0,191,99,.78)}
.hero.hero--colinas .hero__metaItem span{color:rgba(255,255,255,.58);font-size:.57rem}
.hero.hero--colinas .hero__metaItem strong{color:#fff;font-size:.79rem}
.hero.hero--colinas .hero__metaItem--status strong{color:#79e7ac}
.hero.hero--colinas .hero__actions{margin-top:18px}
.btn--hero{
  min-height:44px;
  padding:0 23px;
  background:var(--gold);
  border:1px solid var(--gold);
  color:#26334a;
  border-radius:11px;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}
.btn--hero:hover{background:#f7c34e;border-color:#f7c34e;box-shadow:0 13px 29px rgba(0,0,0,.19)}

/* Mais cor, sem fundos pesados */
.about{padding-top:46px}
.about__intro{position:relative;padding-left:16px}
.about__intro::before{content:"";position:absolute;left:0;top:2px;bottom:4px;width:4px;border-radius:999px;background:linear-gradient(var(--blue),var(--green))}
.sectionKicker{color:var(--blue)}
.section__head h2{color:#102b4c}
#inscricoes .formCard{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
#inscricoes .formCard::before{content:"";position:absolute;left:0;top:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue) 0 56%,var(--gold) 56% 78%,var(--green) 78%)}
#inscInfo{background:linear-gradient(90deg,#f4f8ff,#f1fbf6);border-color:#dce8ef}

/* ROTA — mantém o desenho, sem animação */
.routeSection{padding-top:49px}
.section__head--route{align-items:flex-end}
.routeJourney{
  background:
    radial-gradient(circle at 13% 18%,rgba(0,74,173,.055),transparent 18%),
    radial-gradient(circle at 67% 79%,rgba(0,191,99,.045),transparent 18%),
    radial-gradient(circle at 91% 20%,rgba(239,177,38,.065),transparent 17%),
    linear-gradient(180deg,#fff,#f9fbfe);
}
.routeWave__progress{transition:none}
.routeStop__card,.routeStop__image,.routeStop__node{transition:none}
.routeStop.is-current .routeStop__node{animation:none}
.routeStop.is-future .routeStop__card{opacity:1}
.routeStop.is-future .routeStop__image{filter:none;opacity:1}
.routeStop.is-future .routeStop__node{border-color:#aac0dc;color:var(--blue);background:#fff}
.routeStop.is-future .routeStop__date{background:#edf4ff;color:var(--blue)}
.routeStop.is-done .routeStop__card{opacity:.89}
.routeStop.is-done .routeStop__image{filter:grayscale(1);opacity:.58}
.routeStop.is-current .routeStop__card{border-color:rgba(239,177,38,.88);box-shadow:0 14px 32px rgba(18,39,66,.12),0 0 0 3px rgba(239,177,38,.10)}
.routeStop.is-current .routeStop__image{filter:none;opacity:1}
.routeStop.is-current .routeStop__node{background:var(--gold);border-color:var(--gold);color:#493400;box-shadow:0 0 0 6px rgba(247,249,252,.98),0 0 0 10px rgba(239,177,38,.11),0 4px 14px rgba(18,39,66,.12)}
.routeStop.is-current .routeStop__date{background:var(--gold-soft);color:#8c6100}
.cityThumb--colinas{background-position:center 50%}

.certificatePanel{border-top:3px solid rgba(0,191,99,.72);background:linear-gradient(100deg,#fff 0%,#fbfffd 100%)}
.certificatePanel__icon{background:linear-gradient(145deg,#e8fbf2,#f4fff9);border:1px solid #d6f4e5}

/* PALESTRANTES — área editorial mais rica */
.speakersSection{padding-top:54px}
.speakersSection__head{margin-bottom:17px}
.programFeature{
  display:grid;
  grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);
  min-height:320px;
  overflow:hidden;
  border:1px solid #dce5ef;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 36px rgba(18,39,66,.075);
}
.programFeature__visual{
  position:relative;
  overflow:hidden;
  padding:30px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:
    linear-gradient(145deg,rgba(0,74,173,.97),rgba(0,74,173,.90) 58%,rgba(0,191,99,.78) 150%);
  color:#fff;
}
.programFeature__visual::before{
  content:"";
  position:absolute;
  width:210px;height:210px;
  right:-76px;top:-64px;
  border-radius:50%;
  border:28px solid rgba(255,255,255,.08);
  box-shadow:0 0 0 22px rgba(255,255,255,.045),0 0 0 48px rgba(255,255,255,.025);
}
.programFeature__visual::after{
  content:"";
  position:absolute;
  left:-42px;bottom:-73px;
  width:180px;height:180px;
  border-radius:46% 54% 58% 42%;
  background:rgba(239,177,38,.20);
  transform:rotate(22deg);
}
.programFeature__rings{position:absolute;inset:0;pointer-events:none}
.programFeature__rings::before,.programFeature__rings::after{content:"";position:absolute;border-radius:999px;background:rgba(255,255,255,.11);transform:rotate(-28deg)}
.programFeature__rings::before{width:230px;height:7px;right:-55px;bottom:74px}
.programFeature__rings::after{width:175px;height:3px;right:-18px;bottom:48px}
.programFeature__badge{
  position:relative;z-index:2;
  display:inline-grid;place-items:center;
  align-self:flex-start;
  min-width:68px;height:34px;
  padding:0 12px;
  border-radius:999px;
  background:var(--gold);
  color:#3d310f;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.10em;
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}
.programFeature__visualCopy{position:relative;z-index:2}
.programFeature__visualCopy span{display:block;margin-bottom:8px;color:rgba(255,255,255,.69);font-size:.63rem;font-weight:900;letter-spacing:.15em}
.programFeature__visualCopy strong{display:block;max-width:15ch;font-family:var(--font-display);font-size:clamp(25px,2.6vw,36px);line-height:1.03;letter-spacing:-.035em}
.programFeature__content{padding:35px 38px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.programFeature__kicker{display:inline-flex;align-items:center;gap:7px;color:var(--green-deep);font-size:.64rem;font-weight:900;text-transform:uppercase;letter-spacing:.13em}
.programFeature__kicker::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(0,191,99,.09)}
.programFeature__content h3{margin:10px 0 10px;max-width:22ch;font-family:var(--font-display);font-size:clamp(24px,2.7vw,34px);line-height:1.05;letter-spacing:-.035em;color:var(--ink)}
.programFeature__content p{margin:0;max-width:63ch;color:var(--muted);font-size:.84rem;line-height:1.65}
.programFeature__topics{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.programFeature__topics span{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border:1px solid #dde7f1;border-radius:999px;background:#f8fbff;color:#52677f;font-size:.66rem;font-weight:900}
.programFeature__topics i{width:5px;height:5px;border-radius:50%;background:var(--blue)}
.programFeature__topics span:nth-child(2) i{background:var(--gold)}
.programFeature__topics span:nth-child(3) i{background:var(--green)}
.programFeature__cta{margin-top:20px}

/* Organização */
.orgSingle{position:relative;background:linear-gradient(135deg,#fff 0%,#f4f8ff 62%,#f3fbf7 100%)}
.orgSingle::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(var(--blue),var(--green));border-radius:20px 0 0 20px}

@media (max-width:980px){
  .hero.hero--colinas{min-height:500px;background-position:62% center}
  .hero.hero--colinas .hero__content{min-height:500px;padding:42px 38px;max-width:680px}
  .hero__logo{width:min(330px,58%)}
  .programFeature{grid-template-columns:.9fr 1.1fr}
  .programFeature__content{padding:30px}
}

@media (max-width:720px){
  .container{width:min(100% - 20px,1160px)}
  .caravana{padding-top:10px}
  .hero.hero--colinas{
    min-height:590px;
    border-radius:22px;
    background-image:
      linear-gradient(180deg,rgba(4,25,53,.50) 0%,rgba(4,28,61,.64) 32%,rgba(4,27,58,.93) 75%,rgba(4,27,58,.98) 100%),
      url("../img/cidades/colinas.jpg");
    background-position:center top;
  }
  .hero.hero--colinas .hero__content{min-height:590px;justify-content:flex-end;padding:28px 22px 27px}
  .hero__logo{position:absolute;top:26px;left:22px;width:min(290px,72%);margin:0}
  .hero__headline h1{font-size:clamp(34px,10vw,47px)}
  .hero.hero--colinas .hero__lead{font-size:.82rem;line-height:1.55}
  .hero.hero--colinas .hero__meta{grid-template-columns:1fr 1fr}
  .hero.hero--colinas .hero__metaItem--status{grid-column:1/-1}
  .hero.hero--colinas .hero__actions{width:100%}
  .btn--hero{width:100%}
  .about{padding-top:38px}
  .routeJourney{height:310px}
  .programFeature{grid-template-columns:1fr;min-height:0}
  .programFeature__visual{min-height:230px;padding:24px}
  .programFeature__visualCopy strong{font-size:29px}
  .programFeature__content{padding:25px 22px 27px}
  .programFeature__content h3{font-size:28px}
  .programFeature__cta{width:100%}
}
.routeStop.is-done .routeStop__card{filter:grayscale(1);opacity:.78}
.routeStop.is-done .routeStop__node{background:#7f8c9c;border-color:#7f8c9c;color:#fff;box-shadow:0 0 0 6px rgba(247,249,252,.98),0 4px 12px rgba(18,39,66,.07)}
.routeStop.is-done .routeStop__connector{background:#cbd4df}

/* =========================================================
   V4 — hero mais compacto + palestrantes em destaque central
========================================================= */
.hero.hero--colinas{
  min-height:430px;
  background-position:center 52%;
}
.hero.hero--colinas .hero__content{
  min-height:430px;
  max-width:680px;
  padding:32px 48px 30px;
  justify-content:center;
}
.hero__logo{
  width:min(255px,45%);
  margin-bottom:18px;
}
.hero__datePill{
  min-height:25px;
  padding:0 10px;
  font-size:.61rem;
}
.hero__headline h1{
  margin-top:9px;
  font-size:clamp(34px,3.7vw,49px);
  line-height:.96;
}
.hero.hero--colinas .hero__lead{
  margin-top:12px;
  max-width:55ch;
  font-size:.84rem;
  line-height:1.55;
}
.hero.hero--colinas .hero__meta{
  width:min(100%,590px);
  margin-top:16px;
  gap:8px;
}
.hero.hero--colinas .hero__metaItem{
  min-height:56px;
  padding:10px 13px;
}
.hero.hero--colinas .hero__actions{margin-top:14px}
.btn--hero{min-height:40px;padding:0 20px}

/* Palestrantes — composição inspirada no bloco anterior, mais refinada */
.speakersSection{padding-top:50px}
.speakersComingSoon{
  position:relative;
  overflow:hidden;
  min-height:330px;
  padding:46px 28px 42px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:1px solid #dce5ef;
  border-radius:24px;
  background:
    radial-gradient(circle at 16% 18%,rgba(0,74,173,.045),transparent 18%),
    radial-gradient(circle at 86% 78%,rgba(0,191,99,.04),transparent 20%),
    linear-gradient(180deg,#fff 0%,#fbfdff 100%);
  box-shadow:0 14px 34px rgba(18,39,66,.075);
}
.speakersComingSoon::before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:3px;
  background:linear-gradient(90deg,var(--blue) 0 58%,var(--gold) 58% 78%,var(--green) 78% 100%);
}
.speakersComingSoon__avatars{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom:17px;
  padding-left:14px;
}
.speakerAvatar{
  position:relative;
  width:58px;
  height:58px;
  margin-left:-14px;
  display:grid;
  place-items:center;
  border:3px solid #fff;
  border-radius:50%;
  background:#e8effd;
  box-shadow:0 8px 20px rgba(18,39,66,.09);
}
.speakerAvatar:first-child{margin-left:0}
.speakerAvatar i,
.speakerAvatar i::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  background:#9db8ec;
}
.speakerAvatar i{
  top:12px;
  width:19px;
  height:19px;
  border-radius:50%;
}
.speakerAvatar i::after{
  top:17px;
  width:35px;
  height:21px;
  border-radius:18px 18px 10px 10px;
}
.speakerAvatar--question{
  z-index:3;
  width:66px;
  height:66px;
  margin-left:-9px;
  background:var(--gold);
  color:#0d2a53;
  font-family:var(--font-display);
  font-size:1.65rem;
  font-weight:900;
  box-shadow:0 10px 25px rgba(239,177,38,.26);
}
.speakersComingSoon__kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:8px;
  color:var(--blue);
  font-size:.62rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.14em;
}
.speakersComingSoon__kicker::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--green);
}
.speakersComingSoon h2{
  margin:0;
  max-width:860px;
  color:#0f2d5c;
  font-family:var(--font-display);
  font-size:clamp(28px,3vw,40px);
  line-height:1.06;
  letter-spacing:-.035em;
}
.speakersComingSoon p{
  margin:14px auto 0;
  max-width:610px;
  color:var(--muted);
  font-size:.92rem;
  line-height:1.7;
}
.speakersComingSoon p strong{color:#36577f}
.speakersComingSoon__cta{
  margin-top:24px;
  min-height:46px;
  padding:0 28px;
  border-radius:999px;
  box-shadow:0 12px 24px rgba(0,74,173,.15);
}

@media (max-width:980px){
  .hero.hero--colinas{min-height:410px;background-position:58% 50%}
  .hero.hero--colinas .hero__content{min-height:410px;padding:30px 34px;max-width:630px}
  .hero__logo{width:min(235px,44%)}
}

@media (max-width:720px){
  .hero.hero--colinas{
    min-height:535px;
    background-position:center top;
  }
  .hero.hero--colinas .hero__content{
    min-height:535px;
    padding:24px 20px 24px;
  }
  .hero__logo{
    top:22px;
    left:20px;
    width:min(215px,58%);
  }
  .hero__headline h1{font-size:clamp(31px,9vw,42px)}
  .hero.hero--colinas .hero__lead{font-size:.79rem}
  .speakersComingSoon{min-height:300px;padding:38px 20px 34px;border-radius:20px}
  .speakerAvatar{width:50px;height:50px}
  .speakerAvatar i{top:10px;width:17px;height:17px}
  .speakerAvatar i::after{top:15px;width:31px;height:19px}
  .speakerAvatar--question{width:58px;height:58px;font-size:1.4rem}
  .speakersComingSoon h2{font-size:clamp(26px,8vw,34px)}
  .speakersComingSoon p{font-size:.84rem;line-height:1.6}
  .speakersComingSoon__cta{width:100%;max-width:310px}
}

/* =========================================================
   V5 — refinamento responsivo/mobile
   Mantém o desktop da V4 e organiza hero, rota e certificados
========================================================= */
.routeMobileHint{display:none}

@media (max-width:720px){
  /* Base mobile: mais respiro nas laterais e menos altura geral */
  .container{width:calc(100% - 24px);max-width:none}
  .section{padding-top:36px}
  .section__head{margin-bottom:14px}
  .section__head h2{font-size:clamp(27px,8vw,31px);line-height:1.03}

  /* HERO — logo volta ao fluxo para nunca sobrepor o conteúdo */
  .hero.hero--colinas{
    min-height:0;
    border-radius:22px;
    background-image:
      linear-gradient(180deg,rgba(5,27,57,.42) 0%,rgba(5,30,63,.55) 28%,rgba(4,27,58,.86) 62%,rgba(4,27,58,.98) 100%),
      url("../img/cidades/colinas.jpg");
    background-size:cover;
    background-position:56% center;
    box-shadow:0 14px 34px rgba(17,38,66,.14);
  }
  .hero.hero--colinas .hero__content{
    min-height:0;
    max-width:none;
    padding:22px 18px 20px;
    justify-content:flex-start;
  }
  .hero__logo{
    position:static;
    width:165px;
    max-width:52%;
    height:auto;
    margin:0 0 17px;
    align-self:flex-start;
    filter:drop-shadow(0 3px 12px rgba(0,0,0,.18));
  }
  .hero__headline{width:100%}
  .hero__datePill{
    min-height:24px;
    padding:0 10px;
    font-size:.58rem;
    letter-spacing:.11em;
  }
  .hero__headline h1{
    margin-top:10px;
    max-width:10.5ch;
    font-size:clamp(30px,8.8vw,36px);
    line-height:.99;
    letter-spacing:-.04em;
  }
  .hero.hero--colinas .hero__lead{
    margin-top:14px;
    max-width:100%;
    font-size:.80rem;
    line-height:1.55;
  }
  .hero.hero--colinas .hero__meta{
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-top:16px;
  }
  .hero.hero--colinas .hero__metaItem{
    min-height:50px;
    padding:9px 11px;
    border-radius:12px;
  }
  .hero.hero--colinas .hero__metaItem--status{grid-column:1/-1;min-height:48px}
  .hero.hero--colinas .hero__metaItem span{font-size:.54rem;margin-bottom:3px}
  .hero.hero--colinas .hero__metaItem strong{font-size:.76rem;white-space:normal;line-height:1.25}
  .hero.hero--colinas .hero__actions{width:100%;margin-top:12px}
  .btn--hero{width:100%;min-height:44px;border-radius:11px}

  /* SOBRE — evita título encostando/cortando nas bordas */
  .about{padding:36px 3px 4px;gap:16px}
  .about__intro{padding-left:14px}
  .about__intro h2{font-size:clamp(28px,8.4vw,34px);line-height:1.02}
  .about__copy p{font-size:.84rem;line-height:1.62}

  /* FORMULÁRIO */
  .formCard{padding:18px 14px;border-radius:18px}
  .grid2{gap:12px}
  .field input{height:44px}
  .formActions{padding-top:14px}

  /* ROTA — mesma onda, porém dimensionada e legível no celular */
  .routeSection{padding-top:39px}
  .routeMobileHint{
    display:flex;
    align-items:center;
    margin:-3px 0 10px;
    color:#7b8ba0;
    font-size:.67rem;
    font-weight:800;
    letter-spacing:.01em;
  }
  .routeScroller{
    margin:0;
    padding:2px 0 10px;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;
    scrollbar-width:thin;
  }
  .routeJourney{
    min-width:780px;
    width:780px;
    height:260px;
    border-radius:18px;
  }
  .routeStop:nth-of-type(1){--x:10%;}
  .routeStop:nth-of-type(2){--x:27%;}
  .routeStop:nth-of-type(3){--x:44%;}
  .routeStop:nth-of-type(4){--x:62%;}
  .routeStop:nth-of-type(5){--x:90%;}
  .routeStop__node{
    width:28px;height:28px;
    font-size:.62rem;
    box-shadow:0 0 0 5px rgba(247,249,252,.97),0 3px 9px rgba(18,39,66,.08);
  }
  .routeStop__connector{height:18px}
  .routeStop--above .routeStop__connector{bottom:14px}
  .routeStop--below .routeStop__connector{top:14px}
  .routeStop__card{
    width:126px;
    padding:7px;
    border-radius:12px;
    box-shadow:0 7px 18px rgba(18,39,66,.065);
  }
  .routeStop--above .routeStop__card{bottom:28px}
  .routeStop--below .routeStop__card{top:28px}
  .routeStop__image{height:58px;border-radius:8px}
  .routeStop__meta{gap:4px;margin-top:6px;grid-template-columns:auto minmax(0,1fr)}
  .routeStop__date{padding:3px 5px;font-size:.50rem}
  .routeStop__meta strong{font-size:.69rem;line-height:1.1}
  .routeStop__meta small{display:none}
  .routeStop.is-current .routeStop__node{
    box-shadow:0 0 0 5px rgba(247,249,252,.98),0 0 0 8px rgba(239,177,38,.10),0 3px 10px rgba(18,39,66,.10);
  }

  /* CERTIFICADO — ícone e texto ficam lado a lado, controles abaixo */
  .certificatePanel{
    grid-template-columns:42px minmax(0,1fr);
    gap:10px 12px;
    margin-top:12px;
    padding:16px;
    border-radius:18px;
    text-align:left;
  }
  .certificatePanel__icon{width:42px;height:42px;border-radius:12px;align-self:start}
  .certificatePanel__copy>span{font-size:.56rem;margin-bottom:4px}
  .certificatePanel__copy h3{font-size:.95rem;line-height:1.12}
  .certificatePanel__copy p{margin-top:5px;font-size:.69rem;line-height:1.42}
  .certificatePanel__actions{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    width:100%;
    margin-top:2px;
  }
  .certificateSelect,.certificatePanel__actions .btn{width:100%;height:43px;min-height:43px}

  /* PALESTRANTES */
  .speakersSection{padding-top:38px}
  .speakersComingSoon{
    min-height:0;
    padding:32px 17px 28px;
    border-radius:19px;
  }
  .speakersComingSoon__avatars{margin-bottom:14px}
  .speakerAvatar{width:46px;height:46px}
  .speakerAvatar i{top:9px;width:16px;height:16px}
  .speakerAvatar i::after{top:14px;width:29px;height:18px}
  .speakerAvatar--question{width:54px;height:54px;font-size:1.3rem}
  .speakersComingSoon h2{font-size:clamp(25px,7.7vw,31px);line-height:1.05}
  .speakersComingSoon p{margin-top:11px;font-size:.80rem;line-height:1.55}
  .speakersComingSoon__cta{margin-top:19px;max-width:none;width:100%;min-height:44px}

  /* Organização */
  .orgSingle{padding:15px 11px;border-radius:18px}
  .orgPicture img{max-height:210px}
  .miniFooter{margin-top:17px;padding:17px 0 22px}
}

@media (max-width:390px){
  .container{width:calc(100% - 20px)}
  .hero.hero--colinas .hero__content{padding:20px 16px 18px}
  .hero__logo{width:150px;max-width:50%;margin-bottom:14px}
  .hero__headline h1{font-size:29px}
  .hero.hero--colinas .hero__lead{font-size:.77rem}
  .hero.hero--colinas .hero__metaItem{padding:8px 9px}
  .routeJourney{min-width:740px;width:740px;height:250px}
  .routeStop__card{width:120px}
  .routeStop__image{height:54px}
}
