/**************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***************/
/**** Preload ****/
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/RS/images/PreaprobadosDigitales/gif_cargando_prestamas.gif) 50% 50% no-repeat #f9f9f9;
  /*background: url(/RS/images/general/gifs/Finandina.gif) 50% 50% no-repeat rgb(249,249,249);*/
  opacity: .8; }

/**** Fin Preload ****/
/***** Termonos y condiciones *****/
/* CSS Document */
.popup-button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  max-width: 350px;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 40px; }

.popup-button .btnVolver {
  border-radius: 4px;
  border: none;
  padding: 9px 16px;
  background: #666;
  color: #fff;
  display: block;
  width: 160px;
  text-decoration: none;
  text-align: center; }

#popmake-wrap {
  max-width: 95%;
  margin: 1em auto; }

#popmake-wrap2 {
  max-width: 95%;
  margin: 1em auto; }

/* wraps */
.scrollwrap {
  position: relative;
  margin-bottom: 1.5em;
  font-size: 12px; }

.popupscroll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 20px 30px;
  position: relative;
  overflow-y: auto;
  height: 464px;
  text-align: justify; }

/* button */
.close {
  font-size: 14px;
  font-weight: 100; }

.salir {
  color: #fff;
  background: #ACACAC;
  padding: 5px 20px;
  border-radius: 6PX;
  border: none; }

.salir:hover {
  color: #fff; }

.button-red {
  color: #fff;
  background: #cc0000;
  padding: 5px 20px;
  border: none;
  cursor: pointer; }

.button-red:before {
  content: '';
  background-image: url(/RS/images/PreaprobadosDigitales/chulo_ok_botones.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-right: 10px; }

.button-red:hover, .button-red:active {
  background: #cc0000; }

#popmake-wrap .button-red[disabled] {
  background: #666666;
  cursor: not-allowed; }

#popmake-wrap2 .button-red[disabled] {
  background: #666666;
  cursor: not-allowed; }

/* scrollbar redesigned */
.popupscroll::-webkit-scrollbar {
  width: 8px;
  background-color: #eaeaea; }

.popupscroll::-webkit-scrollbar-thumb {
  background: #cc0000; }

.popupscroll::-webkit-scrollbar-track {
  background-color: #eaeaea; }

.popupscroll::-webkit-scrollbar-thumb:hover {
  background: #cc0000; }

.popupscroll::-webkit-scrollbar-thumb:active {
  background: #cc0000; }

/* different bg color for mobiles */
@media (min-width: 768px) {
  .popupscroll::-webkit-scrollbar-thumb {
    background-color: #818181; } }

/***** Fin Terminos y condiciones *****/
/***** Modal *****/
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 35px;
  /* Location of the box */
  margin-bottom: 35px;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */ }

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s; }

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

/* The Close Button */
.close {
  opacity: 1;
  line-height: inherit;
  text-shadow: none; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white; }

.modal-body {
  padding: 2px 16px; }

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white; }

/***** Fin Modal *****/
/* Generales */
.borde_abajo {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc; }

.iconX12 {
  width: 12px;
  margin-right: 7px; }

.iconX10 {
  width: 10px;
  margin-right: 7px; }

.btn-continuar-check.finalizar {
  width: 140px;
  padding: 6px 6px; }

.DivsRow {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 20px; }

.cont-icon-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.cont-colm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.oculto {
  display: none; }

.cont-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

input.normal {
  font-size: 14px;
  display: block;
  font-weight: 100;
  text-align: left;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #aaa;
  background-color: #fff;
  color: #4c4c4c;
  padding: 0 10px 0 15px !important; }

/* Fin Generales*/
/*** Preaprobados DIgitales ***/
#idMainIndexPreaprobadosDIgitales #felicitaciones .cont-img-txt {
  width: 100%;
  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;
  margin: 20px 0 20px; }
  #idMainIndexPreaprobadosDIgitales #felicitaciones .cont-img-txt img {
    width: 160px;
    padding: 0 20px 0 20px; }
  #idMainIndexPreaprobadosDIgitales #felicitaciones .cont-img-txt .content-info-p {
    padding: 0 30px 0 0 !important; }

#idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px; }
  #idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra .panel-1.fila {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px; }
    #idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra .panel-1.fila .DivsRow {
      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: end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin-top: 20px; }
      #idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra .panel-1.fila .DivsRow .inputs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        #idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra .panel-1.fila .DivsRow .inputs .cont-icon-txt {
          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;
          margin-bottom: 5px; }
          #idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra .panel-1.fila .DivsRow .inputs .cont-icon-txt img {
            margin-right: 8px; }
      #idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra .panel-1.fila .DivsRow .inputs.cont-cel-usuario {
        width: 30%; }
      #idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra .panel-1.fila .DivsRow .inputs.cont-mail-usuario {
        width: 40%;
        margin: 0 20px; }
      #idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra .panel-1.fila .DivsRow .inputs.cont-texto {
        width: 30%; }
  #idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra .panel-2.fila form.formulario-otp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra .panel-2.fila form.formulario-otp .cont-row {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 40px; }
      #idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra .panel-2.fila form.formulario-otp .cont-row .cont-z {
        margin-right: 20px; }
  #idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra .panel-3.fila picture img {
    width: 15px; }

/*** Fin Preaprobados DIgitales ***/
/*********** Styles Celulares **********/
@media (max-width: 990px) {
  #idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra .panel-1.fila .DivsRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra .panel-1.fila .DivsRow .inputs.cont-mail-usuario {
      width: 100%;
      margin: 15px 0 0 0; }
    #idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra .panel-1.fila .DivsRow .inputs.cont-cel-usuario {
      width: 100%; }
    #idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra .panel-1.fila .DivsRow .inputs.cont-texto {
      width: 100%; }
  #idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra .panel-2.fila form.formulario-otp .cont-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #idMainIndexPreaprobadosDIgitales ._otp .borde_con_sombra .panel-2.fila form.formulario-otp .cont-row .cont-z {
      margin: 0 0 15px 0; }
  #idMainIndexPreaprobadosDIgitales #felicitaciones .cont-img-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #idMainIndexPreaprobadosDIgitales #felicitaciones .cont-img-txt img {
      width: 110px;
      padding: 0;
      margin: 0 auto 20px; } }

/********* FIN Styles Celulares *********/
