/* =========================================================
   site.css
   Estrutura geral e componentes
   Usa SOMENTE variáveis do theme.css
   ========================================================= */

html, body {
  height: 100%;
}

body {
  font-family: var(--font-sans);
  font-size: var(--body);
  background: var(--bg-100);
  color: var(--text-900);
  line-height: 1.4;
}

a{
  text-decoration: none;
}

/* =============================
   TIPOGRAFIA
============================= */

.t-h1 { font-size: var(--h1); font-weight: 800; }
.t-h2 { color:#555555;font-size: var(--h2); font-weight: 800; }
.t-h3 { font-size: var(--h3); font-weight: 700; color:#555555;}
.t-h4 { font-size:20px; font-weight: 700; color:var(--brand-primary)}



.t-sub   { color: var(--text-700); font-weight: 600; }
.t-body  { color: var(--text-700); }
.t-small { font-size: var(--small); color: var(--text-500); }
.t-semi-small { font-size: 14px; color: var(--text-500); }

/* =============================
   BOTÕES
============================= */

.btn_go_search {
  border:none;
  background: var(--v_green );
  color: var(--text-inverse);
  border-radius: var(--radius-pill);
  font-weight: 800;
}

.btn-btn_go_search:hover {
  background: var(--brand-primary-600);
  border-color: var(--brand-primary-600);
}

.btn-cta {
  background: #3aaa0f;
  color: #fff;
  border-radius: 999px;
  padding: 16px 24px;
  font-weight: 700;
  text-align: center;
  display: block;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 1;
  transition: 0.2s;
}

.btn-cta-interno{
  background: #24638a;
  color: #fff;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  text-align: center;
  display: block;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1;
  transition: 0.2s;
}
#lotes-lista img{
  border-radius:14px;
}
#lotes-lista .minicard{
  background-color:#f3f3f3;
  border-radius:10px;
  font-size: 15px;
  line-height: 1.45;
}

#lotes-lista .minicard small {
  font-size: 12px;
  font-weight: 700;
}

.institucional h2{
  font-size:40px;
  font-weight:bold;
  color:var(--brand-primary);
}

.institucional h4{
  font-size:25px;
}

.institucional p{
  font-size:16px;
}

.institucional.duvidas-frequentes-conteudo{
  margin-bottom:100px;
}

.institucional.fale-conosco-conteudo{
  margin-bottom:60px;
}

.institucional .faq-busca{
  display:flex;
  flex-direction:column;
  align-items:center;
  margin-top:60px;
  margin-bottom:60px;
}

.institucional .faq-busca .form-control{
  width:100%;
  max-width:720px;
  border:none;
  border-radius:999px;
  padding:16px 28px;
  font-size:18px;
  font-weight:500;
  color:#363636;
  text-align:center;
  background:#fff;
  box-shadow:0 8px 32px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06);
  transition:box-shadow 0.2s ease;
  margin-bottom:60px;
}

.institucional .faq-busca .form-control::placeholder{
  color:#363636;
  font-weight:700;
  opacity:1;
}

.institucional .faq-busca .form-control:focus{
  border:none;
  outline:none;
  box-shadow:0 10px 36px rgba(0,0,0,0.16), 0 4px 12px rgba(0,0,0,0.08);
}

.institucional .faq-busca-info{
  width:100%;
  max-width:720px;
  text-align:center;
  font-size:14px;
  color:#5b5b5b;
}

.institucional .faq-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:15px;
}

.institucional .faq-item{
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-rows:auto auto;
  align-content:start;
  column-gap:10px;
  row-gap:10px;
  border:1px solid #582122;
  border-radius:10px;
  padding:10px;
  height:100%;
}

.institucional .faq-item strong{
  grid-column:1 / -1;
  display:block;
  color:#363636;
  font-size:24px;
  font-weight:800;
  line-height:1.2;
  margin:0;
}

.institucional .faq-item p{
  grid-column:1;
  grid-row:2;
  align-self:start;
  margin:0;
  font-size:18px;
  color:#5b5b5b;
  line-height:1.4;
}

.institucional .faq-item img{
  grid-column:2;
  grid-row:2;
  align-self:start;
  display:block;
  max-width:75px;
  max-height:75px;
  width:auto;
  height:auto;
}

@media (min-width:768px){
  .institucional .faq-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
    align-items:stretch;
  }
}

.institucional .bloco2_hp{
  width:100%;
  max-width:1294px;
  aspect-ratio:1294 / 491;
  padding-left:38%;
  padding-top:7%;
  padding-right:10%;
  background:url('../content/img_quemsomos_hastapublica2.jpg') no-repeat center center;
  background-size:cover;
  margin:0 auto;
  color:#fff;
  margin-top:60px;
}


.institucional .bloco3_hp{
  background:url('../content/img_quemsomos_hastapublica3.jpg') no-repeat left 55px;
  background-size:cover;  
  height:600px;
  margin-top:110px;
}

.institucional .bloco3_hp .estrutura-item{
  display:flex;
  align-items:center;
  background:linear-gradient(90deg,#9d0f13 0%,#c61e25 100%);
  border-radius:25px;
  margin-top:10px;
  overflow:hidden;
  color:#fff;
  width:100%;
  min-height:82px;
}
.institucional .bloco3_hp .conteudo_pai{
  max-width:45%;
  float:right;
  margin-top:40px
}

.institucional .bloco3_hp .estrutura-item .numero{
  width:82px;
  min-width:82px;
  height:82px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.08);
  font-size:45px;
  font-weight:300;
  line-height:1;
}

.institucional .bloco3_hp .estrutura-item .conteudo{
  padding:10px 18px;
  font-size:14px;
  line-height:1.35;
  font-weight:600;
}

.institucional .bloco3_hp .estrutura-item .conteudo strong{
  font-size:18px;
  font-weight:700;
}


.institucional .bloco4_hp{
  background:url('../content/img_quemsomos_hastapublica4.jpg') no-repeat left center;
  background-size:cover;
  height:428px;
  text-align:right;
  color:#fff;
  font-size:30px;
  padding-top:230px;
  padding-right:13%;
  margin-top:60px
}

.institucional .bloco5_hp{
  margin-top:210px;
}


