/*
Theme Name: OCS Servicios Industriales WP
Theme URI: https://ocservicios.mx
Author: OC Servicios
Description: Tema personalizado de OC Servicios Industriales convertido desde el sitio HTML actualizado.
Version: 1.0
Text Domain: ocs-servicios-industriales
*/

:root {
  --ocs-blue: #1052C8;
  --ocs-silver: #AAB1B1;
  --ocs-dark: #050608;
  --ocs-dark-2: #11171f;
}
html { scroll-behavior: smooth; }
body { background: var(--ocs-dark); }
.ocs-wp-header { background: rgba(5, 8, 12, 0.96) !important; border-bottom: 1px solid rgba(170, 177, 177, 0.12); }
.ocs-header-logo { max-height: 72px !important; width: auto !important; object-fit: contain; }
.header .logo { min-width: 170px; }
.header .navmenu a.active, .header .navmenu a:hover { color: #fff !important; background: transparent !important; }
.header .navmenu a.active::after, .header .navmenu a:hover::after { content: ''; display: block; height: 3px; margin-top: 6px; background: linear-gradient(90deg, #00a5d8, #1052C8, #AAB1B1); }
.hero .info { padding-top: 120px; }
.ocs-hero-logo-static { max-width: 520px; width: min(70vw, 520px); height: auto; margin-bottom: 36px; }
@media (max-width: 768px) { .ocs-header-logo { max-height: 52px !important; } .ocs-hero-logo-static { width: 82vw; } .hero h2 { font-size: 44px !important; } }
