.dataTables_filter {
  text-align: end;
}

.dataTable thead th {
  white-space: nowrap !important;
}

.dataTables_paginate .page-link {
  padding: 0.1875rem 0.75rem;
}

table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 25px !important;
}

.center-cropped {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ap_carousel_search_field {
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.ap_carousel_search_field.fade-in {
  opacity: 1;
}

.ap_carousel_search {
  padding: 1rem;
  border-radius: calc(.375rem - 0px);
}
.ap_carousel_search .ap_carousel_search_field {
  background-color: rgba(249, 250, 253, 0.95) !important;
  border-radius: 4px;
  box-shadow: var(--falcon-box-shadow) !important;
  width: 100%;
}
.ap_carousel_search .ap_carousel_search_field input:focus, .ap_carousel_search .ap_carousel_search_field select:focus, .ap_carousel_search .ap_carousel_search_field .btn:focus {
  outline: none;
  box-shadow: none;
}
.ap_carousel_search .ap_carousel_search_field .ts-input.focus {
  color: var(--falcon-input-color);
  background-color: var(--falcon-input-bg);
  border-color: var(--falcon-input-focus-border-color);
  box-shadow: none;
}
.ap_carousel_search .ap_carousel_search_field .btn:hover {
  font-weight: 600 !important;
}

.ap_carousel_search_field .form-control, .ap_carousel_search_field .btn {
  padding: 0.531rem 1rem !important;
}

.card .card-img-overlay {
  pointer-events: none;
}
.card .card-img-top {
  overflow: hidden;
  cursor: pointer;
}
.card .card-img-top img {
  transition: transform 500ms ease-in-out;
}
.card .card-img-top img:hover {
  transform: scale(1.1);
}

.type_bien {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
  transition: background-color 0.5s ease;
}
.type_bien:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* Large Breakpoint */
@media (min-width: 992px) {
  .ap_carousel_size {
    max-height: 600px;
  }

  .center-cropped {
    height: 600px;
  }

  .ap_carousel_search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .ap_carousel_search .ap_carousel_search_field {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
    width: 800px;
  }
}
.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

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