/* =========================
   ESTADO GLOBAL (TODO EL SITIO)
========================= */

/* SAHE chico oculto SIEMPRE */
.sahe-img{
    display: none !important;
}

/* ONEH chico visible */
.oneh-img{
    display: inline-block;
}

/* Campus visible */
.boton-header{
    display: inline-block;
}

/* =========================
   SOLO ONEH
========================= */

.oneh-mode .sahe-img{
    display: inline-block !important;
}

.oneh-mode .oneh-img{
    display: none !important;
}

.oneh-mode .boton-header{
    display: none !important;
}

/* =========================
   LOGO PRINCIPAL ONEH
========================= */

.oneh-mode .site-branding img{
    width: 360px;
    max-width: 100%;
    height: auto;
}

/* evitar bugs del theme */
.oneh-mode .logo--transparency{
    display: none !important;
}

.oneh-mode .logo--normal{
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.oneh-mode .boton-header-campus{
	display:none !important;
}

/* =========================
   MOBILE - estado normal
========================= */

.boton-header-sahe{
    display: none !important;
}

.boton-header-campus{
    display: inline-block !important;
}

/* =========================
   MOBILE - modo ONEH
========================= */

.oneh-mode .boton-header-campus{
    display: none !important;
}

.oneh-mode .boton-header-sahe{
    display: inline-block !important;
}

/* contenedor logo mobile */
.oneh-mode .site-header-mobile .site-branding{
    position: relative;
    display: inline-block;
    width: 230px;
    height: 36px;
    max-width: 230px;
}

/* ocultamos SOLO el logo original del theme */
.oneh-mode .site-header-mobile .site-branding img{
    opacity: 0 !important;
    visibility: hidden !important;
    width: 250px !important;
    max-width: 250px !important;
    height: 48px !important;
    display: block !important;
}

/* ocultamos logo transparencia */
.oneh-mode .site-header-mobile .logo--transparency{
    display: none !important;
}

/* dejamos la figura normal ocupando espacio */
.oneh-mode .site-header-mobile .logo--normal{
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
}

/* dibujamos el logo ONEH por arriba */
.oneh-mode .site-header-mobile .site-branding::after{
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 250px;
    height: 48px;
    background-image: url("https://sahe.org.ar/wp-content/uploads/2026/04/Oneh-logo-red-2-01.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
}

.oneh-mode .header-mb-v1 .site-header-mobile .header-component-outer_2 {
    display: none;
}
