@charset "UTF-8";
/***********Proceso completo*****************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/***********Generales VD*****************/
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

html {
  height: auto;
  width: auto;
  background-color: #fff;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  margin: 0;
  padding: 0; }

body {
  font-size: 12px;
  font-family: Open_Sans_Regular;
  font-weight: normal;
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0;
  /*color: #9a9a9a;*/
  font-family: Open_Sans_Semi_Bold; }

.error {
  font-weight: bold;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .error img {
    width: 15px;
    margin-right: 5px; }

.error-otp {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 70%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%); }

.ng-submitted .ng-invalid.ng-empty,
.ng-submitted .ng-invalid.ng-touched,
.loginError {
  border: 1px solid #ed252a !important; }

.internal-content {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.internal-content-2 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.mvboli {
  font-family: Open_Sans_Light; }

.new-red {
  color: #ed252a; }

.angular-content {
  width: 100%;
  height: 100%; }
  .angular-content .main-vd-dashboard,
  .angular-content .main-express-vd {
    color: #605d5e;
    max-width: 500px;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
    .angular-content .main-vd-dashboard .vd-dashboard-box,
    .angular-content .main-vd-dashboard .express-vd-section,
    .angular-content .main-express-vd .vd-dashboard-box,
    .angular-content .main-express-vd .express-vd-section {
      width: 100%;
      height: 100%; }

.general-input-vd {
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  padding: 0 10px; }
  .general-input-vd:focus {
    background-color: #fff; }

button:focus, a:focus {
  outline: 0; }

button span {
  font-family: Open_Sans_Regular; }

.btn-volver-vd,
.btn-continuar-vd {
  font-family: Open_Sans_Regular;
  margin: 0 auto;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  height: 32px;
  padding: 5px 0px;
  width: 130px;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  position: relative;
  display: block; }
  .btn-volver-vd span,
  .btn-continuar-vd span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px 32px 4px 32px; }

.btn-volver-vd {
  background-color: #b6b6b6;
  margin-right: 15px; }
  .btn-volver-vd span {
    background-color: #d8d8d8;
    color: #6c6c6c; }
    .btn-volver-vd span:before {
      content: '';
      background-image: url(/RS/images/VinculacionDigital/flecha_volver.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 16px;
      margin-right: 5px; }

.btn-continuar-vd {
  background-color: #C31C1F; }
  .btn-continuar-vd span {
    background-color: #ED252A;
    color: #fff; }
    .btn-continuar-vd span:before {
      content: '';
      background-image: url(/RS/images/VinculacionDigital/chulo_ok_botones.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      margin-right: 5px; }

.btn-firmar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  border: 0;
  width: 110px;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 70%);
  -ms-transform: translate(-50%, 70%);
  transform: translate(-50%, 70%);
  background-color: #ED252A;
  font-size: 15px;
  font-family: Open_Sans_Semi_Bold; }
  .btn-firmar:before {
    content: '';
    background-image: url(/RS/images/VinculacionDigital/esfero.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 25px;
    margin-right: 5px; }

.loginvd-content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }
  .loginvd-content .loginvd-panel-principal {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0; }

/************Gif General***********/
.gif-general-private {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  .gif-general-private.gif-vd:after {
    background-color: rgba(0, 0, 0, 0.6); }
  .gif-general-private.gif-vd .content-gif picture {
    width: 200px; }
    .gif-general-private.gif-vd .content-gif picture img {
      width: 100%; }
  .gif-general-private:after {
    position: fixed;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9); }
  .gif-general-private.mostrar-gif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gif-general-private .content-gif {
    width: auto;
    z-index: 8;
    border-radius: 10px;
    text-align: center; }
    .gif-general-private .content-gif picture img {
      width: 80px; }
    .gif-general-private .content-gif p {
      text-align: center;
      padding: 0 20px;
      line-height: 15px;
      font-size: 13px;
      color: #6c6c6c;
      font-weight: bold; }

/************Gif General***********/
/***********End Generales VD*****************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/***********Generales VD*****************/
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

html {
  height: auto;
  width: auto;
  background-color: #fff;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  margin: 0;
  padding: 0; }

body {
  font-size: 12px;
  font-family: Open_Sans_Regular;
  font-weight: normal;
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0;
  /*color: #9a9a9a;*/
  font-family: Open_Sans_Semi_Bold; }

.error {
  font-weight: bold;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .error img {
    width: 15px;
    margin-right: 5px; }

.error-otp {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 70%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%); }

.ng-submitted .ng-invalid.ng-empty,
.ng-submitted .ng-invalid.ng-touched,
.loginError {
  border: 1px solid #ed252a !important; }

.internal-content {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.internal-content-2 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.mvboli {
  font-family: Open_Sans_Light; }

.new-red {
  color: #ed252a; }

.angular-content {
  width: 100%;
  height: 100%; }
  .angular-content .main-vd-dashboard,
  .angular-content .main-express-vd {
    color: #605d5e;
    max-width: 500px;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
    .angular-content .main-vd-dashboard .vd-dashboard-box,
    .angular-content .main-vd-dashboard .express-vd-section,
    .angular-content .main-express-vd .vd-dashboard-box,
    .angular-content .main-express-vd .express-vd-section {
      width: 100%;
      height: 100%; }

.general-input-vd {
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  padding: 0 10px; }
  .general-input-vd:focus {
    background-color: #fff; }

button:focus, a:focus {
  outline: 0; }

button span {
  font-family: Open_Sans_Regular; }

.btn-volver-vd,
.btn-continuar-vd {
  font-family: Open_Sans_Regular;
  margin: 0 auto;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  height: 32px;
  padding: 5px 0px;
  width: 130px;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  position: relative;
  display: block; }
  .btn-volver-vd span,
  .btn-continuar-vd span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px 32px 4px 32px; }

.btn-volver-vd {
  background-color: #b6b6b6;
  margin-right: 15px; }
  .btn-volver-vd span {
    background-color: #d8d8d8;
    color: #6c6c6c; }
    .btn-volver-vd span:before {
      content: '';
      background-image: url(/RS/images/VinculacionDigital/flecha_volver.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 16px;
      margin-right: 5px; }

.btn-continuar-vd {
  background-color: #C31C1F; }
  .btn-continuar-vd span {
    background-color: #ED252A;
    color: #fff; }
    .btn-continuar-vd span:before {
      content: '';
      background-image: url(/RS/images/VinculacionDigital/chulo_ok_botones.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      margin-right: 5px; }

.btn-firmar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  border: 0;
  width: 110px;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 70%);
  -ms-transform: translate(-50%, 70%);
  transform: translate(-50%, 70%);
  background-color: #ED252A;
  font-size: 15px;
  font-family: Open_Sans_Semi_Bold; }
  .btn-firmar:before {
    content: '';
    background-image: url(/RS/images/VinculacionDigital/esfero.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 25px;
    margin-right: 5px; }

.loginvd-content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }
  .loginvd-content .loginvd-panel-principal {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0; }

/************Gif General***********/
.gif-general-private {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  .gif-general-private.gif-vd:after {
    background-color: rgba(0, 0, 0, 0.6); }
  .gif-general-private.gif-vd .content-gif picture {
    width: 200px; }
    .gif-general-private.gif-vd .content-gif picture img {
      width: 100%; }
  .gif-general-private:after {
    position: fixed;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9); }
  .gif-general-private.mostrar-gif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gif-general-private .content-gif {
    width: auto;
    z-index: 8;
    border-radius: 10px;
    text-align: center; }
    .gif-general-private .content-gif picture img {
      width: 80px; }
    .gif-general-private .content-gif p {
      text-align: center;
      padding: 0 20px;
      line-height: 15px;
      font-size: 13px;
      color: #6c6c6c;
      font-weight: bold; }

/************Gif General***********/
/***********End Generales VD*****************/
/***********Dashboard VD*****************/
.vd-dashboard-box .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 5px; }
  .vd-dashboard-box .header h1 {
    font-size: 12px; }
  .vd-dashboard-box .header .content-link-cerrar-sesion {
    position: relative; }
    .vd-dashboard-box .header .content-link-cerrar-sesion .content-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none;
      color: #605d5e; }
      .vd-dashboard-box .header .content-link-cerrar-sesion .content-right .user-name {
        font-family: Open_Sans_Semi_Bold;
        margin-right: 5px; }
      .vd-dashboard-box .header .content-link-cerrar-sesion .content-right img {
        width: 23px;
        height: 23px; }
    .vd-dashboard-box .header .content-link-cerrar-sesion .btn-cerrar-sesion {
      display: none;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #605d5e;
      color: #fff;
      position: absolute;
      right: 0;
      width: 120px;
      height: 25px;
      border-radius: 5px;
      text-decoration: none;
      top: 125%; }
      .vd-dashboard-box .header .content-link-cerrar-sesion .btn-cerrar-sesion.mostrar-popup {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .vd-dashboard-box .header .content-link-cerrar-sesion .btn-cerrar-sesion:after {
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ED252A;
        position: absolute;
        top: -6px;
        right: 5%; }
      .vd-dashboard-box .header .content-link-cerrar-sesion .btn-cerrar-sesion img {
        width: 18px;
        margin-right: 2px; }
      .vd-dashboard-box .header .content-link-cerrar-sesion .btn-cerrar-sesion span {
        color: #fff;
        font-size: 11px;
        font-family: Open_Sans_Bold; }

.vd-dashboard-box .body {
  padding: 0 5px; }
  .vd-dashboard-box .body .intro-p {
    line-height: 13px;
    color: #605d5e;
    font-family: Open_Sans_Regular;
    font-size: 12px;
    text-align: center; }
  .vd-dashboard-box .body .content-product-boxes {
    margin: 40px auto 55px; }
    .vd-dashboard-box .body .content-product-boxes .relative-box {
      position: relative;
      width: 100%;
      margin-bottom: 55px; }
      .vd-dashboard-box .body .content-product-boxes .relative-box .absolute-position {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 50%;
        top: 0%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%; }
        .vd-dashboard-box .body .content-product-boxes .relative-box .absolute-position.shadow {
          -webkit-box-shadow: 0px -4px 10px 1px #cacaca;
          box-shadow: 0px -4px 10px 1px #cacaca; }
        .vd-dashboard-box .body .content-product-boxes .relative-box .absolute-position.white-square {
          background-color: #fff;
          z-index: 2;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          z-index: 4; }
          .vd-dashboard-box .body .content-product-boxes .relative-box .absolute-position.white-square img {
            display: block;
            width: 23px;
            height: 23px; }
      .vd-dashboard-box .body .content-product-boxes .relative-box .product-box {
        width: 100%;
        margin: 0 auto;
        position: relative;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 13px 2px #cacaca;
        box-shadow: 0px 0px 13px 2px #cacaca;
        background: #fff;
        padding: 15px 10px; }
        .vd-dashboard-box .body .content-product-boxes .relative-box .product-box .top {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-top: 5px; }
          .vd-dashboard-box .body .content-product-boxes .relative-box .product-box .top .left {
            line-height: 13px; }
            .vd-dashboard-box .body .content-product-boxes .relative-box .product-box .top .left p {
              font-family: Open_Sans_Bold;
              font-size: 12px; }
            .vd-dashboard-box .body .content-product-boxes .relative-box .product-box .top .left span {
              font-size: 10px;
              color: #605d5e; }
          .vd-dashboard-box .body .content-product-boxes .relative-box .product-box .top .right {
            line-height: 13px; }
            .vd-dashboard-box .body .content-product-boxes .relative-box .product-box .top .right p {
              font-family: Open_Sans_Bold; }
        .vd-dashboard-box .body .content-product-boxes .relative-box .product-box .middle {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin: 12px auto 5px; }
          .vd-dashboard-box .body .content-product-boxes .relative-box .product-box .middle .subcontent {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            margin-right: 10px; }
            .vd-dashboard-box .body .content-product-boxes .relative-box .product-box .middle .subcontent:last-child {
              margin-right: 0; }
            .vd-dashboard-box .body .content-product-boxes .relative-box .product-box .middle .subcontent .first {
              font-family: Open_Sans_Semi_Bold;
              display: block;
              color: #003c5a;
              font-size: 14px; }
            .vd-dashboard-box .body .content-product-boxes .relative-box .product-box .middle .subcontent .second {
              font-size: 11px;
              line-height: 13px; }
        .vd-dashboard-box .body .content-product-boxes .relative-box .product-box .bottom {
          display: block;
          width: auto;
          height: auto; }

.vd-dashboard-box .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .vd-dashboard-box .footer .need-help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #605d5e; }
    .vd-dashboard-box .footer .need-help span {
      margin-right: 5px;
      font-size: 13px;
      font-family: Open_Sans_Semi_Bold; }
    .vd-dashboard-box .footer .need-help img {
      width: 25px; }
  .vd-dashboard-box .footer .btn-volver-vd {
    margin: 30px auto 40px;
    background-color: #C31C1F;
    -webkit-animation: all ease-in 0.1s;
    animation: all ease-in 0.1s; }
    .vd-dashboard-box .footer .btn-volver-vd:active {
      width: 129px;
      height: 31px; }
    .vd-dashboard-box .footer .btn-volver-vd span {
      color: #fff;
      background-color: #ed252a; }
      .vd-dashboard-box .footer .btn-volver-vd span:before {
        background-image: url(/RS/images/VinculacionDigital/flecha_volver_blanca.svg); }

/***********End Dashboard VD*****************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/***********Modales LoginVD*****************/
.olvido-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
  z-index: 4; }
  .olvido-popup.cerrar-sesion {
    display: none; }
    .olvido-popup.cerrar-sesion.mostrar-popup {
      display: block; }
  .olvido-popup .content-olvido {
    background-color: #fff;
    width: 90%;
    max-width: 500px;
    height: auto;
    margin: auto;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px; }
    .olvido-popup .content-olvido img {
      width: 90px; }
    .olvido-popup .content-olvido p {
      color: #605d5e;
      margin: 10px auto 20px; }
    .olvido-popup .content-olvido .content-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .olvido-popup .content-olvido .content-btns .btn-continuar-vd,
      .olvido-popup .content-olvido .content-btns .btn-volver-vd {
        width: 110px; }
  .olvido-popup.popup-validando-datos {
    display: none; }
    .olvido-popup.popup-validando-datos.mostrar {
      display: block; }
    .olvido-popup.popup-validando-datos .content-olvido span {
      font-size: 15px;
      line-height: 1.2;
      margin-top: 10px;
      color: #003c5a; }

.popup-video-vd {
  display: none; }
  .popup-video-vd.mostrar-popup {
    display: block; }
  .popup-video-vd .content-popup-video-vd iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 20px; }

/***********End Modales LoginVD*****************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/***********Incidencia especial*****************/
.no-products .content-no-products .Img-cara-error {
  width: 160px;
  display: block; }

.no-products .content-no-products .top-h1 {
  font-size: 30px;
  color: #605d5e; }

.no-products .content-no-products .top-p {
  text-align: center;
  width: 80%;
  font-size: 15px;
  line-height: 18px; }

.no-products .content-no-products .solicita-producto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 85%;
  margin: 0 auto 0; }
  .no-products .content-no-products .solicita-producto img {
    width: 70px;
    margin-right: 5px; }
  .no-products .content-no-products .solicita-producto p {
    font-size: 16px;
    text-align: center;
    line-height: 18px; }

.no-products .content-no-products span.new-red {
  font-size: 35px; }

.no-products .content-no-products .btn-volver-vd {
  margin: 0 auto 50px; }

/***********End Incidencia especial*****************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/***********Incidencia especial*****************/
.incidencia-especial-form {
  padding: 15px; }
  .incidencia-especial-form .content-top h1 {
    font-size: 20px;
    color: #605d5e;
    margin-bottom: 10px; }
  .incidencia-especial-form .content-top p {
    line-height: 13px; }
  .incidencia-especial-form .content-middle {
    width: 100%; }
    .incidencia-especial-form .content-middle .content-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 35px;
      margin-top: 20px; }
      .incidencia-especial-form .content-middle .content-area .mensaje-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 5px; }
        .incidencia-especial-form .content-middle .content-area .mensaje-label img {
          width: 20px;
          margin-right: 5px; }
      .incidencia-especial-form .content-middle .content-area textarea {
        width: 100%;
        height: 200px;
        border-radius: 8px;
        resize: none;
        padding: 10px; }
    .incidencia-especial-form .content-middle .content-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .incidencia-especial-form .errores {
    margin-bottom: 20px; }

/***********End Incidencia especial*****************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/***********Generales VD*****************/
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

html {
  height: auto;
  width: auto;
  background-color: #fff;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  margin: 0;
  padding: 0; }

body {
  font-size: 12px;
  font-family: Open_Sans_Regular;
  font-weight: normal;
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0;
  /*color: #9a9a9a;*/
  font-family: Open_Sans_Semi_Bold; }

.error {
  font-weight: bold;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .error img {
    width: 15px;
    margin-right: 5px; }

.error-otp {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 70%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%); }

.ng-submitted .ng-invalid.ng-empty,
.ng-submitted .ng-invalid.ng-touched,
.loginError {
  border: 1px solid #ed252a !important; }

.internal-content {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.internal-content-2 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.mvboli {
  font-family: Open_Sans_Light; }

.new-red {
  color: #ed252a; }

.angular-content {
  width: 100%;
  height: 100%; }
  .angular-content .main-vd-dashboard,
  .angular-content .main-express-vd {
    color: #605d5e;
    max-width: 500px;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
    .angular-content .main-vd-dashboard .vd-dashboard-box,
    .angular-content .main-vd-dashboard .express-vd-section,
    .angular-content .main-express-vd .vd-dashboard-box,
    .angular-content .main-express-vd .express-vd-section {
      width: 100%;
      height: 100%; }

.general-input-vd {
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  padding: 0 10px; }
  .general-input-vd:focus {
    background-color: #fff; }

button:focus, a:focus {
  outline: 0; }

button span {
  font-family: Open_Sans_Regular; }

.btn-volver-vd,
.btn-continuar-vd {
  font-family: Open_Sans_Regular;
  margin: 0 auto;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  height: 32px;
  padding: 5px 0px;
  width: 130px;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  position: relative;
  display: block; }
  .btn-volver-vd span,
  .btn-continuar-vd span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px 32px 4px 32px; }

.btn-volver-vd {
  background-color: #b6b6b6;
  margin-right: 15px; }
  .btn-volver-vd span {
    background-color: #d8d8d8;
    color: #6c6c6c; }
    .btn-volver-vd span:before {
      content: '';
      background-image: url(/RS/images/VinculacionDigital/flecha_volver.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 16px;
      margin-right: 5px; }

.btn-continuar-vd {
  background-color: #C31C1F; }
  .btn-continuar-vd span {
    background-color: #ED252A;
    color: #fff; }
    .btn-continuar-vd span:before {
      content: '';
      background-image: url(/RS/images/VinculacionDigital/chulo_ok_botones.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      margin-right: 5px; }

.btn-firmar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  border: 0;
  width: 110px;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 70%);
  -ms-transform: translate(-50%, 70%);
  transform: translate(-50%, 70%);
  background-color: #ED252A;
  font-size: 15px;
  font-family: Open_Sans_Semi_Bold; }
  .btn-firmar:before {
    content: '';
    background-image: url(/RS/images/VinculacionDigital/esfero.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 25px;
    margin-right: 5px; }

.loginvd-content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }
  .loginvd-content .loginvd-panel-principal {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0; }

/************Gif General***********/
.gif-general-private {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  .gif-general-private.gif-vd:after {
    background-color: rgba(0, 0, 0, 0.6); }
  .gif-general-private.gif-vd .content-gif picture {
    width: 200px; }
    .gif-general-private.gif-vd .content-gif picture img {
      width: 100%; }
  .gif-general-private:after {
    position: fixed;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9); }
  .gif-general-private.mostrar-gif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gif-general-private .content-gif {
    width: auto;
    z-index: 8;
    border-radius: 10px;
    text-align: center; }
    .gif-general-private .content-gif picture img {
      width: 80px; }
    .gif-general-private .content-gif p {
      text-align: center;
      padding: 0 20px;
      line-height: 15px;
      font-size: 13px;
      color: #6c6c6c;
      font-weight: bold; }

/************Gif General***********/
/***********End Generales VD*****************/
/***********Dashboard VD*****************/
.visualizar-documentos .content-top {
  width: 100%;
  padding: 10px 15px 0px; }
  .visualizar-documentos .content-top .title h1 {
    font-size: 20px;
    color: #605d5e; }
    .visualizar-documentos .content-top .title h1 span.new-red {
      font-size: 20px; }
  .visualizar-documentos .content-top .title span {
    font-size: 12px; }
  .visualizar-documentos .content-top .relative-box {
    position: relative;
    width: 100%;
    margin: 20px auto 15px; }
    .visualizar-documentos .content-top .relative-box .absolute-position {
      width: 40px;
      height: 40px;
      position: absolute;
      left: 50%;
      top: 0%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 50%; }
      .visualizar-documentos .content-top .relative-box .absolute-position.shadow {
        -webkit-box-shadow: 0px -4px 10px 1px #cacaca;
        box-shadow: 0px -4px 10px 1px #cacaca; }
      .visualizar-documentos .content-top .relative-box .absolute-position.white-square {
        background-color: #fff;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 4; }
        .visualizar-documentos .content-top .relative-box .absolute-position.white-square img {
          display: block;
          width: 23px;
          height: 23px; }
    .visualizar-documentos .content-top .relative-box .product-box {
      width: 100%;
      margin: 0 auto;
      position: relative;
      border-radius: 5px;
      -webkit-box-shadow: 0px 0px 13px 2px #cacaca;
      box-shadow: 0px 0px 13px 2px #cacaca;
      background: #fff;
      padding: 15px 10px; }
      .visualizar-documentos .content-top .relative-box .product-box .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 5px; }
        .visualizar-documentos .content-top .relative-box .product-box .top .left {
          line-height: 13px; }
          .visualizar-documentos .content-top .relative-box .product-box .top .left p {
            font-family: Open_Sans_Bold;
            font-size: 12px; }
          .visualizar-documentos .content-top .relative-box .product-box .top .left span {
            font-size: 10px;
            color: #605d5e; }
        .visualizar-documentos .content-top .relative-box .product-box .top .right {
          line-height: 13px; }
          .visualizar-documentos .content-top .relative-box .product-box .top .right p {
            font-family: Open_Sans_Bold; }
  .visualizar-documentos .content-top .content-pasos p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 12px; }
  .visualizar-documentos .content-top .content-pasos img {
    width: 100%; }

.visualizar-documentos .content-middle h2 {
  padding-left: 10px;
  font-size: 20px;
  color: #605d5e;
  font-family: Open_Sans_Bold; }

.visualizar-documentos .content-middle .general-content {
  margin: 5px 0; }
  .visualizar-documentos .content-middle .general-content .content-documento-info-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    padding: 5px 10px; }
    .visualizar-documentos .content-middle .general-content .content-documento-info-link:last-child {
      border-top: none; }
    .visualizar-documentos .content-middle .general-content .content-documento-info-link .info-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-right: 8px;
      width: 100%; }
      .visualizar-documentos .content-middle .general-content .content-documento-info-link .info-img img {
        width: 25px;
        margin-right: 10px; }
      .visualizar-documentos .content-middle .general-content .content-documento-info-link .info-img p {
        line-height: 13px; }
    .visualizar-documentos .content-middle .general-content .content-documento-info-link .links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .visualizar-documentos .content-middle .general-content .content-documento-info-link .links .ver-txt {
        font-family: Open_Sans_Bold;
        color: #ed252a;
        font-size: 10px;
        margin-right: 8px; }
      .visualizar-documentos .content-middle .general-content .content-documento-info-link .links .ver-ojo {
        background-image: url(/RS/images/VinculacionDigital/ojo2.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        width: 22px;
        height: 18px;
        display: block; }
    .visualizar-documentos .content-middle .general-content .content-documento-info-link .aceptado-leido {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .visualizar-documentos .content-middle .general-content .content-documento-info-link .aceptado-leido span {
        font-size: 10px;
        text-align: center;
        margin-right: 2px;
        color: #605d5e; }
      .visualizar-documentos .content-middle .general-content .content-documento-info-link .aceptado-leido img {
        width: 25px; }

.visualizar-documentos .content-middle .no-acuerdo {
  font-size: 9px;
  text-align: center; }

.visualizar-documentos .content-bottom {
  width: 100%;
  margin: 35px auto 20px; }
  .visualizar-documentos .content-bottom .content-ayuda {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .visualizar-documentos .content-bottom .content-ayuda span {
      margin-right: 5px; }
    .visualizar-documentos .content-bottom .content-ayuda img {
      width: 20px; }
  .visualizar-documentos .content-bottom .content-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px; }
    .visualizar-documentos .content-bottom .content-btn .btn-continuar-vd {
      pointer-events: auto; }
      .visualizar-documentos .content-bottom .content-btn .btn-continuar-vd.docs-no-firmados {
        background-color: #b6b6b6;
        pointer-events: none; }
        .visualizar-documentos .content-bottom .content-btn .btn-continuar-vd.docs-no-firmados span {
          background-color: #d8d8d8;
          color: #fff; }
          .visualizar-documentos .content-bottom .content-btn .btn-continuar-vd.docs-no-firmados span:before {
            background-image: url(/RS/images/VinculacionDigital/esfero.svg);
            width: 16px; }

.visualizar-documentos .content-bottom-fixed {
  background-color: #fbfbfb;
  position: relative;
  margin-top: auto;
  padding: 5px 25px;
  -webkit-box-shadow: 0 0 8px 2px #cacaca;
  box-shadow: 0 0 8px 2px #cacaca; }
  .visualizar-documentos .content-bottom-fixed p {
    color: #605d5e;
    text-align: justify; }

/***********End Dashboard VD*****************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/***********Visualización de documentos*****************/
.visualizacion-documentos {
  width: 100%;
  height: 100% !important; }
  .visualizacion-documentos .content-top {
    padding: 10px 10px 0px 10px; }
    .visualizacion-documentos .content-top .titulo-doc {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .visualizacion-documentos .content-top .titulo-doc img {
        width: 30px;
        margin-right: 10px; }
      .visualizacion-documentos .content-top .titulo-doc h1 {
        font-size: 14px;
        line-height: 18px;
        color: #605d5e; }
    .visualizacion-documentos .content-top .info {
      line-height: 13px;
      margin: 10px auto 0; }
      .visualizacion-documentos .content-top .info b {
        font-family: Open_Sans_Bold; }
  .visualizacion-documentos .content-middle {
    width: 100%;
    height: 60%;
    margin: 12px auto; }
    .visualizacion-documentos .content-middle iframe {
      width: 100%;
      border: 0;
      background-color: #ccc;
      height: 100%; }
  .visualizacion-documentos .content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .visualizacion-documentos .content-bottom .btn-volver-vd {
      width: 110px; }
    .visualizacion-documentos .content-bottom .btn-continuar-vd {
      width: 160px; }
      .visualizacion-documentos .content-bottom .btn-continuar-vd.no-leido {
        background-color: #b6b6b6;
        pointer-events: none; }
        .visualizacion-documentos .content-bottom .btn-continuar-vd.no-leido span {
          background-color: #d8d8d8; }
      .visualizacion-documentos .content-bottom .btn-continuar-vd span:before {
        background-image: url(/RS/images/VinculacionDigital/esfero.svg);
        width: 16px; }
  .visualizacion-documentos .content-bottom-fixed {
    background-color: #fbfbfb;
    position: relative;
    margin-top: auto;
    padding: 5px 25px;
    -webkit-box-shadow: 0 0 8px 2px #cacaca;
    box-shadow: 0 0 8px 2px #cacaca; }
    .visualizacion-documentos .content-bottom-fixed p {
      color: #605d5e; }

.olvido-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px; }
  .olvido-popup.utiliza-botones {
    display: none; }
    .olvido-popup.utiliza-botones.mostrar-popup {
      display: block; }
    .olvido-popup.utiliza-botones .content-olvido {
      background-color: #fff;
      width: 90%;
      max-width: 500px;
      height: auto;
      margin: auto;
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 5px; }
      .olvido-popup.utiliza-botones .content-olvido img {
        width: 90px; }
      .olvido-popup.utiliza-botones .content-olvido p {
        color: #605d5e;
        margin: 10px auto 20px; }

/***********End Visualización de documentos*****************/
@media (min-height: 600px) {
  .visualizacion-documentos .content-middle {
    height: 65%; }
  .visualizacion-documentos .content-bottom {
    margin-top: 10px; } }

/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/***********Generales VD*****************/
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

html {
  height: auto;
  width: auto;
  background-color: #fff;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  margin: 0;
  padding: 0; }

body {
  font-size: 12px;
  font-family: Open_Sans_Regular;
  font-weight: normal;
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0;
  /*color: #9a9a9a;*/
  font-family: Open_Sans_Semi_Bold; }

.error {
  font-weight: bold;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .error img {
    width: 15px;
    margin-right: 5px; }

.error-otp {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 70%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%); }

.ng-submitted .ng-invalid.ng-empty,
.ng-submitted .ng-invalid.ng-touched,
.loginError {
  border: 1px solid #ed252a !important; }

.internal-content {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.internal-content-2 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.mvboli {
  font-family: Open_Sans_Light; }

.new-red {
  color: #ed252a; }

.angular-content {
  width: 100%;
  height: 100%; }
  .angular-content .main-vd-dashboard,
  .angular-content .main-express-vd {
    color: #605d5e;
    max-width: 500px;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
    .angular-content .main-vd-dashboard .vd-dashboard-box,
    .angular-content .main-vd-dashboard .express-vd-section,
    .angular-content .main-express-vd .vd-dashboard-box,
    .angular-content .main-express-vd .express-vd-section {
      width: 100%;
      height: 100%; }

.general-input-vd {
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  padding: 0 10px; }
  .general-input-vd:focus {
    background-color: #fff; }

button:focus, a:focus {
  outline: 0; }

button span {
  font-family: Open_Sans_Regular; }

.btn-volver-vd,
.btn-continuar-vd {
  font-family: Open_Sans_Regular;
  margin: 0 auto;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  height: 32px;
  padding: 5px 0px;
  width: 130px;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  position: relative;
  display: block; }
  .btn-volver-vd span,
  .btn-continuar-vd span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px 32px 4px 32px; }

.btn-volver-vd {
  background-color: #b6b6b6;
  margin-right: 15px; }
  .btn-volver-vd span {
    background-color: #d8d8d8;
    color: #6c6c6c; }
    .btn-volver-vd span:before {
      content: '';
      background-image: url(/RS/images/VinculacionDigital/flecha_volver.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 16px;
      margin-right: 5px; }

.btn-continuar-vd {
  background-color: #C31C1F; }
  .btn-continuar-vd span {
    background-color: #ED252A;
    color: #fff; }
    .btn-continuar-vd span:before {
      content: '';
      background-image: url(/RS/images/VinculacionDigital/chulo_ok_botones.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      margin-right: 5px; }

.btn-firmar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  border: 0;
  width: 110px;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 70%);
  -ms-transform: translate(-50%, 70%);
  transform: translate(-50%, 70%);
  background-color: #ED252A;
  font-size: 15px;
  font-family: Open_Sans_Semi_Bold; }
  .btn-firmar:before {
    content: '';
    background-image: url(/RS/images/VinculacionDigital/esfero.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 25px;
    margin-right: 5px; }

.loginvd-content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }
  .loginvd-content .loginvd-panel-principal {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0; }

/************Gif General***********/
.gif-general-private {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  .gif-general-private.gif-vd:after {
    background-color: rgba(0, 0, 0, 0.6); }
  .gif-general-private.gif-vd .content-gif picture {
    width: 200px; }
    .gif-general-private.gif-vd .content-gif picture img {
      width: 100%; }
  .gif-general-private:after {
    position: fixed;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9); }
  .gif-general-private.mostrar-gif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gif-general-private .content-gif {
    width: auto;
    z-index: 8;
    border-radius: 10px;
    text-align: center; }
    .gif-general-private .content-gif picture img {
      width: 80px; }
    .gif-general-private .content-gif p {
      text-align: center;
      padding: 0 20px;
      line-height: 15px;
      font-size: 13px;
      color: #6c6c6c;
      font-weight: bold; }

/************Gif General***********/
/***********End Generales VD*****************/
/***********Autenticacion Digital Bienvenida*****************/
.autenticacion-digital-bienvenida .content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -3px; }
  .autenticacion-digital-bienvenida .content-top img {
    width: 100%;
    height: auto; }
  .autenticacion-digital-bienvenida .content-top h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #605d5e; }
  .autenticacion-digital-bienvenida .content-top .p-content-top {
    text-align: center;
    width: 80%;
    margin: 0 auto; }

.autenticacion-digital-bienvenida .content-middle {
  width: 90%;
  border: 1px dashed #003c5a;
  border-radius: 10px;
  padding: 10px 12px; }
  .autenticacion-digital-bienvenida .content-middle h4 {
    margin-bottom: 8px;
    font-size: 12px; }
  .autenticacion-digital-bienvenida .content-middle .tips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 10px; }
    .autenticacion-digital-bienvenida .content-middle .tips img {
      width: 10px;
      margin-right: 8px; }
  .autenticacion-digital-bienvenida .content-middle .big-info {
    font-size: 9px;
    line-height: 12px;
    margin-top: 10px;
    color: #605d5e; }

.autenticacion-digital-bienvenida .content-bottom .content-demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 95%;
  margin: 0 auto 20px; }
  .autenticacion-digital-bienvenida .content-bottom .content-demo img {
    width: 30px; }
  .autenticacion-digital-bienvenida .content-bottom .content-demo p {
    color: #605d5e;
    line-height: 13px;
    margin: 0 10px;
    text-align: center; }
  .autenticacion-digital-bienvenida .content-bottom .content-demo .btn-demo {
    border: 0;
    background-image: url(/RS/images/VinculacionDigital/play_video.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 30px;
    display: block;
    padding: 0;
    background-color: transparent;
    cursor: pointer; }

/***********End Autenticacion Digital Bienvenida*****************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/***********Generales VD*****************/
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

html {
  height: auto;
  width: auto;
  background-color: #fff;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  margin: 0;
  padding: 0; }

body {
  font-size: 12px;
  font-family: Open_Sans_Regular;
  font-weight: normal;
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0;
  /*color: #9a9a9a;*/
  font-family: Open_Sans_Semi_Bold; }

.error {
  font-weight: bold;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .error img {
    width: 15px;
    margin-right: 5px; }

.error-otp {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 70%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%); }

.ng-submitted .ng-invalid.ng-empty,
.ng-submitted .ng-invalid.ng-touched,
.loginError {
  border: 1px solid #ed252a !important; }

.internal-content {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.internal-content-2 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.mvboli {
  font-family: Open_Sans_Light; }

.new-red {
  color: #ed252a; }

.angular-content {
  width: 100%;
  height: 100%; }
  .angular-content .main-vd-dashboard,
  .angular-content .main-express-vd {
    color: #605d5e;
    max-width: 500px;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
    .angular-content .main-vd-dashboard .vd-dashboard-box,
    .angular-content .main-vd-dashboard .express-vd-section,
    .angular-content .main-express-vd .vd-dashboard-box,
    .angular-content .main-express-vd .express-vd-section {
      width: 100%;
      height: 100%; }

.general-input-vd {
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  padding: 0 10px; }
  .general-input-vd:focus {
    background-color: #fff; }

button:focus, a:focus {
  outline: 0; }

button span {
  font-family: Open_Sans_Regular; }

.btn-volver-vd,
.btn-continuar-vd {
  font-family: Open_Sans_Regular;
  margin: 0 auto;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  height: 32px;
  padding: 5px 0px;
  width: 130px;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  position: relative;
  display: block; }
  .btn-volver-vd span,
  .btn-continuar-vd span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px 32px 4px 32px; }

.btn-volver-vd {
  background-color: #b6b6b6;
  margin-right: 15px; }
  .btn-volver-vd span {
    background-color: #d8d8d8;
    color: #6c6c6c; }
    .btn-volver-vd span:before {
      content: '';
      background-image: url(/RS/images/VinculacionDigital/flecha_volver.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 16px;
      margin-right: 5px; }

.btn-continuar-vd {
  background-color: #C31C1F; }
  .btn-continuar-vd span {
    background-color: #ED252A;
    color: #fff; }
    .btn-continuar-vd span:before {
      content: '';
      background-image: url(/RS/images/VinculacionDigital/chulo_ok_botones.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      margin-right: 5px; }

.btn-firmar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  border: 0;
  width: 110px;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 70%);
  -ms-transform: translate(-50%, 70%);
  transform: translate(-50%, 70%);
  background-color: #ED252A;
  font-size: 15px;
  font-family: Open_Sans_Semi_Bold; }
  .btn-firmar:before {
    content: '';
    background-image: url(/RS/images/VinculacionDigital/esfero.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 25px;
    margin-right: 5px; }

.loginvd-content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }
  .loginvd-content .loginvd-panel-principal {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0; }

/************Gif General***********/
.gif-general-private {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  .gif-general-private.gif-vd:after {
    background-color: rgba(0, 0, 0, 0.6); }
  .gif-general-private.gif-vd .content-gif picture {
    width: 200px; }
    .gif-general-private.gif-vd .content-gif picture img {
      width: 100%; }
  .gif-general-private:after {
    position: fixed;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9); }
  .gif-general-private.mostrar-gif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gif-general-private .content-gif {
    width: auto;
    z-index: 8;
    border-radius: 10px;
    text-align: center; }
    .gif-general-private .content-gif picture img {
      width: 80px; }
    .gif-general-private .content-gif p {
      text-align: center;
      padding: 0 20px;
      line-height: 15px;
      font-size: 13px;
      color: #6c6c6c;
      font-weight: bold; }

/************Gif General***********/
/***********End Generales VD*****************/
/***********Autenticacion Digital Pasos*****************/
.autenticacion-digital-pasos {
  padding-top: 10px;
  height: 100% !important; }
  .autenticacion-digital-pasos .top-title {
    text-align: left;
    width: 85%;
    margin-bottom: 10px; }
  .autenticacion-digital-pasos .big-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 85%;
    display: block;
    overflow-y: auto;
    margin-bottom: 20px; }
    .autenticacion-digital-pasos .big-content .content-pasos-vd {
      width: 85%;
      margin: 0 auto 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .autenticacion-digital-pasos .big-content .content-pasos-vd .left {
        width: 20px;
        height: 20px;
        background-color: #02FABC;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 10px;
        margin-top: 5px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        color: #003c5a;
        font-family: Open_Sans_Bold; }
      .autenticacion-digital-pasos .big-content .content-pasos-vd .right .subcontent {
        margin-bottom: 10px; }
        .autenticacion-digital-pasos .big-content .content-pasos-vd .right .subcontent h3 {
          font-size: 13px; }
        .autenticacion-digital-pasos .big-content .content-pasos-vd .right .subcontent p {
          font-size: 10px;
          line-height: 12px; }
      .autenticacion-digital-pasos .big-content .content-pasos-vd .right picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .autenticacion-digital-pasos .big-content .content-pasos-vd .right picture img {
          width: 85px; }
          .autenticacion-digital-pasos .big-content .content-pasos-vd .right picture img.celular-mensaje {
            width: 60px; }
    .autenticacion-digital-pasos .big-content .content-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 20px; }
  .autenticacion-digital-pasos .content-bottom-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fbfbfb;
    position: relative;
    margin-top: auto;
    padding: 5px 15px;
    -webkit-box-shadow: 0 0 8px 2px #cacaca;
    box-shadow: 0 0 8px 2px #cacaca;
    margin-top: auto; }
    .autenticacion-digital-pasos .content-bottom-fixed img {
      width: 30px; }
    .autenticacion-digital-pasos .content-bottom-fixed p {
      color: #605d5e;
      line-height: 13px;
      margin: 0 10px;
      text-align: center; }
    .autenticacion-digital-pasos .content-bottom-fixed .btn-demo {
      border: 0;
      background-image: url(/RS/images/VinculacionDigital/play_video.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 50px;
      height: 30px;
      display: block;
      padding: 0;
      background-color: transparent;
      cursor: pointer; }

/***********End Autenticacion Digital Pasos*****************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/***********Generales VD*****************/
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

html {
  height: auto;
  width: auto;
  background-color: #fff;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  margin: 0;
  padding: 0; }

body {
  font-size: 12px;
  font-family: Open_Sans_Regular;
  font-weight: normal;
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0;
  /*color: #9a9a9a;*/
  font-family: Open_Sans_Semi_Bold; }

.error {
  font-weight: bold;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .error img {
    width: 15px;
    margin-right: 5px; }

.error-otp {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 70%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%); }

.ng-submitted .ng-invalid.ng-empty,
.ng-submitted .ng-invalid.ng-touched,
.loginError {
  border: 1px solid #ed252a !important; }

.internal-content {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.internal-content-2 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.mvboli {
  font-family: Open_Sans_Light; }

.new-red {
  color: #ed252a; }

.angular-content {
  width: 100%;
  height: 100%; }
  .angular-content .main-vd-dashboard,
  .angular-content .main-express-vd {
    color: #605d5e;
    max-width: 500px;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
    .angular-content .main-vd-dashboard .vd-dashboard-box,
    .angular-content .main-vd-dashboard .express-vd-section,
    .angular-content .main-express-vd .vd-dashboard-box,
    .angular-content .main-express-vd .express-vd-section {
      width: 100%;
      height: 100%; }

.general-input-vd {
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  padding: 0 10px; }
  .general-input-vd:focus {
    background-color: #fff; }

button:focus, a:focus {
  outline: 0; }

button span {
  font-family: Open_Sans_Regular; }

.btn-volver-vd,
.btn-continuar-vd {
  font-family: Open_Sans_Regular;
  margin: 0 auto;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  height: 32px;
  padding: 5px 0px;
  width: 130px;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  position: relative;
  display: block; }
  .btn-volver-vd span,
  .btn-continuar-vd span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px 32px 4px 32px; }

.btn-volver-vd {
  background-color: #b6b6b6;
  margin-right: 15px; }
  .btn-volver-vd span {
    background-color: #d8d8d8;
    color: #6c6c6c; }
    .btn-volver-vd span:before {
      content: '';
      background-image: url(/RS/images/VinculacionDigital/flecha_volver.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 16px;
      margin-right: 5px; }

.btn-continuar-vd {
  background-color: #C31C1F; }
  .btn-continuar-vd span {
    background-color: #ED252A;
    color: #fff; }
    .btn-continuar-vd span:before {
      content: '';
      background-image: url(/RS/images/VinculacionDigital/chulo_ok_botones.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      margin-right: 5px; }

.btn-firmar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  border: 0;
  width: 110px;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 70%);
  -ms-transform: translate(-50%, 70%);
  transform: translate(-50%, 70%);
  background-color: #ED252A;
  font-size: 15px;
  font-family: Open_Sans_Semi_Bold; }
  .btn-firmar:before {
    content: '';
    background-image: url(/RS/images/VinculacionDigital/esfero.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 25px;
    margin-right: 5px; }

.loginvd-content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }
  .loginvd-content .loginvd-panel-principal {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0; }

/************Gif General***********/
.gif-general-private {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  .gif-general-private.gif-vd:after {
    background-color: rgba(0, 0, 0, 0.6); }
  .gif-general-private.gif-vd .content-gif picture {
    width: 200px; }
    .gif-general-private.gif-vd .content-gif picture img {
      width: 100%; }
  .gif-general-private:after {
    position: fixed;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9); }
  .gif-general-private.mostrar-gif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gif-general-private .content-gif {
    width: auto;
    z-index: 8;
    border-radius: 10px;
    text-align: center; }
    .gif-general-private .content-gif picture img {
      width: 80px; }
    .gif-general-private .content-gif p {
      text-align: center;
      padding: 0 20px;
      line-height: 15px;
      font-size: 13px;
      color: #6c6c6c;
      font-weight: bold; }

/************Gif General***********/
/***********End Generales VD*****************/
/***********Autenticacion Digital Huellas*****************/
.autenticacion-digital-cedula-huella {
  padding-top: 10px;
  height: 100vh; }
  .autenticacion-digital-cedula-huella .number {
    width: 30px;
    height: 30px;
    background-color: #02FABC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #003c5a;
    font-family: Open_Sans_Bold;
    font-size: 18px; }
  .autenticacion-digital-cedula-huella .top-title {
    font-size: 20px; }
  .autenticacion-digital-cedula-huella picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .autenticacion-digital-cedula-huella picture span {
      margin-bottom: 10px; }
    .autenticacion-digital-cedula-huella picture img {
      width: 160px; }
  .autenticacion-digital-cedula-huella .little-info {
    -webkit-box-shadow: 0px 0px 10px 0px #cccccc;
    box-shadow: 0px 0px 10px 0px #cccccc;
    border-radius: 5px;
    padding: 5px 10px;
    display: block;
    width: 80%;
    text-align: center;
    margin: 0 auto; }
    .autenticacion-digital-cedula-huella .little-info p {
      font-size: 10px; }
  .autenticacion-digital-cedula-huella .big-info {
    display: block;
    padding: 10px 30px;
    background-color: #E4FDF7; }
    .autenticacion-digital-cedula-huella .big-info p {
      line-height: 15px;
      font-size: 13px;
      font-family: Open_Sans_Regular;
      color: #605d5e;
      text-align: justify; }
  .autenticacion-digital-cedula-huella .btn-capturar {
    background-image: url(/RS/images/VinculacionDigital/boton_capturar_camara.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 140px;
    height: 140px;
    display: block;
    border: 0;
    background-color: transparent; }
    .autenticacion-digital-cedula-huella .btn-capturar.btn-capturar-huellas {
      background-image: url(/RS/images/VinculacionDigital/boton_capturar_huella.svg); }

.olvido-popup.ajustar-documento-popup {
  display: none; }
  .olvido-popup.ajustar-documento-popup.mostrar-popup {
    display: block; }

/***********End Autenticacion Digital Huellas*****************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/***********Generales VD*****************/
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

html {
  height: auto;
  width: auto;
  background-color: #fff;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  margin: 0;
  padding: 0; }

body {
  font-size: 12px;
  font-family: Open_Sans_Regular;
  font-weight: normal;
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0;
  /*color: #9a9a9a;*/
  font-family: Open_Sans_Semi_Bold; }

.error {
  font-weight: bold;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .error img {
    width: 15px;
    margin-right: 5px; }

.error-otp {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 70%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%); }

.ng-submitted .ng-invalid.ng-empty,
.ng-submitted .ng-invalid.ng-touched,
.loginError {
  border: 1px solid #ed252a !important; }

.internal-content {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.internal-content-2 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.mvboli {
  font-family: Open_Sans_Light; }

.new-red {
  color: #ed252a; }

.angular-content {
  width: 100%;
  height: 100%; }
  .angular-content .main-vd-dashboard,
  .angular-content .main-express-vd {
    color: #605d5e;
    max-width: 500px;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
    .angular-content .main-vd-dashboard .vd-dashboard-box,
    .angular-content .main-vd-dashboard .express-vd-section,
    .angular-content .main-express-vd .vd-dashboard-box,
    .angular-content .main-express-vd .express-vd-section {
      width: 100%;
      height: 100%; }

.general-input-vd {
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  padding: 0 10px; }
  .general-input-vd:focus {
    background-color: #fff; }

button:focus, a:focus {
  outline: 0; }

button span {
  font-family: Open_Sans_Regular; }

.btn-volver-vd,
.btn-continuar-vd {
  font-family: Open_Sans_Regular;
  margin: 0 auto;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  height: 32px;
  padding: 5px 0px;
  width: 130px;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  position: relative;
  display: block; }
  .btn-volver-vd span,
  .btn-continuar-vd span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px 32px 4px 32px; }

.btn-volver-vd {
  background-color: #b6b6b6;
  margin-right: 15px; }
  .btn-volver-vd span {
    background-color: #d8d8d8;
    color: #6c6c6c; }
    .btn-volver-vd span:before {
      content: '';
      background-image: url(/RS/images/VinculacionDigital/flecha_volver.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 16px;
      margin-right: 5px; }

.btn-continuar-vd {
  background-color: #C31C1F; }
  .btn-continuar-vd span {
    background-color: #ED252A;
    color: #fff; }
    .btn-continuar-vd span:before {
      content: '';
      background-image: url(/RS/images/VinculacionDigital/chulo_ok_botones.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      margin-right: 5px; }

.btn-firmar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  border: 0;
  width: 110px;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 70%);
  -ms-transform: translate(-50%, 70%);
  transform: translate(-50%, 70%);
  background-color: #ED252A;
  font-size: 15px;
  font-family: Open_Sans_Semi_Bold; }
  .btn-firmar:before {
    content: '';
    background-image: url(/RS/images/VinculacionDigital/esfero.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 25px;
    margin-right: 5px; }

.loginvd-content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }
  .loginvd-content .loginvd-panel-principal {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0; }

/************Gif General***********/
.gif-general-private {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  .gif-general-private.gif-vd:after {
    background-color: rgba(0, 0, 0, 0.6); }
  .gif-general-private.gif-vd .content-gif picture {
    width: 200px; }
    .gif-general-private.gif-vd .content-gif picture img {
      width: 100%; }
  .gif-general-private:after {
    position: fixed;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9); }
  .gif-general-private.mostrar-gif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gif-general-private .content-gif {
    width: auto;
    z-index: 8;
    border-radius: 10px;
    text-align: center; }
    .gif-general-private .content-gif picture img {
      width: 80px; }
    .gif-general-private .content-gif p {
      text-align: center;
      padding: 0 20px;
      line-height: 15px;
      font-size: 13px;
      color: #6c6c6c;
      font-weight: bold; }

/************Gif General***********/
/***********End Generales VD*****************/
/***********Autenticacion Digital captura exitosa*****************/
.autenticacion-digital-captura-exitosa img {
  width: 160px; }

.autenticacion-digital-captura-exitosa h1 {
  font-size: 28px;
  line-height: 30px;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  color: #605d5e; }

.autenticacion-digital-captura-exitosa p {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  font-family: Open_Sans_Regular;
  font-size: 14px; }

.autenticacion-digital-captura-exitosa span.new-red {
  font-size: 25px; }

.autenticacion-digital-captura-exitosa .btn-continuar-vd {
  margin-bottom: 30px; }

/***********End Autenticacion Digital Huellas*****************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/***********Generales VD*****************/
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

html {
  height: auto;
  width: auto;
  background-color: #fff;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  margin: 0;
  padding: 0; }

body {
  font-size: 12px;
  font-family: Open_Sans_Regular;
  font-weight: normal;
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0;
  /*color: #9a9a9a;*/
  font-family: Open_Sans_Semi_Bold; }

.error {
  font-weight: bold;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .error img {
    width: 15px;
    margin-right: 5px; }

.error-otp {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 70%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%); }

.ng-submitted .ng-invalid.ng-empty,
.ng-submitted .ng-invalid.ng-touched,
.loginError {
  border: 1px solid #ed252a !important; }

.internal-content {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.internal-content-2 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.mvboli {
  font-family: Open_Sans_Light; }

.new-red {
  color: #ed252a; }

.angular-content {
  width: 100%;
  height: 100%; }
  .angular-content .main-vd-dashboard,
  .angular-content .main-express-vd {
    color: #605d5e;
    max-width: 500px;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
    .angular-content .main-vd-dashboard .vd-dashboard-box,
    .angular-content .main-vd-dashboard .express-vd-section,
    .angular-content .main-express-vd .vd-dashboard-box,
    .angular-content .main-express-vd .express-vd-section {
      width: 100%;
      height: 100%; }

.general-input-vd {
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  padding: 0 10px; }
  .general-input-vd:focus {
    background-color: #fff; }

button:focus, a:focus {
  outline: 0; }

button span {
  font-family: Open_Sans_Regular; }

.btn-volver-vd,
.btn-continuar-vd {
  font-family: Open_Sans_Regular;
  margin: 0 auto;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  height: 32px;
  padding: 5px 0px;
  width: 130px;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  position: relative;
  display: block; }
  .btn-volver-vd span,
  .btn-continuar-vd span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px 32px 4px 32px; }

.btn-volver-vd {
  background-color: #b6b6b6;
  margin-right: 15px; }
  .btn-volver-vd span {
    background-color: #d8d8d8;
    color: #6c6c6c; }
    .btn-volver-vd span:before {
      content: '';
      background-image: url(/RS/images/VinculacionDigital/flecha_volver.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 16px;
      margin-right: 5px; }

.btn-continuar-vd {
  background-color: #C31C1F; }
  .btn-continuar-vd span {
    background-color: #ED252A;
    color: #fff; }
    .btn-continuar-vd span:before {
      content: '';
      background-image: url(/RS/images/VinculacionDigital/chulo_ok_botones.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      margin-right: 5px; }

.btn-firmar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  border: 0;
  width: 110px;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 70%);
  -ms-transform: translate(-50%, 70%);
  transform: translate(-50%, 70%);
  background-color: #ED252A;
  font-size: 15px;
  font-family: Open_Sans_Semi_Bold; }
  .btn-firmar:before {
    content: '';
    background-image: url(/RS/images/VinculacionDigital/esfero.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 25px;
    margin-right: 5px; }

.loginvd-content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }
  .loginvd-content .loginvd-panel-principal {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0; }

/************Gif General***********/
.gif-general-private {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  .gif-general-private.gif-vd:after {
    background-color: rgba(0, 0, 0, 0.6); }
  .gif-general-private.gif-vd .content-gif picture {
    width: 200px; }
    .gif-general-private.gif-vd .content-gif picture img {
      width: 100%; }
  .gif-general-private:after {
    position: fixed;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9); }
  .gif-general-private.mostrar-gif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gif-general-private .content-gif {
    width: auto;
    z-index: 8;
    border-radius: 10px;
    text-align: center; }
    .gif-general-private .content-gif picture img {
      width: 80px; }
    .gif-general-private .content-gif p {
      text-align: center;
      padding: 0 20px;
      line-height: 15px;
      font-size: 13px;
      color: #6c6c6c;
      font-weight: bold; }

/************Gif General***********/
/***********End Generales VD*****************/
/***********Autenticacion Digital OTP*****************/
.general-content-otp {
  padding: 15px 0; }
  .general-content-otp .content-top .titulo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .general-content-otp .content-top .titulo img {
      width: 33px;
      margin-right: 8px; }
    .general-content-otp .content-top .titulo h1 {
      font-family: Open_Sans_Bold; }
  .general-content-otp .content-top .top-p {
    margin: 10px auto 0;
    text-align: center;
    line-height: 15px;
    font-family: Open_Sans_Semi_Bold;
    padding: 0 10px; }
  .general-content-otp .content-top .content-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 70%;
    margin: 8px auto 0; }
    .general-content-otp .content-top .content-fields .datos-usuario {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      margin-bottom: 10px; }
      .general-content-otp .content-top .content-fields .datos-usuario:last-child {
        margin-bottom: 0; }
      .general-content-otp .content-top .content-fields .datos-usuario img {
        width: 18px;
        margin-right: 10px; }
        .general-content-otp .content-top .content-fields .datos-usuario img.icon-email {
          width: 22px;
          margin-bottom: 6px; }
      .general-content-otp .content-top .content-fields .datos-usuario .subcontent {
        width: 100%; }
        .general-content-otp .content-top .content-fields .datos-usuario .subcontent span {
          font-family: Open_Sans_Semi_Bold;
          font-size: 10px; }
        .general-content-otp .content-top .content-fields .datos-usuario .subcontent input {
          display: block;
          width: 100%;
          height: 30px;
          border-radius: 5px;
          border: 1px solid #ccc;
          margin-top: 2px;
          padding: 0 10px;
          color: #605d5e;
          background-color: transparent; }
  .general-content-otp .content-top .datos-incorrectos {
    font-size: 10px;
    text-align: center; }
  .general-content-otp .content-middle {
    display: block;
    width: 90%;
    vertical-align: middle;
    background: #ECF0F2;
    padding: 12px 12px;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 11px;
    margin: 20px auto; }
    .general-content-otp .content-middle h3 {
      color: #605d5e;
      margin-bottom: 5px; }
  .general-content-otp .content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 65%;
    margin: 0 auto 20px; }
    .general-content-otp .content-bottom .otp-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .general-content-otp .content-bottom .otp-content img {
        width: 30px;
        margin-right: 10px; }
      .general-content-otp .content-bottom .otp-content .subcontent {
        width: 100%; }
        .general-content-otp .content-bottom .otp-content .subcontent span {
          font-family: Open_Sans_Semi_Bold;
          font-size: 10px; }
          .general-content-otp .content-bottom .otp-content .subcontent span.span-vigencia {
            line-height: 12px;
            display: block; }
        .general-content-otp .content-bottom .otp-content .subcontent input {
          display: block;
          width: 100%;
          height: 30px;
          border-radius: 5px;
          border: 1px solid #ccc;
          margin-top: 2px;
          padding: 0 10px;
          color: #605d5e;
          background-color: transparent; }
    .general-content-otp .content-bottom .no-te-impacientes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 20px;
      margin-bottom: 30px; }
      .general-content-otp .content-bottom .no-te-impacientes img {
        width: 25px;
        margin-right: 10px; }
      .general-content-otp .content-bottom .no-te-impacientes p {
        font-family: Open_Sans_Semi_Bold;
        font-size: 11px;
        text-align: left; }
  .general-content-otp.codigo-otp-vd .content-top .titulo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .general-content-otp.codigo-otp-vd .content-top .titulo .number {
      width: 30px;
      height: 30px;
      background-color: #02FABC;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      color: #003c5a;
      font-family: Open_Sans_Bold;
      font-size: 18px; }
    .general-content-otp.codigo-otp-vd .content-top .titulo .subcontent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .general-content-otp.codigo-otp-vd .content-top .titulo .subcontent img {
        width: 30px; }
      .general-content-otp.codigo-otp-vd .content-top .titulo .subcontent h1 {
        font-family: Open_Sans_Semi_Bold; }

/***********End Autenticacion Digital OTP*****************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/***********Generales VD*****************/
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

html {
  height: auto;
  width: auto;
  background-color: #fff;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  margin: 0;
  padding: 0; }

body {
  font-size: 12px;
  font-family: Open_Sans_Regular;
  font-weight: normal;
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0;
  /*color: #9a9a9a;*/
  font-family: Open_Sans_Semi_Bold; }

.error {
  font-weight: bold;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .error img {
    width: 15px;
    margin-right: 5px; }

.error-otp {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 70%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%); }

.ng-submitted .ng-invalid.ng-empty,
.ng-submitted .ng-invalid.ng-touched,
.loginError {
  border: 1px solid #ed252a !important; }

.internal-content {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.internal-content-2 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.mvboli {
  font-family: Open_Sans_Light; }

.new-red {
  color: #ed252a; }

.angular-content {
  width: 100%;
  height: 100%; }
  .angular-content .main-vd-dashboard,
  .angular-content .main-express-vd {
    color: #605d5e;
    max-width: 500px;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
    .angular-content .main-vd-dashboard .vd-dashboard-box,
    .angular-content .main-vd-dashboard .express-vd-section,
    .angular-content .main-express-vd .vd-dashboard-box,
    .angular-content .main-express-vd .express-vd-section {
      width: 100%;
      height: 100%; }

.general-input-vd {
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  padding: 0 10px; }
  .general-input-vd:focus {
    background-color: #fff; }

button:focus, a:focus {
  outline: 0; }

button span {
  font-family: Open_Sans_Regular; }

.btn-volver-vd,
.btn-continuar-vd {
  font-family: Open_Sans_Regular;
  margin: 0 auto;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  height: 32px;
  padding: 5px 0px;
  width: 130px;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  position: relative;
  display: block; }
  .btn-volver-vd span,
  .btn-continuar-vd span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px 32px 4px 32px; }

.btn-volver-vd {
  background-color: #b6b6b6;
  margin-right: 15px; }
  .btn-volver-vd span {
    background-color: #d8d8d8;
    color: #6c6c6c; }
    .btn-volver-vd span:before {
      content: '';
      background-image: url(/RS/images/VinculacionDigital/flecha_volver.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 16px;
      margin-right: 5px; }

.btn-continuar-vd {
  background-color: #C31C1F; }
  .btn-continuar-vd span {
    background-color: #ED252A;
    color: #fff; }
    .btn-continuar-vd span:before {
      content: '';
      background-image: url(/RS/images/VinculacionDigital/chulo_ok_botones.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      margin-right: 5px; }

.btn-firmar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  border: 0;
  width: 110px;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 70%);
  -ms-transform: translate(-50%, 70%);
  transform: translate(-50%, 70%);
  background-color: #ED252A;
  font-size: 15px;
  font-family: Open_Sans_Semi_Bold; }
  .btn-firmar:before {
    content: '';
    background-image: url(/RS/images/VinculacionDigital/esfero.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 25px;
    margin-right: 5px; }

.loginvd-content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }
  .loginvd-content .loginvd-panel-principal {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0; }

/************Gif General***********/
.gif-general-private {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  .gif-general-private.gif-vd:after {
    background-color: rgba(0, 0, 0, 0.6); }
  .gif-general-private.gif-vd .content-gif picture {
    width: 200px; }
    .gif-general-private.gif-vd .content-gif picture img {
      width: 100%; }
  .gif-general-private:after {
    position: fixed;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9); }
  .gif-general-private.mostrar-gif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gif-general-private .content-gif {
    width: auto;
    z-index: 8;
    border-radius: 10px;
    text-align: center; }
    .gif-general-private .content-gif picture img {
      width: 80px; }
    .gif-general-private .content-gif p {
      text-align: center;
      padding: 0 20px;
      line-height: 15px;
      font-size: 13px;
      color: #6c6c6c;
      font-weight: bold; }

/************Gif General***********/
/***********End Generales VD*****************/
/***********Autenticacion Digital Felicitaciones*****************/
.autenticacion-digital-felicitaciones img {
  width: 100%; }

.autenticacion-digital-felicitaciones span.mvboli {
  font-size: 25px;
  margin-bottom: 10px; }

.autenticacion-digital-felicitaciones .content-title {
  text-align: center;
  margin-bottom: 50px; }
  .autenticacion-digital-felicitaciones .content-title h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #605d5e; }
  .autenticacion-digital-felicitaciones .content-title p {
    font-family: Open_Sans_Regular;
    font-size: 14px; }

.autenticacion-digital-felicitaciones .big-p {
  width: 85%;
  text-align: center;
  margin: 0 auto 40px;
  font-size: 15px; }

.autenticacion-digital-felicitaciones .btn-continuar-vd {
  margin-bottom: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/***********End Autenticacion Digital Felicitaciones*****************/
@media (min-width: 360px) {
  .autenticacion-digital-felicitaciones .btn-continuar-vd {
    margin-bottom: 80px; } }

/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/***********No estoy de acuerdo*****************/
.no-estoy-de-acuerdo {
  width: 100%;
  height: 100%;
  padding: 15px; }
  .no-estoy-de-acuerdo .content-general .top h1 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #605d5e; }
    .no-estoy-de-acuerdo .content-general .top h1 span {
      font-size: 25px; }
  .no-estoy-de-acuerdo .content-general .top .txt {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 20px;
    color: #605d5e; }
  .no-estoy-de-acuerdo .content-general .middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px; }
    .no-estoy-de-acuerdo .content-general .middle span.novedades {
      font-size: 16px;
      margin-bottom: 10px;
      font-family: Open_Sans_Semi_Bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .no-estoy-de-acuerdo .content-general .middle span.novedades:before {
        content: '';
        background-image: url(/RS/images/vinculacionDigital/novedades_mensajes.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 30px;
        height: 30px;
        display: block;
        margin-right: 10px; }
    .no-estoy-de-acuerdo .content-general .middle textarea {
      width: 100%;
      height: 250px;
      border: 1px solid #6c6c6c;
      border-radius: 10px;
      resize: none;
      padding: 20px;
      font-size: 13px; }
  .no-estoy-de-acuerdo .content-general .bottom .txt {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 20px; }
  .no-estoy-de-acuerdo .content-general .bottom .content-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }

/***********End No estoy de acuerdo*****************/
/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/***********Necesito ayuda*****************/
.necesito-ayuda {
  width: 100%;
  height: 100%; }
  .necesito-ayuda .content-general {
    width: 100%;
    height: 100%;
    padding: 15px; }
    .necesito-ayuda .content-general .top h1 {
      font-size: 20px;
      color: #605d5e;
      margin-bottom: 10px; }
      .necesito-ayuda .content-general .top h1 span {
        font-size: 25px; }
    .necesito-ayuda .content-general .top p.txt {
      color: #605d5e;
      font-size: 13px;
      text-align: justify; }
    .necesito-ayuda .content-general .middle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin: 20px auto 30px; }
      .necesito-ayuda .content-general .middle span.mensaje {
        font-size: 16px;
        margin-bottom: 10px;
        font-family: Open_Sans_Semi_Bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .necesito-ayuda .content-general .middle span.mensaje:before {
          content: '';
          background-image: url(/RS/images/vinculacionDigital/necesito_ayuda_2.svg);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          width: 30px;
          height: 30px;
          display: block;
          margin-right: 10px; }
      .necesito-ayuda .content-general .middle textarea {
        width: 100%;
        height: 250px;
        border-radius: 10px;
        resize: none;
        padding: 10px;
        font-size: 13px; }
    .necesito-ayuda .content-general .bottom .content-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

/***********End Necesito ayuda*****************/
.alert-mensaje-enviado {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  display: none; }
  .alert-mensaje-enviado .content-alert {
    background: white;
    max-width: 270px;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px; }
    .alert-mensaje-enviado .content-alert p {
      color: #125772;
      font-weight: bold;
      font-size: 16px;
      text-align: center;
      margin: 20px auto; }
    .alert-mensaje-enviado .content-alert a {
      background: #ED2529;
      width: 170px;
      height: 30px;
      display: block;
      margin: auto;
      text-align: center;
      line-height: 30px;
      color: white;
      font-weight: bold;
      font-size: 14px;
      border-radius: 40px; }

/***********End Proceso completo*****************/
