@font-face {
  font-family: "Avenir-cm";
  src: url(/css/cm2019/AVENIRNEXTLTPRO-REGULAR_0.OTF)
}

@keyframes girar {
  100% {
    transform: rotate(360deg)
  }
}

.disabled {
  pointer-events: none;
  opacity: .7
}

.accesos_registro {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #3e94de;
  min-height: 100vh
}

.accesos_registro *:not(i) {
  font-family: "Avenir-cm"
}

.accesos_registro .accesos_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  padding: 20px 0 !important
}

.accesos_registro .accesos_container #formRegistro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 500px;
  padding: 20px !important;
  background-color: #fff;
  box-shadow: 0 3px 10px 2px rgba(18, 22, 24, 0.2);
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  min-height: fit-content
}

.accesos_registro .accesos_container #formRegistro.accesos_cargando {
  pointer-events: none
}

.accesos_registro .accesos_container #formRegistro.accesos_cargando .loaderMsj {
  opacity: 1;
  z-index: 1
}

.accesos_registro .accesos_container #formRegistro.accesos_cargando.exito .loaderMsj .figura:before, .accesos_registro .accesos_container #formRegistro.accesos_cargando.exito .loaderMsj .figura:after {
  border-color: #21ba45
}

.accesos_registro .accesos_container #formRegistro.accesos_cargando.exito .loaderMsj .figura i {
  transform: scale(1)
}

.accesos_registro .accesos_container #formRegistro.accesos_cargando.exito .loaderMsj .texto {
  transform: translateX(-100%)
}

.accesos_registro .accesos_container #formRegistro.accesos_cargando.exito .loaderMsj .mensaje {
  transform: translateX(0)
}

.accesos_registro .accesos_container #formRegistro.accesos_cargando.error .loaderMsj .figura:before, .accesos_registro .accesos_container #formRegistro.accesos_cargando.error .loaderMsj .figura:after {
  border-color: #db2828
}

.accesos_registro .accesos_container #formRegistro.accesos_cargando.error .loaderMsj .figura i {
  color: #db2828;
  transform: scale(1)
}

.accesos_registro .accesos_container #formRegistro.accesos_cargando.error .loaderMsj .figura i:before {
  content: "\f00d"
}

.accesos_registro .accesos_container #formRegistro.accesos_cargando.error .loaderMsj .texto {
  transform: translateX(-100%)
}

.accesos_registro .accesos_container #formRegistro.accesos_cargando.error .loaderMsj .mensaje {
  transform: translateX(0)
}

.accesos_registro .accesos_container #formRegistro .imagen {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/icono%28copia%291.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  opacity: 0.2;
  transform: rotate(20deg)
}

.accesos_registro .accesos_container #formRegistro .selReg {
  width: 100%
}

.accesos_registro .accesos_container #formRegistro .selReg .opcReg {
  margin: 20px auto;
  text-align: left
}

.accesos_registro .accesos_container #formRegistro .selReg .opcReg .btOpc {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 20px;
  /* text-decoration: underline; */
  user-select: none;
  cursor: pointer
}

.accesos_registro .accesos_container #formRegistro .selReg .opcReg p {
  margin: 0;
  color: #666
}

.accesos_registro .accesos_container #formRegistro .selReg .volverbtnregLgin {
  display: block;
  text-align: center;
  color: #009BDB;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer
}

.accesos_registro .accesos_container #formRegistro .dataReg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  display: none;
  width: 100%
}

.accesos_registro .accesos_container #formRegistro .encabezado {
  width: 100%;
  margin: 0;
  text-align: left;
  font-size: 30px;
  position: relative
}

.accesos_registro .accesos_container #formRegistro .encabezado:after {
  content: attr(data-txt);
  position: absolute;
  right: 0;
  top: 50%;
  color: red;
  font-size: 18px;
  font-weight: 600;
  transform: translateY(-50%);
  text-shadow: 2px 2px 10px #fff
}

/* .accesos_registro .accesos_container #formRegistro .field:not(.check), .accesos_registro .accesos_container #formRegistro .btnGenTkn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%;
  margin: 10px 0 !important;
  border: 1px solid #d7d7d7;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden
} */

.accesos_registro .accesos_container #formRegistro .field:not(.check).requerido label:after, .accesos_registro .accesos_container #formRegistro .btnGenTkn.requerido label:after {
  content: "*";
  margin-left: 2px
}

.accesos_registro .accesos_container #formRegistro .field:not(.check).movido label:not(.nombreCurp), .accesos_registro .accesos_container #formRegistro .btnGenTkn.movido label:not(.nombreCurp) {
  transform: translateX(calc(-100% - 30px))
}

