@charset "UTF-8";
/* Headers mixin*/
/* Medias mixins */
/* END Medias mixins */
.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.py-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pt-5 {
  padding-top: 2.5rem;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.my-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.my-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

/* Estilos para el layout de administración - Versión Moderna */
/* Variables */
.admin-layout {
  --sidebar-width: 200px;
  --sidebar-collapsed-width: 70px;
  --primary-color: #006196;
  --primary-hover: #3a56d4;
  --sidebar-bg: #1e293b;
  --sidebar-hover: #334155;
  --header-bg: #ffffff;
  --header-height: 64px;
  --text-color: #334155;
  --text-muted: #64748b;
  --text-light: #f8fafc;
  --border-color: #a6abb6;
  --box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --transition-speed: 0.25s;
  --border-radius: 0;
  --body-bg: #ecf0f2;
  --dark-body-bg: #405564;
  font-size: 13px;
  /* Layout principal */
  /* Sidebar */
  /* Badges modernos */
  /* Contenido principal */
  /* Contenedores de elementos en header */
  /* Estilos para el breadcrumb */
  /* Botones de acción en el header */
  /* Paneles y tarjetas */
  /* Submenu moderno */
  /* Responsive */
  /* Cuando el sidebar está colapsado */
  /* Botones modernos */
}
.admin-layout a {
  color: var(--primary-color);
}
.admin-layout .fa {
  font-weight: lighter !important;
}
.admin-layout .admin-page-title {
  margin: 0;
  padding: 0;
  margin-right: 1rem;
}
.admin-layout .admin-layout {
  margin: 0;
  padding: 0;
  background-color: var(--body-bg);
  color: var(--text-color);
  line-height: 1.5;
}
.admin-layout .admin-container {
  display: flex;
  min-height: 100vh;
}
.admin-layout .admin-sidebar {
  width: var(--sidebar-width);
  background-color: var(--sidebar-bg);
  color: var(--text-light);
  transition: all var(--transition-speed) ease;
  position: fixed;
  height: 100%;
  z-index: 1000;
  overflow-y: auto;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}
.admin-layout .sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: var(--header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.admin-layout .sidebar-header .logo {
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin-layout .menu-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: rgba(255, 255, 255, 0.7);
  border-radius: var(--border-radius);
  transition: all 0.2s;
}
.admin-layout .menu-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.admin-layout .menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: currentColor;
  margin: 4px 0;
  border-radius: 2px;
  transition: transform 0.2s;
}
.admin-layout .sidebar-menu ul {
  list-style: none;
  padding: 10px 0;
}
.admin-layout .sidebar-menu li {
  margin: 0;
  padding: 0;
}
.admin-layout .sidebar-menu a {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 0;
  margin: 2px 0;
  position: relative;
}
.admin-layout .sidebar-menu a:hover {
  background-color: var(--sidebar-hover);
  color: #fff;
}
.admin-layout .sidebar-menu a.active {
  background-color: rgba(67, 97, 238, 0.2);
  color: #fff;
  border-left: 3px solid var(--primary-color);
}
.admin-layout .sidebar-menu a i {
  margin-right: 12px;
  font-size: 18px;
  width: 20px;
  text-align: center;
}
.admin-layout .sidebar-menu a span {
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.94em;
}
.admin-layout .sidebar-menu .badge {
  position: absolute;
  right: 15px;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 0.75em;
  font-weight: 600;
}
.admin-layout .sidebar-menu .badge-warning {
  background-color: #f59e0b;
  color: #fff;
}
.admin-layout .sidebar-menu .badge-danger {
  background-color: #ef4444;
  color: #fff;
}
.admin-layout .admin-main {
  flex: 1;
  margin-left: var(--sidebar-width);
  transition: margin-left var(--transition-speed);
  display: flex;
  flex-direction: column;
}
.admin-layout .admin-header {
  height: var(--header-height);
  background-color: var(--header-bg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  left: var(--sidebar-width);
  z-index: 999;
  transition: left var(--transition-speed);
}
.admin-layout .header-left, .admin-layout .header-right {
  display: flex;
  align-items: center;
}
.admin-layout .admin-breadcrumb {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
.admin-layout .admin-breadcrumb li {
  display: inline-flex;
  align-items: center;
  color: var(--text-muted);
}
.admin-layout .admin-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin: 0 8px;
  color: var(--text-muted);
  opacity: 0.6;
}
.admin-layout .admin-breadcrumb li a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.admin-layout .admin-breadcrumb li a:hover {
  color: var(--primary-color);
}
.admin-layout .admin-breadcrumb li.active {
  color: var(--text-color);
  font-weight: 500;
}
.admin-layout .header-action-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  margin-right: 15px;
  text-decoration: none;
  transition: all 0.2s;
  background-color: transparent;
}
.admin-layout .header-action-btn:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: var(--primary-color);
}
.admin-layout .header-action-btn i {
  font-size: 18px;
}
.admin-layout .action-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--primary-color);
  color: white;
  border-radius: 5px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  padding: 0 4px;
  border: 2px solid white;
}
.admin-layout .mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
  color: var(--text-color);
  margin-right: 15px;
}
.admin-layout .user-menu {
  display: flex;
  align-items: center;
  gap: 15px;
}
.admin-layout .user-menu .user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  flex-wrap: nowrap;
}
.admin-layout .user-menu .user-name {
  font-weight: 500;
}
.admin-layout .admin-content {
  padding: 30px;
  margin-top: var(--header-height);
  flex: 1;
  background-color: var(--body-bg);
}
.admin-layout .card {
  background-color: #fff;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  padding: 20px;
  margin-bottom: 20px;
}
.admin-layout .card-header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin-layout .card-title {
  font-size: 1.25em;
  font-weight: 600;
  color: var(--text-color);
}
.admin-layout .sub-menu {
  display: none;
  list-style: none;
  padding-left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}
