@font-face {
  font-family: 'BoldPixels';
  src: url('/resources/BoldPixels.ttf') format('truetype');
}

/* ======== FONDO GLOBAL ======== */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #020617 0%, #071225 40%, #0c1a33 70%, #13213d 100%);
  background-attachment: fixed;
  background-size: cover;
  color: #e6e9f0;
  font-family: "Inter", sans-serif;
}

/* ======== ESTRUCTURA BASE ======== */
.content {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

/* ======== NAVBAR ======== */
.navbar {
  background: linear-gradient(90deg, #0a1528, #0f203b, #13284b);
  border-bottom: 1px solid rgba(80, 120, 180, 0.2);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.6);
}

.navbar-brand {
  font-family: "BoldPixels", sans-serif;
  font-size: 1.4rem;
  color: #3fa7ff !important;
  letter-spacing: 1px;
  text-shadow: 0 0 5px rgba(63, 167, 255, 0.3);
}

.navbar-nav .nav-link {
  color: #c6d2e2 !important;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
}

.navbar-nav .nav-link:hover {
  color: #59b2ff !important;
  text-shadow: 0 0 5px rgba(80, 150, 255, 0.3);
}

.navbar-nav .nav-link.active {
  color: #6fbaff !important;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(100, 180, 255, 0.5);
}

.navbar-toggler {
  border-color: rgba(100, 160, 255, 0.4);
  box-shadow: none;
}

.navbar-toggler-icon {
  filter: invert(1) drop-shadow(0 0 3px rgba(100, 160, 255, 0.6));
}

/* ======== HERO PRINCIPAL ======== */
.slide-1 {
  flex: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: linear-gradient(180deg, #061120, #0c1a33, #14243f);
}

.titulo h1 {
  font-family: "BoldPixels", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  color: #f0f4ff;
  text-shadow: 0 0 10px rgba(100, 150, 255, 0.25);
}

.titulo h2 {
  color: #b6c2d6;
}

#typed {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}

.caret {
  display: inline-block;
  width: 2px;
  height: 1.05em;
  background-color: #d0d8f0;
  margin-left: 6px;
  vertical-align: bottom;
  opacity: 1;
}

@keyframes blink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}
.caret--active, .caret--idle {
  animation: blink 1s steps(1) infinite;
}

/* ======== BOTÓN PRINCIPAL ======== */
.register-button {
  margin-right: 40px;
  background: linear-gradient(90deg, #2b6cb0, #265a8f);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(40, 100, 180, 0.2);
}
.register-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(70, 130, 200, 0.25);
}
.register-button:active {
  transform: translateY(0);
}

/* ======== CARRUSEL ======== */
.carousel {
  background: linear-gradient(180deg, #071225, #0c1a33, #14243f);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.7);
  border-radius: 0;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.carousel-container {
  width: 60vw;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .carousel-container {
    width: 90vw;
  }
}

.carousel-item {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.video-wrapper,
.media-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #081427;
  overflow: hidden;
}

.video-wrapper iframe,
.media-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

/* Indicadores */
.carousel-indicators [data-bs-target] {
  background-color: #7caeff;
  opacity: 0.8;
}

/* Flechas */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1) drop-shadow(0 0 4px rgba(130, 170, 255, 0.6));
}

/* ======== FAQ ======== */
.faq-section {
  background: linear-gradient(180deg, #061120, #0c1a33, #14243f);
  color: #e6e9f0;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.faq-section h2 {
  font-family: "BoldPixels", sans-serif;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(80, 130, 200, 0.25);
  color: #dee8ff;
}

.accordion-item {
  background: rgba(8, 20, 40, 0.6);
  border: 1px solid rgba(130, 160, 200, 0.1);
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(20, 60, 120, 0.15);
}

.accordion-button {
  background-color: rgba(10, 20, 40, 0.9);
  color: #f5f7fb;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color: #0d1633;
  color: #6fa8ff;
  box-shadow: inset 0 -1px 15px rgba(60, 100, 200, 0.25);
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 100, 200, 0.25);
}

.accordion-body {
  background-color: rgba(5, 15, 35, 0.7);
  color: #c5d2e6;
  font-size: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* ======== RESPONSIVO ======== */
@media (max-width: 768px) {
  .carousel-container {
    width: 100%;
  }
}
  