@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

* {
    font-family: "noka", sans-serif;
    font-weight: 600;
    font-style: normal;
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    color: #FFF;
    background-color: #fea019;
}
.section {
    display: none;
}
.section.active {
    display: block; /* Muestra solo la sección activa */
    position: relative;
    z-index: 2;
    text-align: center;
}
.normal-button {    
    background-color: #FFF; /* Color de fondo */
    color: #000; /* Color de la letra */
    font-size: 2.3rem; /* Tamaño del texto */
    font-weight: bold; /* Texto en negrita */
    padding: 5px 30px; /* Espaciado interno */
    border: none; /* Sin bordes */
    border-radius: 8px; /* Bordes redondeados */    
    border: 2px solid #231f20; /* Borde derecho ancho */    
    cursor: pointer; /* Cambia el cursor al pasar */
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Efecto suave */
    margin: 5px;
  }
  .res-number{
    font-size: 2rem !important; 
  }
  .container {
    padding: 20px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
  .static-shadow-proyection {
    box-shadow: 14px 14px 0px #231f20, 
    1px 1px 0px #231f20, 
    2px 2px 0px #231f20, 
    3px 3px 0px #231f20, 
    4px 4px 0px #231f20, 
    5px 5px 0px #231f20, 
    6px 6px 0px #231f20, 
    7px 7px 0px #231f20, 
    8px 8px 0px #231f20, 
    9px 9px 0px #231f20, 
    10px 10px 0px #231f20, 
    11px 11px 0px #231f20, 
    12px 12px 0px #231F22, 
    13px 13px 0px #231F22;
  }
  .shadow-proyection {
    box-shadow: 14px 14px 0px #231f20, 
    1px 1px 0px #231f20, 
    2px 2px 0px #231f20, 
    3px 3px 0px #231f20, 
    4px 4px 0px #231f20, 
    5px 5px 0px #231f20, 
    6px 6px 0px #231f20, 
    7px 7px 0px #231f20, 
    8px 8px 0px #231f20, 
    9px 9px 0px #231f20, 
    10px 10px 0px #231f20, 
    11px 11px 0px #231f20, 
    12px 12px 0px #231F22, 
    13px 13px 0px #231F22;
  }
  .shadow-proyection:hover {
    transform: translate(-3px, -3px); /* Se "levanta" ligeramente */
    box-shadow: 
      11px 11px 0px #231f20, 
      1px 1px 0px #231f20, 
      2px 2px 0px #231f20, 
      3px 3px 0px #231f20, 
      4px 4px 0px #231f20, 
      5px 5px 0px #231f20, 
      6px 6px 0px #231f20, 
      7px 7px 0px #231f20, 
      8px 8px 0px #231f20, 
      9px 9px 0px #231f20, 
      10px 10px 0px #231f20, 
      11px 11px 0px #231F22, 
      12px 12px 0px #231F22; /* Reduce la proyección al "levantarse" */
  }
  
  .shadow-proyection:active {
    transform: translate(4px, 4px); /* Se hunde al ser presionado */
    box-shadow: 
      18px 18px 0px #231f20, 
      1px 1px 0px #231f20, 
      2px 2px 0px #231f20, 
      3px 3px 0px #231f20, 
      4px 4px 0px #231f20, 
      5px 5px 0px #231f20, 
      6px 6px 0px #231f20, 
      7px 7px 0px #231f20, 
      8px 8px 0px #231f20, 
      9px 9px 0px #231f20, 
      10px 10px 0px #231f20, 
      11px 11px 0px #231F22, 
      12px 12px 0px #231F22, 
      13px 13px 0px #231F22; /* Amplía la sombra para simular presión */
  }
  .small-shadow-proyection {
    box-shadow: 5px 5px 0px #231f20, 
    1px 1px 0px #231f20, 
    2px 2px 0px #231f20, 
    3px 3px 0px #231f20, 
    4px 4px 0px #231f20 
  }
/* ------------------------------------------------------------------- Portada ------------------------------------------------------------------------------- */
.portada-container {
    position: relative;
    width: 100%;
    height: 100vh; /* Ocupa toda la pantalla */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
  }
  
  .background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/fondo.png') no-repeat center center;
    background-size: cover;
    z-index: 1;
  }
  
  .content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
  }
  
  .title {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
  }
  
  .logo-unete {
    width: 100%;
    max-width: 500px;
    text-align: left;
    padding: 0px 10px;
  }
  .logo-unete img {
    height: 100px;
    width: auto;
  }
  .cover-text {
    justify-content: center;
    flex-direction: column;
  }
  
  .cover-img {
    max-width: 350px;
    height: auto;
  }
  
  .test-button {    
    background-color: #ff6400; /* Color de fondo */
    color: #FFF; /* Color de la letra */
    font-size: 2.3rem; /* Tamaño del texto */
    font-weight: bold; /* Texto en negrita */
    padding: 5px 30px; /* Espaciado interno */
    border: none; /* Sin bordes */
    border-radius: 8px; /* Bordes redondeados */    
    border: 2px solid #231f20; /* Borde derecho ancho */    
    cursor: pointer; /* Cambia el cursor al pasar */
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Efecto suave */
    margin-right: -65px;
    margin-top: -40px;
  }
  
  .footer-text {
    font-size: 0.9rem;
    line-height: 1.5;
    width: 93%;
    max-width: 500px;
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-direction: column;
  }
  .footer-text p {
    text-align: center;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
  }
  .registro-text {
    max-width: 500px;
    text-align: center;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    margin-top: 30px;
  }
  .footer-text strong {
    font-weight: 700;
  }
  
  .onu-logo {
    margin-top: 10px;
    max-width: 100px;
    height: 26px;
  }

  /* ------------------------------------------------------------------- Registro ------------------------------------------------------------------------------- */  
  .form-section {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 0 auto;
    max-width: 500px;
  }
  
  label {
    font-weight: bold;
    font-size: 2rem;
    color: #FFF;
    margin-top: 20px;
    padding-left: 20px;
  }
  .form-select {
    background-color: #FFFFFF; /* Fondo blanco */
    color: #000000; /* Texto negro */
    font-size: 2.3rem; /* Tamaño del texto */
    font-weight: bold;
    padding: 5px 40px 5px 15px; /* Añadido más espacio a la derecha para la flecha y la línea */
    border: 2px solid #231f20; /* Borde derecho ancho */    
    cursor: pointer; /* Cambia el cursor al pasar */
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Efecto suave */
    appearance: none; /* Ocultar la flecha predeterminada del select */
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 95%;
}
.input-select {
  background-color: #FFFFFF; /* Fondo blanco */
  color: #000000; /* Texto negro */
  font-size: 2.3rem; /* Tamaño del texto */
  font-weight: bold;
  padding: 5px 40px 5px 15px; /* Añadido más espacio a la derecha para la flecha y la línea */
  border: 2px solid #231f20; /* Borde derecho ancho */    
  cursor: pointer; /* Cambia el cursor al pasar */
  transition: transform 0.2s ease, box-shadow 0.2s ease; /* Efecto suave */
  position: relative;
  width: 95%;
  border-radius: 5px;
  margin-left: -20px;  
}


  
  /* ------------------------------------------------------------------- Preguntas ------------------------------------------------------------------------------- */  
  .instructions {
    font-size: 1.2rem;
    padding: 20px;
    color: #000;
    background-color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    border-radius: 8px; /* Bordes redondeados */    
    border: 2px solid #231f20; /* Borde derecho ancho */     
  }