.admin-layout .sub-menu a {
  padding-left: 52px;
  font-size: 0.9em;
}
.admin-layout .has-submenu {
  position: relative;
}
.admin-layout .has-submenu:after {
  content: "▾";
  position: absolute;
  right: 20px;
  font-size: 12px;
  transition: transform 0.2s;
}
.admin-layout .has-submenu.open:after {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .admin-layout .admin-sidebar {
    transform: translateX(-100%);
    width: var(--sidebar-width);
    position: fixed;
    z-index: 1001;
  }
  .admin-layout .mobile-menu-toggle {
    display: block;
  }
  .admin-layout .admin-main {
    margin-left: 0;
  }
  .admin-layout .admin-header {
    left: 0;
    padding: 0 15px;
  }
  .admin-layout .admin-sidebar.active {
    transform: translateX(0);
  }
  .admin-layout .admin-content {
    padding: 20px;
  }
  .admin-layout .admin-breadcrumb {
    display: none;
  }
  .admin-layout .header-right {
    margin-left: auto;
  }
  .admin-layout .user-menu .user-name {
    display: none;
  }
}
.admin-layout .sidebar-collapsed .admin-sidebar {
  width: var(--sidebar-collapsed-width);
}
.admin-layout .sidebar-collapsed .admin-main {
  margin-left: var(--sidebar-collapsed-width);
}
.admin-layout .sidebar-collapsed .admin-header {
  left: var(--sidebar-collapsed-width);
}
.admin-layout .sidebar-collapsed .sidebar-menu a span {
  display: none;
}
.admin-layout .sidebar-collapsed .sidebar-menu .badge {
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 2px 5px;
  font-size: 0.7em;
}
.admin-layout .sidebar-collapsed .sidebar-header .logo {
  display: none;
}
.admin-layout .sidebar-collapsed .menu-toggle {
  margin: 0 auto;
}
.admin-layout .sidebar-collapsed .has-submenu:after {
  display: none;
}
@media (min-width: 769px) {
  .admin-layout .menu-toggle {
    display: block;
  }
}
.admin-layout .btn-primary {
  background-color: var(--primary-color);
  color: white;
}
.admin-layout .btn-primary:hover {
  background-color: var(--primary-hover);
}
.admin-layout .btn-default {
  background-image: linear-gradient(0deg, #f4f4f4, #ffffff);
  color: var(--text-color);
}
.admin-layout .btn-danger, .admin-layout .btn-inmo-danger {
  color: white;
}
.admin-layout .dropdown-menu > li > a {
  padding: 8px 20px;
  border-bottom: 1px solid #eee;
}
.admin-layout .dropdown-menu > li > a:last-child {
  border-bottom: none;
}
.admin-layout .panel {
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  border: none;
  background: #fff;
  margin-bottom: 24px;
  overflow: hidden;
}
.admin-layout .panel-heading {
  background: var(--primary-color);
  color: var(--dark-body-bg);
  padding: 16px 20px;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 1px solid var(--primary-hover);
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.admin-layout .panel-heading .panel-title {
  color: var(--dark-body-bg);
}
.admin-layout .panel-default .panel-heading {
  background: #eef3fc;
  color: var(--text-color);
  border: 1px solid #ffffff;
  border-bottom: none;
}
.admin-layout .panel-title {
  margin: 0;
  font-size: 1.15em;
  font-weight: 600;
}
.admin-layout .panel-body {
  padding: 20px;
  background: #fff;
}
.admin-layout .panel-footer {
  background: #f1f5f9;
  padding: 12px 20px;
  border-top: 1px solid var(--border-color);
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}
.admin-layout .table {
  background: #fff;
  border-radius: var(--border-radius);
  box-shadow: none;
  overflow: hidden;
}
.admin-layout .table > thead > tr > th {
  border: none;
  padding: 14px 12px;
  font-weight: 600;
}
.admin-layout .table > tbody > tr > td {
  padding: 12px;
  color: var(--text-color);
}
.admin-layout .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f8fafc;
}
.admin-layout .table-hover > tbody > tr:hover {
  background-color: #e9ecef;
}
.admin-layout .form-control {
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
  box-shadow: none;
  transition: border-color 0.2s;
  font-size: 1em;
  padding: 10px 12px;
  background: #fff;
  color: var(--text-color);
}
.admin-layout select.form-control {
  padding-top: 0;
  padding-bottom: 0;
}
.admin-layout .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(67, 97, 238, 0.08);
}
.admin-layout .input-group-addon {
  background: #f1f5f9;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  color: var(--text-muted);
  padding: 10px 14px;
  font-size: 1em;
}
.admin-layout .label {
  border-radius: 12px;
  padding: 4px 10px;
  font-size: 0.9em;
  font-weight: 600;
}
.admin-layout .label-primary {
  background: var(--primary-color);
  color: #fff;
}
.admin-layout .label-success {
  background: #22c55e;
  color: #fff;
}
.admin-layout .label-warning {
  background: #f59e0b;
  color: #fff;
}
.admin-layout .label-danger {
  background: #ef4444;
  color: #fff;
}
.admin-layout .btn {
  border-radius: var(--border-radius) !important;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--dark-body-bg, #fff);
}
.admin-layout .btn.inm_in_route {
  background: var(--primary-color, red);
  color: white;
}
.admin-layout .btn-lg {
  padding: 14px 28px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: var(--border-radius) !important;
}
.admin-layout .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: var(--border-radius) !important;
}
.admin-layout .btn-xs {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: var(--border-radius) !important;
}
.admin-layout .btn:not(.btn-lg):not(.btn-sm):not(.btn-xs) {
  padding: 8px 20px;
  font-size: 13px;
  line-height: 1.42857143;
}
.admin-layout .alert {
  border-radius: var(--border-radius);
  padding: 16px 20px;
  font-size: 1em;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: none;
}
.admin-layout .alert-info {
  background: #e0e7ff;
  color: var(--primary-color);
}
.admin-layout .alert-success {
  background: #dcfce7;
  color: #22c55e;
}
.admin-layout .alert-warning {
  background: #fef9c3;
  color: #f59e0b;
}
.admin-layout .alert-danger {
  background: #fee2e2;
  color: #ef4444;
}
.admin-layout .pagination > li > a,
.admin-layout .pagination > li > span {
  border-radius: var(--border-radius);
  margin: 0 2px;
  background: var(--body-bg);
  border: 1px solid var(--border-color);
  padding: 8px 16px;
  transition: background 0.2s, color 0.2s;
}
.admin-layout .pagination > .active > a,
.admin-layout .pagination > .active > span {
  color: #fff;
  border: none;
  background: var(--dark-body-bg);
}
.admin-layout .pagination > li > a:hover,
.admin-layout .pagination > li > span:hover {
  background: #e2e8f0;
}
.admin-layout .property-images-panel .thumbPropImage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 100px;
}
.admin-layout .property-images-panel .thumbPropImage:hover {
  cursor: pointer;
}
.admin-layout .inmopanel {
  border: 1px solid #605e5e;
  border-radius: var(--border-radius);
}

