@import url(https://fonts.googleapis.com/css?family=Roboto:100,500,300);
@font-face {
  font-family: 'poli';
  src: url("../assets/fonts/poli.eot?cz74d1");
  src: url("../assets/fonts/poli.eot?cz74d1#iefix") format("embedded-opentype"), url("../assets/fonts/poli.ttf?cz74d1") format("truetype"), url("../assets/fonts/poli.woff?cz74d1") format("woff"), url("../assets/fonts/poli.svg?cz74d1#poli") format("svg");
  font-weight: normal;
  font-style: normal; }

.card-profile .style-button,
.documents .style-button, .documents input[type="submit"], .pasos input[type="submit"] {
  background: #d62555;
  clear: both;
  color: #FFF;
  display: inline-block;
  font-weight: 500;
  margin: 10px auto;
  padding: 8px 15px; }
  .card-profile .style-button:before,
  .documents .style-button:before, .documents input[type="submit"]:before, .pasos input[type="submit"]:before {
    content: "\e906";
    font-family: "poli";
    font-size: 15px;
    margin-right: 10px; }
  .card-profile .style-button:hover,
  .documents .style-button:hover, .documents input[type="submit"]:hover, .pasos input[type="submit"]:hover {
    text-decoration: none; }

body {
  background: url("../assets/images/intro1.jpg") no-repeat center top;
  background-size: container;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  overflow-x: hidden; }
  body.login {
    background-image: url("../assets/images/intro1.jpg"); }
  body.profile {
    background-image: url("../assets/images/profile.jpg"); }
  body.pasos {
    background-image: url("../assets/images/pasos.jpg"); }
  body.files {
    background-image: url("../assets/images/documentos.jpg"); }

.form-control::-webkit-input-placeholder {
  color: #555; }

.form-control::-moz-placeholder {
  color: #555; }

/* firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #555; }

/* ie */
.form-control:-moz-placeholder {
  color: #555; }

figure {
  margin: 0;
  padding: 0; }

hr {
  margin-top: 5px; }

h4 {
  color: #848484;
  font-weight: 300;
  margin-bottom: 20px; }

fieldset {
  border: none; }

header {
  color: #FFF;
  text-align: center; }
  header .level-1 {
    background: #0458a0;
    border-top: 13px solid #0e2e5d; }
    header .level-1 a {
      background: url("../assets/images/logo.png") no-repeat 0 0;
      background-size: 140px 100px;
      display: inline-block;
      height: 75px;
      margin: 12px 0 8px;
      text-indent: -9999px;
      width: 189px; }
  header .level-2 {
    background: rgba(16, 48, 92, 0.8); }
  header h2 {
    font-weight: 100;
    margin: 15px 0; }
    header h2 strong {
      display: block; }

.login form {
  background: #99cc00;
  border-radius: 5px;
  margin: 40px 12px 12px;
  padding: 35px;
  overflow: hidden; }
  .login form label {
    color: #FFF;
    font-weight: 300; }
    .login form label a {
      color: #FFF;
      font-weight: 500;
      text-decoration: underline; }
      .login form label a:hover {
        color: #FFF; }
  .login form fieldset {
    margin-top: 15px;
    padding: 0;
    text-transform: uppercase; }
    .login form fieldset input[type="checkbox"] {
      display: inline-block;
      margin-top: 0;
      vertical-align: 1px;
      width: 5%; }
    .login form fieldset label {
      display: inline-block; }
  .login form input[type="submit"] {
    background: #7a9410;
    border: none;
    color: #FFF;
    font-size: 20px;
    font-weight: 300; }
  .login form .chosen-container {
    background: #FFF;
    margin-bottom: 20px; }

.login .bold {
  display: block;
  font-weight: 500; }

.login p {
  font-size: 16px; }
  .login p.rights {
    color: #777777;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    margin: 20px; }

.card-profile,
.documents {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
  margin: 35px auto;
  max-width: 610px;
  text-align: center;
  padding: 30px;
  position: relative; }
  .card-profile .row,
  .documents .row {
    margin: 0; }
  .card-profile .icon-user,
  .documents .icon-user {
    display: inline-block;
    padding: 0;
    vertical-align: middle; }
    .card-profile .icon-user:after,
    .documents .icon-user:after {
      content: ' ';
      background: #99CC00;
      border: 12px solid rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      display: inline-block;
      height: 110px;
      margin-bottom: 10px;
      opacity: .9;
      vertical-align: middle;
      width: 110px; }
    .card-profile .icon-user:before,
    .documents .icon-user:before {
      color: #FFF;
      content: '\e909';
      font-family: "poli";
      font-size: 53px;
      left: 50%;
      margin-left: -25px;
      position: absolute;
      top: 14px;
      z-index: 4; }
  .card-profile .datos,
  .documents .datos {
    color: #666;
    display: inline-block;
    margin-top: 30px;
    text-align: left;
    padding-right: 0;
    vertical-align: middle; }
  .card-profile > p,
  .documents > p {
    border-top: 1px solid #e7eef7;
    color: #666;
    font-size: 28px;
    padding: 15px 10px; }
  .card-profile > h5,
  .documents > h5 {
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px; }
  .card-profile .id,
  .documents .id {
    color: #848484;
    margin-bottom: 10px;
    text-align: left; }
  .card-profile dl,
  .documents dl {
    color: #848484; }
    .card-profile dl dt,
    .documents dl dt {
      display: inline-block;
      font-weight: 500;
      margin-bottom: 15px;
      text-align: right;
      width: 25%; }
      .card-profile dl dt:first-child,
      .documents dl dt:first-child {
        font-size: 18px; }
    .card-profile dl dd,
    .documents dl dd {
      display: inline-block;
      margin-bottom: 15px;
      margin-left: 10px;
      text-align: left;
      vertical-align: bottom;
      width: 69%; }
      .card-profile dl dd:nth-child(2),
      .documents dl dd:nth-child(2) {
        font-size: 18px;
        font-weight: 500;
        position: relative; }
        .card-profile dl dd:nth-child(2):before,
        .documents dl dd:nth-child(2):before {
          content: '|';
          left: -8px;
          position: absolute; }
      .card-profile dl dd a,
      .documents dl dd a {
        color: #67a2d6;
        text-decoration: underline; }
  .card-profile .chosen-container-single .chosen-single,
  .documents .chosen-container-single .chosen-single {
    height: 38px;
    line-height: 1.4; }
    .card-profile .chosen-container-single .chosen-single:after,
    .documents .chosen-container-single .chosen-single:after {
      top: 13px; }

.documents {
  margin-top: 160px;
  text-align: left; }
  .documents h4 {
    font-weight: 500;
    margin-bottom: 40px; }
  .documents .col-xs-3 h4 {
    text-align: center; }
  .documents .c-input {
    color: #848484;
    font-weight: 300;
    margin-bottom: 20px;
    width: 100%; }
    .documents .c-input p {
      display: inline-block;
      width: 80%; }
  .documents .space {
    margin-top: 20px; }
  .documents .style-button {
    margin: 0; }
  .documents input[type="radio"] {
    margin-left: 8%; }
  .documents input[type="submit"] {
    width: auto; }
  .documents .go-back {
    color: #67a2d6;
    display: block;
    margin: 20px 0;
    text-decoration: underline; }
    .documents .go-back:before {
      content: '\e906';
      color: #a5c916;
      font-family: "poli";
      margin-right: 10px;
      text-decoration: none; }

.pasos .level-2 h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  margin: 12px; }

.pasos header {
  margin-bottom: 100px; }

.pasos .pasos-box {
  margin: 0 auto 46px;
  max-width: 995px;
  text-align: center; }
  .pasos .pasos-box button:first-child {
    margin-left: 0; }
  .pasos .pasos-box button:last-child {
    margin-right: 0; }

.pasos .col-sm-3,
.pasos .col-sm-4 {
  position: relative; }
  .pasos .col-sm-3.info-btn input,
  .pasos .col-sm-4.info-btn input {
    width: 85%; }
  .pasos .col-sm-3 .btn,
  .pasos .col-sm-4 .btn {
    background: transparent;
    border-radius: 50%;
    border: 2px solid #a8cb30;
    color: #a8cb30;
    line-height: 1;
    overflow: hidden;
    padding: 1px 6px;
    position: absolute;
    right: 17px;
    top: 2px; }

.pasos .flag {
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #c9c9c9;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin: 7px 2% 0;
  max-width: 162px;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 28%; }
  .pasos .flag:before {
    content: ' ';
    background: #666;
    border-radius: 50%;
    border: 12px solid rgba(255, 255, 255, 0.3);
    display: block;
    height: 131px;
    left: 50%;
    margin-bottom: 10px;
    margin-left: -55px;
    opacity: .9;
    position: relative;
    width: 131px; }
  .pasos .flag:after {
    color: #c9c9c9;
    font-family: "poli";
    font-size: 66px;
    left: 50%;
    margin-left: -23px;
    opacity: .7;
    position: absolute;
    top: 18px; }
  .pasos .flag.paso-1:after {
    content: '\e905'; }
  .pasos .flag.paso-2:after {
    content: '\e907'; }
  .pasos .flag.paso-3:after {
    content: '\e904'; }
  .pasos .flag.paso-4:after {
    content: '\e900';
    font-size: 53px;
    top: 28px; }
  .pasos .flag.paso-5:after {
    content: '\e903'; }
  .pasos .flag.activo {
    color: #666; }
    .pasos .flag.activo:after {
      color: #FFF;
      opacity: 1; }
    .pasos .flag.activo:before {
      background: #f60; }
  .pasos .flag.done {
    color: #666; }
    .pasos .flag.done:after {
      color: #FFF; }
    .pasos .flag.done:before {
      background: #a5c916; }

.pasos .c-input {
  font-weight: 300;
  margin-left: 10px; }

.pasos input[type="submit"] {
  margin: 50px 0; }

.pasos .title-label {
  background: #e5eff7;
  color: #848484;
  display: block;
  border-left: 35px solid #e5eff7;
  font-weight: 300;
  margin-bottom: 15px;
  padding: 7px 9px 7px 0;
  position: relative; }
  .pasos .title-label span {
    font-size: 16px;
    font-weight: 500;
    left: -34px;
    margin-top: -17px;
    padding: 6px 10px 7px 12px;
    position: absolute;
    top: 50%; }

.pasos .title-label + .row,
.pasos .title-label + .row + .row {
  margin-left: 20px; }
  .pasos .title-label + .row label,
  .pasos .title-label + .row + .row label {
    margin-left: 0; }

.popover {
  background: #e3f1b9;
  border: 1px solid #a8cb30;
  max-width: 750px; }
  .popover.top > .arrow {
    border-top-color: #a8cb30; }
    .popover.top > .arrow:after {
      border-top-color: #e3f1b9; }

.alertas {
  background: #ffe9f0;
  border: 1px solid #ffcada;
  color: #666;
  display: none;
  margin: 0 -15px 20px;
  padding: 10px 15px; }
  .alertas p {
    font-size: 16px;
    font-weight: 400; }
  .alertas ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .alertas ul li {
      margin-bottom: 2px;
      position: relative; }
      .alertas ul li:before {
        content: '*';
        color: #f23c24;
        margin-right: 5px; }
      .alertas ul li label {
        font-weight: 300; }

footer {
  background: #0e2e5d;
  color: #c4ccb7;
  padding-bottom: 20px;
  padding-top: 20px; }
  footer section.col-sm-4 {
    background: url("../assets/images/logos-footer.jpg") no-repeat 0 0;
    background-size: 100%;
    height: 71px;
    text-indent: -9999px; }
  footer section.col-sm-8 {
    margin-top: 12px;
    text-align: center; }
    footer section.col-sm-8 p {
      border-right: 1px solid #FFF;
      padding: 0;
      padding-left: 50px;
      text-align: left; }
      footer section.col-sm-8 p:last-child {
        border: none; }
      footer section.col-sm-8 p a {
        color: #c4ccb7;
        display: block; }
        footer section.col-sm-8 p a:before {
          content: "\e904";
          font-family: "poli";
          font-size: 24px;
          line-height: 1;
          vertical-align: -5px; }
        footer section.col-sm-8 p a:hover {
          text-decoration: none; }

.steps > div > div {
  padding: 0 35px; }

.input-group-addon {
  background: white; }

select.invalid,
input.invalid {
  background: #ffe9f0;
  border: 1px solid #ffcada;
  color: #666; }

select {
  display: block !important;
  color: #666666;
  visibility: hidden;
  position: absolute; }

.form-control {
  -webkit-box-shadow: none;
  background-color: #fff;
  background-image: none;
  border-radius: 1px;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #666666;
  display: block;
  font-family: 'roboto';
  font-size: 16px;
  font-weight: 300;
  height: 46px;
  line-height: 1.4;
  padding: 6px 12px;
  width: 100%; }

.input-group-addon {
  color: black; }

.chosen-container {
  font-size: 16px;
  margin-bottom: 15px;
  width: 100% !important; }

.chosen-container-single .chosen-single {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #ccc;
  display: block;
  height: 46px;
  line-height: 2;
  padding: 6px 12px;
  width: 100%; }
  .chosen-container-single .chosen-single:after {
    color: #99cc00;
    content: '\e901';
    font-family: "poli";
    font-size: 8px;
    position: absolute;
    right: 15px;
    top: 15px; }

select.invalid ~ .chosen-container-single {
  background: #ffe9f0;
  border: 1px solid #ffcada;
  color: #666; }

input.invalid ~ .input-group-addon {
  background: #ffe9f0;
  border: 1px solid #ffcada; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
  padding: 5px; }

@media screen and (max-width: 992px) {
  .login form {
    padding: 20px; }
    .login form fieldset label {
      vertical-align: top;
      width: 92%; }
  .card-profile,
  .documents {
    padding-left: 20px;
    padding-right: 20px; }
    .card-profile > p,
    .documents > p {
      font-size: 22px; }
    .card-profile figure,
    .card-profile .datos,
    .documents figure,
    .documents .datos {
      float: none;
      margin-left: auto;
      margin-right: auto; }
  .pasos .flag:before {
    border-width: 8px;
    height: 100px;
    margin-left: -47px;
    width: 100px; }
  .pasos .flag:after {
    font-size: 57px;
    margin-left: -23px;
    top: 11px; }
  .pasos .flag.paso-4:after {
    font-size: 41px;
    top: 23px; }
  .pasos input[type="submit"] {
    margin: 10px 0 20px; }
  footer .col-sm-8 p {
    border: none;
    margin-right: 0;
    text-align: center; } }

@media screen and (max-width: 480px) {
  .chosen-container {
    display: none; }
  select {
    visibility: visible;
    position: inherit; } }

div.reCaptcha{
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}


#pswd_info {
    position:initial;
    bottom:-75px;
    bottom: -115px\9; /* IE Specific */
    right:55px;
    width:450px;
    padding:15px;
    background:#fefefe;
    font-size:.895em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}
#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}

#pswd_info {
    display:none;
}

.invalid {
    background:url("../assets/images/invalid.png") no-repeat 0 20%;
    padding-left:30px;
    line-height:50px;
    color:#ec3f41;
}
.valid {
    background:url("../assets/images/valid.png") no-repeat 0 20%;
    padding-left:30px;
    line-height:50px;
    color:#3a7d34;
}