:root {
  --messsages-background: #F9F5EA;
  --messages-border: #23347E;
  --background-doe: #C0C0C0;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 2000px;
  margin: 0 auto;
  font-family: monospace;
  font-size: 14px;
  user-select: none;
}

body {
  font-family: 'Arial', sans-serif;
  overflow-x: hidden;
  /* overflow-y: hidden; */
  background: #000;
}

/* Menu Escenas */
#menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2000;
  margin: 1rem;
  max-height: 95dvh;
  min-height: 20vh;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#menu::-webkit-scrollbar {
  display: none;
}
#menu .open-button-wrapper,
#menu .close-button-wrapper {
  width: 2rem;
  height: 2rem;
  margin: 0;
}
#menu .open-button-wrapper svg,
#menu .close-button-wrapper svg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menu .menu-list {
  background: white;
  padding: 0.5rem;
  height: 0;
  width: 0;
  opacity: 0;
  transition: height 0.3s ease, width 0.3s ease, opacity 0.3s ease;
  margin: 0 0 0 auto;
}
#menu .menu-list.active {
  height: auto;
  width: auto;
  opacity: 1;
}
#menu .menu-list.active .menu-header {
  opacity: 1;
}
#menu .menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
}
#menu .language-buttons {
  margin: 0;
}
#menu .lang-button,
#menu #toggleMusic {
  padding: 0.25rem 0.5rem;
  background-color: white;
  border: 1px solid var(--messages-border);
  color: black;
  cursor: pointer;
}
#menu #toggleMusic {
  margin: 0;
}
#menu .open-button-wrapper button,
#menu .close-button-wrapper button {
  background-color: white;
  border: 1px solid var(--messages-border);
  color: black;
  cursor: pointer;
}
#menu .menu-list ul {
  list-style: none;
  padding: 0;
  margin: 1rem 1rem;
  overflow-y: scroll;
}
#menu .menu-list ul li {
  margin: 0.5rem 0;
}
#menu .menu-list ul span {
  font-weight: bold;
  font-size: 1.1rem;
}
#menu .menu-list ul a {
  color: black;
  padding: 0.5rem 0 0.5rem 1.5rem;
  display: block;
}

#menu ul li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
}

#menu ul li a.active {
  font-weight: bold;
  border-left: 4px solid #007bff;
  background-color: #f0f8ff;
}

#menu ul li a.completed {
  color: #6c757d;
  text-decoration: line-through;
}

#menu ul li a.locked {
  pointer-events: none;
  color: #aaa;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Portada */
.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100dvh;
  background: black;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  z-index: 1500;
  padding: 1rem 1rem 5rem 1rem;
  box-sizing: border-box;
  overflow: hidden;
}

#cover1 {
  justify-content: center;
  overflow: hidden;
}

#cover2 {
  justify-content: flex-start;
  overflow-y: auto;
  padding: 4rem 2.6rem;
}

#cover2 .cover-title {
  font-size: 2.2rem;
}

.cover .logo-ie-img img {
  max-width: 6rem;
}

.cover .cover-title {
  font-size: 2.5rem;
  text-align: center;
  margin: 1rem;
  max-width: 40rem;
  line-height: 1.2;
}

.cover .cover-text {
  text-align: center;
  margin: 1rem;
}

.cover p{
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 800px;
  text-align: justify;
  margin: 1rem auto;
}

.cover button {
  padding: 0.5rem 1rem;
  background-color: var(--messsages-background);
  border: 2px solid var(--messages-border);
  color: black;
  cursor: pointer;
  font-size: 1.2rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cover #goToIntro {
  display: none;
}

.cover .copyright {
  position: absolute;
  bottom: 1rem;
}

.cover ul {
  list-style: none;
  padding-left: 0;
  margin: 1rem auto;
  max-width: 800px;
}

.cover ul li {
  margin-bottom: 1rem;
  padding: 0.5rem 3rem;
}

/* Stars */
.cover .star {
  position: absolute;
  width: 2px;
  height: 2px;
  background: white;
  border-radius: 50%;
  animation: twinkle 2s infinite ease-in-out;
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

/* Mensaje de escena guardada */
#continue-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 20px;
  border-radius: 10px;
  z-index: 1501;
  text-align: center;
  font-size: 1rem;
}

#continue-message div {
  background-color: black;
  border: 1px solid white;
  padding: 1rem;
}