a.fc-event {
  color: #fff;
}
a.fc-event:hover {
  color: #fff;
  cursor: pointer;
}

/* Tarjetas de acciones de automatización */
.automation-view .automation-action-card {
  background: #fff;
  border: 1px solid var(--border-color, #e5e7eb);
  border-left: 4px solid var(--primary-color, #9f380b);
  padding: 12px 14px;
  margin-bottom: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.automation-view .automation-action-card.is-email {
  border-left-color: #4f46e5;
}
.automation-view .automation-action-card.is-whatsapp {
  border-left-color: #25D366;
}
.automation-view .automation-action-card.is-sms {
  border-left-color: #0ea5e9;
}
.automation-view .automation-action-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}
.automation-view .automation-action-card .aac-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.automation-view .automation-action-card .aac-header .aac-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.automation-view .automation-action-card .aac-header .aac-title .fa {
  opacity: 0.85;
}
.automation-view .automation-action-card .aac-header .aac-title strong {
  font-weight: 600;
}
.automation-view .automation-action-card .aac-header .aac-title .aac-type {
  margin-left: 4px;
}
.automation-view .automation-action-card .aac-header .aac-meta .chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  border-radius: 9999px;
  font-size: 12px;
  line-height: 1.4;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  color: #475569;
}
.automation-view .automation-action-card .aac-header .aac-meta .chip.is-none {
  background: #eef2f7;
  color: #64748b;
}
.automation-view .automation-action-card .aac-body .aac-description {
  margin-bottom: 6px;
  white-space: pre-line;
}
.automation-view .automation-action-card .aac-body .aac-excerpt {
  color: #334155;
  font-size: 12px;
  margin-bottom: 8px;
}
.automation-view .automation-action-card .aac-body .aac-actions .btn {
  margin-right: 4px;
}

/* Dashboard Styles */
/* Stat Card Widget */
.stat-card {
  display: flex;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.stat-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  padding: 20px;
  font-size: 2.5em;
  color: #fff;
}

.stat-card-content {
  width: 75%;
  padding: 15px;
  background-color: #fff;
}

.stat-card-title {
  font-size: 1em;
  color: #777;
  margin-bottom: 5px;
}

.stat-card-value {
  font-size: 1.8em;
  font-weight: bold;
  color: #333;
}

/* Background colors for icons */
.bg-primary {
  background-color: #337ab7;
}

.bg-success {
  background-color: #5cb85c;
}

.bg-info {
  background-color: #5bc0de;
}

.bg-warning {
  background-color: #f0ad4e;
}

.bg-danger {
  background-color: #d9534f;
}

/* Dashboard panels */
.dashboard-panel {
  margin-bottom: 20px;
}

.dashboard-panel .panel-heading {
  font-weight: bold;
}

.property-list-item {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.property-list-item:last-child {
  border-bottom: none;
}

.property-thumbnail {
  width: 80px;
  height: 60px;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-color: #f5f5f5;
}

.property-info {
  flex: 1;
}

.property-title {
  font-weight: bold;
  margin-bottom: 3px;
}

.property-meta {
  font-size: 0.85em;
  color: #777;
}

.property-date {
  font-size: 0.8em;
  color: #999;
}

/* Partial for site styles */
html,
body {
  height: 100%;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

/* Partial for reminder styles */
.reminder-list {
  margin-bottom: 15px;
}

.reminder-list-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.reminder-list-item:last-child {
  border-bottom: none;
}

.reminder-item {
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.reminder-header {
  margin-bottom: 5px;
}

.reminder-title {
  font-weight: bold;
  font-size: 16px;
  color: #337ab7;
}

.reminder-description {
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.reminder-actions {
  text-align: right;
  margin-top: 10px;
}

.today-reminders-widget {
  margin-bottom: 20px;
}

.listing .property:hover .inmofav:not(.fav) i {
  color: #ffce3e;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.listing .inmofav {
  position: absolute;
  left: 5px;
  top: 5px;
  color: rgba(255, 255, 255, 0.7);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
}
.listing .inmofav:hover {
  color: white;
}
.listing .inmofav.fav {
  background: #ff3452;
  color: white;
  animation: actionsfav 0.3s ease;
}
.listing .property-card-vertical .property {
  box-shadow: 0px 9px 31px -18px rgba(0, 0, 0, 0.3);
  background: white;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.listing .property-card-vertical .propertyImage {
  background-size: cover;
  background-position: center center;
  height: 150px;
  display: block;
  position: relative;
}
.listing .property-card-vertical .propertyImage:not([style*=noimage]):hover:after {
  width: 100%;
  transition: all 1.2s linear;
}
.listing .property-card-vertical .propertyImage:not([style*=noimage]):after {
  transition: all 0.2s ease;
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background: #D20A11;
}
.listing .property-card-vertical .propertyRef {
  padding: 5px 0px 0px 0px;
  color: #222223 !important;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-family: "Oswald", sans-serif;
}
.listing .property-card-vertical .propertyRef span {
  text-transform: uppercase;
  padding: 5px 0px 0px 0px;
  color: #222223 !important;
  font-weight: bold;
}
.listing .property-card-vertical .propertyName {
  line-height: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  text-transform: uppercase;
  height: 71px;
  font-family: "Oswald", sans-serif;
  padding: 5px 10px 5px 10px;
  color: #D20A11;
  overflow: hidden;
}
.listing .property-card-vertical .propertyName span {
  color: #222223;
  font-size: 12px;
  display: block;
}
.listing .property-card-vertical .superficie {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}
.listing .property-card-vertical .type {
  border: 1px solid #D20A11;
  color: #D20A11;
  padding: 5px 10px;
  line-height: 16px;
}
.listing .property-card-vertical .propertyPrice {
  text-align: left;
  line-height: 30px;
  padding: 5px 10px 5px 10px;
  font-family: "Oswald", sans-serif;
  display: block;
  min-height: 40px;
}
.listing .property-card-vertical .propertyDescription {
  font-size: 14px;
  text-align: left;
  padding: 5px 10px 5px 10px;
  height: 120px;
}
@media (max-width: 768px) {
  .listing .property-card-vertical .propertyDescription {
    display: none;
  }
}
.listing .property-card-vertical .viewmore {
  background: #D20A11;
  color: white;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  padding: 5px 14px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .listing .property-card-vertical .viewmore {
    float: right;
  }
}
.listing .property-card-vertical .viewmore:hover {
  background: #f5333a;
}
.listing .property-card-horizontal {
  padding: 10px;
}
.listing .property-card-horizontal .property {
  position: relative;
  box-shadow: 0px 9px 31px -18px rgba(0, 0, 0, 0.3);
  background: white;
  padding-bottom: 0px;
  text-align: left;
}
.listing .property-card-horizontal .propertyImage {
  vertical-align: top;
  background-size: cover;
  width: 40%;
  display: inline-block;
  background-position: center center;
  height: 190px;
}
.listing .property-card-horizontal .propertyInfo {
  vertical-align: top;
  width: 58%;
  display: inline-block;
}
.listing .property-card-horizontal .propertyName {
  line-height: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  padding: 5px 10px 5px 10px;
  color: #D20A11;
}
.listing .property-card-horizontal .superficie {
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  background: #fff;
  padding: 10px;
}
.listing .property-card-horizontal .type {
  border: 1px solid #D20A11;
  color: #D20A11;
  padding: 5px 10px;
  line-height: 16px;
}
.listing .property-card-horizontal .propertyPrice {
  text-align: left;
  line-height: 30px;
  padding: 5px 10px 5px 10px;
  font-family: "Oswald", sans-serif;
  display: block;
}
.listing .property-card-horizontal .propertyDescription {
  font-size: 14px;
  text-align: left;
  padding: 5px 10px 5px 10px;
}
@media (max-width: 768px) {
  .listing .property-card-horizontal .propertyDescription {
    display: none;
  }
}
.listing .property-card-horizontal .viewmore {
  background: #D20A11;
  color: white;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  padding: 5px 14px;
  margin-top: 10px;
  float: right;
  margin-right: 20px;
}
.listing .property-card-horizontal .viewmore:hover {
  background: #f5333a;
}

.help-block {
  font-size: 10px;
}

a {
  color: #D20A11;
}
a:hover {
  color: #f5333a;
}

hr {
  border-color: #c7c7c7;
}

.highlight {
  background: #D20A11;
  color: white;
}

.inmopanel {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}

.btn {
  border-radius: 0;
}

.btn-inmo {
  border-radius: 0;
  background: #222223;
  color: white;
}
.btn-inmo:hover {
  background: #3b3b3d;
  color: white;
}
.btn-inmo2 {
  border-radius: 0;
  background: transparent;
  border: 1px solid #222223;
  color: #222223;
}
.btn-inmo2:hover {
  background: rgba(34, 34, 35, 0.2);
}

.btn-inmo-full {
  width: 100%;
}

.btn-inmo-warning {
  border-radius: 0;
  background: #e4a021;
  color: white;
}
.btn-inmo-warning:hover {
  background: #eab34e;
  color: white;
}

.label-danger {
  background-color: #d10a11;
}

.btn-inmo-danger {
  border-radius: 0;
  background: #d10a11;
  color: white;
}
.btn-inmo-danger:hover {
  background: #f41a22;
  color: white;
}

.btn-inmo-cancel {
  border-radius: 0;
  background: #83868a;
  color: white;
}
.btn-inmo-cancel:hover {
  background: #9da0a3;
  color: white;
}

ul {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #eee;
}
body.logged-in .topbar {
  display: none;
}
body.logged-in header {
  padding: 6px 0;
}
body.logged-in header .avisos_badge {
  padding: 4px 8px !important;
}
body.logged-in header .main-menu {
  margin-top: 0px;
}
body.logged-in header .main-menu > li > span, body.logged-in header .main-menu > li > a, body.logged-in header .main-menu > li > button, body.logged-in header .main-menu > li > span > a {
  padding: 0 10px;
  font-weight: normal;
}
body.logged-in header .logo {
  margin-top: 8px;
  height: 30px;
}

input[type=text], input[type=password], textarea.form-control, select.form-control {
  color: #333 !important;
  border: 1px solid #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 5px 10px;
  width: 100%;
}

select.form-control:not(.xenon-select .form-control) {
  background-image: url(data:image/png;base64,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);
  background-position: right center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

/*Checkbox Xenon*/
.xenonCheckbox input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked + .fakeLabel {
  background: #D20A11;
}
input[type=checkbox]:checked + .fakeLabel:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  height: 20px;
  width: 20px;
  line-height: 18px;
  font-size: 10px;
  top: 0;
  left: 0px;
  text-align: center;
  color: white;
}

.checkLabel, .fakeLabel {
  user-select: none;
  display: inline-block !important;
  vertical-align: middle;
  width: auto !important;
}

.fakeLabel {
  margin-right: 5px;
  margin-left: 10px;
  height: 20px;
  width: 20px !important;
  border: 1px solid #222223;
  position: relative;
}

/* End checkbox Xenon*/
a:hover {
  text-decoration: none;
}

.xenon-select {
  position: relative;
}
.xenon-select:after {
  pointer-events: none !important;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  position: absolute;
  color: #333;
  right: 10px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  line-height: 20px;
}
.xenon-select select {
  color: #333 !important;
  border: 1px solid #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 5px 10px;
  width: 100%;
}

.alert-inmo {
  border: 2px solid #D20A11;
  margin: 10px;
}

.buttons-widget a {
  border-radius: 0;
  border-color: #D20A11;
  color: #D20A11;
}

@keyframes mobilemenu {
  0% {
    margin-top: -40px;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*Pagination xenon*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #222223;
  border-color: #222223;
}

.pagination .disabled {
  display: none;
}

.pagination > li > a, .pagination > li > span {
  color: #222223;
  border-radius: 0 !important;
  padding: 12px 20px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}

/*End pagination xenon*/
/*ALL HEADERS*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  color: #222223;
  font-weight: 400;
  margin-top: 10px;
  -webkit-font-smoothing: antialiased;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #090909;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #48484a;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2.25em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.75em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.25em;
}

/*END HEADERS*/
header {
  background: white;
  padding-bottom: 20px;
  border-bottom: 1px solid #3b3b3d;
}
header .logo {
  background: url("../imgs/logo-b.png") no-repeat center;
  background-size: contain;
  display: block;
  height: 80px;
  width: 100%;
}
header .topbar {
  background: #151516;
  color: white;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  vertical-align: middle;
  line-height: 40px;
}
header .topbar a, header .topbar .phone {
  padding: 5px 10px;
  display: inline-block;
}
header .topbar .phone i {
  margin-right: 10px;
}
header .socialtop {
  list-style: none;
}
header .socialtop li {
  display: inline-block;
}
header .socialtop li a {
  color: white;
}
@media (max-width: 768px) {
  header .socialtop .name {
    display: none;
  }
}

/*Menu Xenon*/
#menu {
  text-align: right;
  width: 100%;
}

.main-menu {
  text-align: right;
  margin-top: 20px;
  font-family: "Oswald", sans-serif;
  /*Sub menus*/
}
.main-menu li {
  display: inline-block;
  position: relative;
}
.main-menu li a, .main-menu li span, .main-menu li button {
  color: #222223;
  font-weight: 300;
  display: block;
  padding: 10px 10px;
  text-transform: uppercase;
}
.main-menu li a.active, .main-menu li span.active, .main-menu li button.active {
  border: 1px solid #222223;
}
.main-menu li a:hover, .main-menu li span:hover, .main-menu li button:hover {
  color: #eee;
  text-decoration: none;
  cursor: pointer;
}
@keyframes desktopmenu {}
.main-menu > li:hover > ul {
  display: block;
}
@media screen and (min-width: 768px) {
  .main-menu > li:hover > ul {
    animation: mobilemenu 0.3s ease;
  }
}
.main-menu > li > ul {
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100%;
  min-width: 150px;
  text-align: left;
  z-index: 99;
}
.main-menu > li > ul > li {
  display: block;
  padding: 0;
}
.main-menu > li > ul > li.separator {
  border-bottom: 1px solid #222223;
}
.main-menu > li > ul > li a {
  padding: 8px 10px;
  font-size: 12px;
  color: #222223;
}
.main-menu > li > ul > li a:hover {
  background: #a1a1a3;
  color: black;
}

/*Mobile menu*/
#tm, #tm + label {
  display: none;
}

@media (max-width: 768px) {
  #tm {
    display: none;
  }
  #tm + label {
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    background-color: #222223;
  }
  #tm + label span {
    position: relative;
    top: 18px;
  }
  #tm + label span:after, #tm + label span:before {
    content: "";
    position: absolute;
  }
  #tm + label span:after {
    top: -6px;
  }
  #tm + label span:before {
    bottom: -6px;
  }
  #tm + label span, #tm + label span:before, #tm + label span:after {
    transition: all 0.3s ease;
    display: block;
    height: 1px;
    width: 100%;
    background: white;
  }
  #tm:checked ~ .main-menu {
    display: block;
    animation: mobilemenu 0.3s ease;
  }
  #tm:checked + label span {
    background: transparent;
  }
  #tm:checked + label span:after {
    transform: rotateZ(45deg);
    top: 0;
  }
  #tm:checked + label span:before {
    transform: rotateZ(-45deg);
    bottom: 0;
  }

  .main-menu {
    display: none;
  }
  .main-menu > li > ul {
    display: block;
    position: initial;
    box-shadow: none;
    background: #3b3b3d;
    left: auto;
    padding-left: 30px;
  }
  .main-menu > li > ul > li a {
    color: white;
  }
  .main-menu > li > ul > li a:hover {
    background: none;
  }
  .main-menu > li {
    display: block;
    border-bottom: 1px solid #6d6d71;
    text-align: left;
  }
}
/*End menu xenon*/
.bigbanner {
  padding: 80px 0;
  background: url("../imgs/fondo-banner3.jpg");
  background-size: cover;
  background-position: initial;
}
@media (max-width: 768px) {
  .bigbanner {
    padding: 0;
  }
}
.bigbanner .landingSearch {
  color: white;
  font-family: "Oswald", sans-serif;
  position: relative;
  font-weight: 400;
  max-width: 800px;
  padding: 18px;
  border-radius: 3px;
}
.bigbanner .landingSearch h1 {
  color: white;
}
.bigbanner .landingSearch .advancedLink {
  position: absolute;
  right: 10px;
  bottom: -27px;
  background: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px;
}
.bigbanner .landingSearch .advancedLink a {
  color: rgba(255, 255, 255, 0.8);
}
.bigbanner .landingSearch > .row {
  margin-bottom: 18px;
}