.accesos_registro .accesos_container #formRegistro .field:not(.check).movido i, .accesos_registro .accesos_container #formRegistro .btnGenTkn.movido i {
  transition-delay: .3s;
  transform: scale(1)
}

.accesos_registro .accesos_container #formRegistro .field:not(.check).paCurp, .accesos_registro .accesos_container #formRegistro .btnGenTkn.paCurp {
  display: none;
  overflow: visible
}

.accesos_registro .accesos_container #formRegistro .field:not(.check).paCurp input, .accesos_registro .accesos_container #formRegistro .field:not(.check).paNombre input, .accesos_registro .accesos_container #formRegistro .btnGenTkn.paCurp input, .accesos_registro .accesos_container #formRegistro .btnGenTkn.paNombre input {
  text-transform: uppercase
}

.accesos_registro .accesos_container #formRegistro .field:not(.check).error, .accesos_registro .accesos_container #formRegistro .btnGenTkn.error {
  color: red;
  border-color: red
}

.accesos_registro .accesos_container #formRegistro .field:not(.check).error input, .accesos_registro .accesos_container #formRegistro .btnGenTkn.error input {
  color: red
}

.accesos_registro .accesos_container #formRegistro .field:not(.check).w30, .accesos_registro .accesos_container #formRegistro .btnGenTkn.w30 {
  width: 30%
}

.accesos_registro .accesos_container #formRegistro .field:not(.check).w50, .accesos_registro .accesos_container #formRegistro .btnGenTkn.w50 {
  width: 48%
}

.accesos_registro .accesos_container #formRegistro .field:not(.check) label, .accesos_registro .accesos_container #formRegistro .btnGenTkn label {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-property: all;
  transition-duration: .5s;
  transition-delay: initial;
  position: absolute;
  left: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600
}

.accesos_registro .accesos_container #formRegistro .field:not(.check) i, .accesos_registro .accesos_container #formRegistro .btnGenTkn i {
  position: absolute;
  left: 10px;
  margin: 0;
  width: 20px;
  transform: scale(0);
  transition: cubic-bezier(0.01, -0.02, 0.27, 1.55) all 0.3s
}

.accesos_registro .accesos_container #formRegistro .field:not(.check) i.jeje, .accesos_registro .accesos_container #formRegistro .btnGenTkn i.jeje {
  -webkit-text-stroke: 1.5px #666;
  color: transparent
}

/* .accesos_registro .accesos_container #formRegistro .field:not(.check) input, .accesos_registro .accesos_container #formRegistro .btnGenTkn input {
  width: 100%;
  margin: 0 !important;
  padding: 10px 10px 10px 35px !important;
  border: 0;
  outline: none;
  font-size: 16px;
  background-color: transparent;
  box-sizing: border-box;
  z-index: 1
} */

.accesos_registro .accesos_container #formRegistro .field:not(.check) .nombreCurp, .accesos_registro .accesos_container #formRegistro .btnGenTkn .nombreCurp {
  padding: 0 5px !important;
  bottom: -8px;
  right: 10px;
  left: auto;
  color: #121618;
  background-color: #fff;
  transform: translateX(0)
}

.accesos_registro .accesos_container #formRegistro .field:not(.check) .nombreCurp:after, .accesos_registro .accesos_container #formRegistro .btnGenTkn .nombreCurp:after {
  display: none
}

.accesos_registro .accesos_container #formRegistro .btnGenTkn {
  background-color: #246399;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none
}

.accesos_registro .accesos_container #formRegistro .check {
  margin: 10px 0 !important
}

.accesos_registro .accesos_container #formRegistro .check label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600
}

.accesos_registro .accesos_container #formRegistro .check input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer
}

.accesos_registro .accesos_container #formRegistro .check input:checked:after {
  content: "Prefiero registrarme con mi CURP o RFC"
}

.accesos_registro .accesos_container #formRegistro .check input:after {
  content: "No cuento con mi CURP o RFC";
  padding-bottom: 1px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  background-color: #fff;
  border-bottom: 1px solid
}

.accesos_registro .accesos_container #formRegistro .contenedorBotones {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%;
  margin-top: 10px !important
}

.accesos_registro .accesos_container #formRegistro .contenedorBotones .boton {
  margin: 10px !important;
  padding: 10px 20px !important;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #246399;
  box-shadow: 0 3px 5px 0 #777777;
  border: 0;
  outline: none;
  cursor: pointer;
  width: calc(50% - 20px);
  box-sizing: border-box
}