#continue-message button {
  padding: 0.25rem 0.5rem;
  background-color: var(--messsages-background);
  border: 2px solid var(--messages-border);
  color: black;
  cursor: pointer;
  margin-top: 1rem;
}

/* Estilo de los "párpados" */
.eyelid {
  position: fixed;
  left: 0;
  width: 100vw;
  max-width: 100% !important;
  height: 50dvh;
  background-color: black;
  z-index: 1000;
  transition: transform 0.4s ease-out;
}

.eyelid.top {
  top: 0;
  transform: translateY(-100%);
}

.eyelid.bottom {
  bottom: 0;
  transform: translateY(100%);
}

/* Clase para activar el pestañeo */
.eyelid.blink {
  transform: translateY(0%);
}

.section {
  height: 100dvh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#image1 {
  background-image: url('/assets/imgs/Escena-1/movil_cabina_interior.webp');
  z-index: 402;
}

#image1-0 {
  background: rgba(0, 0, 0, 0.6);
  z-index: 401;
}

#image1-1 {
  background-image: url('/assets/imgs/Escena-1/movil_techo_pasillo.webp');
  z-index: 400;
}

#image2 {
  background-image: url('/assets/imgs/Escena-1/movil_pasillo.webp');
  z-index: 399;
}

#image3 {
  background-image: url('/assets/imgs/Escena-2/movil_puerta_pasillo.webp');
  z-index: 398;
  opacity: 0;
}

#image4 {
  background-image: url('/assets/imgs/Escena-2/movil-cafe-pantalla-apagada.webp');
  z-index: 397;
}

#image5 {
  background-image: url('/assets/imgs/Escena-2/movil-cafe-pantalla-encendida.webp');
  z-index: 396;
  opacity: 0;
}

#image6 {
  background-image: url('/assets/imgs/Escena-2/movil-cafe-pantalla-zoom.webp');
  z-index: 395;
  opacity: 1;
}

#image7 {
  background-image: url('/assets/imgs/Escena-3/movil-baia-medica.webp');
  z-index: 394;
  opacity: 0;
}

#image8 {
  background-image: url('/assets/imgs/Escena-3/movil-baia-medica-pc.webp');
  z-index: 393;
  opacity: 0;
}

#image9 {
  background-image: url('/assets/imgs/Escena-4/movil_cosmoCafe.webp');
  z-index: 380;
  opacity: 0;
}

#image10, #image13 {
  background-image: url('/assets/imgs/Escena-4/star02.webp');
  z-index: 381;
  position: absolute;
  top: 40%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}

#image11, #image12 {
  background-image: url('/assets/imgs/Escena-4/star01.webp');
  z-index: 381;
  position: absolute;
  top: 40%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}

#image12, #image13 {
  top: 35%;
  left: 65%;
}

#image14 {
  background-image: url('/assets/imgs/Escena-5/movil-pared.webp');
  z-index: 370;
  opacity: 0;
}
#image15 {
  background-image: url('/assets/imgs/Escena-5/movil-puerta.webp');
  z-index: 369;
  opacity: 0;
}
#image16 {
  background-image: url('/assets/imgs/Escena-5/movil_vigilancia_3.webp');
  z-index: 367;
  opacity: 0;
}
#image17 {
  background-image: url('/assets/imgs/Escena-5/movil_vigilancia_4.webp');
  z-index: 366;
  opacity: 0;
}

#image20-0 {
  background-image: url('/assets/imgs/Escena-6/movil-dormitorio.webp');
  z-index: 360;
  opacity: 0;
}

#image20-01 {
  background-image: url('/assets/imgs/Escena-6/movil-capsulas-abiertas-techo.webp');
  z-index: 399;
  opacity: 0;
}

#image20-1 {
  background-image: url('/assets/imgs/Escena-6/movil-capsulas-abiertas.webp');
  z-index: 400;
  opacity: 0;
}

#image20 {
  background-image: url('/assets/imgs/Escena-6/movil-pasillo.webp');
  z-index: 359;
  opacity: 0;
}

#image21 {
  background-image: url('/assets/imgs/Escena-6/movil-5-crew-members.webp');
  z-index: 358;
  opacity: 0;
}

#image22 {
  background-image: url('/assets/imgs/Escena-6/movil-2-crew-members.webp');
  z-index: 357;
  opacity: 0;
}

#image23 {
  background-image: url('/assets/imgs/Escena-6/movil-sala-juegos.webp');
  z-index: 356;
  opacity: 0;
}

