/* Estilos críticos para header consistente - Compartido por todas las páginas */
.bm-pro-header { 
  min-height: 100px !important; 
  padding: 18px 0 !important; 
}

.bm-header-inner { 
  min-height: 64px !important; 
  padding: 12px 25px !important; 
}

.logo-ini { 
  max-height: 80px !important; 
  min-height: 60px !important; 
  height: auto !important; 
  width: auto !important; 
  object-fit: contain !important; 
}

.bm-logo-text { 
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #2ca7adbe !important;
}

.header .logo { 
  min-height: 60px !important; 
  display: flex !important; 
  align-items: center !important; 
}

@media (max-width: 768px) {
  .bm-pro-header { 
    min-height: 85px !important; 
    padding: 15px 0 !important; 
  }
  .bm-header-inner { 
    min-height: 55px !important; 
    padding: 10px 20px !important; 
  }
  .logo-ini { 
    max-height: 60px !important; 
    min-height: 50px !important; 
  }
  .bm-logo-text { 
    font-size: 16px !important; 
  }
}

@media (max-width: 480px) {
  .bm-pro-header { 
    min-height: 75px !important; 
    padding: 12px 0 !important; 
  }
  .bm-header-inner { 
    min-height: 50px !important; 
    padding: 8px 15px !important; 
  }
  .logo-ini { 
    max-height: 55px !important; 
    min-height: 45px !important; 
  }
  .bm-logo-text { 
    font-size: 14px !important; 
  }
}
