/* tipografia */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/* fondos */
/* colores */
.header {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: clamp(8px, 2.5vw, 16px) clamp(12px, 4vw, 24px);
  background: linear-gradient(135deg, rgba(2, 78, 49, 0.445), rgba(14, 80, 49, 0.671));
  box-shadow: 0 0 10px rgba(0, 255, 157, 0.7);
}

.header-flex {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(6px, 2vw, 14px);
}

.header-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-right {
  display: flex;
  align-items: flex-start;
  justify-content: end;
}

.header-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.estrellas {
  font-size: clamp(14px, 4vw, 20px);
  letter-spacing: clamp(2px, 0.6vw, 6px);
  color: #eafff7;
  text-align: center;
}

#audio-btn {
  width: clamp(36px, 8vw, 48px);
  height: clamp(36px, 8vw, 48px);
  padding: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(2, 78, 49, 0.445), rgba(14, 80, 49, 0.671));
  color: #eafff7;
  font-size: clamp(14px, 4vw, 18px);
  transition: 0.3s, transform 0.3s;
  border: 1px;
}
#audio-btn:hover {
  box-shadow: 0 0 10px rgba(0, 255, 157, 0.7);
  background: rgba(0, 255, 157, 0.3);
  color: #222;
  transform: scale(1.06);
}

@media (min-width: 768px) {
  .header {
    max-width: 1100px;
    margin: 12px auto 24px;
    border-radius: 1.2rem;
  }
  .header-left {
    justify-content: flex-start;
  }
  .header-right {
    justify-content: flex-end;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  min-height: 100%;
  font-family: "Raleway", sans-serif;
  color: #eafff7;
  background-image: url("../assets/backgrounds/backgrounds.png");
  font-size: clamp(14px, 1.5vw, 18px);
  align-items: stretch;
  display: flex;
  flex-direction: column;
}

body.blackhole {
  background: url("../assets/backgrounds/background_electric.png");
}

body.planetGG {
  background: url("../assets/backgrounds/background_planetGG.png");
}

body.planetD {
  background: url("../assets/backgrounds/background_planetD.png");
}

body.planetW {
  background: url("../assets/backgrounds/background_home.png");
}

body.sun {
  background: url("../assets/backgrounds/background_electric.png");
}

h2, h3 {
  text-align: center;
  color: #eafff7;
  text-shadow: 0 0 5px #00ff9d;
  margin-bottom: 0.5rem;
}

p {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(2, 78, 49, 0.445), rgba(14, 80, 49, 0.671));
  border: 1px solid rgba(0, 255, 157, 0.4);
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 255, 157, 0.7);
  padding: 0.5rem 1rem;
  color: #eafff7;
  text-align: center;
  text-shadow: 0 0 5px #00ff9d;
  max-width: 90%;
  margin: 0.5rem auto;
}

.planeta-fondo {
  display: block;
  margin: 2rem auto;
  max-width: 250px;
  width: 80vw;
  height: auto;
}

.piloto-center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  min-height: unset;
}

.flip-piloto {
  width: min(200px, 50vw);
  aspect-ratio: 3/4;
  border-radius: 1rem;
  transition: transform 0.2s ease;
}
.flip-piloto:hover {
  transform: scale(1.03);
  box-shadow: 0 0 10px rgba(0, 255, 157, 0.7);
}
.flip-piloto-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.55s cubic-bezier(0.1, 0.22, 0.8, 1.13);
  transform-style: preserve-3d;
}
.flip-piloto-front, .flip-piloto-back {
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #09a143;
}
.flip-piloto-front {
  background-size: cover;
  background-position: center;
}
.flip-piloto-back {
  font-size: clamp(0.9rem, 2.5vw, 1.25rem);
  padding: 1rem;
  background-color: rgba(2, 78, 49, 0.445);
  transform: rotateY(180deg);
}
.flip-piloto.flipped .flip-piloto-inner {
  transform: rotateY(-180deg);
}

.form-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.form-wrapper {
  background: linear-gradient(135deg, rgba(2, 78, 49, 0.445), rgba(14, 80, 49, 0.671));
  padding: 2rem;
  border-radius: 1rem;
  width: 100%;
  max-width: 320px;
  box-shadow: 0 0 10px rgba(0, 255, 157, 0.7);
  display: block;
  text-align: center;
}
.form-wrapper label {
  color: #eafff7;
  text-shadow: 0 0 5px #00ff9d;
  margin-bottom: 0.5rem;
  display: block;
  text-align: center;
  font-size: 1.1rem;
}