.institucional .bloco5_hp .mivi{
  color:#fff!important;
  border-radius: 34px;
  background: linear-gradient(105deg, #8f1013 0%, #c4262d 100%);
  padding:30px;
  min-height:240px
}

.institucional .bloco5_hp .miva{
  color:#3e3e3e!important;
  border-radius: 34px;
  background: linear-gradient(105deg, #c6c6c7 0%, #e6e6e6 100%);
  padding:30px;
  min-height:240px;
  margin-top:25px;
}

.institucional .bloco5_hp .mivi p{
color:#fff!important;
}

.institucional .bloco5_hp .mivi strong,.institucional .bloco5_hp .miva strong{
  font-size:24px;
}



.institucional .bloco2_hp h5{
font-size:24px;
color:#fff
}

.institucional .bloco2_hp p{
  color:#fff!important;
  margin-top:15px;  
  font-size:18px;
}


.faleconosco {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 24px;
  font-family: 'Segoe UI', system-ui, sans-serif;
  color: var(--hp-text);
}

/* ── Left copy ── */
.faleconosco .fale-titulo {
  font-size: 2rem;
  font-weight: 700;
  color: var(--hp-red);
  margin-bottom: 8px;
}

.faleconosco .fale-subtitulo {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--hp-text);
  margin-bottom: 24px;
}

.faleconosco .fale-descricao {
  font-size: 1rem;
  color: var(--hp-muted);
  line-height: 1.7;
}

/* ── Hero photo ── */
.faleconosco .fale-foto {
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 4/3;
  display: block;
  margin-left: auto;
}

/* ── Contact card ── */
.faleconosco .contact-card {
  background: linear-gradient(105deg, var(--brand-primary) 0%, var(--brand-primary-700) 100%);
  border-radius: 20px;
  color: #fff;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 48px;
}

.faleconosco .contact-card-logo {
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0,0,0,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:-80px;
}

.faleconosco .contact-card-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* fallback gavel icon when no real image is available */
.faleconosco .contact-card-logo .fa-gavel {
  font-size: 3.5rem;
  color: #fff;
}

.faleconosco .contact-info-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
}

.faleconosco .contact-info-line i {
  font-size: 1.1rem;
  width: 22px;
  text-align: center;
  flex-shrink: 0;
}

.faleconosco .contact-details {
  display: flex;
  gap: 40px;
  margin-top: 14px;
  font-size: 0.875rem;
  color:#fff
}

.faleconosco .contact-details div p{
  color:#fff!important
}

.faleconosco .contact-details .label {
  font-weight: 700;
  margin-bottom: 2px;
  color:#fff
}

.faleconosco .social-icons {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.faleconosco .social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  transition: background .2s, border-color .2s;
  text-decoration: none;
}

.faleconosco .social-icons a:hover {
  background: rgba(255,255,255,.9);
  border-color: #fff;
  color:var(--brand-primary)
}







.card_sustado{
  background-color: #fef1f1!important;
}

.chip-parcela{
  background-color:#3cab11;
  border-radius:20px;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  margin-left:7px;
  margin-right:7px;
  font-size:13px;
  color:#fff
}


.btn-edital {
  background: #24638a;
  color: #fff;
  border-radius: 999px;
  padding: 16px 24px;
  font-weight: 700;
  text-align: center;
  display: block;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 1;
  transition: 0.2s;
}

.btn-auditorio {
  background: #c0262c;
  color: #fff;
  border-radius: 999px;
  padding: 16px 24px;
  font-weight: 700;
  text-align: center;
  display: block;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 1;
  transition: 0.2s;
}

/* Página do leilão — topo e ações */
.leilao-page .leilao-hero-logo {
  width: auto;
  max-height: 72px;
  object-fit: contain;
  border: 0.5px solid #e8e8e8;
  border-radius: 8px;
  padding: 6px 10px;
  background: #fff;
}

.leilao-page .leilao-hero-comitente {
  color: #444;
  line-height: 1.35;
}

.leilao-page .leilao-hero-tipo {
  color: #666;
}

.leilao-page .leilao-stat-card {
  background: #f3f3f3;
  border-radius: 10px;
  line-height: 1.45;
  min-height: 52px;
}

.leilao-page .leilao-stat-card small {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: #666;
}

.leilao-page .leilao-hero-panel {
  background: #fff;
  border: 1px solid var(--border-200, #e8e8e8);
  border-radius: 14px;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 2px 12px rgba(16, 24, 40, 0.06);
}

.leilao-page .leilao-hero-label {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
}

.leilao-page .leilao-hero-titulo {
  line-height: 1.4;
  font-size: 1.15rem;
}

.leilao-page .leilao-hero-datas {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  line-height: 1.5;
}

.leilao-page .leilao-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.leilao-page .btn-leilao-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  padding: 11px 16px;
  font-family: var(--font-sans);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.leilao-page .btn-leilao-action--edital {
  color: #1f4f6e;
  background: #f3f8fb;
  border-color: #c5d9e6;
}

.leilao-page .btn-leilao-action--edital:hover {
  color: #173d55;
  background: #eaf3f8;
  border-color: #a9c7d9;
}

.leilao-page .btn-leilao-action--habilitacao {
  color: #fff;
  background: var(--brand-accent, #3aaa0f);
  border-color: var(--brand-accent, #3aaa0f);
  box-shadow: 0 2px 6px rgba(58, 170, 15, 0.16);
}

.leilao-page .btn-leilao-action--habilitacao:hover {
  color: #fff;
  background: #34960e;
  border-color: #34960e;
}

/* Status de habilitação (não é botão) */
.leilao-page .btn-leilao-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  padding: 10px 12px;
  font-family: var(--font-sans);
  font-size: 13.5px;
  font-weight: 600;
  color: #5a5a5a;
  background: transparent;
  border: 0;
  cursor: default;
  user-select: none;
}

.leilao-page .btn-leilao-status i {
  color: var(--brand-accent, #3aaa0f);
  font-size: 13px;
}

.leilao-page .btn-leilao-action--auditorio {
  color: #9b1c22;
  background: #fdf4f4;
  border-color: #ecc8ca;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.leilao-page .btn-leilao-action--auditorio:hover {
  color: #7f151a;
  background: #faecec;
  border-color: #dfb0b3;
}

.leilao-page .lote-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-200, #e8e8e8);
  border-radius: var(--radius-lg, 14px);
  background: #fff;
  overflow: hidden;
}

.leilao-page .lote-card-local {
  font-size: 12px;
  color: #888;
}

.leilao-page #lotes-lista .lote-card .minicard {
  background-color: #f3f3f3;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.45;
}

.leilao-page #lotes-lista .lote-card .minicard small {
  font-size: 12px;
  font-weight: 700;
}

/* Auditório virtual — refinamentos específicos */
.auditorio-page .auditorio-lote-card {
  box-shadow: 0 2px 12px rgba(16, 24, 40, 0.05);
}

.auditorio-page .auditorio-lote-card .minicard {
  background-color: #f3f3f3;
  border-radius: 10px;
  color: #000;
}

.auditorio-page .auditorio-lote-acao .btn-card-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  padding: 10px 18px;
}

.auditorio-page .auditorio-live-hint {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #2f8f0c;
}

.lote_auditorio_titulo {
  line-height: 1.35;
}

.lote_auditorio_titulo a {
  font-size: 1.05rem;
  font-weight: 700;
  color: #333;
}

.lote_auditorio_titulo h3 {
  font-size: 1.05rem !important;
  font-weight: 700;
  margin-bottom: 0;
}

