/* ***** Google Font ***** 
    font-family: 'Montserrat', sans-serif; 
*/

  body{
    background-image: url(img/patters.png);
  }

  h1, h2, h3, h4, p{
    font-family: 'Montserrat', sans-serif;
  }
  div{
    font-family: 'Montserrat', sans-serif;
  }
  h1{
    font-weight: 600;
    text-align: center;
    color: #0081C1 !important;
  }
  h2{
    font-weight: 500;
  }
  h3, h4{
    font-weight: 400;
  }
  p{
    font-weight: 300;
  }
  .sub_title{
    color: #0081C1;
    text-align: center;
    margin-bottom: 20px;
  }
  .navbar{
    box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
  }
  .title{
    padding: 20px 0 10px 0;
    margin-bottom: 0;
  }
  .step{
    padding: 0px 20px;
  }


  /*Ocultar campos de texto dependientes*/
  .campo_texto_id,
  #titulo_obtenido-0
  {
    display: none;
  }


  .container {
    width: 100%;
    padding: 5px 0 20px 0;
    /*background-image: url(img/patters.png);*/
  }


  .divider-top{
    height: 10px;
    border-top: 1px dashed #0081C1;
    padding-top: 20px;
  }
  .divider-down{
    height: 5px;
    border-bottom: 1px dashed #0081C1;

  }

  .botonDivider{
    visibility: hidden;
    height: 0;
  }

  .terminos{
    margin: 30px auto;
  }
  .terminos button{
    margin: 0 auto;
    text-align: center;
  }

  
    /* Desaparecer alert automaticamente */
.alert.fade-out {
  animation: fade-out 1s ease-in-out;
}

@keyframes fade-out {
  from {
      opacity: 1;
  }
  to {
      opacity: 0;
  }
}


 /* ***** Pasos de progreso en el form ***** */


/*
#signUpForm .form-header {
  gap: 5px;
  text-align: center;
  font-size: .9em;
}
#signUpForm .form-header .stepIndicator {
  position: relative;
  flex: 1;
  padding-bottom: 30px;
}
#signUpForm .form-header .stepIndicator.active {
  font-weight: 600;
}
#signUpForm .form-header .stepIndicator.finish {
  font-weight: 600;
  color: #0081C1;
}
#signUpForm .form-header .stepIndicator::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 9;
  width: 20px;
  height: 20px;
  background-color: #d5efed;
  border-radius: 50%;
  border: 3px solid #ecf5f4;
}
#signUpForm .form-header .stepIndicator.active::before {
  background-color: #a7ede8;
  border: 3px solid #d5f9f6;
}
#signUpForm .form-header .stepIndicator.finish::before {
  background-color: #0081C1;
  border: 3px solid #b7e1dd;
}
#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: #a7ede8;
}
#signUpForm .form-header .stepIndicator.finish::after {
  background-color: #0081C1;
}
#signUpForm .form-header .stepIndicator:last-child:after {
  display: none;
}
#signUpForm input {
  padding: 15px 20px;
  width: 100%;
  font-size: 1em;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}*/



#signUpForm, #container_index {
  max-width: 1000px;
  background-color: rgba(255,255,255,0.65);
  margin: 40px auto;
  padding: 40px;
  box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
  border-radius: 12px;
}

/* codigo ok */
#signUpForm input:focus {
  border: 1px solid #0081C1;
  outline: 0;
}
#signUpForm textarea.invalid, input[type="radio"].invalid, input[type="text"].invalid, input[type="date"].invalid, input[type="email"].invalid, input[type="tel"].invalid, input[type="number"].invalid, select.invalid{
  border: 1px solid #FF7100;
}

#signUpForm textarea.valid, input[type="radio"].valid, input[type="text"].valid, input[type="date"].valid, input[type="email"].valid, input[type="tel"].valid, input[type="number"].valid, select.valid{
  border: 1px solid #9EB384;
}

#signUpForm .step {
display: none;
}
#signUpForm .form-footer{
  overflow:auto;
  gap: 20px;
}
#signUpForm .form-footer button{
  background-color: #0081C1;
  border: 1px solid #0081C1 !important;
  color: #ffffff;
  border: none;
  padding: 13px 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-color: #fff;
  color: #0081C1;
}