.accesos_registro .accesos_container #formRegistro .loaderMsj {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  border-radius: 10px;
  transition: ease all .5s;
  z-index: -1
}

.accesos_registro .accesos_container #formRegistro .loaderMsj .figura {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100px;
  height: 100px;
  position: relative
}

.accesos_registro .accesos_container #formRegistro .loaderMsj .figura:before, .accesos_registro .accesos_container #formRegistro .loaderMsj .figura:after {
  animation: girar 1s infinite;
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid #848484;
  transition: ease all .5s
}

.accesos_registro .accesos_container #formRegistro .loaderMsj .figura:before {
  width: 100%;
  height: 100%;
  border-top-color: rgba(255, 255, 255, 0.9)
}

.accesos_registro .accesos_container #formRegistro .loaderMsj .figura:after {
  width: 90%;
  height: 90%;
  border-left-color: rgba(255, 255, 255, 0.9)
}

.accesos_registro .accesos_container #formRegistro .loaderMsj .figura i {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-property: all;
  transition-duration: .5s;
  transition-delay: initial;
  margin: 0 !important;
  font-size: 60px;
  transform: scale(0);
  color: #21ba45
}

.accesos_registro .accesos_container #formRegistro .loaderMsj .texto, .accesos_registro .accesos_container #formRegistro .loaderMsj .mensaje {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-property: all;
  transition-duration: .5s;
  transition-delay: initial;
  width: 100%;
  margin-top: 20px !important;
  font-weight: 600;
  text-align: center
}

.accesos_registro .accesos_container #formRegistro .loaderMsj .texto {
  position: absolute;
  left: 0;
  font-size: 30px
}

.accesos_registro .accesos_container #formRegistro .loaderMsj .mensaje {
  min-height: 96px;
  padding: 0 20px;
  font-size: 20px;
  box-sizing: border-box;
  transform: translateX(100%);
  display: block
}

@media only screen and (max-width: 1024px) {
  .accesos_registro .accesos_container {
    width: 90%
  }
}

@media only screen and (max-width: 600px) {
  .accesos_registro .accesos_container #formRegistro {
    width: 100%;
    padding: 10px 20px !important
  }

  .accesos_registro .accesos_container #formRegistro .field:not(.check), .accesos_registro .accesos_container #formRegistro .btnGenTkn {
    width: 100% !important;
    margin-top: 0 !important
  }

  .accesos_registro .accesos_container #formRegistro .field:not(.check) .nombreCurp, .accesos_registro .accesos_container #formRegistro .btnGenTkn .nombreCurp {
    padding: 0 !important;
    right: 5px;
    bottom: -5px;
    font-size: 9px
  }

  .accesos_registro .accesos_container #formRegistro .btnGenTkn {
    padding: 10px 0
  }

  .accesos_registro .accesos_container #formRegistro .contenedorBotones .boton {
    width: 100%;
    margin: 5px 0 !important;
    padding: 7px 20px !important
  }
}

@media only screen and (max-width: 480px) {
  .accesos_registro .accesos_container #formRegistro {
    margin-top: 80px !important
  }

  .accesos_registro .accesos_container #formRegistro .selReg .opcReg {
    margin: 10px auto
  }

  .accesos_registro .accesos_container #formRegistro .selReg .opcReg .btOpc {
    font-size: 16px;
    font-weight: 600
  }

  .accesos_registro .accesos_container #formRegistro .selReg .opcReg p {
    font-size: 12px
  }

  .accesos_registro .accesos_container #formRegistro .selReg .volverbtnregLgin {
    font-size: 12px
  }

  .accesos_registro .accesos_container #formRegistro .encabezado {
    font-size: 25px;
    margin-bottom: 10px
  }

  .accesos_registro .accesos_container #formRegistro .encabezado:after {
    font-size: 16px
  }

  .accesos_registro .accesos_container #formRegistro .field:not(.check) .nombreCurp {
    padding: 0 !important;
    right: 5px;
    bottom: -5px;
    font-size: 9px
  }

  .accesos_registro .accesos_container #formRegistro .check input:checked:after {
    content: "Registrarme con mi CURP o RFC"
  }
}

.cursor {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/cursor.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  transform: translateX(-50%) translateY(-50%);
  cursor: none
}

.cursor span {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Realnet/REALNET/DVCUP2/Banco%20de%20imagenes/dvidev363/tos.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: -25px;
  width: 40px;
  height: 40px;
  transform: rotateY(180deg);
  display: none
}

.cursor.sombra2 {
  transition: ease all .1s
}

.cursor.sombra3 {
  transition: ease all .2s
}