.lance-lider-email {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-cta:hover {
  background: #2f8f0c;
  color: #fff;
}

/* Botão de rodapé de cards — refinado, mas com presença da marca */
.btn-card-action {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 20px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #fff;
  background: var(--brand-accent, #3aaa0f);
  border: 1px solid var(--brand-accent, #3aaa0f);
  border-radius: 10px;
  text-decoration: none !important;
  line-height: 1.3;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 2px 6px rgba(58, 170, 15, 0.18);
}

.btn-card-action:hover {
  color: #fff;
  background: #34960e;
  border-color: #34960e;
  box-shadow: 0 4px 12px rgba(58, 170, 15, 0.22);
}

.btn-card-action:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(58, 170, 15, 0.25);
}

/* Grid de cards — respiro extra entre fileiras (além do gy-* do Bootstrap) */
.row.hp-cards-grid {
  --bs-gutter-y: 3.5rem;
}

/* =============================
   CARDS
============================= */

.card-soft {
  background: #fff;
  border: 1px solid var(--border-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-1);
}

.op-card {
  border: 1px solid var(--border-200);
  border-radius: var(--radius-lg);
  background: #f3f3f3;
  overflow: hidden;
  transition: .2s ease;
}

.op-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(16,24,40,.12);
}


.auct-card {
  border: 1px solid var(--border-200);
  border-radius: var(--radius-lg);
  background: #fff;
  overflow: hidden;
  transition: .2s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.auct-card .p-3 {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.auct-card .px-3.pb-3 {
  margin-top: auto;
}

.auct-card .t-h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* máximo 2 linhas */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 52px;
  line-height: 1.45;
}

.auct-card .t-semi-small {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 22px;
  line-height: 1.5;
}


/* =============================
   CHIPS / BADGES
============================= */

.chip {
  border-radius: 14px;
  padding: 6px 12px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid var(--border-200);
  background: var(--bg-200);
  color: var(--text-700);
  text-align: center;
  background: linear-gradient(to right, #771111, #bf262c);border-color:rgba(255,255,255,.25);color:#fff;font-weight:900;
  padding-top:10px;
  padding-bottom:8px;
}

a.chip {
  display: inline-block;
  color: #fff;
  cursor: pointer;
}
a.chip:hover {
  color: #fff;
  opacity: 0.92;
}

.chip span{
  padding-top:10px;
  opacity:.9;font-weight:400;
}

.chip i{
  margin-top:1px;
  font-size:20px;
  float:left;
  margin-right:10px;
}

.chip-success {
  background: rgba(31, 143, 58, .12);
  border-color: rgba(31, 143, 58, .25);
  color: var(--brand-accent-700);
}

.chip-success2{
  background-color:#3cab11;
  color:#fff;
  font-size:13px;
  font-weight:bold;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 999px;
}

.chip-danger2{
  background-color:#c1272d;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  padding: 6px 12px;
  border-radius: 999px;
}

.chip-warning2{
  background-color:#ffc107;
  color:#1a1a1a;
  font-size:12px;
  font-weight:bold;
  padding: 6px 12px;
  border-radius: 999px;
}

/* =============================
   HOME — filtros (destaques / próximos leilões)
============================= */

.hp-home-filters .hp-filter-select {
  font-family: var(--font-sans);
  font-size: 13.5px;
  font-weight: 600;
  color: #222;
  background-color: #fff;
  border: 0.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px 34px 8px 12px;
  min-width: 108px;
  max-width: 120px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: border-color 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6' stroke='%23888' stroke-width='1.75' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
}

.hp-home-filters .hp-filter-select:hover {
  border-color: #d0d0d0;
  background-color: #fafafa;
}

.hp-home-filters .hp-filter-select:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
  outline: none;
}

.hp-home-filters .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  min-height: auto;
  padding-left: 0;
}

.hp-home-filters .form-switch {
  padding-left: 0;
}

.hp-home-filters .form-switch .form-check-input {
  margin-left: 0;
}

.hp-home-filters .form-check-input {
  width: 2.4em;
  height: 1.25em;
  margin: 0;
  float: none;
  flex-shrink: 0;
  border: 0.5px solid #d8d8d8;
  background-color: #eee;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, background-position 0.15s ease;
}

.hp-home-filters .form-check-input:checked {
  background-color: var(--brand-accent);
  border-color: var(--brand-accent);
}

.hp-home-filters .form-check-input:focus {
  border-color: rgba(60, 171, 17, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(60, 171, 17, 0.18);
}

.hp-home-filters .form-check-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-menu);
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}

.hp-home-filters .hp-filter-select--wide {
  min-width: 132px;
  max-width: 148px;
}

/* Segmented control — Disponíveis / Encerrados / Todos */
.hp-filter-segment {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  background: #fff;
  border: 0.5px solid #e0e0e0;
  border-radius: 9px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.hp-filter-segment button {
  border: 0;
  border-radius: 7px;
  padding: 7px 14px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #666;
  background: transparent;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.hp-filter-segment button:hover:not(:disabled):not(.is-active) {
  color: #2f8f0c;
  background: rgba(58, 170, 15, 0.06);
}

.hp-filter-segment button.is-active {
  color: #2f8f0c;
  background: rgba(58, 170, 15, 0.12);
  box-shadow: inset 0 0 0 1px rgba(58, 170, 15, 0.22);
}

.hp-filter-segment button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.hp-filter-segment button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(58, 170, 15, 0.2);
}

.hp-pagination {
  gap: 8px;
}

.hp-pagination-info {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  color: #666;
  padding: 0 8px;
}

.hp-pagination-btn {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  color: #222;
  background-color: #fff;
  border: 0.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 7px 14px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  transition: border-color 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
}

.hp-pagination-btn:hover:not(:disabled) {
  border-color: #d0d0d0;
  background-color: #fafafa;
}

.hp-pagination-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* =============================
   SEARCH BAR
============================= */

.searchbar {
  border: 0;
  border-radius: var(--radius-pill);
  background: #fff;
  box-shadow: 0 1px 25px rgba(26,34,40,.2);
  padding: 10px;
  overflow: visible;
  position: relative;
  z-index: 20;
}


.select-custom {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 14px;
  color: var(--brand-primary);
  background-color: #fff;

  border: 1px solid #fff;
  padding: 10px 34px 10px 15px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  transition: all .2s ease;

  /* seta custom */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%233b4350' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5l6 6 6-6' stroke='%233b4350' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
}

.text-custom{
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 14px;
  color: var(--brand-primary);
  background-color: #fff;

  border: 1px solid #fff;
  padding: 10px 10px 10px 11px;
  
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width:100%;
  transition: all .2s ease;
}

.text-custom::placeholder {
  font-weight: 600;
  font-size: 14px;
  opacity: 100;
  color: var(--brand-primary);
}

.search_free{
  background-color: #f2f2f2;
  border-radius:99px;
  padding-left:16px;
  padding-top:5px;
  padding-right:2px;
  padding-bottom:5px;
  width:100%;
  border:0;
  font-size:13px;
  color:#585858;
  letter-spacing:0;
  font-weight: bold
}

.search_free input[type=text]{
  background-color: #f2f2f2;
  border:none;
  width:85%;
}

.search_free .input-group-text{
  border:none;
  background-color:transparent;

}

#faixa_valores input[type=text]{
  background-color: #f2f2f2;
  border-radius:99px;
  padding:15px;
  width:100%;
  border:0;
  font-size:13px;
  color:#585858;
  letter-spacing:0;
  font-weight: bold
}

.search_free::placeholder {
  color:#585858;
  font-weight:bold;
}

.text-custom .fa-angle-down{
  color:#3b4350;
  margin-left:8px;
}

.select-custom:hover {
  border-color: var(--brand-primary);
}

