/*
Theme Name: Astra Child - Bravo AI
Template: astra
Version: 1.0.0
Description: Child theme para bravoaidatastudio.com. Incluye logo global + template Servicios 3D.
Author: Bravo AI Data Studio
Text Domain: astra-child
*/

/* ============ LOGO GLOBAL (header en todas las páginas) ============ */
/* Oculta cualquier IMG de logo viejo (corrupto del upload) */
.custom-logo-link img[src*="Logo-Principal"],
.site-branding img.custom-logo { display: none !important; }
.bv-logo-svg { width: 190px; height: auto; display: block; }
@media (max-width: 768px) {
  .bv-logo-svg { width: 150px; }
}

/* ============ Header tweaks para alineación con dark theme ============ */
body.bv-services-page .site-header { background: transparent; position: absolute; width: 100%; z-index: 50; }
body.bv-services-page #content { padding: 0 !important; margin: 0 !important; }
/* Solo el wrapper de contenido de la página, NO el ast-container del header */
body.bv-services-page #content > .ast-container { max-width: 100% !important; padding: 0 !important; }
