
body {
  font-family: 'Segoe UI', sans-serif;
  scroll-behavior: smooth;
}

#hero {
  height: 100vh;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: white;
  text-align: center;
  padding-top: 150px;
}


.portafolio-img {
  height: 220px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.card-title {
  margin-top: 10px;
  font-size: 1.1rem;
  text-align: center;
}


#contacto form {
  max-width: 600px;
  margin: auto;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}


footer {
  background-color: #222;
  color: white;
}


.navbar .nav-link.active {
  color: #ffc107 !important;
  font-weight: bold;
}
