
/* FACIL AUTO · Pulso de mercado hero animado v1.5.27 */

.hero-market-pulse{
  margin-top:34px;
  max-width:920px;
  border-top:1px solid #121212;
  border-bottom:1px solid #121212;
}

.hero-market-pulse-head{
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid #cbc9c1;
}

.hero-market-pulse-title{
  min-width:0;
}

.hero-market-pulse-title span{
  color:#e94f32;
  font-size:8px;
  line-height:1;
  font-weight:800;
  letter-spacing:.15em;
}

.hero-market-pulse-title small{
  display:block;
  margin-top:5px;
  color:#696963;
  font-size:8px;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.hero-market-vectors{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
}

.hero-market-vector{
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #cbc9c1;
}

.hero-market-vector svg{
  width:14px;
  height:14px;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:square;
  stroke-linejoin:miter;
}

.hero-market-vector.is-up svg{
  stroke:#01A5BC;
}

.hero-market-vector.is-down svg{
  stroke:#e94f32;
}

.hero-market-stats{
  display:grid;
  grid-template-columns:1.1fr 1fr 1fr;
}

.hero-market-stat{
  min-width:0;
  padding:16px 18px 16px 0;
}

.hero-market-stat + .hero-market-stat{
  padding-left:18px;
  border-left:1px solid #cbc9c1;
}

.hero-market-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:20px;
  margin-bottom:10px;
}

.hero-market-chip svg{
  width:12px;
  height:12px;
  flex:0 0 12px;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:square;
  stroke-linejoin:miter;
}

.hero-market-chip.is-up svg{
  stroke:#01A5BC;
}

.hero-market-chip.is-down svg{
  stroke:#e94f32;
}

.hero-market-chip small{
  color:#7a7973;
  font-size:8px;
  line-height:1;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.hero-market-stat strong,
.hero-market-stat span{
  display:block;
}

.hero-market-stat strong{
  font-size:clamp(24px,2.4vw,35px);
  line-height:.95;
  font-weight:600;
  letter-spacing:-.055em;
  color:#121212;
}

.hero-market-stat-main strong{
  color:#01A5BC;
}

.hero-market-stat span{
  margin-top:7px;
  color:#55544f;
  font:11px/1.35 Georgia,"Times New Roman",serif;
}

.hero-market-pulse>p{
  margin:0!important;
  padding:9px 0 10px;
  border-top:1px solid #cbc9c1;
  color:#7a7973!important;
  font-size:8px!important;
  line-height:1.35!important;
  letter-spacing:.04em;
}

.hero-market-stat.is-live strong{
  animation:faMarketBlink .36s ease 1;
}

@keyframes faMarketBlink{
  0%{opacity:.4;transform:translateY(1px)}
  100%{opacity:1;transform:none}
}

@media(max-width:980px){
  .hero-market-pulse{
    max-width:760px;
  }
}

@media(max-width:760px){
  .hero-market-pulse{
    margin-top:28px;
  }

  .hero-market-pulse-head{
    min-height:40px;
    align-items:flex-start;
    flex-direction:column;
    justify-content:center;
    gap:10px;
    padding:8px 0;
  }

  .hero-market-vectors{
    align-self:flex-start;
  }

  .hero-market-stats{
    grid-template-columns:1fr 1fr;
  }

  .hero-market-stat{
    padding:15px 13px 15px 0;
  }

  .hero-market-stat:nth-child(2){
    padding-left:13px;
  }

  .hero-market-stat:nth-child(3){
    grid-column:1 / -1;
    padding:13px 0;
    border-left:0;
    border-top:1px solid #cbc9c1;
  }

  .hero-market-stat strong{
    font-size:27px;
  }

  .hero-market-stat span{
    font-size:10px;
  }
}

@media(max-width:430px){
  .hero-market-pulse{
    margin-top:25px;
  }

  .hero-market-stats{
    grid-template-columns:1fr;
  }

  .hero-market-stat,
  .hero-market-stat:nth-child(2),
  .hero-market-stat:nth-child(3){
    grid-column:1;
    padding:13px 0;
    border-left:0;
    border-top:1px solid #cbc9c1;
  }

  .hero-market-stat:first-child{
    border-top:0;
  }

  .hero-market-stat strong{
    font-size:28px;
  }

  .hero-market-pulse>p{
    font-size:7px!important;
  }
}