.afterbanner {
  background: #222223;
  color: #aeaeb0;
  text-align: center;
}
.afterbanner li {
  padding: 30px 20px;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
}
.afterbanner li i {
  display: block;
  color: #6d6d71;
  font-size: 36px;
  margin-bottom: 8px;
}

.listado_widget h2 {
  font-size: 28px;
}
.listado_widget h2:first-letter {
  text-transform: uppercase;
}

.nbResults {
  color: #222223;
}

.displaySelector {
  margin-top: 10px;
  float: right;
}
.displaySelector a {
  display: inline-block;
  padding: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #222223;
  color: #222223;
  text-align: center;
}
.displaySelector a:first-child {
  border-right: none;
}
.displaySelector a:hover {
  cursor: pointer;
}
.displaySelector.grid .grid, .displaySelector.list .list {
  background: #222223;
  color: white;
}

.sorter {
  display: none;
}
.sorter li {
  vertical-align: middle;
  list-style: none;
}

.sortPanel {
  float: right;
  position: relative;
}
.sortPanel span {
  border: 1px solid #222223;
  border-left: 0;
  line-height: 40px;
  height: 40px;
  display: block;
  padding: 0 10px;
  margin-top: 10px;
}
.sortPanel span:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  margin-left: 10px;
}
.sortPanel ul {
  position: absolute;
  right: 0;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
  top: 100%;
  background: #fff;
  z-index: 99;
  width: 100%;
  min-width: 140px;
}
.sortPanel ul a {
  padding: 18px;
  display: block;
  color: #D20A11;
}
.sortPanel:hover span {
  cursor: pointer;
  background: #fff;
}
.sortPanel:hover ul {
  display: block;
}

