@font-face {
  font-family: "Muli-Bold";
  src: url("../fonts/muli/Muli-Bold.ttf"); }
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/poppins/Poppins-Regular.ttf"); }
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf"); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Poppins-Regular";
  font-size: 15px;
  color: #fff;
  margin: 0; }

:focus {
  outline: none; }

textarea {
  resize: none; }

input, textarea, select, button {
  font-family: "Poppins-Regular";
  font-size: 15px;
  color: #fff; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  text-decoration: none; }

textarea {
  resize: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: none; }
  select option[value=""][disabled] {
    display: none; }

img {
  max-width: 100%;
  vertical-align: middle; 
  margin-left: 20px; 
  box-shadow: 1px -2px 25px white;
  border-radius: 15px;
  position: relative;
  left: 25px;
  top: 55px; }

body {
  background-color: #3498db;
} 

.wrapper {
  width: 1400px;
  height: 100vh;
  margin: auto;
  display: flex; }

.wizard > .steps .current-info, .wizard > .steps .number {
  display: none; }

.image-holder {
  width: 41.07%;
  align-self: center;
}

form {
  width: 58.93%;
  padding-left: 100px;
  padding-right: 100px;
  align-self: center; }

.form-header {
  text-align: center; }
  .form-header a {
    font-family: "Poppins-Regular";
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    background: #e4bd37; }

h3 {
  font-family: "Poppins-SemiBold";
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 46px;
  letter-spacing: 3px;
  margin-top: 30px; 
  text-shadow: 1px 0px 1px #fff; }

#wizard, #registro {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 47px 57px 50px 50px;
  position: relative;
  background: rgba(255, 255, 255, 0.07); }

.wizard > .steps ul {
  content: "";
  width: 60%;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  position: absolute;
  left: 50%;
  bottom: -83px;
  transform: translateX(-50%); }
  .wizard > .steps ul:before {
    content: '\f26b';
    position: absolute;
    font-size: 20px;
    font-family: Material-Design-Iconic-Font;
    bottom: 20px;
    left: 21%;
    transition: all 0.5s ease; }
  .wizard > .steps ul:after {
    content: "";
    width: 25%;
    height: 12px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease; }
  .wizard > .steps ul.step-2:before {
    left: 46%;
    transition: all 0.5s ease; }
  .wizard > .steps ul.step-2:after {
    width: 50%;
    transition: all 0.5s ease; }

  .wizard > .steps ul.step-3:before {
    left: 71%;
    transition: all 0.5s ease; }
  .wizard > .steps ul.step-3:after {
    width: 75%;
    transition: all 0.5s ease; }

  .wizard > .steps ul.step-4:before {
    left: 96%;
    transition: all 0.5s ease; }
  .wizard > .steps ul.step-4:after {
    width: 100%;
    transition: all 0.5s ease; }

.form-row {
  display: flex;
  margin-bottom: 29px;
  align-items: center; }
  .form-row:last-child {
    margin-bottom: 0; }
  .form-row label {
    width: 37%;
    margin-right: 20px; 
    font-size: 18px; }
  .form-row .form-holder {
    width: 65.1%; }

.form-holder {
  position: relative; }
  .form-holder i {
    position: absolute;
    bottom: 7px;
    right: 0px;
    font-size: 25px; }

.form-control {
  height: 41px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
  border-radius: 5px;
  width: 100%;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.2); }
  .form-control:focus {
    box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.7);
    border: 1px solid #ceebf7; }
  .form-control::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase; }
  .form-control::-moz-placeholder {
    color: #fff;
    text-transform: uppercase; }
  .form-control:-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase; }
  .form-control:-moz-placeholder {
    color: #fff;
    text-transform: uppercase; }

select.form-control {
  text-transform: uppercase; }

.option {
  color: #999; }

textarea.form-control {
  padding: 8px 0;
  background: url("../images/textarea-bg.png") no-repeat right bottom 3px; }

.actions ul {
  display: flex;
  margin-top: 39px;
  justify-content: space-between; }
.actions li a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 50px;
  width: 170px;
  letter-spacing: 1.3px;
  align-items: center;
  background: #D70E3A;
  font-family: "Muli-Bold";
  cursor: pointer;
  position: relative;
  padding-left: 27px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 27px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; 
  }
  .actions li a:before {
    content: '\f2ee';
    font-size: 18px;
    position: absolute;
    top: 17px;
    right: 30px;
    font-family: Material-Design-Iconic-Font;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .actions li a:hover {
    background: #008896; }
    .actions li a:hover:before {
      -webkit-animation-name: hvr-icon-wobble-horizontal;
      animation-name: hvr-icon-wobble-horizontal;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1; }
.actions li[aria-disabled="true"] a {
  opacity: 0;
  transition: all 0.3s; }
.actions li:first-child a {
  width: 136px;
  background: #fff;
  color: #666;
  font-family: "Muli-Bold";
  padding-left: 57px; }
  .actions li:first-child a:before {
    content: '\f2ea';
    left: 32px;
    font-size: 18px; }
  .actions li:first-child a:hover {
    background: #e5e5e5; }
.actions li:last-child a {
  width: 187px; }

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.checkbox-circle {
  display: flex;
  justify-content: space-evenly;  }
  .checkbox-circle label {
    cursor: pointer;
    display: inline-block;
    padding-left: 23px;
    position: relative;
    margin-right: 0;
    width: auto; }
  .checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox-circle input:checked ~ .checkmark:after {
    display: block; }
  .checkbox-circle .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8); }
    .checkbox-circle .checkmark:after {
      content: "";
      top: 3px;
      left: 3px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      display: none; }

@media (max-width: 1600px) {
  form {
    padding-top: 90px;
    padding-bottom: 97px;
    align-self: flex-start; }

  .wrapper {
    height: auto; } 
}
@media (max-width: 1199px) {
  .wrapper {
    height: 100vh;
    width: auto; }

  .image-holder {
    align-self: center; }
    .image-holder img {
      transform: translateY(40px); }
  
  img {
    position: relative;
    left: 5px;
    top: 15px;
  }

  form {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    align-self: center; } }

@media (min-width: 992px) and (max-width: 1022px) {
  .checkbox-circle label {
    /* bottom: 10px; */
  }
}  

@media (max-width: 991px) {
  .wrapper {
    justify-content: center; }

  .image-holder {
    display: none; }

  .checkbox-circle label{
    /* bottom: 10px; */
  }

  .actions li a {
    left: 15px;
  }

  img#logoForm{
    height: 100px;
    display: block;
    margin: auto;
    position: relative;
    margin-top: 10%;
  }

  form {
    width: auto; } }
