﻿/* BCS Tecnologia — custom overrides */
:root {
  --bcs-navy: #0b1c2c;
  --bcs-blue: #1a6db5;
  --bcs-cyan: #2bb0ed;
  --bcs-dark: #0a1622;
}

html {
  scroll-behavior: smooth;
}

#home,
#quem-somos,
#servicos,
#produtos,
#contato {
  scroll-margin-top: 100px;
}

/* Header — Medinova força fundo branco; logo com texto escuro */
.bcs-site header#header .tm-fullpage-nav-header .tm-fullpage-nav-header-inner {
  background-color: #fff !important;
  box-shadow: 0 1px 0 rgba(10, 22, 34, 0.08);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.bcs-site header#header .tm-fullpage-nav-header .tm-fullpage-nav-header-inner .tm-fullpage-nav-header-container {
  padding: 12px 40px !important;
}

.bcs-site header#header .tm-fullpage-nav-header .menuzord-brand.site-brand {
  background: transparent !important;
  border-radius: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 1;
}

.bcs-site header#header .tm-fullpage-nav-header .menuzord-brand.site-brand img.logo-bcs,
.bcs-site header#header .logo-bcs {
  max-height: 80px !important;
  width: auto !important;
  max-width: 380px !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  background: transparent !important;
}

.bcs-site .fullpage-nav-toggle span {
  color: #0b1c2c;
}

@media (max-width: 767.98px) {
  .bcs-site header#header .tm-fullpage-nav-header .tm-fullpage-nav-header-inner .tm-fullpage-nav-header-container {
    padding: 10px 16px !important;
  }
  .bcs-site header#header .tm-fullpage-nav-header .menuzord-brand.site-brand img.logo-bcs,
  .bcs-site header#header .logo-bcs {
    max-height: 56px !important;
    max-width: 260px !important;
  }
}

/* Hero tech */
.bcs-hero {
  position: relative;
  min-height: 70vh;
  background: linear-gradient(135deg, #0a1622 0%, #123a5c 45%, #1a6db5 100%);
  background-size: cover;
  background-position: center;
}

.bcs-hero.bcs-hero-img {
  background-image:
    linear-gradient(135deg, rgba(10, 22, 34, 0.75) 0%, rgba(18, 58, 92, 0.65) 50%, rgba(26, 109, 181, 0.55) 100%),
    url("../images/bcs/hero-tech-1.jpg");
}

.bcs-hero .typed-text-carousel,
.bcs-hero h1 {
  color: #0b1c2c;
  font-weight: 700;
}

.bcs-hero .bg-white-transparent-8 {
  background: rgba(255, 255, 255, 0.88) !important;
  border-radius: 4px;
}

.bcs-page-title {
  background-image:
    linear-gradient(135deg, rgba(10, 22, 34, 0.85) 0%, rgba(26, 109, 181, 0.7) 100%),
    url("../images/bcs/page-title-bg.jpg");
  background-size: cover;
  background-position: center;
}

/* Product cards */
.bcs-product-card {
  background: #fff;
  border: 1px solid #e6eef5;
  border-radius: 8px;
  padding: 30px 24px;
  height: 100%;
  text-align: center;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  box-shadow: 0 4px 16px rgba(10, 22, 34, 0.06);
}

.bcs-product-card:hover {
  box-shadow: 0 10px 28px rgba(10, 22, 34, 0.12);
  transform: translateY(-3px);
}

.bcs-product-card .product-logo {
  max-height: 88px;
  width: auto;
  max-width: 100%;
  margin: 0 auto 18px;
  display: block;
  object-fit: contain;
}

.bcs-product-card .product-logo[src*="serialize"] {
  max-height: 120px;
}

.bcs-product-card .product-logo-placeholder {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
  color: var(--bcs-blue);
  letter-spacing: 0.02em;
}

.bcs-product-card h4 {
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--bcs-navy);
}

.bcs-product-card p {
  color: #555;
  font-size: 14px;
  min-height: 60px;
}

/* Service icon boxes */
.bcs-service-box {
  background: #fff;
  border: 1px solid #e6eef5;
  border-radius: 8px;
  padding: 28px 24px;
  height: 100%;
  box-shadow: 0 4px 16px rgba(10, 22, 34, 0.05);
}

.bcs-service-box .icon i {
  font-size: 42px;
  color: var(--bcs-blue);
}

.bcs-teaser-card {
  background: #fff;
  border-left: 4px solid var(--bcs-blue);
  padding: 24px 28px;
  box-shadow: 0 4px 14px rgba(10, 22, 34, 0.06);
  height: 100%;
}

/* Footer */
.bcs-footer {
  background: var(--bcs-dark);
  color: #c8d4e0;
}

.bcs-footer a {
  color: #9ec9ef;
}

.bcs-footer a:hover {
  color: #fff;
}

.bcs-logo-plate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 16px;
}

.bcs-logo-plate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 16px;
}

.bcs-footer .footer-logo {
  max-height: 56px;
  width: auto;
  max-width: 240px;
  margin-bottom: 0;
  display: block;
  object-fit: contain;
  background: transparent;
}

.bcs-footer .widget-title {
  color: #fff;
}

.bcs-footer .footer-bottom {
  background: #061018 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bcs-footer .legal-block {
  font-size: 13px;
  line-height: 1.55;
  color: #a8b8c8;
}

.bcs-contact-alert {
  display: none;
  margin-bottom: 20px;
}

.bcs-contact-alert.is-visible {
  display: block;
}

@media (max-width: 767px) {
  .bcs-hero h1 {
    font-size: 28px !important;
  }
}