.filters {
  margin-top: 20px;
  background: #fff;
  padding: 18px;
  position: relative;
}
.filters .btn-inmo {
  background: #D20A11;
}
.filters .filterBody > .row {
  padding: 15px 0;
}
.filters .priceTitle, .filters label:not(.checkLabel) {
  color: #222223;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  font-family: "Oswald", sans-serif;
}
.filters .priceTitle {
  text-align: center;
}
.filters .priceValue {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  display: block;
  color: #D20A11;
}

.busquedas {
  margin-top: 20px;
  background: #fff;
  padding: 18px;
  position: relative;
}
.busquedas .btn-inmo {
  background: #D20A11;
  color: white !important;
}
.busquedas .busquedaBody > .row {
  padding: 15px 0;
}
.busquedas .priceTitle, .busquedas .meterTitle, .busquedas label:not(.checkLabel) {
  color: #222223;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  font-family: "Oswald", sans-serif;
}
.busquedas .priceTitle, .busquedas .meterTitle {
  text-align: center;
}
.busquedas .priceValue, .busquedas .meterValue {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  display: block;
  color: #D20A11;
}

ul.list-group.inmuebles {
  margin-top: 10px;
}

#priceSlider .noUi-connect, #meterSlider .noUi-connect {
  background: #D20A11;
}

