
html { scroll-behavior: smooth; }
.section-pad { padding: 4rem 0; }
.value-badge { background: #f5f7fb; border: 1px solid #e6eaf2; }
.shadow-soft { box-shadow: 0 10px 30px rgba(0,0,0,.06); }
.divider { height: 2px; background: linear-gradient(90deg, transparent, #e9ecef, transparent); margin: 2rem 0; }

/* Banners */
.banner { min-height: 50vh; position: relative; }
.banner::before {
  content: "";
  position: absolute; inset: 0;
  background: rgba(0,0,0,.45);
}
.banner > * { position: relative; z-index: 1; }
.banner-home { background: url('../img/banner-home.jpg') center/cover no-repeat; }
.banner-nosotros { background: url('../img/banner-nosotros.jpg') center/cover no-repeat; }
.banner-contacto { background: url('../img/banner-contacto.jpg') center/cover no-repeat; }


/* Typography */
body { font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: 'Roboto', ui-sans-serif, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif; }

/* Navbar brand image */
.navbar-brand img { height: 70px; width: auto; display: block; }
