a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-property: opacity, color, border-color, background-color, -webkit-transform;
  transition-property: opacity, color, border-color, background-color, -webkit-transform;
  -o-transition-property: transform, opacity, color, border-color, background-color;
  transition-property: transform, opacity, color, border-color, background-color;
  transition-property: transform, opacity, color, border-color, background-color, -webkit-transform; }

.btn {
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  border: 1px solid #fafafa !important;
  margin: 0 5px 0 0;
  border-radius: 2px !important; }

.pagination {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.btn-success {
  background: #43dd92; }

.btn-danger {
  background: #dc3545 !important; }
  .btn-danger:hover {
    background: #e4606d !important; }
  .btn-danger:focus {
    background: #eb8c95 !important; }

@media (max-width: 940px) {
  .text-center-sm {
    text-align: center; } }

@media (max-width: 940px) {
  .mb-4-sm {
    margin-bottom: 1.5rem !important; } }

.btn-white {
  background: white;
  border: 1px solid #dedede !important; }
  .btn-white:hover {
    background: #e6e6e6; }
  .btn-white:focus {
    background: #cccccc; }

.right-lg {
  text-align: right; }
  @media (max-width: 940px) {
    .right-lg {
      text-align: left; } }

.btn-main {
  background: #1953db;
  color: white; }
  .btn-main:hover {
    color: white;
    background: #3e71e9; }
  .btn-main:focus {
    color: white;
    background: #1442ad; }

.btn-second {
  background: #d6dae2;
  color: #343b42; }
  .btn-second:hover {
    color: #343b42;
    background: #f4f5f7; }
  .btn-second:focus {
    color: #343b42;
    background: #b8bfcd;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(164, 159, 159, 0.3) !important;
    box-shadow: 0 0 0 0.2rem rgba(164, 159, 159, 0.3) !important; }

.btn-third {
  background: #5700d4;
  color: white; }
  .btn-third:hover {
    color: white;
    background: #6d08ff; }
  .btn-third:focus {
    color: white;
    background: #4200a1; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  position: relative;
  min-height: 100%; }

html, body {
  background: #fafafa !important;
  height: 100%; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.w-5em {
  width: 5em; }

.spam {
  font-size: 65% !important;
  opacity: .75;
  display: block;
  margin: 0.5em 0; }

hr {
  border: 0 !important;
  height: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important; }

.flex--space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 940px) {
  .flex-reset-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: none;
    flex-direction: none; } }

.flex--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex--flex-end-lg {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 940px) {
    .flex--flex-end-lg {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media (max-width: 940px) {
  .text-center-sm {
    text-align: center; } }

.navbar-home {
  position: absolute !important;
  width: 100%;
  background: transparent; }

.no-recolor:hover {
  color: #007bff !important; }

@media (max-width: 940px) {
  .no-recolor {
    color: white; } }

.not-home {
  color: white; }

.nav-link {
  color: white;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }
  .nav-link:hover {
    color: #fff;
    font-weight: bold; }

@media (max-width: 940px) {
  .navbar-home {
    background: #454545; } }

@media (max-width: 940px) {
  .home-toggler {
    background: #fff !important; } }

.navbar-toggler-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #505050;
  width: 100% !important; }

.dropdown-toggle::after {
  display: none !important; }

a.dropdown-item {
  color: #343b42; }

.dropdown-menu {
  border-radius: 2px !important; }

.badge {
  padding: .5rem !important;
  text-transform: uppercase;
  font-size: 65% !important; }

.badge-tag {
  background: #343a40;
  color: white;
  margin: 3px 0; }

h5 > a > .badge-danger {
  background: #dc3545 !important; }
  h5 > a > .badge-danger:hover {
    background: #e4606d; }

h5 > a > .badge-success {
  background: #43dd92 !important; }
  h5 > a > .badge-success:hover {
    background: #6ee5ab; }

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.delay-1 {
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }

.delay-2 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.delay-3 {
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.delay-4 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay-5 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s; }

.delay-6 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.synagogue {
  font-size: 8em; }

.background-index {
  background: #0038B8;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#0038b8), color-stop(#264fc7), color-stop(#3e66d5), color-stop(#557ce2), to(#6c93ee));
  background-image: -webkit-linear-gradient(left top, #0038b8, #264fc7, #3e66d5, #557ce2, #6c93ee);
  background-image: -o-linear-gradient(left top, #0038b8, #264fc7, #3e66d5, #557ce2, #6c93ee);
  background-image: linear-gradient(to right bottom, #0038b8, #264fc7, #3e66d5, #557ce2, #6c93ee);
  color: white; }

.title {
  text-align: center;
  line-height: 1;
  padding: 6em 0;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75); }
  @media (max-width: 940px) {
    .title {
      padding: 4em 0; } }
  @media (max-width: 940px) {
    .title h1 {
      font-size: 2em; } }
  .title p {
    text-transform: none; }

.intro {
  padding: 1.5em 0; }
  @media (max-width: 940px) {
    .intro {
      text-align: center; } }

section {
  padding-bottom: 1em; }

.features-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px 15px;
  padding-bottom: 2em; }
  .features-grid section {
    background: #fff;
    padding: 1em;
    margin: 0.5em 0;
    border-radius: 2px;
    border: 1px solid #e8f2fc; }
  @media (max-width: 940px) {
    .features-grid {
      text-align: center;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.feature__buttonset {
  text-align: left; }
  @media (max-width: 940px) {
    .feature__buttonset {
      text-align: center; } }

.footer {
  position: inherit;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */ }
  @media (max-width: 940px) {
    .footer {
      position: relative;
      bottom: 0;
      width: 100%; } }

@media (max-width: 940px) {
  .show-sm {
    display: block !important; } }

@media (max-width: 940px) {
  .my-1-sm {
    margin: 1em 0; } }

@media (max-width: 940px) {
  .btn-block-sm {
    width: 100%; } }

@media (max-width: 940px) {
  .dropdown-toggle::after {
    display: none !important; } }

.outline-black {
  outline: 1px solid #888; }

.hero {
  content: "";
  display: block;
  height: 200px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(49.9%, #0038b8), color-stop(50.1%, transparent));
  background: -webkit-gradient(linear, linear, color-stop(top, left), color-stop(bottom, right), color-stop(color-stop(49.9%, #0038b8)), to(color-stop(50.1%, transparent)));
  background: -webkit-linear-gradient(linear, left top, right bottom, color-stop(49.9%, #0038b8), color-stop(50.1%, transparent));
  background: -o-linear-gradient(linear, left top, right bottom, color-stop(49.9%, #0038b8), color-stop(50.1%, transparent));
  background: linear-gradient(to linear, left top, right bottom, color-stop(49.9%, #0038b8), color-stop(50.1%, transparent)); }

.undraw {
  width: 15em; }

.undraw-wrapper {
  width: 25em;
  margin: 0 auto; }
  @media (max-width: 940px) {
    .undraw-wrapper {
      width: 100%; } }

.index-main {
  margin-top: -6em; }

.sushi {
  background: white;
  padding: 1em;
  margin: 2em 0;
  border-radius: 2px; }

.footer-clutch {
  min-height: 84vh; }

.family-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px; }

.nuevo-dependiente {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3; }

.family-card {
  padding: 1em;
  border: 1px solid #e8f2fc;
  width: 50%;
  margin-bottom: 1.25em; }
  @media (max-width: 940px) {
    .family-card {
      width: auto; } }

.past-due-title {
  color: #343a40;
  font-size: 1.5em;
  font-weight: 200; }

.past-due-amount {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500; }
  @media (max-width: 940px) {
    .past-due-amount {
      width: 100%;
      text-align: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.one-item {
  padding: .25em;
  text-align: left; }

.flex-id {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media (max-width: 940px) {
    .flex-id {
      display: none; } }

.flex-date {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media (max-width: 940px) {
    .flex-date {
      display: none; } }

.flex-description {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5; }

.no-description {
  color: #6c757d;
  text-transform: uppercase; }

.flex-amount {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right; }

.justify-self-end {
  -ms-grid-column-align: end;
  justify-self: end; }