.select-custom:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px rgba(181, 18, 27, .15);
  outline: none;
}

#faixa_valores{
  position:absolute;
  background-color: #fff;
  padding:20px;
  box-shadow: 0 10px 25px rgba(26,34,40,.2);
  border-radius:10px;
  z-index:10000;
}

/* =============================
   HERO
============================= */

header .navbar-nav a{
  color:var(--text-menu);
  text-transform: uppercase;
  font-weight:700;
  font-size:13px;
  letter-spacing:0px;
}

/* ── Megamenu (submenus com ícone + contexto) ── */
header .hp-nav .hp-item{
  position:relative;
}

header .hp-nav-trigger{
  display:inline-flex;
  align-items:center;
  gap:5px;
}

header .hp-chevron{
  font-size:11px;
  opacity:0.65;
  transition:transform .15s ease;
}

header .hp-item.is-open .hp-chevron{
  transform:rotate(180deg);
}

header .hp-mega{
  display:none;
  position:absolute;
  top:calc(100% + 4px);
  left:0;
  background:#fff;
  border:0.5px solid #e0e0e0;
  border-radius:10px;
  padding:20px 24px;
  z-index:1050;
  box-shadow:0 6px 24px rgba(0,0,0,.08);
}

header .hp-mega--agenda{
  width:420px;
}

header .hp-mega--empresa{
  width:320px;
}

header .hp-mega-col{
  flex:1;
}

header .hp-mega-col-title{
  font-size:10.5px;
  font-weight:600;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:#aaa;
  margin-bottom:10px;
  padding-bottom:6px;
  border-bottom:0.5px solid #eee;
}

header .hp-mega-link{
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border-radius:7px;
  text-decoration:none;
  transition:background .12s;
  margin-bottom:2px;
  text-transform:none;
  font-weight:400;
  letter-spacing:0;
}

header .hp-mega-link:hover{
  background:#f5f5f5;
}

header .hp-mega-link i{
  font-size:17px;
  color:#aaa;
  width:20px;
  flex-shrink:0;
  text-align:center;
}

header .hp-mega-link:hover i{
  color:var(--brand-primary);
}

header .hp-mega-link span{
  display:block;
  font-size:13.5px;
  color:#222;
  font-weight:600;
  text-transform:none;
}

header .hp-mega-link small{
  display:block;
  font-size:11.5px;
  color:#888;
  font-weight:400;
  text-transform:none;
}

@media (min-width:992px){
  header .hp-item::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:100%;
    height:14px;
    z-index:1049;
  }

  header .hp-item:hover .hp-mega{
    display:flex;
    gap:24px;
  }
}

@media (max-width:991.98px){
  header .hp-mega{
    position:static;
    width:100%!important;
    margin-top:4px;
    margin-bottom:8px;
    padding:12px 8px 8px;
    box-shadow:none;
    border:none;
    border-radius:8px;
    background:#f9f9f9;
    flex-direction:column;
    gap:12px;
  }

  header .hp-item.is-open .hp-mega{
    display:flex;
  }
}

.bt_cadastrese_topo{
  border-radius:999px;
  border:1px var(--cadastrese) solid;
  color:var(--cadastrese);
  font-size:13px;
  font-weight:bold;
  text-decoration: none;
  text-transform: uppercase;
}

.superscrito,
.superscripto {
  text-decoration: line-through;
  color: #737373 !important;
}

#ficha_lote .badges .badge{ margin-right:8px;}

/* Página do lote — layout e refinamentos */
.lote-page .lote-topo-banner {
  background: #c62828;
  border-radius: 12px 12px 0 0;
  padding: 0.5rem 1.5rem 1rem;
}

.lote-page .lote-topo-encerramento {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.01em;
}

.lote-page .lote-topo-aviso {
  color: #ffc107;
  font-weight: 700;
  font-size: 1.25rem;
}

.lote-page .lote-fotos-wrap {
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  top: -13px;
  position: relative;
}

.lote-page .lote-fotos-wrap .foto-slider {
  height: 320px;
  object-fit: cover;
}

.lote-page .lote-fotos-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 42px;
  height: 42px;
  border: 0.5px solid #e0e0e0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #444;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

.lote-page .lote-fotos-nav:hover:not(:disabled) {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.lote-page .lote-fotos-nav:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.lote-page .lote-fotos-nav--prev {
  left: 12px;
}

.lote-page .lote-fotos-nav--next {
  right: 12px;
}

.lote-page .lote-conteudo {
  margin-top: 2.25rem;
}

.lote-page .lote-titulo {
  width: 100%;
  max-width: 93%;
  margin-bottom: 0.65rem;
  line-height: 1.35;
  color: #444;
}

.lote-page .lote-meta-horarios {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 12px;
  color: #666;
}

.lote-page .lote-dados {
  margin-bottom: 0;
}

.lote-page .lote-dados dt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #888;
  margin-top: 0.85rem;
}

.lote-page .lote-dados dt:first-child {
  margin-top: 0;
}

.lote-page .lote-dados dd {
  margin-bottom: 0;
  color: #333;
  line-height: 1.45;
}

.lote-page .lote-cat-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(0, 0, 0, 0.25);
}

.lote-page .lote-cat-link:hover {
  color: var(--brand-primary, #c1272d);
  text-decoration-color: currentColor;
}

.lote-page .pill_lote_info--link {
  transition: background-color 0.15s ease, opacity 0.15s ease;
}

.lote-page .pill_lote_info--link:hover {
  background-color: #4a4a4a;
  color: #fff;
  opacity: 0.95;
}

.lote-page #lote-descricao {
  padding-right: 1.5rem;
}

.lote-page .lote-secao {
  margin-bottom: 1.75rem;
}

.lote-page .lote-secao:last-child {
  margin-bottom: 0;
}

.lote-page .lote-secao-titulo {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 0.55rem;
  line-height: 1.3;
}

.lote-page .lote-secao-texto,
.lote-page .lote-descricao-longa {
  margin: 0;
  color: #333;
  line-height: 1.55;
  font-size: 15px;
}

.lote-page #lote-sidebar dl {
  margin-bottom: 1.15rem;
}

.lote-page #lote-sidebar dl:last-child {
  margin-bottom: 0;
}

.lote-page #lote-sidebar dt {
  margin-bottom: 0.25rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #888;
}

.lote-page #lote-sidebar dd {
  margin-bottom: 0;
  line-height: 1.45;
}

.lote-page #bloco_valores,
.lote-page #bloco_outros_valores {
  margin-bottom: 0.35rem;
}

.lote-page #bloco_lancar {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.lote-page #bloco_stats {
  margin-top: 1.35rem;
}

.lote-page .lote-stats-numeros {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 12px;
  width: 92%;
  margin: 0 auto;
}

.lote-page .lote-stats-acoes {
  padding: 14px 0 6px;
  width: 92%;
  margin: 0 auto;
  gap: 6px 0;
}

.lote-page .lote-acao-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  max-width: 100%;
  padding: 9px 10px;
  border-radius: 8px;
  border: 1px solid rgba(58, 170, 15, 0.28);
  background: rgba(58, 170, 15, 0.06);
  color: #2f8f0c;
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none !important;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.lote-page .lote-acao-link i {
  font-size: 13px;
  color: #34960e;
  line-height: 1;
}

