/**************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***************/
/***********Menu Header Principal*****************/
.questions {
  padding: 0 15px 15px 15px; }
  .questions article {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #cecece; }
    .questions article .img-segu-txt {
      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: 34%;
      text-align: center; }
      .questions article .img-segu-txt img {
        width: 50px;
        margin-bottom: 15px; }
      .questions article .img-segu-txt p {
        display: block;
        width: 200px; }
    .questions article .content-listas {
      width: 65%; }
      .questions article .content-listas .lista {
        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;
        text-align: justify; }
        .questions article .content-listas .lista:first-child {
          margin-bottom: 15px; }
        .questions article .content-listas .lista em {
          margin-top: 3px;
          margin-right: 10px;
          color: #ed252a; }
  .questions form .paso:first-child {
    margin-bottom: 20px; }
  .questions form .paso h4 {
    margin-bottom: 15px; }
  .questions form .paso .select-input {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px; }
    .questions form .paso .select-input .select-box, .questions form .paso .select-input .input {
      width: 31%; }
      .questions form .paso .select-input .select-box select, .questions form .paso .select-input .select-box input, .questions form .paso .select-input .input select, .questions form .paso .select-input .input input {
        margin: 0;
        height: 33px; }
  .questions form .recuerda-and-btn {
    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 0; }
    .questions form .recuerda-and-btn .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: center;
      -ms-flex-align: center;
      align-items: center; }
      .questions form .recuerda-and-btn .recuerda img {
        width: 15px;
        margin-right: 10px; }
    .questions form .recuerda-and-btn button {
      padding: 8px 16px;
      margin: 0; }

.confirm {
  padding: 0 10px 5px 10px; }
  .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; }
    .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: 20px;
      width: 49%; }
      .confirm .panel-principal .panel-izq picture {
        width: 55px;
        margin-right: 10px; }
        .confirm .panel-principal .panel-izq picture img {
          width: 100%; }
      .confirm .panel-principal .panel-izq div strong {
        font-size: 15px;
        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: 49%; }
      .confirm .panel-principal .panel-der span {
        display: block;
        text-align: right;
        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; }

.otp {
  padding: 0 15px 15px 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 {
    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%, 0%);
      -ms-transform: translate(-30%, 0%);
      transform: translate(-30%, 0%); }
      .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: 13px;
      line-height: 1.3em; }

.exito {
  padding: 0 10px 15px 10px; }
  .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: 49%;
      border-right: 1px solid #cecece;
      padding-right: 15px; }
      .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;
          margin-bottom: 20px; }
      .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: 100%; }
    .exito .panel-principal .table-panel {
      width: 65%;
      padding-left: 10px; }
      .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; }
    .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; }
          .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; }
            .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 Menu Header Principal*****************/
/***********Queries Registro*****************/
@media (max-width: 990px) {
  .questions article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .questions article .img-segu-txt {
      width: 100%;
      margin-bottom: 15px; }
    .questions article .content-listas {
      width: 90%; }
  .questions form .paso .select-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .questions form .paso .select-input .select-box, .questions form .paso .select-input .input {
      width: 100%;
      margin-bottom: 10px; }
  .questions form .recuerda-and-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    margin-top: 10px; }
    .questions form .recuerda-and-btn .recuerda {
      margin-bottom: 15px; }
  .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%; }
  .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; }
    .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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .otp .panel-3 picture {
        margin: 0 0 10px 0; }
      .otp .panel-3 article {
        text-align: center; }
  .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 {
      width: 100%;
      padding: 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 Registro*****************/