/* Mobile filter*/
#tf {
  display: none;
}
#tf + label {
  display: none;
}

@media (max-width: 768px) {
  .filters {
    padding: 10px;
  }
  .filters h3 {
    font-size: 18px;
    text-transform: uppercase;
  }
  .filters h3:before {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0b0";
    margin-right: 10px;
  }

  .filterBody {
    display: none;
  }

  #tf {
    display: none;
  }
  #tf + label {
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  #tf + label:after {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 35px;
    transform: translateX(-50%) translateY(-50%);
  }
  #tf:checked ~ .filterBody {
    display: block;
    animation: mobilemenu 0.3s ease;
  }
  #tf:checked + label {
    transform: rotateZ(180deg);
  }
}
.favs {
  padding: 10px;
  margin-top: 20px;
}
.favs li {
  list-style: none;
  margin-bottom: 20px;
}
.favs .favthumb {
  background: white;
  box-shadow: 0px 9px 31px -18px rgba(0, 0, 0, 0.3);
}
.favs .propertyImage {
  height: 100px;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: block;
}
.favs .propertyName {
  padding: 5px 10px;
  font-family: "Oswald", sans-serif;
}

.propertyWrap {
  background: #fff;
  margin-top: 50px;
  padding: 20px;
  position: relative;
}
.propertyWrap > .row {
  margin-bottom: 15px;
}
.propertyWrap .propertyDescription:not(.show-full) {
  overflow: hidden;
}
@media (max-width: 768px) {
  .propertyWrap .propertyDescription:not(.show-full) {
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 205px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
}
.propertyWrap .mainPropData, .propertyWrap .actions, .propertyWrap .features {
  margin-top: 20px;
}
.propertyWrap .features .energy {
  font-size: 24px;
  display: block;
  height: 30px;
}
.propertyWrap .features a {
  border: none;
  border-right: 1px solid;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  border-radius: 0;
  border-color: #222223;
  color: #222223;
}
.propertyWrap .features a i {
  display: block;
  font-size: 24px;
  height: 30px;
  line-height: 1;
}
.propertyWrap .features a:last-child {
  border-right: none;
}
.propertyWrap .type {
  border: 1px solid #D20A11;
  background: #D20A11;
  color: white;
  padding: 5px 10px;
  line-height: 16px;
  float: right;
}
.propertyWrap .fav {
  background: #ff3452;
  color: white !important;
  border-color: #ff3452 !important;
}
.propertyWrap .fav i {
  animation: actionsfav 0.3s ease;
}
@keyframes actionsfav {
  0% {
    transform: scale(0.8);
  }
  40% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.propertyWrap .propertyPrice {
  text-align: left;
  line-height: 30px;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  display: block;
}
.propertyWrap #bigPropImg {
  height: 350px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.propertyWrap #bigPropImg:hover {
  cursor: pointer;
}
.propertyWrap .backto {
  position: absolute;
  left: 0;
  top: -36px;
  background: #fff;
  color: #222223;
  padding: 12px 20px;
}
.propertyWrap .thumbPropImage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 100px;
}
.propertyWrap .thumbPropImage:hover {
  cursor: pointer;
}
.propertyWrap .bx-wrapper {
  margin: 0;
}
.propertyWrap .bx-wrapper .bx-pager.bx-default-pager a {
  background: #222223;
}
.propertyWrap .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #D20A11;
}
.propertyWrap .bx-wrapper .bx-controls-direction a {
  top: 0;
  margin-top: 0;
}
.propertyWrap .bx-wrapper:hover .bx-prev, .propertyWrap .bx-wrapper:hover .bx-next, .propertyWrap .bx-wrapper:active .bx-prev, .propertyWrap .bx-wrapper:active .bx-next {
  background-color: white;
}
.propertyWrap .bx-wrapper .bx-prev, .propertyWrap .bx-wrapper .bx-next {
  background-image: none;
  background-color: transparent;
  margin: 0;
  height: 100%;
  text-indent: 0;
  text-align: center;
}
.propertyWrap .bx-wrapper .bx-prev:after, .propertyWrap .bx-wrapper .bx-next:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  font-size: 35px;
  color: #222223;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 9992;
}
.propertyWrap .bx-wrapper .bx-prev {
  left: -5px;
}
.propertyWrap .bx-wrapper .bx-next {
  right: -5px;
}
.propertyWrap .bx-wrapper .bx-next:after {
  content: "\f105";
}
.propertyWrap .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
}

