/* ILS_V20_BRANDING_SAFE */
.brand-mark{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:1.8rem!important;
  min-width:1.8rem!important;
  height:1.8rem!important;
  color:transparent!important;
}
.brand-mark img.seneam-mark{
  width:1.55rem!important;
  height:1.55rem!important;
  object-fit:contain!important;
  display:block!important;
  filter:drop-shadow(0 0 10px rgba(52,211,153,.22));
}
.gate-glyph{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:transparent!important;
  margin-bottom:.85rem!important;
}
.gate-glyph svg{display:none!important}
.gate-glyph img.seneam-gate-logo{
  width:min(260px,78%)!important;
  max-height:92px!important;
  object-fit:contain!important;
  display:block!important;
  filter:drop-shadow(0 0 20px rgba(52,211,153,.20));
}
.hero-report-actions{gap:.46rem!important}
.hero-report-actions .btn{min-height:2.45rem!important}
#btnReporteIntegralWeb,
.btn-report-integral-web{
  width:100%!important;
  justify-content:center!important;
  background:linear-gradient(180deg,rgba(82,182,232,.15),rgba(18,28,39,.92))!important;
  border-color:rgba(82,182,232,.45)!important;
  color:#eaf6ff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
}
#btnReporteIntegralWeb:hover,
.btn-report-integral-web:hover{
  border-color:rgba(52,211,153,.72)!important;
  color:#fff!important;
}
@media(max-width:760px){
  .hero-report-actions{gap:.34rem!important}
  .hero-report-actions .btn{
    min-height:2.05rem!important;
    font-size:.68rem!important;
    line-height:1.05!important;
    padding:.36rem .34rem!important;
  }
  .gate-glyph img.seneam-gate-logo{
    width:min(230px,82%)!important;
    max-height:76px!important;
  }
}