#image24 {
  background-image: url('/assets/imgs/Escena-7/movil-quimico-1.webp');
  z-index: 349;
  opacity: 0;
}

#image25 {
  background-image: url('/assets/imgs/Escena-7/movil-saludo.webp');
  z-index: 350;
  opacity: 0;
}

#image26 {
  background-image: url('/assets/imgs/Escena-7/movil-quimico-2.webp');
  z-index: 348;
  opacity: 0;
}

#image27 {
  background-image: url('/assets/imgs/Escena-8/movil-comandante-1.webp');
  z-index: 340;
  opacity: 0;
}

#image28 {
  background-image: url('/assets/imgs/Escena-8/desktop-comandante-2.webp');
  z-index: 339;
  opacity: 0;
}

#image29 {
  background-image: url('/assets/imgs/Escena-9/movil-escena9-fondo.webp');
  z-index: 321;
  opacity: 0;
}

#image30 {
  background-image: url('/assets/imgs/Escena-9/movil-sala-simulacion-vacia.webp');
  z-index: 329;
  opacity: 0;
}

#image31 {
  background-image: url('/assets/imgs/Escena-9/movil-sala-simulacion-entran-pilotos.webp');
  z-index: 328;
  opacity: 0;
}

#image32 {
  background-image: url('/assets/imgs/Escena-9/movil-sala-simulacion-pilotos-prueba-1.webp');
  z-index: 327;
  opacity: 0;
}

#image33 {
  background-image: url('/assets/imgs/Escena-9/movil-sala-simulacion-pilotos-prueba-2.webp');
  z-index: 326;
  opacity: 0;
}

#image34 {
  background-image: url('/assets/imgs/Escena-9/movil-sala-simulacion-pilotos-prueba.webp');
  z-index: 325;
  opacity: 0;
}

#image35 {
  background-image: url('/assets/imgs/Escena-10/movil-nave.webp');
  z-index: 319;
  opacity: 0;
}

#image36 {
  background-color: white;
  z-index: 320;
  opacity: 0;
}

#image37 {
  background-image: url('/assets/imgs/Escena-10/movil-plataforma-1.webp');
  z-index: 318;
  opacity: 0;
}

#image38 {
  background-image: url('/assets/imgs/Escena-10/movil-plataforma-2.webp');
  z-index: 317;
  opacity: 0;
}

#image39 {
  background-color: black;
  z-index: 316;
  opacity: 0;
}


#baseImageDOE {
  background-image: url('/assets/imgs/DOE/movil-fondo.webp');
}

.content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.door-buttons {
  position: absolute;
  top: 60%;
  left: 15%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  z-index: 10;
}

.door-buttons .open-button {
    background: transparent;
    border: none;
    width: 3rem;
    cursor: pointer;
  }
  .door-buttons .open-button:hover img {
    animation: none !important;
    transform: scale(1.1);
  }

  @keyframes latido {
    0%, 100% {
      transform: scale(1);
    }
    25% {
      transform: scale(1.05);
    }
    50% {
      transform: scale(0.98);
    }
    75% {
      transform: scale(1.02);
    }
  }

.door-buttons .open-button img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.door-buttons .open-button.latido img {
  animation: latido 2s infinite;
}
.door-lights {
  position: absolute;
  top: 50%;
  left:15%;
  width: 8rem;
}

.door-lights img {
  width: 100%;
  height: auto;
}

.door-lights .red-light,
.door-lights .green-light {
  display: none;
}
.door-lights .red-light.active,
.door-lights .green-light.active {
  display: block;
}

.text-content {
  text-align: center;
  color: white;
  opacity: 0;
}

.text-content h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

.text-content p {
  font-size: 1.5rem;
  max-width: 600px;
  line-height: 1.6;
}

/* Secciones adicionales para scroll */
.scroll-section {
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.scroll-content {
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 0 2rem;
}

.scroll-content h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(50px);
}

.scroll-content p {
  font-size: 1.2rem;
  line-height: 1.8;
  opacity: 0;
  transform: translateY(30px);
}

.animated-box {
  width: 200px;
  height: 200px;
  background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
  margin: 2rem auto;
  border-radius: 20px;
  opacity: 0;
  transform: scale(0.5) rotate(45deg);
}

/* Indicador de scroll */
.scroll-indicator {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 14px;
  opacity: 0;
  z-index: 999;
  pointer-events: none;
}

