.navbar {
  border-bottom: 1px solid #E2E8F0;
}

.navbar-brand {
  color: #0F172A;
  font-weight: 700;
}
.navbar-brand:hover {
  color: #0F172A;
}

.nav-link {
  color: #475569;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-link:hover, .nav-link.active {
  color: #0F172A;
}

.btn-success {
  background-color: #16A34A;
  border-color: #16A34A;
}
.btn-success:hover {
  background-color: #15803D;
  border-color: #15803D;
}

body {
  padding-top: 76px;
}

.hero-section {
  background: #fff;
  border-bottom: 1px solid #E2E8F0;
}

.badge-hero {
  display: inline-block;
  padding: 0.45rem 1rem;
  border-radius: 50rem;
  background: #E2E8F0;
  color: #0F172A;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-lead {
  color: #475569;
  max-width: 760px;
  margin: 0 auto;
}

.logo-item {
  padding: 0.75rem 1.4rem;
  border: 1px solid #E2E8F0;
  border-radius: 0.5rem;
  background: #F8F9FA;
  font-weight: 600;
  color: #0F172A;
}

.portfolio-section {
  background: #F8F9FA;
}

.section-subtitle {
  color: #475569;
  max-width: 760px;
  margin: 0 auto;
}

.gis-sidebar {
  height: 100%;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 0.75rem;
  padding: 2rem;
}

.gis-sidebar h3 {
  margin: 1rem 0;
  color: #0F172A;
}

.sidebar-desc {
  color: #475569;
  margin-bottom: 1.5rem;
}

.instruction-block {
  margin-top: 1.5rem;
}

.instruction-block h4 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.instruction-block ul {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.instruction-block li {
  margin-bottom: 0.75rem;
  color: #475569;
}

.tech-tag {
  display: inline-block;
  padding: 0.45rem 0.9rem;
  border-radius: 50rem;
  background: rgba(22, 163, 74, 0.12);
  color: #16A34A;
  font-size: 0.8rem;
  font-weight: 600;
}

.gis-visual-preview {
  overflow: hidden;
  border: 1px solid #E2E8F0;
  border-radius: 0.75rem;
  background: #fff;
  min-height: 620px;
}

.gis-visual-preview iframe {
  display: block;
  width: 100%;
  height: 620px;
  border: 0;
}

.project-card {
  border: 1px solid #E2E8F0;
  border-radius: 0.75rem;
  transition: transform 0.25s ease;
}

.project-card:hover {
  transform: translateY(-4px);
}

.project-card h3 {
  margin: 1rem 0;
}

.project-card p {
  color: #475569;
}

.coming-soon {
  display: inline-block;
  margin-top: 1rem;
  color: #16A34A;
  font-weight: 600;
}

.btn-acento {
  background: #16A34A;
  color: #fff;
  border: none;
}

.btn-acento:hover {
  background: #15803D;
  color: #fff;
}

.utn-section {
  background: #fff;
}

.utn-box {
  padding: 3rem;
  border: 1px solid #E2E8F0;
  border-radius: 0.75rem;
  background: #fff;
}

.institution-tag {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 0.9rem;
  border-radius: 50rem;
  background: rgba(15, 23, 42, 0.08);
  color: #0F172A;
  font-size: 0.85rem;
  font-weight: 600;
}

.utn-box h2 {
  margin-bottom: 1.5rem;
  color: #0F172A;
}

.utn-box p {
  color: #475569;
  line-height: 1.7;
}

.utn-services {
  margin: 2rem 0;
  padding-left: 1.25rem;
}

.utn-services li {
  margin-bottom: 1rem;
  color: #475569;
  line-height: 1.7;
}

.validation-block {
  margin-top: 2rem;
  padding: 1.5rem;
  background: rgba(22, 163, 74, 0.06);
  border-left: 4px solid #16A34A;
  border-radius: 0.5rem;
}

.validation-block p {
  margin-bottom: 0;
}

.utn-link {
  color: #16A34A;
  font-weight: 600;
  text-decoration: none;
}

.utn-link:hover {
  color: #15803D;
  text-decoration: underline;
}

.contact-section {
  background: #F8F9FA;
}

.contact-section h2 {
  color: #0F172A;
  margin-bottom: 1rem;
}

.contact-section p {
  color: #475569;
}

.resource-link {
  color: #475569;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.resource-link:hover {
  color: #16A34A;
}

.separator {
  color: #E2E8F0;
}

form .form-control {
  border: 1px solid #E2E8F0;
  padding: 0.75rem 1rem;
}

form .form-control:focus {
  border-color: #16A34A;
  box-shadow: 0 0 0 0.2rem rgba(22, 163, 74, 0.15);
}

textarea.form-control {
  resize: vertical;
  min-height: 160px;
}

/*# sourceMappingURL=main.css.50da69e019e4.map */
