@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/poppins/Poppins-Regular.ttf"); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Poppins-Regular";
  font-size: 15px;
  margin: 0;
  background: url("../images/form-wizard-bg.jpeg") center center;
    /*background-color: #4099A3;*/
  background-size: cover; }

:focus {
  outline: none; }

textarea {
  resize: none; }

::placeholder{
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
input:focus::placeholder {
        color: transparent;
      }

input, textarea, select, button {
  font-family: "Poppins-Regular";
  font-size: 15px;
  color: #82438F; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer; }
  select option[value=""][disabled] {
    display: none; }

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; }

img {
  max-width: 100%;
  vertical-align: middle; }
.dropdown li{
    color: #82438F;
}
.inner h1{
    color: #82438F;
    text-align: left;
    font-size: 20px;
    font-weight: 800;
}
.title-div{
    border-left:3px solid #82438F;
    height: auto;
    padding-left: 10px;
    margin-left: 10px;
}
.wrapper {
  max-width: 1400px;
  display: flex;
  height: 100vh;
  margin: auto;
  align-items: center; }

.wizard {
  width: 550px;
  position: relative;
  height: 656px;
  margin-left: auto;
margin-right: auto;
    
}

.wizard .inner{
    border-radius: 15px;
    border: 5px #9CABE6 solid;
}

.steps .current-info, .steps .number {
  display: none; }

.avartar {
  display: block;
  text-align: center;
  margin-bottom: 29px; }

.steps {
  height: 2px;
  position: absolute;
  width: 39.91%;
  background: #b7b2ab;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%); }
  .steps ul {
    height: 2px;
    position: absolute;
    background: #82438F;
    width: 33.33%;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease; }
  .steps:before {
    content: "";
    color: #82438F;
    position: absolute;
    left: 0;
    bottom: 3px;
    font-size: 13px;
    font-family: "Poppins-Regular";
    transition: all 0.3s ease; }
  .steps:after {
    content: "";
    color: #82438F;
    position: absolute;
    right: 0;
    bottom: 3px;
    font-size: 13px;
    font-family: "Poppins-Regular"; }
  .steps.step-2 ul {
    width: 66.67%;
    transition: all 0.3s ease; }
  .steps.step-2:before {
    content: '2';
    left: 63.67%;
    transition: all 0.3s ease; }
  .steps.step-3 ul {
    width: 100%;
    transition: all 0.3s ease; }
  .steps.step-3:before {
    content: '';
    left: 100%;
    transition: all 0.1s ease; }

.inner {
  padding: 30px 40px;
  background: #fff;
  height: auto; }

.form-row {
  margin-bottom: 26px; }
  .form-row.form-group {
    display: flex; }
    .form-row.form-group .form-holder {
      width: 50%;
      margin-right: 25px; }
      .form-row.form-group .form-holder:last-child {
        margin-right: 0; }

.form-holder {
  position: relative; }
  .form-holder i {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 17px;
    color: #82438F; }
    .form-holder i.small {
      font-size: 13px;
      top: 50%;
      transform: translateY(-50%); }
.logos{
   margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
}
.logos-1 {
    width: 35%;
}

.logos-2 {
    width: 35%;
}

.logos-3 {
    width: 30%;
}
#finish{
    display: none!important!;
}
p {
    color: #82438F;
    margin-bottom: 5px;
    font-weight: 600;
}
.steps{
    display: none!important;
}
#cam{
    width: 20%;
}
.title-div {
    width: 80%;
}
.logos-bot{
    display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.logo-h1{
    display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
#ceuta {
    float: 1;
}
#migu {
    float: 2;
}
#correspo {
    float: 3;
}