.cliente-accesorio {
  border-bottom: 1px solid #eee;
  padding: 4px;
  break-inside: avoid-column;
}
.cliente-accesorio .xenonCheckbox {
  display: inline-block;
}
.cliente-accesorio select {
  float: right;
  font-size: 12px;
  padding: 4px;
}

.inmueble-form .xenonCheckbox {
  padding-top: 3px;
}
.inmueble-form .field-inmueble-accesorios {
  column-count: 2;
}
.inmueble-form .privado {
  background: #333;
  color: #eee !important;
}
.inmueble-form hr {
  margin: 5px 0;
}

#imagesEditor .thumbPropImage {
  list-style: none;
  padding: 10px;
}
#imagesEditor .thumbPropImage .portada {
  background-color: #D20A11;
}
#imagesEditor .thumbPropImage div {
  background-color: #fff;
  padding: 10px;
  background-origin: content-box;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (max-width: 768px) {
  #imagesEditor .thumbPropImage div {
    padding-bottom: 40px;
  }
  #imagesEditor .thumbPropImage div span {
    display: block;
    background: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 100%;
    position: absolute;
  }
  #imagesEditor .thumbPropImage div span.cover {
    bottom: 5px;
    left: 5px;
    color: #ffd548;
  }
  #imagesEditor .thumbPropImage div span.delete {
    color: #f00;
    bottom: 5px;
    right: 5px;
  }
}
@media screen and (min-width: 769px) {
  #imagesEditor .thumbPropImage div:hover span {
    display: block;
  }
  #imagesEditor .thumbPropImage div span {
    display: none;
    position: absolute;
    background: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 100%;
  }
  #imagesEditor .thumbPropImage div span:hover {
    cursor: pointer;
  }
  #imagesEditor .thumbPropImage div span.cover {
    bottom: 5px;
    left: 5px;
    color: #ffd548;
  }
  #imagesEditor .thumbPropImage div span.delete {
    color: #f00;
    bottom: 5px;
    right: 5px;
  }
}
#imagesEditor #progress {
  display: none;
}
#imagesEditor .progress {
  border-radius: 0;
}
#imagesEditor .progress-bar {
  background-color: #D20A11;
  border-radius: 0;
}
#imagesEditor .btn.btn-success {
  border-radius: 0;
  background: #222223;
  border: none;
}
#imagesEditor .uploadcontainer {
  margin-bottom: 15px;
}
#imagesEditor #preview {
  height: 600px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.formButton {
  margin: 0px 2px 0px 2px !important;
}

.busquedaview_ul {
  list-style: none;
}

/**************************Gestión de contactos***************************************/
.contacto_label {
  font-weight: bold;
}

.contacto_button {
  width: 80%;
  margin-top: 20px;
}

.contacto_col {
  text-align: center;
}

.radio_color {
  padding: 5px;
  margin-left: 5px;
  border-radius: 8px;
  float: right;
  height: 25px;
  width: 25px;
}

.modal-radio {
  margin: 0px 0px 18px 0px;
  max-width: 45px;
}

.colorInList {
  font-size: 25px !important;
}

.text_center_column {
  text-align: center;
}

.clientview-title {
  display: inline-block;
  vertical-align: middle;
}

.agent_label {
  padding: 2px;
  width: 100px;
  border-radius: 10px;
  text-align: center;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
}

.delete_visit {
  margin-right: 10px;
  vertical-align: middle;
}

.visita_inmueble_link {
  vertical-align: middle;
}

.agente_row {
  margin-top: 10px;
}

.agente_list {
  display: block;
}

#ruta_list, #ruta_list_index {
  list-style: none;
}

.ruta_action:hover {
  cursor: pointer;
  color: #c95151;
}

.ruta_badge {
  padding: 2px 2px 2px 2px !important;
  width: 24px;
  margin: 0px;
  background-color: #8e8e8e !important;
}

.ruta_item_link {
  display: inline-block !important;
}

.ruta_item_dir {
  font-size: 12px;
  margin-left: 10px;
}

.select2-results__option {
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.inm_in_route {
  background-color: #d20a11;
}
.inm_in_route:hover {
  color: #333 !important;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.propertyRef span {
  text-transform: uppercase;
  padding: 5px 0px 0px 0px;
  color: #222223 !important;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}

#addvideo-panel {
  margin-bottom: 5px;
}

#addvideo {
  margin-top: 5px;
  margin-bottom: 5px;
}

.inm_desactivado > .property {
  background-color: #ffd5d5 !important;
}

.thumbVideoCont, .youtube_video {
  position: relative;
}
.thumbVideoCont .video_play, .youtube_video .video_play {
  color: #e6e5e5;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.busqueda_cont {
  border-bottom: 1px solid black;
}

