/* Main site styles extracted from inline and component styles */

body {
  font-family: 'Source Serif 4', serif;
}

/* 404 Page */
.page-404-section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f8f9fa;
}
.page-404-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.page-404-btn {
  font-size: 1.25rem;
  padding: 0.75rem 2rem;
}

/* Navbar */
#mainNav[style*="display:none"] {
  display: none !important;
}

/* Mision & Nosotros images */
#image-mision,
#image-nosotros {
  max-width: 90%;
}

/* Hero */
#hero-logo {
  max-width: 200px;
}
#scroll-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 14px;
  cursor: pointer;
}
#scroll-arrow {
  filter: drop-shadow(0 0 2px #000);
}

/* Ubicacion */
#ubicacion {
  height: 50vh;
}
#ubicacion iframe {
  border: 0;
  pointer-events: none;
  filter: grayscale(30%) brightness(0.8);
}
#ubicacion .overlay {
  background: rgba(0, 0, 128, 0.4);
}
#ubicacion .ubicacion-text {
  max-width: 600px;
}