#pilotCarousel {
  border: 2px;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative;
}
#pilotCarousel .carousel-inner {
  border-radius: 0.5rem;
}
#pilotCarousel .carousel-img {
  object-fit: contain;
}

.carousel-btn-container {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
}

.crs_btn {
  background: linear-gradient(135deg, rgba(2, 78, 49, 0.445), rgba(14, 80, 49, 0.671));
  color: #eafff7;
  border: 1px solid var(--border);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.crs_btn:hover {
  box-shadow: 0 0 10px rgba(0, 255, 157, 0.7);
  background: rgba(0, 255, 157, 0.3);
  transform: scale(1.1);
}

input[type=text],
input[type=date],
input[type=color],
input.form-control {
  background: linear-gradient(135deg, rgba(2, 78, 49, 0.445), rgba(14, 80, 49, 0.671));
  color: #eafff7;
  border: 1.5px;
  border-radius: 0.7rem;
  font-size: 1rem;
  padding: 0.6rem 1rem;
  margin-bottom: 1.2rem;
  transition: box-shadow 0.3s, border-color 0.3s;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

input[type=text]:focus,
input[type=date]:focus,
input[type=color]:focus,
input.form-control:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(0, 255, 157, 0.7);
  color: #eafff7;
}

input[type=color] {
  height: 50px;
  padding: 0.2rem;
}

.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.5rem;
}
.action-buttons a, .action-buttons button {
  justify-content: center;
  background: linear-gradient(135deg, rgba(2, 78, 49, 0.445), rgba(14, 80, 49, 0.671));
  color: #eafff7;
  text-decoration: none;
  border: 1px;
  border-radius: 8px;
  text-align: center;
  text-shadow: 0 0 5px #00ff9d;
  font-size: 0.9rem;
  padding: 8px 12px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.action-buttons a:hover, .action-buttons button:hover {
  box-shadow: 0 0 10px rgba(0, 255, 157, 0.7);
  background: rgba(0, 255, 157, 0.3);
  transform: scale(1.05);
}

.crew-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: linear-gradient(135deg, rgba(2, 78, 49, 0.445), rgba(14, 80, 49, 0.671));
  border-radius: 1.5rem;
  box-shadow: 0 0 10px rgba(0, 255, 157, 0.7);
  padding: 1.5rem;
  margin: 1.5rem;
  color: #eafff7;
  font-family: "Raleway", sans-serif;
  transition: box-shadow 0.3s;
}
.crew-card:hover {
  box-shadow: 0 0 10px #eafff7;
}
.crew-card .crew-photo {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 255, 157, 0.7);
}
.crew-card .crew-image {
  width: 100%;
  height: auto;
  max-width: 220px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: inherit;
  transition: transform 0.3s;
}
.crew-card .crew-image:hover {
  transform: scale(1.05) rotate(-2deg);
  box-shadow: 0 0 10px rgba(0, 255, 157, 0.7);
}
.crew-card .crew-info h2 {
  margin-bottom: 0.8rem;
  color: #eafff7;
  text-shadow: 0 0 5px #00ff9d;
}
.crew-card .crew-info p {
  display: block;
  margin-bottom: 0.7rem;
  line-height: 1.5;
  color: #eafff7;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 255, 157, 0.7);
}
.crew-card .crew-info .crew-phrase {
  font-style: italic;
  color: #09a143;
  margin-top: 1rem;
  text-shadow: 0 0 6px #09a143;
}

@media (max-width: 700px) {
  .crew-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 1rem;
  }
  .crew-card .crew-photo {
    width: 100px;
    height: 100px;
  }
  .crew-card .crew-info h2 {
    font-size: 1.2rem;
  }
  .crew-card .crew-info p, .crew-card .crew-info .crew-phrase {
    font-size: 0.95rem;
  }
  .grid-card {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 0.5rem;
    padding: 0.5rem 0;
  }
  .crew-image {
    max-width: 120px;
  }
  .grid-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    width: 100%;
    padding: 1rem 0;
  }
}
.battlefield-grid {
  display: grid;
  grid-template-areas: "b . a" ". d ." "i . c" ". e f" "g . h";
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 110px);
  padding: 1.5rem 0;
}

.robot1 {
  grid-area: a;
}

.robot2 {
  grid-area: b;
}

.robot3 {
  grid-area: c;
}

.robot4 {
  grid-area: d;
}