.form-control {
  height: 30px;
  border: none;
  border-bottom: 1px solid #82438F;
  width: 100%;
  background: none;
  font-weight: 600; }
  .form-control::-webkit-input-placeholder {
    color: #82438F; }
  .form-control::-moz-placeholder {
    color: #82438F; }
  .form-control:-ms-input-placeholder {
    color: #82438F; }
  .form-control:-moz-placeholder {
    color: #82438F; }

.select {
  position: relative; }
  .select .select-control, option {
    height: 30px;
    border: none;
    color: #82438F;
    border-bottom: 1px solid #82438F;
    width: 100%;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center; }
  .select .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 9;
    border: 1px solid #4192cb; }
    .select .dropdown li {
      padding: 5px 10px; }
      .select .dropdown li:hover {
        background: #81acee;
        color: #fff; }
    .select .dropdown.active {
      display: block; }

.section-3 h6 {
  font-size: 13px;
  color: #82438F;
  padding-top: 5px;
  margin-bottom: 14px; }

.payment-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .payment-block .payment-item {
    width: 47.76%; }

.payment-item {
  border: 1px solid #e5e5e5;
  height: 53px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  padding-right: 11px;
  margin-bottom: 15px;
  cursor: pointer; }
  .payment-item .payment-logo {
    width: 34.53%; }
  .payment-item .payment-content {
    width: 65.47%; }
  .payment-item.active {
    border: 1px solid #82438F; }
.form-row{
    z-index: 10;
}
.select {
    z-index:11;
}
.actions{
    display: none;
    /*display: flex;*/
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.final-sub{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.actions ul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 50px;
  right: 58px;
  left: 58px; }
.actions li a {
  border: none;
  display: inline-flex;
  height: 51px;
  width: 118px;
  align-items: center;
  color: #fff;
  cursor: pointer;
  padding-left: 33px;
  font-size: 15px;
  position: relative;
  background: #82438F; }
.submit {
    transition: all 0.3s ease;
    border: none;
    border-radius: 15px;
  /*display: inline-flex;*/
  height: 51px;
  width: 118px;
  align-items: center;
  color: #fff;
  cursor: pointer;
  /*padding-left: 33px;*/
  font-size: 15px;
  position: relative;
  background: #82438F;
    z-index: 10;
}
.submit:before{
    content: "\f2ee";
    font-family: Material-Design-Iconic-Font;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px; 
}
.submit:hover{
    background: #b67ac2;
}
  .actions li a:before {
    content: "\f2ee";
    font-family: Material-Design-Iconic-Font;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px; }
  .actions li a:hover {
    background: #4d4d4d; }
.actions li:first-child a {
  background: none;
  border: 1px solid #82438F;
  padding-left: 50px;
  color: #82438F; }
  .actions li:first-child a:before {
    content: "\f2ea";
    right: 77px; }
  .actions li:first-child a:hover {
    background: #4d4d4d;
    border-color: transparent;
    color: #fff; }
.actions li:last-child a {
  padding-left: 28px; }
  .actions li:last-child a:before {
    right: 27px; }
.actions li[aria-disabled="true"] a {
  opacity: 0;
  transition: all 1s; }
.actions li:last-child a {
    display: none!important;
}
@media only screen and (max-width: 1500px) {
  .steps {
    bottom: -40px; }

  .wizard {
    margin-bottom: 25px; } }
@media only screen and (max-width: 1199px) {
  .steps {
    bottom: -52px; }

  .wizard {
    margin-bottom: 0; } }
@media (max-width: 767px) {
    .logos {
        width: 32%!important;
    }
  /*body {
    background: none; }*/
    body {
        font-size: 13px;
    }
    .inner h1{
        font-size: 15px;
    }
  .wrapper {
    height: auto;
    display: block; }

  .wizard {
    width: auto;
    height: auto;
    margin-left: 25px;
      margin-right: 25px;
    margin-bottom: 100px; }

  .inner {
    padding: 30px 20px;
    height: auto; 
        margin-top: 25px;
    }

  .actions ul {
    position: static;
    margin: 0 20px; }

  .payment-block {
    display: block; }
    .payment-block .payment-item {
      width: 100%; }

  .steps {
    bottom: -60px;
    left: 20px;
    right: 20px;
    width: auto;
    transform: translateX(0); } }

@media (max-width: 500px) {
    body {
        font-size: 10px;
    }
    .inner h1{
        font-size: 13px;
    }
}

/*# sourceMappingURL=style.css.map */