.scroll-arrow {
  width: 20px;
  height: 20px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  margin: 10px auto;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0) rotate(45deg);
  }
  40% {
      transform: translateY(-10px) rotate(45deg);
  }
  60% {
      transform: translateY(-5px) rotate(45deg);
  }
}

@keyframes buttonsBounce {
  0%, 20%, 50%, 80%, 100% {
      transform: scale(1) rotate(-90deg);
  }
  40% {
      transform: scale(1.05) rotate(-90deg);
  }
  60% {
      transform: scale(1.02) rotate(-90deg);
  }
}

/* messages container styles */
.messages-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 100% !important;
  min-height: 100dvh;
  max-height: 100%;
  z-index: 1000;
  padding: 3.5rem 3rem;
  overflow: scroll !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.4);
}
.messages-wrapper:has(.message-box.doe) {
  background-color: transparent;
}

.messages-wrapper .message-box {
  width: 100%;
}

.messages-wrapper .message-content {
  position: relative;
  width:100%;
  background-color: var(--messsages-background);
  border: 4px solid var(--messages-border);
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-family: monospace;
  max-width: 600px;
  margin: 0 auto;
}
.messages-wrapper .message-box.doe .message-content {
  padding-top: 4rem;
  background-color: var(--background-doe);
  border: none;
}

.messages-wrapper .avatar img {
  background-color: var(--messsages-background);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: -1rem;
  left: -1rem;
  border: 4px solid var(--messages-border);
}

.messages-wrapper .message-user {
  font-weight: bold;
  margin: 0.5rem 0 1.5rem;
  font-size: 1.2rem;
  text-indent: 3rem;
}

.messages-wrapper .typewriter-container {
  overflow: hidden;
  overflow-x: auto;
}

.messages-wrapper .cursor {
  display: inline-block;
  background-color: black;
  width: 2px;
  height: 13px;
  animation: blink 1s infinite;
  margin-left: 2px;
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}

.messages-wrapper .message-image img {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  object-fit: cover;
}

.messages-wrapper .message-video {
  width: 100%;
  overflow: hidden;
}