.questions {
    margin-top: 40px;
}
.questions .question:first-child {
    border-top: 2px solid #000;
}
.question {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #000;
    padding: 15px 10px 35px 10px;
    align-items: center;
}

.question-text {
    width: 80%;
    padding-right: 20px;
    text-align: left;
}

.options {
    width: 20%;
}
.option {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    width: 85px;
    height: 85px;
    padding: 2px;
    border-radius: 8px;
    background-color: #FFF;
    color: #000;
    cursor: pointer;
}
.active-option {
    background-color: #f15a24;
}
/* ------------------------------------------------------------------- Resultados ------------------------------------------------------------------------------- */ 
.result {
    padding: 50px 30px 20px;
    border-radius: 30px;
    border: 2px solid #000;
    z-index: 3;
    position: relative;
}
.result-text {
  text-align: left;
  font-size: 2.4rem;
}
.felcv {
  text-align: center !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}
.logo-unete-suelto {
  height: 150px;
  margin-top: 30px;
}
.last-result {
    padding: 20px;
    border-radius: 30px;
    border: 2px solid #000;
    z-index: 3;
    position: relative;
}
.result p,.last-result p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    text-align: left;
    margin: 0;
}
.Cuidado, .Detectado {
    background-color: #ff9600;
}
.Alerta {
    background-color: #f15a24;
}
.Denuncia {
    background-color: #ed1c24;
}
.rosa {
    background-color: #fe83ff;
    margin-top: -70px;
}
.green {
    background-color: #00c752;
    border-radius: 8px !important;
}
.end-img {
    
    max-width: 200px;
    height: auto;
    margin-top: 20px;
}
.top-margin {
    margin-top: 30px;
}
.res-number {
    width: 90%;
    height: 60px;
}