.lote-page .lote-acao-link:hover {
  background: rgba(58, 170, 15, 0.1);
  border-color: rgba(58, 170, 15, 0.4);
  color: #287a0a;
}

.lote-page .lote-acao-link:hover i {
  color: #287a0a;
}

/* Auditório — vermelho (mesmo tom da página do leilão) */
.lote-page .lote-acao-link--auditorio {
  color: #9b1c22;
  border-color: #ecc8ca;
  background: #fdf4f4;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.lote-page .lote-acao-link--auditorio i {
  color: #9b1c22;
}

.lote-page .lote-acao-link--auditorio:hover {
  color: #7f151a;
  border-color: #dfb0b3;
  background: #faecec;
}

.lote-page .lote-acao-link--auditorio:hover i {
  color: #7f151a;
}

/* Status (não clicável) — distingue de .lote-acao-link */
.lote-page .lote-acao-status {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  max-width: 100%;
  padding: 6px 4px;
  border-radius: 8px;
  border: 0;
  background: transparent;
  color: #5a5a5a;
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.01em;
  cursor: default;
  user-select: none;
}

.lote-page .lote-acao-status i {
  font-size: 12px;
  color: #3aaa0f;
  line-height: 1;
}

.lote-page .lote-habilitado-abaixo {
  display: flex;
  justify-content: center;
  margin-top: 0.65rem;
  padding: 0 4px;
}

.lote-page #bloco_stats a {
  color: inherit;
}

.lote-page .lote-stats-valor {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  margin-top: 0.15rem;
}

.lote-page #bloco_stats small {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #888;
}

.lote-valor-mesa-meta {
  font-size: 0.85rem;
  color: var(--text-500);
  margin-top: 0.35rem;
  line-height: 1.35;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#lote-paginacao .lote-paginacao-link {
  color: var(--text-900);
  font-weight: 600;
}

#lote-paginacao .lote-paginacao-link:hover {
  color: var(--brand-primary);
}

#leilao_stats{
  color:#000;
  font-size:13px
}

.bt_login_topo,.pill_atributos{
  border-radius:999px;
  background-color:var(--cadastrese);
  color:var(--text-inverse);
  font-size:13px;
  padding-left:18px;
  text-decoration: none;
  padding-right:18px;
  font-weight:bold;
  text-transform: uppercase;
}

.pill_lote_info{
  border-radius:999px;
  background-color:#626262;
  color:#fff;
  font-size:13px;
  padding-left:18px;
  text-decoration: none;
  padding-right:18px;
  font-weight:bold;
  text-transform: uppercase;
}

/** Status do leilão ao lado de “Leilão #” / praça no topo do lote (cores = chips danger/success/warning). */
.pill_lote_info--status-danger {
  background-color: #c1272d;
  color: #fff;
}
.pill_lote_info--status-success {
  background-color: #3cab11;
  color: #fff;
}
.pill_lote_info--status-warning {
  background-color: #ffc107;
  color: #1a1a1a;
}

/** Status do leilão no cabeçalho da página do leilão / auditório (texto maior). */
.chip-status-leilao-hero.chip-danger2,
.chip-status-leilao-hero.chip-success2,
.chip-status-leilao-hero.chip-warning2 {
  font-size: 16px;
  padding: 8px 16px;
}

#lote-main .box_arquivos{
  box-shadow: none;
  border: 0.5px solid #e0e0e0;
  width: 100%;
  max-width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  background: #fafafa;
}

#lote-main .lote-descricao-longa{
  text-align: justify;
}

/* Card de cada arquivo */
#lote-main .box_arquivos .lote-arquivo{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 0.5px solid transparent;
  background: transparent;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

#lote-sidebar .botao-lancar{
  border-radius: 10px;
  background-color: var(--brand-accent, #3aaa0f);
  border: 1px solid var(--brand-accent, #3aaa0f);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
  width:100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 6px rgba(58, 170, 15, 0.16);
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

#lote-sidebar .botao-lancar i {
  font-size: 14px;
  line-height: 1;
}

#lote-sidebar .botao-lancar:hover {
  background-color: #34960e;
  border-color: #34960e;
  color: #fff;
  box-shadow: 0 4px 12px rgba(58, 170, 15, 0.22);
}
#lote-sidebar #status-lote{
  width:100%;
}

#lote-sidebar .lote-status-dd{
  width:100%;
  }

#lote-sidebar .lote-status-dd span{
  text-align: center;
  width:100%;
  display:block
}

#lote-sidebar #bloco_stats{
  box-shadow: 0 2px 12px rgba(16, 24, 40, 0.06);
  border: 1px solid var(--border-200, #e8e8e8);
  border-radius:14px;
  padding: 16px 4px 8px;
  background: #fff;
}

#lote-sidebar #bloco_stats a{
  text-decoration: none;
}

#lote-sidebar #bloco_stats a.lote-acao-link:not(.lote-acao-link--auditorio) {
  color: #2f8f0c;
}

/* Hover elegante */
#lote-main .box_arquivos .lote-arquivo:hover{
  background: #fff;
  border-color: #e0e0e0;
}

/* Ícone */
#lote-main .box_arquivos .lote-arquivo i{
  font-size: 20px;
  color: #888;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Conteúdo (texto) */
#lote-main .box_arquivos .lote-arquivo .conteudo{
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* Título */
#lote-main .box_arquivos .lote-arquivo h3{
  font-size: 14px;
  color: #444;
  font-weight: 600;
  margin: 0;
  line-height: 1.35;
}

/* Link */
#lote-main .box_arquivos .lote-arquivo a{
  font-size: 13px;
  font-weight: 500;
  color: var(--brand-accent, #3aaa0f);
  text-decoration: none;
  margin-top: 2px;
}

/* Hover no link */
#lote-main .box_arquivos .lote-arquivo a:hover{
  text-decoration: underline;
  color: #34960e;
}

header .navbar-brand img{
  width: auto;
  max-width: 250px;
  max-height: 56px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  header .navbar-brand img{
    max-width: 160px;
    max-height: 44px;
  }
}

.msg_header{
  background-color:var(--brand-primary);
  color:var(--text-inverse);
  font-size:15px;
  font-weight:600;
  padding-top:6px;
  padding-bottom:6px;
}

@media (min-width: 992px) {
  header.hp-header-sticky {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: var(--bg-100);
    transition: box-shadow 0.2s ease, padding 0.2s ease;
  }

  header.hp-header-sticky.is-scrolled {
    box-shadow: 0 4px 18px rgba(16, 24, 40, 0.1);
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
  }
}

.hero-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-200);
  box-shadow: var(--shadow-1);
}

/* =========================================================
   HASTA PLAY
========================================================= */

.hasta-play-section {
  background: url(../img/bg_hastaplay.png);
  background-size: cover;      /* ocupa tudo */
  background-position: center; /* centraliza */
  background-repeat: no-repeat;
  min-height:430px;
}

.hasta-play-content .logo-hastaplay{
  margin-top:5px;
  margin-bottom:40px;
  max-width: 200px
}

