
/* Estilos originales */
#signUpForm {
  max-width: 920px;
  max-height: 950px;
  background:rgba(0, 0, 0, 0.1);
  margin: 40px auto;
  padding: 50px;
  margin-top: 15px;
  box-shadow: 2px 12px 36px rgba(255, 250, 250, 25);
  border-radius: 40px;

}

#signUpForm .form-header {
    gap: 5px;
    text-align: center;
    font-size: .9em;
}
#signUpForm .form-header .stepIndicator {
    position: relative;
    flex: 1;
    padding-bottom: 30px;
    color: whitesmoke;
}
#signUpForm .form-header .stepIndicator.active {
    font-weight: 800;
    color: #000000;
}
#signUpForm .form-header .stepIndicator.finish {
    font-weight: 800;
    color: #000000;
}
#signUpForm .form-header .stepIndicator::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 3px solid #ecf5f4;
}
#signUpForm .form-header .stepIndicator.active::before {
    background-color: #bec7c6;
    border: 3px solid #a8acab;
}
#signUpForm .form-header .stepIndicator.finish::before {
    background-color: #ddcce0;
    border: 3px solid #bbcfcd;
}
#signUpForm .form-header .stepIndicator::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 100%;
    height: 3px;
    background-color: #f3f3f3;
}
#signUpForm .form-header .stepIndicator.active::after {
    background-color: #ffffff;
}
#signUpForm .form-header .stepIndicator.finish::after {
    background-color: #000000;
}
#signUpForm .form-header .stepIndicator:last-child:after {
    display: none;
}
#signUpForm input {
    padding: 15px 20px;
    width: 100%;
    font-size: 1em;
    border: 1px solid #E2A94F;
    border-radius: 16px;
    background-color:rgba( 1, 1, 1, 0.6);
    color: whitesmoke;
}
#signUpForm input:focus {
    border: 1px solid #E2A94F;
    outline: 0;
}
#signUpForm input.invalid {
    border: 2px solid #cf554c;
}
#signUpForm .step {
  display: none;
}
#signUpForm .form-footer{
    overflow:auto;
    gap: 20px;
}
#signUpForm .form-footer button{
  background-color:rgba( 1, 1, 1, 0.5);
    border: 1px solid #E2A94F !important;
    color: #ffffff;
    border: none;
    padding: 8px 30px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    flex: 1;
    margin-top: 5px;
}
#signUpForm .form-footer button:hover {
  opacity: 0.8;
}

#signUpForm .form-footer #prevBtn {
    background: #E2A94F;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    color: #ffffff;
}