.messages-wrapper .message-video > div{
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.messages-wrapper .message-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.messages-wrapper .message-header .doe-header {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.vjs-volume-panel {
    display: flex !important;
    align-items: center;
    width: auto !important;
  }

  .vjs-volume-control {
    display: block !important;
    width: 80px !important;
  }

  .vjs-volume-bar {
    height: 5px;
    background-color: #ccc;
  }

.messages-wrapper .message-buttons {
  width: 100%;
  max-width: 600px;
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.message-buttons .value-response {
  grid-column: 1/4;
  background-color: var(--messsages-background);
  border: 2px solid var(--messages-border);
  width: 100%;
  min-height: 2.2rem;
  display: flex;
  align-items: center;
}

.message-buttons .value-response:has(.correct) {
  background-color: green !important;
  color: white !important;
}

.message-buttons .value-response:has(.incorrect) {
  background-color: red !important;
  color: white !important;
}

.messages-wrapper .message-button {
  width: 100%;
  padding: 1rem;
  background-color: var(--messsages-background);
  border: 2px solid var(--messages-border);
  color: black;
  cursor: pointer;
}

.messages-wrapper .message-button.incorrect {
  background-color: red !important;
  color: white !important;
}

.messages-wrapper .message-button.correct {
  background-color: green !important;
  color: white !important;
}

.messages-wrapper .message-button:hover {
  background-color: var(--messages-border);
  color: white;
}

.messages-wrapper:has(.message-box.doe) .message-button,
.messages-wrapper:has(.message-box.doe) .message-button:hover {
  background-color: var(--background-doe);
  border: black 2px solid;
  color: black;
}

.messages-wrapper:has(.message-box.doe) .message-button.incorrect {
  background-color: rgb(186, 22, 22) !important;
  color: white !important;
}

.messages-wrapper:has(.message-box.doe) .message-button.correct {
  background-color: rgb(24, 110, 24) !important;
  color: white !important;
}

/* Responsive */
@media(min-width:768px) {
  #menu .menu-list {
    max-width: 80%;
  }
}

@media (min-width: 1024px) {
  * {
    font-size: 16px;
  }

  #image1 {
    background-image: url('/assets/imgs/Escena-1/desktop_cabina_interior.webp');
  }

  #image1-1 {
    background-image: url('/assets/imgs/Escena-1/desktop_techo_pasillo.webp');
  }

  #image2 {
    background-image: url('/assets/imgs/Escena-1/desktop_pasillo.webp');
  }

  #image3 {
    background-image: url('/assets/imgs/Escena-2/desktop_puerta_pasillo.webp');
  }

  #image4 {
    background-image: url('/assets/imgs/Escena-2/desktop-cafe-pantalla-apagada.webp');
  }

  #image5 {
    background-image: url('/assets/imgs/Escena-2/desktop-cafe-pantalla-encendida.webp');
  }

  #image6 {
    background-image: url('/assets/imgs/Escena-2/desktop-cafe-pantalla-zoom.webp');
  }

  #image7 {
    background-image: url('/assets/imgs/Escena-3/desktop-baia-medica.webp');
  }

  #image8 {
    background-image: url('/assets/imgs/Escena-3/desktop-baia-medica-pc.webp');
  }

  #image9 {
    background-image: url('/assets/imgs/Escena-4/desktop_cosmoCafe.webp');
  }

  #image10, #image11 {
    left: 40%;
  }

  #image12, #image13 {
    left: 55%;
  }

  #image14 {
    background-image: url('/assets/imgs/Escena-5/desktop-pared.webp');
  }

  #image15 {
    background-image: url('/assets/imgs/Escena-5/desktop-puerta.webp');
  }

  #image16 {
    background-image: url('/assets/imgs/Escena-5/desktop_vigilancia_3.webp');
  }

  #image17 {
    background-image: url('/assets/imgs/Escena-5/desktop_vigilancia_4.webp');
  }

  #image20-0 {
    background-image: url('/assets/imgs/Escena-6/desktop-dormitorio.webp');
  }

  #image20-01 {
    background-image: url('/assets/imgs/Escena-6/desktop-capsulas-abiertas-techo.webp');
  }

  #image20-1 {
    background-image: url('/assets/imgs/Escena-6/desktop-capsulas-abiertas.webp');
  }

  #image20 {
    background-image: url('/assets/imgs/Escena-6/desktop-pasillo.webp');
  }

  #image21 {
    background-image: url('/assets/imgs/Escena-6/desktop-5-crew-members.webp');
  }

  #image22 {
    background-image: url('/assets/imgs/Escena-6/desktop-2-crew-members.webp');
  }

  #image23 {
    background-image: url('/assets/imgs/Escena-6/desktop-sala-juegos.webp');
  }

  #image24 {
    background-image: url('/assets/imgs/Escena-7/desktop-quimico-1.webp');
  }

  #image25 {
    background-image: url('/assets/imgs/Escena-7/desktop-saludo.webp');
  }

  #image26 {
    background-image: url('/assets/imgs/Escena-7/desktop-quimico-2.webp');
  }

  #image27 {
    background-image: url('/assets/imgs/Escena-8/desktop-comandante-1.webp');
  }

  #image28 {
    background-image: url('/assets/imgs/Escena-8/desktop-comandante-2.webp');
  }

  #image29 {
    background-image: url('/assets/imgs/Escena-9/desktop-escena9-fondo.webp');
  }

  #image30 {
    background-image: url('/assets/imgs/Escena-9/desktop-sala-simulacion-vacia.webp');
  }

  #image31 {
  background-image: url('/assets/imgs/Escena-9/desktop-sala-simulacion-entran-pilotos.webp');
}

  #image32 {
    background-image: url('/assets/imgs/Escena-9/desktop-sala-simulacion-pilotos-prueba-1.webp');
  }

  #image33 {
    background-image: url('/assets/imgs/Escena-9/desktop-sala-simulacion-pilotos-prueba-2.webp');
  }

  #image34 {
    background-image: url('/assets/imgs/Escena-9/desktop-sala-simulacion-pilotos-prueba.webp');
  }

  #image35 {
    background-image: url('/assets/imgs/Escena-10/desktop-nave.webp');
  }

  #image37 {
    background-image: url('/assets/imgs/Escena-10/desktop-plataforma-1.webp');
  }

  #image38 {
    background-image: url('/assets/imgs/Escena-10/desktop-plataforma-2.webp');
  }

  #baseImageDOE {
    background-image: url('/assets/imgs/DOE/desktop-fondo.webp');
  }

  .door-buttons {
    top: unset;
    bottom: 6%;
    left: 25%;
  }

  .door-buttons .open-button {
    background: transparent;
    border: none;
    width: 5rem;
  }

  .door-lights {
    top: unset;
    bottom: 5%;
    left:60%;
    width: 15rem;
  }

  .continue-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 1000;
}

.button-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

}