
/*********************************/
/*****+ Config Hero **********/
/*********************************/
#SingUp {
  background-color: #000;
  padding: 40px 0;
}

.mainTitle_FB {
  color: var(--white);
  font-family: 'DM Sans', Helvetica;
  font-size: 28px;
  font-weight: 400;
  margin: 10px 0;
  text-align: center;
}

/* Configuracion del formulario */
.FormularioMain_SUP {
  max-width: 800px;
  margin: 0 auto;
}



.ConfgiInputs_SUPF {
  align-items: center;
  background-color: var(--shark);
  border-radius: 50px;
  display: flex;
  height: 36px;
  justify-content: space-between;
  padding: 20px 12px 20px 29px;
  width: 100%;
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
  color: #fff;
}


.form-select-sai {
  align-items: center;
  background-color: var(--shark);
  border-radius: 50px;
  display: flex;
  height: 40px;
  justify-content: space-between;
  padding: 0px 12px 0px 29px;
  width: 100%;
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
  color: #fff;
}



.ButtonerbLUE_SUPF .GenderBottomer {
  font-size: 25px;
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 2%;
}


#signuppaso2{opacity: 0;}

@media only screen and (max-width: 430px) {

  #SingUp {padding: 15px 23px;}
}


.ConfgiInputs_SUPF::placeholder {
  color: white; /* Cambia el color del texto del placeholder */
  font-size: 14px; /* Cambia el tamaño de fuente del placeholder */
}

.form-select::placeholder {
  color: #999; /* Cambia el color del texto del placeholder */
  font-size: 14px; /* Cambia el tamaño de fuente del placeholder */
}

#showerror {
  color: red;
  font-size: 17px;
  text-align: center;
  margin: 0 auto;
  line-height: 40px;
}

.setup-continue-btn {
  padding-left: 15% !important;
  padding-right: 15% !important;
  margin-top: 5% !important;
}

.desktop-title {
  color: white;
  font-size: 2vw;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  padding-top: 2%;
}

.desktop-subtitle1 {
  color: white;
  font-size: 2vw;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  padding-top: 2%;
  margin: 0;
}

.desktop-subtitle2 {
  color: white;
  font-size: 2vw;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  padding-bottom: 2%;
}

.connectButton {
  font-size: 2.6vh;
  min-width: 17% !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media (max-width: 1024px) {
  .desktop-title {
    font-size: 5vw;
  }
  
  .desktop-subtitle1 {
    font-size: 5vw;
  }
  
  .desktop-subtitle2 {
    font-size: 5vw;
  }
  .desktop-container {
    padding-top: 40% !important;
  }
}

.desktop-container {
  padding-top: 10%;
}