.hasta-play-content p {
  font-size: 20px;
  font-weight: 500;

}

.hasta-play-btn {
  background: var(--hasta-play-button-text);
  color: var(--hasta-play-button-bg);
  border-radius: 999px;
  font-weight: 700;
  padding: 14px 30px;
  transition: .2s ease;
  box-shadow: 0 10px 25px rgba(26,34,30,.25);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border: 0;
  font-size: 16px;
}

.hasta-play-btn:hover {
  opacity: 0.85;
}

.hasta-play-media {
  overflow: hidden;
}

.hasta-play-media img {
  width: 100%;
  height: auto;
  display: block;
}

.hasta-play-page-header .logo-hastaplay {
  max-width: 220px;
  margin-bottom: 16px;
}

.hasta-play-page-header p {
  font-size: 18px;
  color: var(--text-700, #4b5563);
  max-width: 640px;
}

.hasta-play-videos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 40px;
}

.hasta-play-video-card {
  display: block;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(26, 34, 30, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hasta-play-video-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(26, 34, 30, 0.12);
  color: inherit;
}

.hasta-play-video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #111;
}

.hasta-play-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hasta-play-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.hasta-play-video-card:hover .hasta-play-video-play {
  opacity: 1;
}

.hasta-play-video-body {
  padding: 16px 18px 18px;
}

.hasta-play-video-title {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--text-900, #111827);
}

.hasta-play-video-date {
  font-size: 14px;
  color: var(--text-600, #6b7280);
}

@media (max-width: 767.98px) {
  .hasta-play-videos-grid {
    grid-template-columns: 1fr;
  }
}


/* Navegação Owl (usa seus tokens do theme.css) */
.owl-nav button{
background: var(--brand-primary) !important;
color: var(--text-inverse) !important;
border-radius: 999px !important;
width: 38px;
height: 38px;
display: inline-flex !important;
align-items: center;
justify-content: center;
box-shadow: var(--shadow-1);
border: 1px solid rgba(255,255,255,.25) !important;
}
.owl-nav button:hover{
background: var(--brand-primary-600) !important;
}
.owl-nav button span{ font-size: 22px; line-height: 1; font-weight: 900; }

.owl-theme .owl-dots .owl-dot span{
margin: 5px 4px;
}
.owl-theme .owl-dots .owl-dot.active span{
background: var(--brand-primary) !important;
}

/* HERO WRAP se você ainda não tiver no site.css */
.hero-wrap{
border-radius: var(--radius-lg);
overflow: hidden;
border: 1px solid var(--border-200);
box-shadow: var(--shadow-1);
}
.hero-slide picture, .hero-slide img{
width: 100%;
height: auto;
display: block;
}

/* Cards no carrossel (evita “colunas” do bootstrap dentro do owl) */

.auction-slider .auction_type,
.op-slider .auction_type{
  font-size:17px;
  color:#555555;
  font-weight:bold;
}

.op-slider .item .t-h3 small{
  font-size:13px;
}

.op-slider .op-card > .op-card-topo{
  padding-bottom:0.5rem;
}

.op-slider .op-card-cabecalho{
  margin-top:calc(0.35rem + 8px);
}

.op-slider .op-card .comitente-destaque{
  margin:0;
  line-height:1.5;
}

.op-slider .op-card .minicard {
  line-height: 1.5;
}

.op-slider .op-card .op-card-titulo{
  margin:0;
  padding:0;
}

.op-slider .op-card > .op-card-corpo{
  padding-top:0;
}

.op-slider .op-card .op-card-titulo.clamp-3{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  line-clamp:3;
  overflow:hidden;
}

.op-card-link {
  color: inherit;
  text-decoration: none;
}

.op-card-link:hover {
  color: inherit;
  text-decoration: none;
}

.op-slider .op-card-titulo.op-card-link:hover {
  color: var(--brand-primary);
}

.op-card-thumb-link {
  display: block;
  height: 100%;
}

.op-slider .item .thumb{
  aspect-ratio:16/10;
  background:var(--bg-300);
  overflow:hidden;
}

.op-slider .item .thumb img{
  border-radius:12px;
  width:100%;height:100%;object-fit:cover;display:block;
}

.op-slider .minicard{
  background-color:#fff;
  border-radius:10px;
  color:#000;
}

.minicard {
  font-size: 13px;
  line-height: 1.2;
}

.auction-slider .minicard small,
.op-slider .minicard small{
  font-weight:bold;
}


.auction-slider {
  position: relative;
}

.auction-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none; /* importante */
}

.auction-slider .owl-nav button {
  position: absolute;
  pointer-events: all;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #cacaca !important;
}

.auction-slider .owl-nav .owl-prev {
  left: -50px;
}

.auction-slider .owl-nav .owl-next {
  right: -50px;
}

.auction-slider .skeleton-card .sk {
  position: relative;
  background: #e9ecef;
  border-radius: 8px;
  overflow: hidden;
}

.auction-slider .skeleton-card .sk::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  height: 100%;
  width: 150px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
  animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(300px);
  }
}


/* BASE GLOBAL (reutilizável) */
.sk {
  position: relative;
  background: #e9ecef;
  border-radius: 10px;
  overflow: hidden;
}

.sk::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  height: 100%;
  width: 150px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
  animation: sk-shimmer 1.2s infinite;
}

@keyframes sk-shimmer {
  100% {
    transform: translateX(300px);
  }
}

/* variações reutilizáveis */
.sk-text {
  border-radius: 6px;
}

.sk-pill {
  border-radius: 30px;
}

.sk-box {
  flex: 1;
  border-radius: 14px;
}

.sk-btn {
  width: 100%;
  border-radius: 30px;
}

.auction-slider .sk-img {
  width: 80px;
  height: 40px;
}

.auction-slider .sk-box {
  height: 60px;
}

.auction-slider .sk-btn {
  height: 48px;
}

.op-slider .sk-image {
  width: 100%;
  height: 180px;
  border-radius: 16px;
}

.op-slider .sk-box {
  height: 60px;
}

.op-slider .sk-btn {
  height: 52px;
}





.op-slider .item .t-h3{
  color:#555555;
  font-weight:700;
  font-size:17px;
  line-height: 1.45;
}

.op-slider .item,
.auction-slider .item,
.next-slider .item,
.blog-slider .item{
  padding: 6px;
}

.auction-slider .item{
  background-color:#fff;
  display: flex;
  height: 100%;
}

.auction-slider .minicard{
  background-color:#f3f3f3;
  border-radius:10px;
  padding:10px;
  padding-top:5px!important;
}

.proximo-leilao-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.proximo-leilao-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.55;
}

.proximo-leilao-card .t-small {
  line-height: 1.5;
}

.proximo-leilao-card .t-semi-small {
  line-height: 1.5;
  margin-bottom: 0.35rem;
}

.proximo-leilao-card .t-h3 {
  line-height: 1.45;
}

.proximo-leilao-card .clamp-1,
.proximo-leilao-card .clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.proximo-leilao-card .clamp-1 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.proximo-leilao-card .clamp-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  min-height: 46px;
  line-height: 1.45;
}

