/* style.css - Energy Bike */

body {
  scroll-behavior: smooth;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  background-color: #f8f9fa;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

h1, h2, h3, h4 {
  letter-spacing: 0.5px;
}

h2 {
  font-weight: 600;
}

.display-5,
.display-6 {
  font-weight: 700;
}

.navbar-brand {
  font-size: 1.8rem;
}

.nav-link {
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #0d6efd;
}

.btn-dark {
  border-radius: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all 0.3s ease;
}

.btn-dark:hover {
  background-color: #333;
  border-color: #222;
}

img {
  max-width: 100%;
  border-radius: 12px;
}

/* Ajuste de imágenes para sección de misión */
.mision-img {
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}

ul.list-unstyled li {
  font-size: 1.1rem;
  padding: 6px 0;
}

footer {
  font-size: 0.9rem;
  background-color: #fff;
}

@media (max-width: 576px) {
  .display-5, .display-6 {
    font-size: 1.8rem;
  }
}
