body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.white-container {
  flex: 3.5;
  background-color: white;
  text-align: center;
  padding: 10vh 10vw;
}

.locked::before {
  content: url('./imagen/candado.png');
}

.orange-container {
  flex: 5;
  background-color: #E74424;
  text-align: center;
  padding: 10vh 10vw;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.button-container {
  margin-top: 5vh;
  text-align: center;
}
.button-container button {
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
  padding: 2.5vw 17vw;
  border: none;
  border-radius: 50px;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-style: normal;
  animation: vibrarLogo 1.0s infinite alternate;
  color: #1D4989;
  font-size: 2.2vw;
}

.button-container button:hover {
  transform: scale(1.1);
  background-color: #0056b3;
  color: #ffffff;
}

/* estilo.css */
.blocked {
  opacity: 0.5;
  pointer-events: none; /* Evita que los botones bloqueados sean clicables */
}

.flecha-img {
  width: 100px;
  height: 100px;
  margin-top: 5px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.flecha-img:hover {
  transform: scale(1.1);
}

h1 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #1D4989;
  font-size: 8.2vw;
  line-height: 1.2;
  margin-top: 8%;
}

.orange-container svg {
  width: 50px;
  height: 50px;
}

.orange-container svg path:first-child {
  fill: #0059ff;
}

.orange-container svg path:last-child {
  fill: #fff;
}


@keyframes aparecer {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

h1 {

  animation: aparecer 1s ease forwards;
  animation: vibrarLogo 0.5s infinite alternate;
}

.white-container,
.orange-container {
  border: 5px solid transparent;
  animation: bordeAnimado 2s ease infinite;
}




.logo-img {

  margin-top: 50px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  animation: vibrarLogo 1.0s infinite alternate;
}

.logo-img:hover {
  transform: scale(1.1);
}

@keyframes vibrarLogo {
  0% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
  }
}

.locked {
  background-color: #ddd;
  pointer-events: none;
}

.unlocked {
  color: white;
}

@media (min-width: 820px) {
  body {
    flex-direction: row;
  }

  .button-container button {
    padding: 1.3vw 10vw;

  }

  .button-container button {
    margin-bottom: 15px;
    display: block;
    cursor: pointer;
    padding: 1.1vw 10vw;
    border: none;
    border-radius: 50px;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #1D4989;
    font-size: 1.3vw;

  }
  
  h1 {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #1D4989;
    font-size: 4.2vw;
    line-height: 1.2;
    margin-top: 8%;
  }

}

.white-container,
.orange-container {
  border: 5px solid transparent;
  animation: aparecer 3s;
}

/* === RESPONSIVIDAD PROFESIONAL ADICIONAL === */
@media (max-width: 900px) {
  .white-container,
  .orange-container {
    padding: 6vh 4vw;
  }
  .button-container button {
    padding: 3vw 10vw;
    font-size: 4vw;
  }
  h1 {
    font-size: 7vw;
    margin-top: 6%;
  }
  .flecha-img {
    width: 70px;
    height: 70px;
  }
  .logo-img {
    width: 80px;
    height: 80px;
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  body {
    flex-direction: column !important;
  }
  .white-container,
  .orange-container {
    padding: 4vh 2vw;
    border-width: 3px;
  }
  .button-container button {
    padding: 4vw 6vw;
    font-size: 5vw;
    border-radius: 30px;
  }
  h1 {
    font-size: 10vw;
    margin-top: 4%;
  }
  .flecha-img {
    width: 50px;
    height: 50px;
  }
  .logo-img {
    width: 60px;
    height: 60px;
    margin-top: 20px;
  }
}

@media (max-width: 400px) {
  .white-container,
  .orange-container {
    padding: 2vh 1vw;
    border-width: 2px;
  }
  .button-container button {
    padding: 5vw 2vw;
    font-size: 6vw;
    border-radius: 20px;
  }
  h1 {
    font-size: 13vw;
    margin-top: 2%;
  }
  .flecha-img {
    width: 36px;
    height: 36px;
  }
  .logo-img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
  }
}
/* === FIN RESPONSIVIDAD PROFESIONAL ADICIONAL === */

.intro-logo {
  width: 480px;         /* Aumenta el tamaño de la imagen */
  max-width: 95vw;      /* Permite que sea más grande en pantallas pequeñas */
  margin-bottom: 40px;
  opacity: 0;
  animation: logoFadeIn 1s 0.3s forwards;
}
.intro-text {
  font-family: 'Inter', sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  color: #ff6600;
  letter-spacing: 2px;
  text-align: center;
  opacity: 0;
  animation: textFadeIn 1s 1s forwards;
  margin: 0;
  padding: 0 20px;
}
.intro-animation {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: fadeOutIntro 1s 2.5s forwards;
}

@keyframes logoFadeIn {
  to { opacity: 1; transform: scale(1.08);}
}
@keyframes textFadeIn {
  to { opacity: 1; }
}
@keyframes fadeOutIntro {
  to { opacity: 0; visibility: hidden; }
}