.proximo-leilao-card .logos-row {
  min-height: 96px;
  align-items: center;
  margin-top: 1.1rem !important;
  margin-bottom: 1.1rem !important;
}

.proximo-leilao-card .row.g-2 {
  --bs-gutter-y: 0.7rem;
}

.proximo-leilao-card .logo-card {
  max-width: 182px;
  max-height: 90px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.proximo-leilao-card .auction_type {
  font-size: 17px;
  color: #555555;
  font-weight: 700;
}

.proximo-leilao-card .minicard {
  background-color: #f3f3f3;
  border-radius: 10px;
  color: #000;
  font-size: 13px;
  line-height: 1.5;
  min-height: 38px;
  padding: 10px 10px 9px;
}

.proximo-leilao-card .minicard small {
  font-weight: 700;
  font-size: inherit;
}


.partner-slider{
  color:var(--brand-primary);
  font-size:16px;
  font-weight:600;
}

.partner-slider .partner-slider-logo{
  display:block;
  max-width:140px;
  max-height:140px;
  width:auto;
  height:auto;
  object-fit:contain;
  margin:0 auto 10px;
}

.partner-slider .linkp{
  background-color:#dbdbdb;
  padding:3px;
  padding-left:10px;
  padding-right:10px;
  border-radius:5px;
  color:#555555;
  font-size:13px;
  text-decoration:none;
  font-weight:600;
}

/* Searchbar (caso seu site.css não tenha) 
.searchbar{
border: 1px solid var(--border-200);
border-radius: var(--radius-pill);
padding: 10px;
background: #fff;
box-shadow: 0 10px 25px rgba(16, 24, 40, .06);
}
@media (max-width: 991.98px){
.searchbar{ border-radius: var(--radius-lg); }
}*/



/* força o owl a esticar os itens */
.op-slider .owl-stage {
    display: flex;
}

.op-slider .owl-item {
    display: flex;
    height: auto;
}

/* cada item ocupa toda altura disponível */
.op-slider .item {
    display: flex;
    width: 100%;
}

/* card vira flex column */
.op-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

/* cabeçalho fixo no topo — não estica */
.op-card .p-3 {
    flex: 0 0 auto;
}

/* corpo: textos no topo, foto desce mantendo espaço */
.op-card .p-2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    min-height: 0;
}

.op-card .p-2 .thumb {
    margin-top: auto;
}

/* garante que o botão fique sempre alinhado embaixo */
.op-card .px-3.pb-3,
.op-card > .p-2:last-child {
    margin-top: auto;
    flex: 0 0 auto;
}

.form-check-input:checked {
    background-color: #c1272d;
    border-color: #c1272d;
}

/* Bolinha */
.form-check-input {
    background-color: #ccc;
    border-color: #ccc;
}

/* Quando focado */
.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(185, 121, 121, 0.25);
}



/* MOBILE AJUSTE */
@media (max-width: 991.98px) {
  .hasta-play-card {
    padding: 30px 20px;
    text-align: center;
  }

  .hasta-play-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .institucional .bloco2_hp{
    margin-top:30px;
      background-image:none;
      background:#b5121b; /* vermelho semelhante ao da arte */
      min-height:440px;
      padding:40px!important;
  }

  .institucional .bloco2_hp h5{
    font-size:18px;
  }

  .institucional .bloco2_hp p{
    font-size:14px;
  }  

  .institucional .bloco3_hp{
    background:none!important;
    margin-top:30px;
  }

  .institucional .bloco3_hp .numero{
    height:220px;
  }

  .institucional .bloco3_hp .conteudo_pai{
    max-width:100%;
    float:none;
  }

  .institucional .bloco4_hp {
    padding-top:140px
  }


  .institucional  .mt-mobile-30 {
    margin-top: 30px;
  }


  .faleconosco .fale-foto {
    margin: 0 auto 32px;
  }

  .faleconosco .contact-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 20px;
  }

  .faleconosco .contact-details {
    flex-direction: column;
    gap: 14px;
  }


  .faleconosco .contact-card-logo {
    margin-left:0!important;
    width:100%;
    height:180px;
  }

}






/* =============================
   NEWSLETTER
============================= */

.newsletter {
  background: linear-gradient(180deg, #e9edf2 0%, #f0f3f7 100%);
  border-top: 0.5px solid #dde2ea;
}

.hasta-news-brand {
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 800;
  line-height: 1.05;
  color: var(--text-900);
  letter-spacing: -0.02em;
}

.hasta-news-brand span {
  color: var(--cadastrese);
  font-weight: 700;
}

.hasta-news-sub {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--text-500);
  max-width: 34rem;
}

.hasta-news-form-wrap {
  margin-left: auto;
  max-width: 32rem;
}

.hasta-news-form {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  background: #fff;
  border: 0.5px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 2px 14px rgba(16, 24, 40, 0.05);
}

.hasta-news-input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-900);
}

.hasta-news-input::placeholder {
  color: #9aa3b2;
  font-weight: 500;
}

.hasta-news-input:focus {
  outline: none;
}

.hasta-news-btn {
  flex-shrink: 0;
  border: 0;
  border-radius: 7px;
  padding: 10px 18px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--cadastrese);
  background: rgba(36, 99, 138, 0.1);
  transition: background-color 0.15s ease, color 0.15s ease;
}

.hasta-news-btn:hover {
  background: var(--cadastrese);
  color: #fff;
}

.hasta-news-disclaimer {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #9aa3b2;
  text-align: right;
}

.hasta-news-disclaimer-link {
  color: var(--cadastrese);
  font-weight: 600;
  text-decoration: none;
}

.hasta-news-disclaimer-link:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .hasta-news-form-wrap {
    margin-left: 0;
    max-width: none;
  }

  .hasta-news-disclaimer {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .hasta-news-form {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 8px;
  }

  .hasta-news-btn {
    width: 100%;
  }
}

/* =============================
   MODAL — Hasta News
============================= */

.modal-nl .modal-content {
  border: 0.5px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(16, 24, 40, 0.12);
  overflow: hidden;
}

.modal-nl .modal-header {
  justify-content: flex-end;
  border-bottom: 0;
  padding: 1rem 1.25rem 0;
}

.modal-nl .modal-body {
  padding: 0.5rem 1.5rem 1.5rem;
}

.nl-modal-brand {
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1;
}

.nl-modal-intro {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-500);
  margin-bottom: 0;
}

.nl-modal-form .form-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9aa3b2;
  margin-bottom: 8px;
}

.nl-modal-form .nl-field {
  border: 0.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
}

.nl-modal-form .nl-field:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.nl-cats {
  max-height: 200px;
  overflow-y: auto;
  border: 0.5px solid #e0e0e0;
  border-radius: 8px;
  background: #fafbfc;
  padding: 10px 12px;
}

.nl-cats .form-check {
  margin-bottom: 6px;
  padding-left: 1.6em;
}

.nl-cats .form-check-label {
  font-size: 16px;
  color: var(--text-700);
}

.nl-cats .form-check-input:checked {
  background-color: var(--cadastrese);
  border-color: var(--cadastrese);
}

.nl-modal-legal {
  font-size: 14px;
  line-height: 1.55;
  color: #9aa3b2;
}

