

/* Logo dentro del header (header_height: 150px / 100px sm) */
img.logo-image {
  width: 240px;
  max-width: 100%;
  height: auto !important;
  max-height: 126px;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  img.logo-image {
    max-height: 84px;
  }
}
#sp-header .logo {
  max-height: 100%;
  overflow: hidden;
  align-items: center;
}
.grecaptcha-badge { visibility: hidden; }
/* TRB04 — offcanvas + header/hero (Innovatek) */
.offcanvas-overlay { z-index: 10050 !important; }
.offcanvas-menu { z-index: 10051 !important; }
.offcanvas-menu .offcanvas-inner {
    padding-top: calc(var(--header_height, 150px) + 10px);
    max-height: 100vh;
}
#sp-header {
    position: relative !important;
    top: auto !important;
    z-index: 100 !important;
    background: #ffffff !important;
    overflow: hidden;
}
#sp-top-bar { position: relative; z-index: 101; }
