/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/************VARIABLES HIPOTECARIO*************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/***********Extractos y certificados*****************/
.gestion-claves .panel-body {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .gestion-claves .panel-body .panel-interno {
    width: 43%;
    margin: 0 15px; }
    .gestion-claves .panel-body .panel-interno:nth-child(3) {
      margin: 40px 15px 0px 0px; }
    .gestion-claves .panel-body .panel-interno:last-child {
      margin: 40px 0px 0px 15px; }
    .gestion-claves .panel-body .panel-interno h3 {
      text-align: center;
      font-size: 13px;
      margin-bottom: 9px;
      font-family: Open_Sans_Bold;
      color: #444; }
    .gestion-claves .panel-body .panel-interno .marco {
      position: relative;
      width: 100%;
      height: 144px;
      overflow: hidden;
      border-radius: 6px;
      border: solid 1px #cecece; }
      .gestion-claves .panel-body .panel-interno .marco .todo {
        position: absolute;
        width: 100%;
        left: 0;
        top: -144px;
        height: 288px;
        -webkit-transition: -webkit-transform .5s ease-out;
        transition: -webkit-transform .5s ease-out;
        -o-transition: transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out, -webkit-transform .5s ease-out;
        cursor: pointer; }
        .gestion-claves .panel-body .panel-interno .marco .todo:hover {
          border-radius: 6px;
          -webkit-transform: translateY(85px);
          -ms-transform: translateY(85px);
          transform: translateY(85px); }
        .gestion-claves .panel-body .panel-interno .marco .todo .detras {
          height: 144px;
          background-color: #ed252a;
          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-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: justify;
          color: #fff; }
          .gestion-claves .panel-body .panel-interno .marco .todo .detras p {
            margin-top: 40px;
            padding: 0px 10px;
            line-height: 14px;
            display: block;
            width: 100%; }
            .gestion-claves .panel-body .panel-interno .marco .todo .detras p a {
              color: #fff; }
        .gestion-claves .panel-body .panel-interno .marco .todo .password {
          background: #f7f7f7 url(/RS/images/changePassword/click.svg) center no-repeat;
          background-size: 100px 70px;
          height: 144px; }
        .gestion-claves .panel-body .panel-interno .marco .todo .tablero {
          background: #f7f7f7 url(/RS/images/changePassword/hand.svg) center no-repeat;
          background-size: 70px 70px;
          height: 144px; }
        .gestion-claves .panel-body .panel-interno .marco .todo .llave {
          background: #f7f7f7 url(/RS/images/changePassword/key.svg) center no-repeat;
          background-size: 70px 70px;
          height: 144px; }
        .gestion-claves .panel-body .panel-interno .marco .todo .monitor {
          background: #f7f7f7 url(/RS/images/changePassword/pc_icon.svg) center no-repeat;
          background-size: 60px 60px;
          height: 144px; }

.gestion-claves .linea-seguridad {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 20px 15px; }
  .gestion-claves .linea-seguridad .linea-facil-content {
    margin: 0;
    width: 50%; }
    .gestion-claves .linea-seguridad .linea-facil-content img {
      width: 30px; }
    .gestion-claves .linea-seguridad .linea-facil-content .gris {
      color: #000; }
  .gestion-claves .linea-seguridad .recomendaciones-seguridad {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 50%; }

/**Change password**/
.change-password .panel-superior {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #cecece;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .change-password .panel-superior .panel-izq {
    width: 35%;
    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;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .change-password .panel-superior .panel-izq img {
      width: 40px;
      margin-bottom: 20px; }
    .change-password .panel-superior .panel-izq p {
      display: block;
      width: 200px; }
  .change-password .panel-superior .panel-der {
    width: 65%; }
    .change-password .panel-superior .panel-der .sub-panel {
      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: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 10px; }
      .change-password .panel-superior .panel-der .sub-panel:first-child {
        margin-bottom: 10px; }
      .change-password .panel-superior .panel-der .sub-panel em {
        margin: 3px 10px 0 0; }
      .change-password .panel-superior .panel-der .sub-panel p a {
        color: #003fff; }

.change-password form .panel-paso p {
  color: #666;
  font-size: 13px;
  font-family: Open_Sans_Bold; }

.change-password form .bloquepaso p {
  color: #666;
  font-size: 13px;
  font-family: Open_Sans_Bold;
  margin: 0;
  padding: 0; }
  .change-password form .bloquepaso p span {
    color: #ed252a; }

.change-password form .fila.sin_padding_bottom {
  padding: 0 !important;
  margin: 15px 0 0 0 !important; }

.change-password form .panel-superior-form.fila.sin_padding_bottom {
  margin-bottom: 30px !important; }

.change-password form .fila.cont-columnas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .change-password form .fila.cont-columnas .col-md-6 {
    width: 50%; }
    .change-password form .fila.cont-columnas .col-md-6 #activarTarjeta {
      background: url(../BP/images/default-source/tarjetas-finandina-large/transaccional_317.png) 0 0 no-repeat;
      width: 315px;
      height: 205px;
      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;
      color: #fff;
      font-size: 16px;
      padding-top: 50px;
      padding: 50px 10px 0 25px; }
      .change-password form .fila.cont-columnas .col-md-6 #activarTarjeta .digitTC input {
        width: 60px;
        height: 30px;
        text-align: center;
        border-radius: 5px;
        font-size: 12px;
        letter-spacing: 2px;
        background-color: #f4f4f4;
        border: 1px solid #cecece; }
      .change-password form .fila.cont-columnas .col-md-6 #activarTarjeta .digitTC input.ocultos1 {
        margin: 0 0 0 20px; }
      .change-password form .fila.cont-columnas .col-md-6 #activarTarjeta .digitTC input.ocultos2 {
        margin: 0 20px 0 0; }
      .change-password form .fila.cont-columnas .col-md-6 #activarTarjeta #tooltipTC .linea {
        color: #ed252a;
        width: 46px;
        height: 12px;
        border-bottom: 1px solid #ed252a;
        position: absolute; }
      .change-password form .fila.cont-columnas .col-md-6 #activarTarjeta #tooltipTC .circulo {
        color: #ed252a;
        font-size: 12px;
        border: 1px solid #ed252a;
        border-radius: 50%;
        font-weight: bold;
        padding: 1px 5px;
        left: 45px;
        position: relative; }
  .change-password form .fila.cont-columnas .col-md-5 {
    width: 50%;
    margin: 8px 0px 0 50px; }
    .change-password form .fila.cont-columnas .col-md-5 h3 {
      margin-bottom: 10px; }
    .change-password form .fila.cont-columnas .col-md-5 .checkIcon p {
      margin-bottom: 8px; }
      .change-password form .fila.cont-columnas .col-md-5 .checkIcon p .circulo {
        border: 1px solid #ed252a;
        border-radius: 50%;
        color: #ed252a;
        font-weight: bold;
        MARGIN-RIGHT: 5px;
        padding: 1px 5px; }
      .change-password form .fila.cont-columnas .col-md-5 .checkIcon p em.rojo {
        color: #ed252a;
        MARGIN-RIGHT: 5px; }

.change-password form .fila {
  padding-bottom: 18px;
  margin: 15px 0 0 0; }
  .change-password form .fila .col-md-5 {
    width: 40.66666667%;
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0; }
    .change-password form .fila .col-md-5 .imgTarjetadiv .muestraTarjeta {
      width: 150px;
      height: 100px;
      margin: 0 auto 0px auto;
      background-size: contain; }
      .change-password form .fila .col-md-5 .imgTarjetadiv .muestraTarjeta .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
        vertical-align: middle; }

.change-password form .panel-superior-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 30px auto 20px; }
  .change-password form .panel-superior-form .subpanel-input {
    text-align: center;
    margin-right: 10px; }
    .change-password form .panel-superior-form .subpanel-input label {
      font-size: 13px;
      font-weight: bold; }
    .change-password form .panel-superior-form .subpanel-input .seleccionaTarjeta {
      font-family: 'Open Sans', Arial, sans-serif;
      width: 100%;
      border-radius: 5px;
      border: 1px solid #cecece;
      background-color: #f4f4f4;
      padding: 4px 48px 4px 7px;
      height: 30px;
      color: #666;
      margin-top: 5px;
      outline: 0;
      text-align: center;
      overflow-x: auto;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: normal;
      color: #555555;
      font-size: 12px; }
  .change-password form .panel-superior-form .subpanel-input.align_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .change-password form .panel-superior-form .subpanel-input:nth-child(1) {
    width: 73%; }

.change-password form .bordeAbajo {
  border-bottom: 1px solid #b2b1b1; }

.change-password form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .change-password form .row .col-md-12 {
    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; }
    .change-password form .row .col-md-12 .icono-extra {
      margin: 0 15px; }
    .change-password form .row .col-md-12 .inline-block .tittleMsgimpor {
      color: #ed252a; }
    .change-password form .row .col-md-12 .inline-block p {
      margin: 5px 5px 0 0px; }
      .change-password form .row .col-md-12 .inline-block p em.rojo {
        color: #ed252a;
        padding-right: 5px; }
  .change-password form .row .fech-venc-tc .contenedor-campos-venc {
    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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /********** Cambio-Pendiente **********/ }
    .change-password form .row .fech-venc-tc .contenedor-campos-venc .campos-venc {
      width: 140px;
      margin: 0 10px 5px 0; }
  .change-password form .row .fech-venc-tc .tooltip-info {
    position: relative;
    width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3px 0 15px 0; }
    .change-password form .row .fech-venc-tc .tooltip-info .tooltipInfo {
      background-image: url(http://www.bancofinandina.com/images/default-source/iconos/tc.png);
      background-repeat: no-repeat;
      background-position: center;
      width: 180px;
      height: 100px;
      background-color: white;
      color: black !important;
      text-align: center;
      border-radius: 6px;
      padding: 5px 0;
      position: absolute;
      z-index: 1;
      bottom: 125%;
      left: 50%;
      margin-left: -60px;
      opacity: 0;
      -webkit-transition: opacity 0.4s;
      -o-transition: opacity 0.4s;
      transition: opacity 0.4s;
      pointer-events: none; }
    .change-password form .row .fech-venc-tc .tooltip-info .tooltipInfo::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: black transparent transparent transparent; }
  .change-password form .row .fech-venc-tc .tooltip-info:hover .tooltipInfo {
    visibility: visible;
    opacity: 1; }
  .change-password form .row .fech-venc-tc .tooltip-info:active .tooltipInfo {
    visibility: visible;
    opacity: 1; }
  .change-password form .row .boton-continuar {
    margin: 0 auto;
    margin-top: 22px; }

.change-password form .panel-inferior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 10px; }
  .change-password form .panel-inferior picture {
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 88%;
    margin: 15px 0; }
    .change-password form .panel-inferior picture img {
      width: 30px;
      height: 30px;
      margin-right: 10px; }
  .change-password form .panel-inferior button {
    margin: 0; }

/**Confirm**/
.confirm {
  padding: 0 20px 15px; }
  .confirm .panel-principal {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px auto 30px;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal; }
    .confirm .panel-principal .panel-izq {
      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-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-right: 1px solid #cecece;
      padding-right: 10px;
      width: 40%;
      padding-top: 0;
      padding-bottom: 30px;
      margin-right: 10px; }
      .confirm .panel-principal .panel-izq picture {
        /*width: 55px;*/
        margin-right: 10px; }
        .confirm .panel-principal .panel-izq picture img {
          width: 40px;
          padding: 1px 1px; }
      .confirm .panel-principal .panel-izq div strong {
        font-size: 13px;
        display: block; }
      .confirm .panel-principal .panel-izq div > p {
        margin: 10px 0; }
        .confirm .panel-principal .panel-izq div > p:last-child {
          margin: 0; }
    .confirm .panel-principal .panel-der {
      width: 60%; }
      .confirm .panel-principal .panel-der span {
        display: block;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        color: #666;
        padding-right: 15px;
        margin-bottom: 12px; }
      .confirm .panel-principal .panel-der table {
        border-collapse: collapse;
        width: 100%; }
        .confirm .panel-principal .panel-der table tbody tr td {
          width: 50%;
          border: 1px solid #cecece;
          padding: 5px; }
          .confirm .panel-principal .panel-der table tbody tr td:first-child {
            text-align: right; }
          .confirm .panel-principal .panel-der table tbody tr td:nth-child(2) {
            background-color: #f7f7f7; }
  .confirm .Schedule.txt-info {
    width: 80%;
    margin: 0 auto; }

/*********** Fin confirm ************/
/**Otp**/
.otp {
  padding: 0 15px 15px 15px; }
  .otp h4 {
    margin: 10px 0 25px 0; }
  .otp .panel-principal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .otp .panel-principal article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 50%;
      margin-right: 20px;
      border-right: 1px solid #ccc; }
      .otp .panel-principal article .recuerda {
        margin-left: 10px;
        margin-right: 10px; }
        .otp .panel-principal article .recuerda picture {
          text-align: center; }
          .otp .panel-principal article .recuerda picture img {
            width: 20px; }
    .otp .panel-principal .cont-colum-der {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 50%; }
      .otp .panel-principal .cont-colum-der .table-panel span {
        margin: 0 auto;
        width: 100%;
        font-weight: 700; }
      .otp .panel-principal .cont-colum-der .table-panel #resumenTx {
        border-collapse: collapse;
        margin-top: 10px;
        width: 100%; }
        .otp .panel-principal .cont-colum-der .table-panel #resumenTx tr td {
          padding: 3px 6px;
          border: 1px solid #ccc;
          width: 50%; }
        .otp .panel-principal .cont-colum-der .table-panel #resumenTx tr td:nth-child(2) {
          background-color: #f7f7f7; }
      .otp .panel-principal .cont-colum-der .btns-panel {
        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-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 20px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline; }
        .otp .panel-principal .cont-colum-der .btns-panel .btn-continuar-check {
          margin-left: 0;
          margin-right: 0; }
        .otp .panel-principal .cont-colum-der .btns-panel .icon-print img {
          width: 20px;
          margin-left: 15px; }
        .otp .panel-principal .cont-colum-der .btns-panel .tooltip-send-mail .icon-send img {
          width: 20px;
          margin-left: 15px; }
  .otp .panel-1 {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px auto 30px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 30px; }
    .otp .panel-1 article {
      width: 40%;
      text-align: justify;
      font-size: 13px; }
    .otp .panel-1 .inputs {
      text-align: center; }
      .otp .panel-1 .inputs span {
        color: #666;
        font-size: 13px;
        font-family: Open_Sans_Bold; }
      .otp .panel-1 .inputs:nth-child(2) {
        width: 20%; }
      .otp .panel-1 .inputs:nth-child(3) {
        width: 30%; }
      .otp .panel-1 .inputs .cel-usuario {
        padding: 9px 15px;
        background: #f4f4f4 url(/RS/images/general/ico_cambio_clave_celular.svg) 6px 4px no-repeat;
        padding-left: 28px;
        height: 34px;
        width: 100%;
        border: solid 1px #cecece;
        border-radius: 6px;
        text-align: center;
        overflow-x: auto;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        outline: 0; }
      .otp .panel-1 .inputs input.mail-usuario {
        padding: 9px 15px;
        background: #f4f4f4 url(/RS/images/general/ico_cambio_clave_correo.svg) 6px 6px no-repeat;
        padding-left: 28px;
        height: 34px;
        width: 100%;
        border: solid 1px #cecece;
        border-radius: 6px;
        text-align: center;
        overflow-x: auto;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        outline: 0; }
  .otp .panel-2 form {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .otp .panel-2 form p {
      font-family: Open_Sans_Bold;
      font-size: 13px; }
    .otp .panel-2 form .input-otp {
      background: #f4f4f4 url(/RS/images/general/ico_cambio_clave_codigo.svg) 6px 7px no-repeat;
      background-size: 20px;
      margin: 0 9px;
      width: 100px;
      padding: 0 0 0 40px;
      height: 33px;
      border: solid 1px #cecece;
      border-radius: 6px;
      overflow-x: auto;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      outline: 0;
      margin: 0 10px; }
    .otp .panel-2 form button {
      margin: 0; }
  .otp .panel-2 .info-otp.flecha-arriba {
    background: url(/Sitefinity/WebsiteTemplates/ThemeFinandina/App_Themes/ThemePrivado/Images/bitmaps/flecha_avisoRevisaCel.gif) 0 0 no-repeat;
    width: 250px;
    padding-left: 24px;
    padding-top: 18px;
    margin-left: 350px;
    margin-top: 5px;
    height: 50px; }
    .otp .panel-2 .info-otp.flecha-arriba .error-otp {
      padding-top: 0;
      margin-left: 0;
      margin-top: 0;
      left: 30%; }
  .otp .panel-2 .info-otp {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 30px 90px 30px 0;
    position: relative; }
    .otp .panel-2 .info-otp picture {
      width: 13px;
      position: absolute;
      left: 59%;
      bottom: 30%;
      -webkit-transform: translate(-30%, 30%);
      -ms-transform: translate(-30%, 30%);
      transform: translate(-30%, 30%); }
      .otp .panel-2 .info-otp picture img {
        width: 100%; }
  .otp .panel-3 {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .otp .panel-3 picture {
      width: 30px;
      margin-right: 10px; }
      .otp .panel-3 picture img {
        width: 100%; }
    .otp .panel-3 article {
      text-align: justify;
      font-size: 12px;
      line-height: 1.3em; }

/**Exito**/
.exito {
  padding: 0 15px 15px 15px; }
  .exito .panel-principal {
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px auto 20px; }
    .exito .panel-principal article {
      width: 48%;
      border-right: 1px solid #cecece;
      padding-right: 10px; }
      .exito .panel-principal article .name-green-shield {
        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: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 13px;
        padding-right: 10px; }
        .exito .panel-principal article .name-green-shield picture {
          width: 70px;
          margin-right: 10px; }
          .exito .panel-principal article .name-green-shield picture img {
            width: 100%; }
        .exito .panel-principal article .name-green-shield div p:first-child {
          font-size: 18px;
          font-weight: bold; }
      .exito .panel-principal article .recuerda {
        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: start;
        -ms-flex-align: start;
        align-items: flex-start;
        /*width: 70%;*/
        text-align: justify;
        margin: 12px auto 0; }
        .exito .panel-principal article .recuerda picture {
          /*width: 80px;*/
          margin-right: 8px; }
          .exito .panel-principal article .recuerda picture img {
            width: 40px; }
    .exito .panel-principal .table-panel span {
      display: block;
      color: #666;
      text-align: center;
      font-size: 13px;
      font-family: Open_Sans_Bold; }
    .exito .panel-principal .table-panel table {
      border-collapse: collapse;
      margin-top: 15px;
      width: 100%;
      margin: 15px auto 0; }
      .exito .panel-principal .table-panel table tbody tr td {
        font-size: 12px;
        border: 1px solid #cecece;
        padding: 5px; }
        .exito .panel-principal .table-panel table tbody tr td:first-child {
          text-align: right; }
        .exito .panel-principal .table-panel table tbody tr td:nth-child(2) {
          background-color: #f7f7f7; }
  .exito .btns-panel {
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px; }
    .exito .btns-panel a:first-child {
      margin: 0;
      padding: 6px 16px; }
    .exito .btns-panel a:nth-child(2) {
      margin: 0 12px; }
      .exito .btns-panel a:nth-child(2) img {
        width: 25px; }
    .exito .btns-panel a:nth-child(3) img {
      width: 25px; }
    .exito .btns-panel .tooltip-send-mail {
      position: relative; }
      .exito .btns-panel .tooltip-send-mail .icon-send {
        padding: 0;
        margin-left: 10px; }
        .exito .btns-panel .tooltip-send-mail .icon-send img {
          width: 25px; }
      .exito .btns-panel .tooltip-send-mail .tooltipEmail {
        width: 400px !important;
        border: 1px solid #cecece;
        background-color: white;
        color: #6c6c6c !important;
        text-align: center;
        border-radius: 3px;
        padding: 5px 10px 30px 20px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        transition: opacity 0.4s;
        -webkit-transform: translate(-49%, -2%);
        -ms-transform: translate(-49%, -2%);
        transform: translate(-49%, -2%);
        visibility: hidden; }
        .exito .btns-panel .tooltip-send-mail .tooltipEmail:after {
          content: "";
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -5px;
          border-width: 5px;
          border-style: solid;
          border-color: black transparent transparent transparent; }
        .exito .btns-panel .tooltip-send-mail .tooltipEmail a {
          display: block;
          width: 100%;
          text-align: right;
          padding: 0;
          margin-bottom: 25px; }
        .exito .btns-panel .tooltip-send-mail .tooltipEmail .subpanel {
          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;
          -ms-flex-pack: distribute;
          justify-content: space-around; }
          .exito .btns-panel .tooltip-send-mail .tooltipEmail .subpanel img {
            margin-right: 15px;
            width: 80px;
            height: 50px; }
          .exito .btns-panel .tooltip-send-mail .tooltipEmail .subpanel .subsubpanel {
            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: left; }
            .exito .btns-panel .tooltip-send-mail .tooltipEmail .subpanel .subsubpanel p {
              font-size: 11px;
              line-height: 14px;
              display: block;
              width: 250px; }
            .exito .btns-panel .tooltip-send-mail .tooltipEmail .subpanel .subsubpanel span {
              display: block;
              text-align: left;
              width: 100%;
              font-size: 11px; }
            .exito .btns-panel .tooltip-send-mail .tooltipEmail .subpanel .subsubpanel .btn-continuar-check {
              margin: 10px auto 0;
              width: 100px;
              padding: 7px 0; }
      .exito .btns-panel .tooltip-send-mail .tooltipVisible {
        visibility: visible;
        opacity: 1; }
      .exito .btns-panel .tooltip-send-mail .enviando-mail img {
        width: 80px;
        margin-top: 10px; }

/***********FIN Extractos y certificados*****************/
/***********Queries Extractos y certificados*****************/
@media (max-width: 990px) {
  .gestion-claves .panel.special-panel-header a {
    display: none; }
  .gestion-claves .panel-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .gestion-claves .panel-body .panel-interno {
      width: 100%;
      margin: 0; }
      .gestion-claves .panel-body .panel-interno:nth-child(2), .gestion-claves .panel-body .panel-interno:nth-child(3), .gestion-claves .panel-body .panel-interno:last-child {
        margin: 20px 0 0 0; }
      .gestion-claves .panel-body .panel-interno .marco .todo {
        position: relative;
        top: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        height: 100%;
        -webkit-transition: -webkit-transform .5s ease-out;
        transition: -webkit-transform .5s ease-out;
        -o-transition: transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out, -webkit-transform .5s ease-out; }
        .gestion-claves .panel-body .panel-interno .marco .todo .detras {
          height: 100%;
          background: #f7f7f7;
          width: 70%;
          color: #666; }
          .gestion-claves .panel-body .panel-interno .marco .todo .detras p {
            padding: 15px;
            color: #666;
            position: relative;
            margin: 0;
            font-size: 13px;
            line-height: normal; }
            .gestion-claves .panel-body .panel-interno .marco .todo .detras p a {
              font-weight: bold;
              color: #666; }
        .gestion-claves .panel-body .panel-interno .marco .todo .password,
        .gestion-claves .panel-body .panel-interno .marco .todo .tablero,
        .gestion-claves .panel-body .panel-interno .marco .todo .llave,
        .gestion-claves .panel-body .panel-interno .marco .todo .monitor {
          background-size: 60%;
          height: 100%;
          width: 30%; }
  .gestion-claves .linea-seguridad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .gestion-claves .linea-seguridad .linea-facil-content {
      width: 100%;
      margin-bottom: 20px; }
    .gestion-claves .linea-seguridad .recomendaciones-seguridad {
      width: 100%; }
  /**Change password**/
  .change-password .panel-superior {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .change-password .panel-superior .panel-izq {
      width: 100%;
      margin-bottom: 20px; }
    .change-password .panel-superior .panel-der {
      width: 100%;
      text-align: justify; }
  .change-password form .panel-superior-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .change-password form .panel-superior-form .subpanel-input {
      width: 100%;
      margin: 10px auto 0 !important; }
      .change-password form .panel-superior-form .subpanel-input:nth-child(2) {
        margin: 15px 0; }
    .change-password form .panel-superior-form .subpanel-input:nth-child(1) {
      width: 100%; }
  .change-password form .panel-inferior {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .change-password form .panel-inferior picture {
      width: 100%;
      margin-bottom: 20px; }
  .change-password form .row .col-md-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .change-password form .row .col-md-12 .icono-extra {
      margin-bottom: 20px; }
  .change-password form .fila.cont-columnas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .change-password form .fila.cont-columnas .col-md-6 {
      width: 100%; }
      .change-password form .fila.cont-columnas .col-md-6 #activarTarjeta {
        margin: 0 auto; }
        .change-password form .fila.cont-columnas .col-md-6 #activarTarjeta #tooltipTC {
          display: none; }
    .change-password form .fila.cont-columnas .col-md-5 {
      width: 100%;
      margin: 20px auto 10px; }
  /**Confirm**/
  .confirm .panel-principal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .confirm .panel-principal .panel-izq {
      width: 100%;
      border: 0;
      -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;
      text-align: center;
      padding: 0;
      margin-bottom: 20px; }
    .confirm .panel-principal .panel-der {
      width: 100%; }
  .confirm .panel-superior.bordeAbajo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .confirm .panel-superior.bordeAbajo .panel-izq {
      width: 100%; }
    .confirm .panel-superior.bordeAbajo .panel-der {
      width: 100%; }
  .confirm form .fila .col-md-5 {
    width: 100%;
    text-align: center; }
  .confirm form .fila .col-md-7 {
    display: none; }
  .confirm form .panel-superior-form {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .confirm form .panel-superior-form .subpanel-input:nth-child(1) {
      width: 80% !important; }
    .confirm form .panel-superior-form .subpanel-input {
      margin-top: 10px;
      width: 80%; }
    .confirm form .panel-superior-form .candado {
      display: none; }
  /**OTP**/
  .otp {
    padding: 0 15px 15px 15px; }
    .otp .panel-1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .otp .panel-1 article {
        width: 100%; }
      .otp .panel-1 .inputs:nth-child(2) {
        width: 100%;
        margin: 20px 0; }
      .otp .panel-1 .inputs:nth-child(3) {
        width: 100%; }
    .otp .panel-2 form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .otp .panel-2 form .input-otp {
        width: 50%;
        margin: 15px 0;
        text-align: center; }
    .otp .panel-2 .info-otp {
      margin: 20px 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      .otp .panel-2 .info-otp picture {
        display: none; }
    .otp .panel-3 picture {
      margin: 0 10px 0px 0; }
    .otp .panel-3 article {
      text-align: center; }
  /**Exito**/
  .exito .panel-principal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .exito .panel-principal article {
      width: 100%;
      border: 0;
      padding: 0;
      margin-bottom: 20px; }
      .exito .panel-principal article .name-green-shield {
        padding: 0;
        -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;
        text-align: center; }
        .exito .panel-principal article .name-green-shield picture {
          margin: 0 auto 10px; }
      .exito .panel-principal article .recuerda {
        width: 100%;
        -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;
        margin: 20px auto 0; }
        .exito .panel-principal article .recuerda picture {
          width: 40px;
          margin-right: 0; }
    .exito .panel-principal .table-panel table {
      width: 100%; }
      .exito .panel-principal .table-panel table tbody tr td {
        padding: 5px; }
  .exito .btns-panel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .exito .btns-panel .tooltip-send-mail .tooltipEmail {
      width: 280px !important;
      padding: 10px;
      left: 0;
      -webkit-transform: translate(-75%, -2%);
      -ms-transform: translate(-75%, -2%);
      transform: translate(-75%, -2%); }
      .exito .btns-panel .tooltip-send-mail .tooltipEmail a {
        margin-bottom: 5px; }
      .exito .btns-panel .tooltip-send-mail .tooltipEmail:after {
        left: 86%;
        -webkit-transform: translateX(-86%);
        -ms-transform: translateX(-86%);
        transform: translateX(-86%); }
      .exito .btns-panel .tooltip-send-mail .tooltipEmail .subpanel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .exito .btns-panel .tooltip-send-mail .tooltipEmail .subpanel img {
          margin-right: 0px;
          width: 60px; }
        .exito .btns-panel .tooltip-send-mail .tooltipEmail .subpanel .subsubpanel p, .exito .btns-panel .tooltip-send-mail .tooltipEmail .subpanel .subsubpanel span {
          text-align: center; } }

/***********FIN Queries Extractos y certificados*****************/