.nl-modal-legal-link {
  color: var(--cadastrese);
  font-weight: 600;
  text-decoration: none;
}

.nl-modal-legal-link:hover {
  text-decoration: underline;
}

.nl-modal-submit {
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 13px 18px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: var(--cadastrese);
  transition: opacity 0.15s ease;
}

.nl-modal-submit:hover:not(:disabled) {
  opacity: 0.92;
}

.nl-modal-submit:disabled {
  opacity: 0.65;
}

/* =============================
   MODAL — Acesso (login)
============================= */

.modal-auth .modal-content {
  border: 0.5px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(16, 24, 40, 0.12);
  overflow: hidden;
}

.modal-auth .modal-header {
  border-bottom: 0.5px solid #eceef2;
  padding: 1.15rem 1.5rem;
}

.modal-auth .modal-title {
  font-weight: 800;
  font-size: 1.45rem;
  color: var(--text-900);
}

.modal-auth .modal-body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.auth-modal .form-label,
.modal-auth .form-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9aa3b2;
  margin-bottom: 8px;
}

.hp-modal-field,
.modal-auth .hp-modal-field {
  border: 0.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
}

.hp-modal-field:focus,
.modal-auth .hp-modal-field:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.auth-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.auth-col {
  padding: 0;
}

.auth-section-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 0.5px solid #eee;
}

.auth-section-text {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-500);
  margin-bottom: 16px;
}

.auth-modal-submit {
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 13px 18px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: var(--cadastrese);
  transition: opacity 0.15s ease;
}

.auth-modal-submit:hover:not(:disabled) {
  opacity: 0.92;
}

.auth-modal-submit:disabled {
  opacity: 0.65;
}

.auth-modal-btn-secondary {
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 600;
  color: var(--cadastrese);
  background: rgba(36, 99, 138, 0.1);
  transition: background-color 0.15s ease, color 0.15s ease;
}

.auth-modal-btn-secondary:hover {
  background: var(--cadastrese);
  color: #fff;
}

.auth-modal-link {
  display: inline-block;
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: none;
  font-size: 15px;
  font-weight: 600;
  color: var(--cadastrese);
  text-decoration: none;
}

.auth-modal-link:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .auth-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .auth-col {
    border-right: 0.5px solid #eceef2;
    padding-right: 24px;
  }

  .auth-col:last-child {
    border-right: 0;
    padding-right: 0;
  }
}

/* =============================
   CADASTRO
============================= */

.cadastro-page-intro {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-500);
  max-width: 42rem;
}

.cadastro-tipo-toggle {
  display: inline-flex;
  gap: 8px;
  padding: 5px;
  background: #fff;
  border: 0.5px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 2px 14px rgba(16, 24, 40, 0.05);
}

.cadastro-tipo-toggle button {
  border: 0;
  border-radius: 7px;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-menu);
  background: transparent;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.cadastro-tipo-toggle button.is-active {
  color: #fff;
  background: var(--cadastrese);
}

.cadastro-tipo-toggle button:not(.is-active):hover {
  background: rgba(36, 99, 138, 0.08);
  color: var(--cadastrese);
}

.cadastro-page .card {
  border: 0.5px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 2px 14px rgba(16, 24, 40, 0.05);
  overflow: hidden;
}

.cadastro-page .card-body {
  padding: 1.35rem 1.5rem;
}

.cadastro-page .card h5 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 0.5px solid #eee;
}

.cadastro-page .secao-cadastro-descricao {
  font-size: 15px !important;
  line-height: 1.55;
  color: var(--text-500) !important;
  margin-bottom: 1.25rem !important;
}

.cadastro-page .form-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 8px;
}

.cadastro-page .form-control,
.cadastro-page .form-select {
  border: 0.5px solid #cccccc;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
}

.cadastro-page .form-control:focus,
.cadastro-page .form-select:focus {
  border-color: #aaaaaa;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.cadastro-password-field {
  position: relative;
}

.cadastro-password-input {
  padding-right: 2.75rem !important;
}

.cadastro-password-toggle {
  position: absolute;
  top: 50%;
  right: 0.65rem;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease;
}

.cadastro-password-toggle:hover {
  color: var(--cadastrese);
  background: rgba(36, 99, 138, 0.08);
}

.cadastro-password-toggle:focus-visible {
  outline: 2px solid rgba(36, 99, 138, 0.35);
  outline-offset: 1px;
}

.cadastro-page .form-check-input:checked {
  background-color: var(--cadastrese);
  border-color: var(--cadastrese);
}

.cadastro-page .form-check-label {
  font-size: 15px;
  color: var(--text-700);
}

.cadastro-page .termos-scroll {
  border: 0.5px solid #e0e0e0 !important;
  border-radius: 8px;
  background: #fafbfc !important;
}

.cadastro-page .termos-conteudo {
  font-size: 15px !important;
  line-height: 1.55;
  color: var(--text-700);
}

.cadastro-link {
  font-size: 15px;
  font-weight: 600;
  color: var(--cadastrese);
  text-decoration: none;
}

.cadastro-link:hover {
  text-decoration: underline;
}

.cadastro-leitura-botoes a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.cadastro-leitura-botoes a .fa-link {
  font-size: 0.85em;
  opacity: 0.85;
}

.cadastro-leitura-extra-titulo {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  color: #556070;
  margin-bottom: 0.5rem !important;
}

.cadastro-page .border.rounded.p-3 {
  border: 0.5px solid #e8ebf0 !important;
  border-radius: 10px !important;
  background: #fafbfc;
}

.cadastro-btn-primary {
  border: 0;
  border-radius: 8px;
  padding: 13px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: var(--cadastrese);
  transition: opacity 0.15s ease;
}

.cadastro-btn-primary:hover {
  opacity: 0.92;
  color: #fff;
}

.cadastro-btn-secondary {
  border: 0;
  border-radius: 8px;
  padding: 12px 22px;
  font-size: 16px;
  font-weight: 600;
  color: var(--cadastrese);
  background: rgba(36, 99, 138, 0.1);
  transition: background-color 0.15s ease, color 0.15s ease;
}

.cadastro-btn-secondary:hover {
  background: var(--cadastrese);
  color: #fff;
}

.cadastro-btn-secondary--sm {
  padding: 8px 14px;
  font-size: 14px;
}

.cadastro-btn-danger {
  color: var(--brand-primary);
  background: rgba(193, 39, 45, 0.08);
}

.cadastro-btn-danger:hover {
  background: var(--brand-primary);
  color: #fff;
}

.cadastro-page .senha-requisitos {
  font-size: 14px;
  color: var(--text-500);
}

.cadastro-page .text-muted {
  font-size: 14px;
}

.cadastro-page hr {
  border-color: #eceef2;
  opacity: 1;
}

.cadastro-field-hint {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--text-500);
}

.nl-modal-optin .form-check-label {
  font-size: 15px;
  line-height: 1.45;
  color: var(--text-700);
}

.nl-modal-optin .form-check-input:checked {
  background-color: var(--cadastrese);
  border-color: var(--cadastrese);
}

/* =============================
   FOOTER
============================= */

footer {
  background: var(--bg-100);
  border-top: 1px solid var(--border-200);
}