.toggle_plataforma:hover, .toggle_destacado:hover, .toggle_scope:hover, .toggle_destacado:hover, .toggle_visitado:hover {
  cursor: pointer;
}

.oculto {
  display: none;
}

.itemselected {
  background-color: #fbacac !important;
}

.elemselected {
  border: 5px solid #d10a11 !important;
}

.revisionitem {
  color: black !important;
  border-color: black !important;
}

.label-revision {
  color: #222223 !important;
}

.mainlinks {
  color: #6d6d71;
}

.contactdata {
  list-style: none;
}
.contactdata li {
  margin-bottom: 5px;
}

.boxzona {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
  list-style: none;
  font-size: 30px;
  padding: 15px;
}
.boxzona a {
  position: relative;
  background-color: #222223;
  height: 250px;
  display: block;
  color: white;
  width: 100%;
  background-image: url("../imgs/zonas.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.boxzona a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.boxzona a span:after {
  content: "";
  position: absolute;
  bottom: -2px;
  border-bottom: 2px solid #D20A11;
  width: 100%;
  display: block;
}
.boxzona a span:before {
  content: "";
  position: absolute;
  top: -2px;
  border-bottom: 2px solid #D20A11;
  width: 100%;
  display: block;
}

.post {
  border: 1px solid #ddd;
  background: #fff;
  padding: 20px;
  position: relative;
  margin-top: 40px;
}
.post_description {
  height: 260px;
}
.post_title {
  font-size: 25px;
}
.post_date {
  position: absolute;
  top: -25px;
  right: 0;
  background-color: #D20A11;
  color: white;
  border-bottom: 1px solid #710509;
  padding: 5px 20px;
  font-size: 10px;
}

#subscriptionok, #xenonsubscribe {
  display: none;
}

.propertySup {
  font-size: 22px;
  font-family: "Oswald", sans-serif;
}

.whatssize {
  font-size: 20px !important;
}

footer {
  margin-top: 40px;
  padding: 40px 0;
  background-color: #222223;
  color: white;
}
footer .map-bg {
  background: url("../imgs/mapa.png") no-repeat center center;
  background-size: contain;
  min-height: 158px;
}
footer h4 {
  color: #eee;
  margin-bottom: 20px;
}
footer ul {
  list-style: none;
}
footer i {
  color: #D20A11;
  display: inline-block;
  height: 30px;
  width: 30px;
  font-size: 20px;
}
footer .copy {
  font-size: 10px;
  text-align: center;
  margin-top: 20px;
  color: #636363;
}

.avisos_badge {
  color: #fcfff0 !important;
  background-color: #d20a11;
}

.toggle_leido:hover {
  cursor: pointer;
}

#map {
  height: 350px;
}

.mapMarker {
  text-align: center;
}

.mapLink {
  display: block;
  background-color: #eee;
  border-radius: 30px;
  width: 100px;
  text-align: center;
  padding: 10px;
  margin: auto;
}

.alineacionVertical {
  line-height: 70px;
}

span.destacado {
  display: block;
  font-size: 10px;
}

.customers-table tbody tr td {
  vertical-align: middle;
}

.kv-grid-table .label-danger {
  background-color: #d8d8d8;
}

.anchoGrid {
  position: relative;
  overflow: hidden;
}

#divOperaciones {
  margin-top: 15px;
}

#w4-filters > td:nth-child(1) > input {
  width: 50px;
}

#w0-filters > td:nth-child(1) > input {
  /*width: 50px;*/
}

.hideInput {
  display: none;
}

.btn-inmo.btn:hover, .btn-inmo.btn:focus, .btn-inmo.btn.focus {
  color: #909090;
}

@media screen and (max-width: 767px) {
  .agent-mobile-container {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #222223;
    width: 100vw;
    height: 80px;
    z-index: 9999;
  }
  .agent-mobile-container .agent-mobile-link-container {
    padding: 20px 25px;
    text-align: center;
  }
  .agent-mobile-container .agent-mobile-link-container .agent-mobile-link {
    width: 85%;
  }
}
[auto-bg^=color_0] {
  background-color: #69d2e7;
}

[auto-bg^=color_1] {
  background-color: #a7dbd8;
}

[auto-bg^=color_2] {
  background-color: #e0e4cc;
}

[auto-bg^=color_3] {
  background-color: #f38630;
}

[auto-bg^=color_4] {
  background-color: #fa6900;
}

[auto-bg^=color_5] {
  background-color: #fe4365;
}

[auto-bg^=color_6] {
  background-color: #fc9d9a;
}

[auto-bg^=color_7] {
  background-color: #f9cdad;
}

[auto-bg^=color_8] {
  background-color: #c8c8a9;
}

[auto-bg^=color_9] {
  background-color: #83af9b;
}

[auto-bg^=color_10] {
  background-color: #ecd078;
}

[auto-bg^=color_11] {
  background-color: #d95b43;
}

[auto-bg^=color_12] {
  background-color: #c02942;
}

[auto-bg^=color_13] {
  background-color: #542437;
}

[auto-bg^=color_14] {
  background-color: #53777a;
}

[auto-bg^=color_15] {
  background-color: #556270;
}

[auto-bg^=color_16] {
  background-color: #4ecdc4;
}

[auto-bg^=color_17] {
  background-color: #c7f464;
}

[auto-bg^=color_18] {
  background-color: #ff6b6b;
}

[auto-bg^=color_19] {
  background-color: #c44d58;
}

.two-columns {
  column-count: 2;
}

.fit-column {
  width: 1%;
  white-space: nowrap;
  padding: 0 6px !important;
}

table.vertical td {
  vertical-align: middle !important;
}

.betterplaceapp-container {
  margin-top: 20px;
}

.criticality-display {
  padding: 0.5rem;
  display: block;
  border-radius: 3px;
  text-align: center;
}

.cursor-pointer {
  cursor: pointer;
}

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