#logozera{
        width: 75%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 110px;
        margin-top: -150px;
}
#logozera2{

  width: 30%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#logozera5{

  width: 65%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -112px;
  margin-bottom: 10px;
}
#logozera3{

  width: 36%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 70%;
  margin-top: 30px;
  margin-bottom: 30px;
}

  


  .patoColor{
    color: #f7c658;
  }
  .inputzeras{
    margin-top: -10px;
  }

  .wrapper{
    height: 50px;
    min-width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #232526;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 29px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    margin-left: 2%;
    margin-top: 5%;
  }
  .wrapper span{
    width: 20%;
    text-align: center;
    font-size: 30px;
    font-weight: 30;
    cursor: pointer;
    user-select: none;
    color: whitesmoke;
  }
  .wrapper span.num{
    font-size: 20px;
    border-right: 2px solid rgba(0,0,0,0.1);
    border-left: 2px solid rgba(0,0,0,0.1);
    pointer-events: none;
  }
  hr{
   background-color:#f7c658;
    opacity: 0.2;
  }
  
  
  ::-webkit-input-placeholder { /* Para navegadores webkit como Chrome o Safari */
    color: rgba(231, 227, 227, 0.699);
    
  }
 #acompannan{
    margin-top: 1px;
 }

 
 .animate__animated.animate__fadeInUp {
    --animate-duration: 3s;
  }
 

  body {
    /* ... (otros estilos) ... */
    background: rgb(255,253,179);
    background: linear-gradient(180deg, rgba(255,253,179,1) 0%, rgba(226,169,79,1) 73%, rgba(173,119,55,1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Fija el fondo en su lugar al desplazarse */
    background-position: center bottom; /* Alinea la imagen en el centro horizontal y en la parte inferior vertical */
  }
  
  
  
  @media (max-width: 400px) {
    #signUpForm {
      max-height: 600px;
      background:rgba(0, 0, 0, 0.1);
      margin: 40px auto;
      padding: 50px;
      margin-top: 150px;
      box-shadow: 2px 12px 36px rgba(255, 250, 250, 25);
      border-radius: 40px;
    
    }
    
    #signUpForm input {
      padding: 5px 15px;
      font-size: 0.9em;
    }

    #logozera {
      width: 100%;
      padding: 30px;
      margin-top: -80px;
    }
    
    #logozera2 {
      width: 55%;
      margin-top: -10px;
    }
    
    #logozera5 {
      width: 100%;
     
      margin-top: -15px;
    }
    
    #logozera3 {
      width: 50%;
      margin-top: 20px;
      margin-bottom: 25px;
    }
    .content{
      margin-top: px;
    }
    #signUpForm .form-footer button{
      background-color:rgba( 1, 1, 1, 0.5);
        border: 1px solid #E2A94F !important;
        color: #ffffff;
        border: none;
        padding: 2px 12px;
        font-size: 1em;
        cursor: pointer;
        border-radius: 5px;
        flex: 1;
        margin-top: 5px;
    }
    #signUpForm .form-footer button:hover {
      opacity: 0.8;
    }
    /* Ajustar otros estilos según sea necesario para pantallas pequeñas */
  }
  @media (max-width: 430px) {
    #signUpForm {
      max-height: 660px;
      background:rgba(0, 0, 0, 0.1);
      margin: 40px auto;
      padding: 50px;
      margin-top: 150px;
      box-shadow: 2px 12px 36px rgba(255, 250, 250, 25);
      border-radius: 40px;
    
    }
    
    #signUpForm input {
      padding: 5px 15px;
      font-size: 0.9em;
    }

    #logozera {
      width: 100%;
      padding: 30px;
      margin-top: -80px;
    }
    
    #logozera2 {
      width: 55%;
      margin-top: -10px;
    }
    
    #logozera5 {
      width: 100%;
     
      margin-top: -15px;
    }
    
    #logozera3 {
      width: 50%;
      margin-top: 20px;
      margin-bottom: 25px;
    }
    .content{
      margin-top: px;
    }
    #signUpForm .form-footer button{
      background-color:rgba( 1, 1, 1, 0.5);
        border: 1px solid #E2A94F !important;
        color: #ffffff;
        border: none;
        padding: 2px 12px;
        font-size: 1em;
        cursor: pointer;
        border-radius: 5px;
        flex: 1;
        margin-top: 5px;
    }
    #signUpForm .form-footer button:hover {
      opacity: 0.8;
    }
    /* Ajustar otros estilos según sea necesario para pantallas pequeñas */
  }

  @media (max-width: 460px) {
    #signUpForm {
      max-width: 920px;
      height: 680px;
      background:rgba(0, 0, 0, 0.1);
      margin: 40px auto;
      padding: 50px;
      margin-top: 120px;
      box-shadow: 2px 12px 36px rgba(255, 250, 250, 25);
      border-radius: 40px;
    
    }
    
    #signUpForm input {
      padding: 5px 15px;
      font-size: 0.9em;
    }

    #logozera {
      width: 100%;
      padding: 30px;
      margin-top: -80px;
    }
    
    #logozera2 {
      width: 55%;
      margin-top: -10px;
    }
    
    #logozera5 {
      width: 100%;
     
      margin-top: -15px;
    }
    
    #logozera3 {
      width: 50%;
      margin-top: 20px;
      margin-bottom: 25px;
    }
    .content{
      margin-top: px;
    }
    #signUpForm .form-footer button{
      background-color:rgba( 1, 1, 1, 0.5);
        border: 1px solid #E2A94F !important;
        color: #ffffff;
        border: none;
        padding: 2px 12px;
        font-size: 1em;
        cursor: pointer;
        border-radius: 5px;
        flex: 1;
        margin-top: 5px;
    }
    #signUpForm .form-footer button:hover {
      opacity: 0.8;
    }
    /* Ajustar otros estilos según sea necesario para pantallas pequeñas */
  }
  @media (max-width: 500px) {
    #signUpForm {
      max-width: 920px;
      height: 800px;
      background:rgba(0, 0, 0, 0.1);
      margin: 40px auto;
      padding: 50px;
      margin-top: 120px;
      box-shadow: 2px 12px 36px rgba(255, 250, 250, 25);
      border-radius: 40px;
    
    }
    
    #signUpForm input {
      padding: 5px 15px;
      font-size: 0.9em;
    }

    #logozera {
      width: 100%;
      padding: 30px;
      margin-top: -80px;
    }
    
    #logozera2 {
      width: 55%;
      margin-top: -10px;
    }
    
    #logozera5 {
      width: 100%;
     
      margin-top: -15px;
    }
    
    #logozera3 {
      width: 50%;
      margin-top: 20px;
      margin-bottom: 25px;
    }
    .content{
      margin-top: px;
    }
    #signUpForm .form-footer button{
      background-color:rgba( 1, 1, 1, 0.5);
        border: 1px solid #E2A94F !important;
        color: #ffffff;
        border: none;
        padding: 2px 12px;
        font-size: 1em;
        cursor: pointer;
        border-radius: 5px;
        flex: 1;
        margin-top: 5px;
    }
    #signUpForm .form-footer button:hover {
      opacity: 0.8;
    }
    /* Ajustar otros estilos según sea necesario para pantallas pequeñas */
  }