/* Enter and leave animations can use different */
/* durations and timing functions.              */
.registro-slide-fade-enter-active {
  transition: all 0.3s ease;
}

.registro-slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.registro-slide-fade-enter, .registro-slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

.agrupacion-datos-personales {
  padding: 15px;
  margin: 20px 0px;
}
.agrupacion-datos-personales small {
  min-height: 0px !important;
  font-size: 1.1em;
}

.nuevo-cliente-form .columna-6 {
  min-height: 90px;
}
.nuevo-cliente-form input, .nuevo-cliente-form select {
  margin-bottom: 0px !important;
  box-shadow: none;
}

.terminos-servicio-texto {
  padding: 10px;
  background: #f9f9f9;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 21px;
  font-size: 1.2em;
}

/*# sourceMappingURL=style.css.map */
