* {
  transition-delay: 0s;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease;
  margin: 0;
  padding: 0;
}
body {
  background: white;
  color: #313131;
}
.piluku-tabs {
  overflow: hidden;
  height: 40px !important;
}
.piluku-tabs li {
  border: solid 0 transparent;
  text-align: center;
  overflow: hidden;
}
.piluku-tabs li a {
  color: white;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border: solid 0 transparent;
}
.piluku-tabs li a:hover {
  border: solid 0 transparent;
}
.piluku-tabs li:hover {
  border: solid 0 transparent;
}
.piluku-tabs > li.active {
  border: solid 0 transparent;
  overflow: hidden;
}
.piluku-tabs > li.active a {
  color: white;
  font-weight: bold;
  border: solid 0 transparent;
  width: 100%;
}
.piluku-tabs > li.active a:hover {
  border: solid 0 transparent;
}
.piluku-tabs > li.active a::after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: calc(50% - 20px);
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white;
}
.piluku-tabs > li.active #uno {
  color: white;
  text-shadow: #9c0001 0 0 5px;
  background: #ff0304;
}
.piluku-tabs > li.active #dos {
  color: white;
  text-shadow: #da3500 0 0 5px;
  background: #ff6f41;
}
.piluku-tabs > li.active #tres {
  color: white;
  text-shadow: #7e763a 0 0 5px;
  background: #b8af66;
}
.piluku-tabs > li.active #cuatro {
  color: white;
  text-shadow: #998a44 0 0 5px;
  background: #c5b97e;
}
.piluku-tabs > li.active #cinco {
  color: white;
  text-shadow: #53635c 0 0 5px;
  background: #84988f;
}
#uno {
  background: #ff3637;
  color: #ffe8e9;
}
#uno:hover {
  color: white;
  text-shadow: #9c0001 0 0 5px;
}
#dos {
  background: #ff9674;
  color: #fff6f3;
  border-left: 7px solid #ff490e;
}
#dos:hover {
  color: white;
  text-shadow: #da3500 0 0 5px;
}
#tres {
  background: #c8c189;
  color: #f1efe0;
  border-left: 7px solid #a0974b;
}
#tres:hover {
  color: white;
  text-shadow: #7e763a 0 0 5px;
}
#cuatro {
  background: #d5cca1;
  color: #fcfcf9;
  border-left: 7px solid #b6a65b;
}
#cuatro:hover {
  color: white;
  text-shadow: #998a44 0 0 5px;
}
#cinco {
  background: #a0afa8;
  color: #ffffff;
  border-left: 7px solid #6b7e75;
}
#cinco:hover {
  color: white;
  text-shadow: #53635c 0 0 5px;
}
.piluku-tab-content > .tab-pane {
  background: white;
}
.piluku-tabs {
  border-bottom: none;
}
.navbar-header:nth-child(2) {
  color: #1a1a1a;
  padding-left: 1em;
}
.wrapper {
  min-height: 100vh;
}
.panel {
  box-shadow: none;
}
.pull-right {
  padding-right: 5em;
}
.left {
  padding-left: 5em;
}
hr {
  border-color: #ff9674;
}
input {
  padding: 0 2em !important;
  margin-bottom: 1em;
}
input::-webkit-input-placeholder {
  color: black !important;
}
input::-moz-placeholder {
  color: black !important;
}
input:-ms-input-placeholder {
  color: black !important;
}
.selector {
  overflow: hidden;
  background: url(/img/f-select.png) no-repeat right;
}
.selector select {
  background: transparent;
  width: 268px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.selector select option {
  padding: 0.25em 2em;
}
.selector select option:nth-child(odd) {
  background: #ededed;
}
.alert-warning {
  color: #070300;
  background-color: #ffd7ba;
  border-color: #ed6600;
  font-weight: bold;
}
.alert-warning ul li::before {
  content: "• ";
  color: #ff8f3a;
  font-size: 16px;
}
.atajos li:last-child {
  background: #5eb8b1;
  color: white;
}
.atajos li:last-child a {
  color: white;
  font-size: 1.3em;
}
.atajos li:last-child a:hover {
  background: #459e97;
}
.alert {
  border-radius: 0;
}
.ion-alert-circled::before {
  margin-right: 0.5em;
}
.ion-android-done::before {
  margin-right: 0.5em;
}
.top-bar .avatar_width .avatar-holder {
  margin-left: 2em;
}
.curp {
  padding: 10px !important;
}
.btn-primary {
  background-color: #5eb8b1;
}
.btn-primary:hover {
  background-color: #459e97;
}
.btn-primary:focus {
  background-color: #459e97;
}
.ion-power,
.ion-android-create {
  margin-right: 0.5em;
}
.datepicker .datepicker-days table tbody tr .day.active,
.datepicker .datepicker-months table tbody tr .day.active,
.datepicker .datepicker-years table tbody tr .day.active {
  background-color: #ff9674;
}
.datepicker .datepicker-days table tbody tr .day.active:hover,
.datepicker .datepicker-months table tbody tr .day.active:hover,
.datepicker .datepicker-years table tbody tr .day.active:hover {
  background-color: #ff6f41;
}
.piluku-preloader {
  background-color: white;
}
.loader::before {
  background: #2196f3;
}
.loader::after {
  background: white;
}
.loader {
  background: #2196f3
    linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 42%) repeat
    scroll 0 0;
}
.progress-bar {
  background-color: #09a105;
}
input:-moz-placeholder,
.form-control {
  color: #595959;
  opacity: 0.5;
}
input:-moz-placeholder:focus,
.form-control:focus {
  opacity: 1;
}
.status {
  position: absolute;
  bottom: 0;
  right: 1em;
}
.mensaje-ok {
  margin-top: 6em;
  text-align: center;
  font-size: 1.6em;
}
.mensaje-ok h1 {
  color: #5eb8b1;
  margin-bottom: 1em;
}
#w6 {
  text-align: center !important;
  margin-top: 2em;
}
.modal-backdrop {
  z-index: 1 !important;
  background: white !important;
}
.modal.in .modal-dialog {
  z-index: 200 !important;
}
.modal .modal-content {
  border-radius: 15px;
  overflow: hidden;
}
.modal-footer {
  background: #5eb8b1;
}
.modal-footer button {
  background: white;
  color: #5eb8b1;
}
.modal-footer button:hover {
  background: #e6e6e6;
  color: #459e97;
}
.form-heading,
.control-label,
input:placeholder,
.form-control {
  color: #0e0000;
  opacity: 0.5;
}
.form-heading:focus,
.control-label:focus,
input:placeholder:focus,
.form-control:focus {
  opacity: 1;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  color: black !important;
}
.main-text,
.control-label {
  color: black !important;
}
.form-control {
  color: black;
  opacity: 1;
}
.form-control:focus {
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  opacity: 0.5;
}
.form-controlinput[placeholder] option,
.form-control select[placeholder] option {
  opacity: 0.5;
}
.padre {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.padre a,
.padre div {
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin: 3px;
  z-index: 100;
}
.boton-curp {
  margin-top: 0 !important;
  line-height: none;
  font-size: 16px;
  height: 40px;
  /*padding: ;*/
}
.input-field .prefix ~ input {
  width: 80%;
}
input,
textarea,
select,
select option {
  color: black;
  opacity: 1;
}
.cta {
  width: 100%;
}

.pleca {
  width: 100%;
  height: 40px;
}

.main-titulo {
  margin-left: 30px;
  margin-top: 25px;
  font-size: 27px;
  color: #707780;
}
.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.btn-doc-bancarios {
  float: right;
}

.bancos-text-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banco-texto {
  padding-left: 5%;
  padding-right: 10%;
}

.privacidad {
  margin-top: 19em;
}

.privacidad-bancarios {
  margin-top: 19em;
}

.privacidad-claropay {
  margin-top: 8em;
}

.text-fin {
  margin-top: 90px !important;
  font-size: 13px !important;
}
.help-block {
  margin-bottom: -5px !important;
}

.formulario-right {
  margin-top: 50px !important;
}
.texto-inicio {
  font-size: 17px !important;
}

/** Para mostrar errores en la CURP **/
.has-success.error-curp .form-control {
  border-color: #fb5d5d !important;
  box-shadow: none !important;
}