.robot5 {
  grid-area: e;
}

.robot6 {
  grid-area: f;
}

.robot7 {
  grid-area: g;
}

.robot8 {
  grid-area: h;
}

.robot9 {
  grid-area: i;
}

.reproductor-musica {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  background: linear-gradient(135deg, rgba(2, 78, 49, 0.445), rgba(14, 80, 49, 0.671));
  border-radius: 1.2rem;
  padding: 1rem 2rem;
  margin: 2rem auto;
  max-width: 400px;
}
.reproductor-musica .reproductor-btn {
  background: linear-gradient(135deg, rgba(2, 78, 49, 0.445), rgba(14, 80, 49, 0.671));
  color: #eafff7;
  border: 1px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s, transform 0.3s;
}
.reproductor-musica .reproductor-btn:hover {
  background: rgba(0, 255, 157, 0.3);
  transform: scale(1.08);
}
.reproductor-musica .reproductor-info {
  flex: 1;
  text-align: center;
  color: #eafff7;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  text-shadow: 0 0 8px #eafff7;
  padding: 0 0.5rem;
}

@media (max-width: 600px) {
  .reproductor-musica {
    flex-direction: flex;
    gap: 0.7rem;
    padding: 0.7rem 1rem;
    max-width: 98vw;
  }
  .reproductor-musica .reproductor-btn {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  .reproductor-musica .reproductor-info {
    font-size: 0.95rem;
  }
}
.menu-fab {
  position: relative;
  display: inline-block;
}
.menu-fab .menu-btn {
  width: 56px;
  height: 56px;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.menu-fab .menu-btn:hover {
  animation: warp-shake 0.3s infinite ease-in-out;
}
@keyframes warp-shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.menu-fab .menu-panel {
  position: absolute;
  top: calc(100% + 40px);
  left: 0;
  width: max-content;
  max-width: 90vw;
  display: none;
  border-radius: 12px;
  text-align: center;
  padding: 15px;
  z-index: 1001;
  background: linear-gradient(135deg, rgba(2, 78, 49, 0.445), rgba(14, 80, 49, 0.671));
  box-shadow: 0 0 10px rgba(0, 255, 157, 0.7);
  grid-template-columns: repeat(4, auto);
  gap: 10px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
}
.menu-fab .menu-panel a, .menu-fab .menu-panel button {
  background: rgba(3, 56, 52, 0.527);
  color: #eafff7;
  text-decoration: none;
  border-radius: 8px;
  text-align: center;
  text-shadow: 0 0 5px #00ff9d;
  font-size: 0.9rem;
  padding: 8px 12px;
  border: 1px solid var(--border);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-fab .menu-panel a:hover, .menu-fab .menu-panel button:hover {
  background: rgba(0, 255, 157, 0.3);
  transform: scale(1.05);
}
.menu-fab.open .menu-panel {
  display: grid;
  opacity: 1;
  transform: translateY(0);
}

.planeta-btn {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transition: transform 0.3s ease;
  transform-origin: center;
}

@media (max-width: 600px) {
  .menu-fab .menu-btn {
    width: 45px;
    height: 45px;
  }
  .menu-fab .menu-panel {
    grid-template-columns: repeat(1, auto);
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
  }
  .menu-fab .menu-panel a, .menu-fab .menu-panel button {
    font-size: 0.8rem;
  }
  .menu-fab .menu-panel.open .menu-panel {
    transform: translateX(-50%) translateY(0);
  }
  .planeta-btn {
    width: 45px;
    height: 45px;
  }
}
.asistente {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.asistente_btn {
  width: 56px;
  height: 56px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.asistente_btn:hover {
  animation: warp-shake 0.3s infinite ease-in-out;
}

@keyframes warp-shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.asistente_menu {
  position: absolute;
  opacity: 0;
  display: none;
  bottom: 70px;
  right: 0;
  width: 300px;
  background: linear-gradient(135deg, rgba(2, 78, 49, 0.445), rgba(14, 80, 49, 0.671));
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 255, 157, 0.7);
  padding: 15px;
  transition: opacity 0.3s ease;
  border: 1px solid var(--border);
}

.asistente.open .asistente_menu {
  opacity: 1;
  display: block;
}

.soundcloud-credits {
  margin-top: 10px;
  font-size: 10px;
  color: #cccccc;
  font-family: Arial, sans-serif;
}

.soundcloud-credits a {
  color: #cccccc;
  text-decoration: none;
}

.soundcloud-credits a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