@media (max-width: 540px) {
  body {
    height: auto; }

  .wrapper {
    padding: 30px 20px; }

  #registro {
    display: flex;
    flex-direction: column;
    background: none; 
    margin-left: 10px;
    margin-right: 20px;
    height: 170px !important;
  }

  #btnInicio{
    right: 20px;
    top: -25px !important;
  }

  #wizard {
    display: none; 
  }

  .actions li a {
    left: 0px;
    top: 20px;
  }
  
  form, #wizard, #registro {
    padding: 18px; 
  }

  h3 {
    margin-bottom: 30px; }

  .form-row {
    display: block; 
    margin-top: 10px;
    margin-left: 35px;}
    .form-row label {
      margin-bottom: 29px;
      display: block; }
    .form-row label, .form-row .form-holder {
      width: 100%; }

  .checkbox-circle {
    display: flex; }

  .checkbox-circle label{
    margin-bottom: -10px;
    margin-top: 10px;
  }

  .wizard > .steps {
    order: 4;
    margin-top: 60px;
    margin-bottom: 20px; }
    .wizard > .steps ul {
      position: static;
      transform: translateX(0);
      width: 100%; }

  .actions ul {
    margin-top: 0; }
  .actions li a {
    height: 50px;
  }
    .actions li a:before {
      top: 13px; }
  .actions li:first-child a {
    margin: 30px 10px 20px;
    transform: translateY(-30px); } 
  /* li {
    position: relative;
    bottom: 30px;
  } */
}

@media (max-width: 420px) and (min-width: 320px) {
  
  body { 
    min-height: 100vh; 
    max-width: 100%;
  }

  form, #registro{
    padding: 0;
}

  .wizard {
    width: 90%;
    margin-left: 27px;
    margin-top: -37px;
    transform: scale(0.8);
  }

  .actions li a {
    left: -8px;
  }
  
  #subTitulo {
    margin: 0 40px;
  }

  .btnRegreso {
    width: 40%;
  }

  #registro {
    width: 75%;
    left: 44px;
  }

  #btnSiguiente{
    transform: translate(-45%, -25%);
    height: 42px;
  }

  .checkbox-circle label{
    margin-top: 25px;
    margin-left: 28px;
  }

  
}
  .btnRegreso {
    padding: 0;
    border: none;
    display: inline-flex;
    height: 50px;
    letter-spacing: 1.3px;
    align-items: center;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    border-radius: 27px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 136px;
    background: #fff;
    color: #666;
    font-family: "Muli-Bold";
    padding-left: 43px;
    position: absolute;
    bottom: 50px;
  }
  
  .btnRegreso:before {
    font-family: 'Material-Design-Iconic-Font';
    content: '\f2ea';
    font-size: 18px;
    position: relative;
    left: -7px;
  }

  #registro section #siguiente{
    content: "";
    width: 60%;
    height: 12px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    position: absolute;
    left: 50%;
    bottom: -69px;
    transform: translateX(-50%);
  }
  #registro{
    height: 220px;
  }

  #btnInicio{
    position: relative;
  }

  #btnBuscar{
    position: absolute; 
    top:120px; 
    left:320px;
    list-style: none;
  }

  #btnBuscar li a:before{
    content: "";
  }

  #-error {
    color:orange;
  }

/*Mostrar / Ocultar contraseña*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v78/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color:#f0f0f0;
}

.input-container, .input-container2 {
  width: 99.5%;
  display: flex;
  align-items: center;
  border: 1px solid lightgrey;
  border-radius: 4px;
}

.input-container input, .input-container2 input {
  padding: 10px;
  width: 100%;
  font-size: 16px;
  border: 0;
  outline: none;
}

i {
  margin: 0 10px;
  color: #aaa;
  cursor: pointer;
}

i.visibility2 {
  margin-right: -15px;
}

.label-pass {
  font-weight: 500;
  text-align: left;
}

.label-rpass {
  margin: 15px 0 5px 0;
  font-weight: 500;
  text-align: left;
}
  
/*# sourceMappingURL=style.css.map */
