/* @import "theme-files/variables";
@import "libs/bootstrap-5.3.3/scss/functions";
@import "libs/bootstrap-5.3.3/scss/variables"; */
:root {
  --rz-primary: #FCCB01;
  --rz-primary-light: #FCCB01;
  --rz-primary-lighter: #FCCB01;
  --rz-on-primary-lighter: #FCCB01;
  --rz-primary-dark: #FCCB01;
  --rz-secondary: #219EBC;
  --rz-secondary-light: #219EBC;
  --rz-secondary-lighter: #219EBC;
  --rz-secondary-dark: #219EBC;
  --rz-danger: #e11e25;
  --rz-danger-light: #e11e25;
  --rz-danger-lighter: rgb(249, 210, 211.4);
  --rz-button-hover-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  /* --rz-button-font-weight: 500;
  --rz-input-border: 2px solid #09182c; */
  --rz-checkbox-border-radius: 4px;
  --rz-checkbox-width: 22px;
  --rz-checkbox-height: 22px;
  --rz-checkbox-icon-width: 18px;
  --rz-checkbox-icon-height: 18px;
  --rz-checkbox-icon-font-size: 16px;
  --rz-checkbox-checked-border: none;
  /* --rz-checkbox-checked-color: white; 
     --rz-checkbox-checked-background-color: #FCCB01;
     --rz-checkbox-checked-icon-background-color: #FCCB01;
     --rz-checkbox-margin: 8px 0;
     --rz-checkbox-width:    18px;
     --rz-checkbox-height:    18px;
  */
  /* --rz-radio-checked-background-color: #FCCB01;
  --rz-radio-checked-border: 1px solid #FCCB01;
  --rz-radio-border-width: 2px;
  --rz-radio-checked-color: white;
  --rz-radio-circle-background-color: white;
  --rz-radio-margin: 8px 0;
  --rz-radio-width:    18px;
  --rz-radio-height:    18px;
  --rz-radio-icon-width: 8px;
  --rz-radio-icon-height: 8px;
  --rz-radio-border-width: 2px;
  --rz-radio-border-radius: 50%; */
  /* --rz-tooltip-background-color: #09182c;
     --rz-tooltip-font-size: 11px;
  */
  /* --rz-dropdown-item-hover-color: #2c2a29;
  --rz-dropdown-item-hover-background-color: #f8f9fa;
  --rz-dropdown-item-selected-color: #219EBC;
  --rz-dropdown-item-selected-background-color: #fff;
  --rz-dropdown-item-selected-hover-color: #219EBC;
  --rz-dropdown-item-selected-hover-background-color: #f8f9fa;
  --rz-input-focus-shadow: 0px 0px 0px 1px var(--rz-white), 0px 0px 0px 3px rgba(0, 0, 0, 0.1); */
  /* --rz-menu-item-hover-color: inherit;
  --rz-menu-item-icon-hover-color: inherit;
  --rz-menu-item-hover-background-color: #f9f9f9;
  --rz-menu-top-item-hover-background-color: #f9f9f9;
  --rz-menu-top-item-icon-hover-color: var(--bs-body-color);
  --rz-menu-top-item-selected-color: var(--bs-secondary);
  --rz-context-menu-box-shadow: var(--shadow-default, 3px 3px 11px rgba(0, 0, 0, 0.1));

  --rz-dialog-border-radius: var(--bs-radius, 7px); */
  --rz-input-border: 1px solid var(--bs-primary);
  --rz-input-border-block-end: 1px solid var(--bs-primary);
  --rz-input-border-radius: 25px;
  --rz-input-shadow: none;
  --rz-input-padding-block: 10px;
  --rz-input-padding-inline: 20px;
  --rz-input-height: 52px;
  --rz-input-font-size: 16px;
}

/* .rz-button{
    --rz-on-primary-lighter: white;
    --rz-on-secondary-lighter: white;
    font-weight: var(--rz-button-font-weight) !important;
} */
/* .rz-radio-button-list-vertical:not(.rz-state-disabled) > div > .rz-radiobutton-label:hover, .rz-radio-button-list-horizontal:not(.rz-state-disabled) > div > .rz-radiobutton-label:hover{
    color: inherit;
} */
.rz-radiobutton-box, .rz-radiobutton-box.rz-state-active, .rz-chkbox-box, .rz-chkbox-box.rz-state-active {
  border: 2px solid #219EBC;
}

/* .rz-dialog-side-position-right{
    --rz-dialog-border-radius: 0;
    --rz-dialog-title-background-color: #09182c;
    --rz-dialog-title-color: #fff;
    --rz-dialog-title-padding: 10px 15px;
    --rz-dialog-title-line-height: 1;
    --rz-dialog-close-color: white;
    --rz-dialog-close-hover-color: white;

    top: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;

    .rz-dialog-side-content{
        flex-grow: 1;
        overflow: auto;
    }
}
 */
/* #app .rz-dialog-wrapper .rz-dialog{
    top: auto !important;
} */
.icon-custom {
  --rz-icon-font-family: bootstrap-icons;
}

.rz-dialog-mask {
  --rz-dialog-mask-background-color: black;
}

.rz-dialog-side-titlebar {
  overflow: hidden;
}

@media (max-width: 575.98px) {
  :root {
    --padding-page-x: 20px;
  }
}

.wrap, .wrap-sm, .wrap-md, .wrap-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wrap-max-w, 1200px);
}
.wrap-sm {
  --wrap-max-w: 768px;
}
.wrap-md {
  --wrap-max-w: 960px;
}
.wrap-lg {
  --wrap-max-w: 1200px;
}

.bg-gradient-1 {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 217, 58, 0.6) 100%);
}

.bg-gradient-soft {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 217, 58, 0.2) 100%);
}

h1:focus, h1:focus-visible {
  outline: none;
  box-shadow: none;
  cursor: default;
}

img {
  height: auto;
  max-width: 100%;
}

.container-fluid, .px-page {
  padding-inline: var(--padding-page-x, 30px) !important;
}

.dropdown-menu {
  background: white;
  border: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.dropdown-menu .dropdown-item {
  padding-block: 10px;
}
.dropdown-menu .dropdown-item i {
  font-size: 20px;
  margin-right: 6px;
}

.icon-circle {
  width: var(--circle-size, 48px);
  height: var(--circle-size, 48px);
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background-color: var(--circle-bg, #FCCB01);
  color: var(--circle-color, #09182c) !important;
  text-decoration: none;
  transition: all ease 0.3s;
  transform: scale(1);
  font-size: var(--icon-size, 20px);
  flex: 0 0 auto;
}
.icon-circle:hover {
  transform: scale(1.1);
}
.icon-circle i {
  font-size: inherit;
  color: inherit;
}
.icon-circle svg {
  width: auto;
  height: 1em;
  fill: currentColor;
}

.card-st1 {
  background-color: rgba(252, 203, 1, 0.15);
  border-radius: 20px;
  padding: var(--card-p, 20px);
  border: 1px solid rgba(252, 203, 1, 0.6);
}

:root {
  --header-min-height: 96px;
  --logo-w: 210px;
}
@media (max-width: 767.98px) {
  :root {
    --title-h1-fs: 32px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: var(--header-bg, rgba(255, 255, 255, 0));
  transition: all ease 0.3s;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
#header .header-inner {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: var(--header-min-height, 60px);
}
#header .cl-logo {
  line-height: 1;
  padding-bottom: 6px;
}
#header .cl-logo a {
  display: inline-flex;
}
#header .cl-logo img {
  width: var(--logo-w, 100px);
}
#header .nav {
  border-radius: 50px;
  padding-inline: 20px;
  padding-block: 10px;
  border: 1px solid rgba(252, 203, 1, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
}
#header .nav .nav-link {
  color: #09182c;
  --bs-nav-link-font-size: 16px;
  --bs-nav-link-font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
#header .nav .nav-link i {
  font-size: 22px;
  margin-right: 10px;
  line-height: 1;
}
#header .nav .nav-link i.icon-dd {
  margin: 0 0 0 5px;
  font-size: 20px;
  color: #FCCB01;
  transition: all ease 0.3s;
}
#header .nav .nav-link:hover {
  color: #219EBC;
}
@media (max-width: 991.98px) {
  #header .cl-action {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #header {
    --header-min-height: 70px;
    --logo-w: 160px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  #header .cl-logo {
    text-align: center;
    flex-grow: 1;
    padding-bottom: 0;
  }
}

.nav-link i.icon-dd {
  margin: 0 0 0 3px;
  font-size: 20px;
  color: #FCCB01;
  transition: all ease 0.3s;
}
.nav-link[aria-expanded=true] .icon-dd {
  transform: rotate(180deg);
}

.header-padding-t {
  padding-top: var(--header-min-height, 60px) !important;
}

body.hdr-scroll #header {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.home-intro {
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: visible;
}
.home-intro .intro-title {
  padding-top: 30px;
}
.home-intro h1 {
  font-size: var(--title-h1-fs, 36px);
  margin-bottom: 30px;
  color: #09182c;
}
.home-intro h1 span {
  display: block;
  font-weight: 900;
}
.home-intro .st {
  margin-bottom: 10px;
  font-size: 17px;
}
@media (max-width: 767.98px) {
  .home-intro .intro-title {
    padding-top: 0;
    --title-h1-fs: 28px;
  }
  .home-intro .intro-title h1 {
    margin-bottom: 0;
  }
}

.buscador-home-container {
  position: relative;
  z-index: 5;
}

.home-people {
  max-width: 900px;
  margin-top: -30px;
}

.people-card {
  position: relative;
  transform: translateY(70px);
}
.people-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: 0;
  border-radius: 10px;
  background-color: #ffd930;
}
.people-card figure, .people-card div {
  position: relative;
  z-index: 1;
}
.people-card img {
  width: 80%;
  height: 360px;
  object-fit: contain;
  object-position: center bottom;
}
.people-card figure {
  margin: 0;
}
.people-card .action {
  padding-inline: 20px;
  padding-bottom: 20px;
  margin-inline: auto;
  max-width: 300px;
}
.people-card .action a.btn {
  display: flex;
  border-radius: 10px;
  min-height: 54px;
}

.home-intro-about {
  background-color: #09182c;
  color: white;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  background: linear-gradient(180deg, #111 0%, #09182c 70%);
}
.home-intro-about .row {
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .home-intro-about .c1 {
    padding-right: 50px;
  }
  .home-intro-about .c1 h2 {
    margin: 0;
  }
  .home-intro-about .c2 {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 50px;
    padding-block: 25px;
  }
  .home-intro-about .c2 p {
    font-weight: 300;
    font-size: 18px;
  }
  .home-intro-about .c2 p:last-child {
    margin-bottom: 0;
  }
}

.search-bar {
  margin-inline: auto;
  max-width: 600px;
}
.search-bar .search-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.search-bar .search-bar-inner input {
  width: 100%;
  flex-grow: 1;
  height: 48px;
  font-size: 16px;
  border: none !important;
  outline: none !important;
  padding: 0 70px 0 20px;
}
.search-bar .search-bar-inner .btn-search {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 40px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  cursor: pointer;
  border-radius: 40px;
}
.search-bar .sb-options {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.search-bar .sb-options .label {
  display: inline-block;
  font-weight: 500;
}

.properties-results {
  padding-block: 60px;
}
.properties-results .results-header {
  margin-bottom: 40px;
  text-align: center;
}
.properties-results .results-header h1, .properties-results .results-header h2 {
  color: #09182c;
}
.properties-results .results-header p {
  font-size: 18px;
  color: #747679;
}

.btn, .rz-button {
  border-radius: 10px;
  min-height: 36px;
  font-size: 16px;
  font-weight: 500;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn.btn-call-action {
  min-height: 54px;
  padding-right: 7px;
  padding-left: 20px;
  border-radius: 50px;
}
.btn.btn-call-action i {
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #09182c;
}
.btn i {
  font-size: 20px;
}

.btn.btn-primary, .rz-button.rz-primary {
  position: relative;
  overflow: hidden;
  border: none;
  box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.1);
  color: #0e0e0e !important;
}
.btn.btn-primary::before, .rz-button.rz-primary::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: transparent;
  bottom: auto;
  top: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 1;
  opacity: var(--btn-shadow-opacity, 0.2);
}
.btn.btn-primary span, .btn.btn-primary i, .rz-button.rz-primary span, .rz-button.rz-primary i {
  position: relative;
  z-index: 2;
}
.btn.btn-secondary, .rz-button.rz-secondary {
  --btn-shadow-opacity: 0.1;
  color: white !important;
  position: relative;
  overflow: hidden;
  border: none;
}
.btn.btn-secondary::before, .rz-button.rz-secondary::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: transparent;
  bottom: auto;
  top: 0;
  background: linear-gradient(0deg, rgba(9, 24, 44, 0) 0%, #09182c 100%);
  z-index: 1;
  opacity: var(--btn-shadow-opacity, 0.2);
}
.btn.btn-secondary span, .btn.btn-secondary i, .rz-button.rz-secondary span, .rz-button.rz-secondary i {
  position: relative;
  z-index: 2;
}
.btn.btn-dark, .rz-button.rz-dark {
  --btn-shadow-opacity: 0.05;
  background-color: #09182c;
  position: relative;
  overflow: hidden;
  box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
  border: none;
}
.btn.btn-dark::before, .rz-button.rz-dark::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: transparent;
  bottom: auto;
  top: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 1;
  opacity: var(--btn-shadow-opacity, 0.2);
}
.btn.btn-dark span, .btn.btn-dark i, .rz-button.rz-dark span, .rz-button.rz-dark i {
  position: relative;
  z-index: 2;
}

.rz-chkbox-box {
  border: 2px solid #219EBC;
}

.form-group {
  margin-bottom: 24px;
}

.form-label {
  font-weight: 500;
}
.form-label i {
  font-size: 12px;
  margin-right: 6px;
}

.contact-options > div, .contact-options > a {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  margin-bottom: 16px;
  gap: 16px;
}
.contact-options > div span, .contact-options > a span {
  display: block;
}

.contact-follow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(252, 203, 1, 0.15);
}
.contact-follow > span {
  font-weight: 600;
}

.social {
  display: flex;
  align-items: center;
  gap: 6px;
}

.contact-card .form-check {
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  gap: 0 !important;
  flex-direction: row !important;
}
@media (min-width: 992px) {
  .contact-card {
    --card-p: 30px;
  }
}

.register-info-block .info-details > div, .register-info-block .info-details > a {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  margin-bottom: 16px;
  gap: 16px;
}
.register-info-block .info-details > div span, .register-info-block .info-details > a span {
  display: block;
  font-size: 17px;
  line-height: 1.1;
}
.register-info-block .info-details > div strong, .register-info-block .info-details > a strong {
  display: block;
}

.register-card .form-check {
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  gap: 0 !important;
  flex-direction: row !important;
}
@media (min-width: 992px) {
  .register-card {
    --card-p: 30px;
  }
}

.property-card {
  display: flex;
  background-color: white;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  border-radius: 20px 20px 20px 20px;
  padding: 20px 20px 20px 20px;
  min-height: 100%;
}

.property-card-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  width: 100%;
  color: #747679;
}
.property-card-inner > * {
  width: 100%;
  margin: 0;
}
.property-card-inner a {
  text-decoration: none;
}
.property-card-inner .main-image {
  height: var(--post-img-h, 200px);
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: block;
}
.property-card-inner .main-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all ease 0.6s;
}
.property-card-inner .main-image:not(.def):hover img {
  transform: scale(1.1) rotate(-3deg);
}
.property-card-inner .main-image[data-total-images]::after {
  content: attr(data-total-images);
  display: inline-flex;
  align-items: center;
  height: 24px;
  position: absolute;
  bottom: 12px;
  font-weight: 600;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.55);
  color: white;
  text-decoration: none;
  padding: 4px 8px 4px 28px;
  line-height: 1;
  border-radius: 8px;
  z-index: 2;
  font-size: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-image' viewBox='0 0 16 16'%3e%3cpath d='M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0'/%3e%3cpath d='M2.002 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm12 1a1 1 0 0 1 1 1v6.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12V3a1 1 0 0 1 1-1z'/%3e%3c/svg%3e");
  background-position: left 6px center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.property-card-inner .property-badge {
  font-weight: 500;
  color: #747679;
  padding: 15px 0 5px 0;
  font-size: 12px;
}
.property-card-inner .property-badge span {
  display: inline-block;
  padding: 4px 6px;
  line-height: 1;
  background-color: rgba(14, 14, 14, 0.1);
  border-radius: 4px;
  color: rgba(14, 14, 14, 0.6);
}
.property-card-inner .property-badge span, .property-card-inner .property-location {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}
.property-card-inner .property-info {
  margin-bottom: auto;
}
.property-card-inner h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2c2a29;
}
.property-card-inner h3 a {
  color: inherit;
}
.property-card-inner .property-middle-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.property-card-inner .property-middle-info .property-price {
  margin: 0;
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 700;
  color: #747679;
  font-family: "Outfit", sans-serif;
}
.property-card-inner .property-middle-info .property-price .dollar {
  font-weight: 400;
}
.property-card-inner .property-middle-info .property-details {
  display: flex;
  align-items: center;
  gap: 16px;
}
.property-card-inner .property-actions {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.property-card-inner .property-actions .btn {
  min-height: 48px;
  flex-grow: 1;
}
.property-card-inner .favorite-wrap {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  width: auto;
  border-radius: 50%;
  line-height: 1;
  display: inline-flex;
  padding: 10px;
  background-color: white;
}
.property-card-inner .property-location {
  color: #747679;
  font-weight: 600;
  font-size: 12px;
  opacity: 0.8;
}
.property-card-inner .property-location i {
  font-size: 16px;
  color: rgba(225, 30, 37, 0.7);
  vertical-align: middle;
}
.property-card-inner .property-description {
  color: #747679;
}

.favorite-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 50%;
  /* background-color: #dce1e7;
  color: rgba($black, 0.8); */
  padding: 0.8em;
  aspect-ratio: 1/1;
  background-color: #FCCB01;
  color: #0e0e0e;
  cursor: pointer;
  border: none;
  font-size: var(--favorite-icon-size, 18px);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.favorite-btn i {
  color: inherit;
  line-height: 1;
}
.favorite-btn[data-favorite] {
  background-color: #e11e25;
  color: white;
}

.grid-entries {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--col-min, 300px), 1fr));
  gap: 20px;
}
@media (min-width: 768px) {
  .grid-entries {
    --col-min: 350px;
    gap: 30px;
  }
}

.det-content {
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}
.det-content.row {
  --bs-gutter-x: 40px;
}
.det-content.row, .det-content.row > div {
  position: static;
}
@media (min-width: 992px) {
  .det-content .cl-left {
    padding-right: 80px;
  }
}

@media (min-width: 768px) {
  .col-det-info {
    width: 400px;
  }
}

#det-carousel {
  height: var(--det-carousel-h, 500px);
}
#det-carousel .det-carousel-link {
  display: block;
  width: 100%;
  height: 100%;
}
#det-carousel .det-carousel-link img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 10px;
}

.det-entry-title {
  margin-bottom: 25px;
}

.det-price {
  font-size: 36px;
  font-weight: 700;
  color: #444;
  font-family: "Outfit", sans-serif;
  align-self: center;
}
.det-price .dollar {
  font-weight: 400;
}

.det-location {
  font-weight: 600;
  font-size: 14px;
  opacity: 0.8;
  align-self: center;
}
.det-location i {
  font-size: 16px;
  color: rgba(225, 30, 37, 0.7);
  vertical-align: middle;
}

.det-features {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #747679;
  font-size: 16px;
  margin-top: 10px;
}
.det-features i {
  font-size: 18px;
  margin-right: 2px;
}

.det-secondary-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.det-description {
  font-size: 16px;
  color: #333;
  padding-top: 30px;
  margin-bottom: 30px;
}
.det-description ul {
  list-style: none;
}
.det-description h3, .det-description h4, .det-description h5, .det-description h6, .det-description p, .det-description ul {
  margin-bottom: 25px;
  line-height: 1.4;
}

.det-side-card {
  background-color: rgba(252, 203, 1, 0.1);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 25px;
}
.det-side-card h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.det-side-card .favorite-btn {
  width: 48px;
  height: 48px;
  --favorite-icon-size: 20px;
}

.det-contact-card {
  text-align: center;
  position: relative;
}

.det-sec-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

@media (min-width: 768px) {
  .det-side-inner {
    padding: 0 4px;
    position: sticky;
    top: calc(var(--header-height, 70px) + 60px);
    display: flex;
    flex-direction: column;
  }
  .det-side-inner .det-contact-card {
    order: -1;
  }
}
@media (max-width: 767.98px) {
  .det-content {
    --det-carousel-h: 300px;
  }
  .det-contact-card {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background-color: white;
    box-shadow: 0 -2px 20px rgba(14, 14, 14, 0.25);
    z-index: 9999;
    border-radius: 25px 25px 0 0;
  }
}
.det-gallery-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--col-min, 90px), 1fr));
  gap: 10px;
}
.det-gallery-list a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
.det-gallery-list a img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 10px;
  height: 100%;
}

.properties-related {
  background-color: #09182c;
  padding-block: 60px;
}
.properties-related .header-wrapper {
  position: relative;
  overflow: visible;
  padding-bottom: 30px;
  color: white;
}
.properties-related .header-wrapper::after {
  position: absolute;
  top: 99%;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: inherit;
  content: "";
}
.properties-related .list-wrapper {
  position: relative;
  z-index: 2;
}

.page-container {
  min-height: 40vh;
}

.page-intro {
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: visible;
}
.page-intro .st {
  margin-bottom: 10px;
  font-size: 17px;
}

.page-title {
  font-size: 32px;
  margin-bottom: 30px;
  color: #09182c;
}
.page-title span {
  color: #219EBC;
}
@media (min-width: 768px) {
  .page-title {
    font-size: 42px;
  }
}

.breadcrumb {
  padding-top: 30px;
  font-size: 12px;
  color: #aaa;
}
.breadcrumb a {
  color: #219EBC;
}
.breadcrumb li, .breadcrumb li::before {
  color: inherit !important;
}

:root {
  --filter-dialog-w: 90vw;
}
@media (min-width: 768px) {
  :root {
    --filter-dialog-w: 400px;
  }
}

.results-tag-filters {
  overflow: auto;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}
.results-tag-filters .filters-inner {
  display: inline-flex;
  min-width: 100%;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 6px;
}
.results-tag-filters .filters-inner::before, .results-tag-filters .filters-inner::after {
  content: "";
  display: block;
  width: calc(var(--bs-gutter-x) * 0.5);
  height: 5px;
  flex: 0 0 auto;
}
.results-tag-filters .filters-inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 8px;
  background-color: rgba(252, 203, 1, 0.3);
  color: rgba(9, 24, 44, 0.7);
  flex: 0 0 auto;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  max-width: 130px;
  flex-basis: 0;
  font-weight: 500;
  flex-grow: 1;
}
.results-tag-filters .filters-inner a.active {
  background-color: #FCCB01;
  color: #09182c;
}

.rz-buttonset {
  --rz-selectbar-border-radius: 10px;
  --rz-selectbar-selected-background-color: #219EBC;
  --rz-selectbar-selected-border: 1px solid #219EBC;
  --rz-selectbar-border: 1px solid #219EBC;
}
.rz-buttonset .rz-button {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}

.filters-btn-wrapper {
  display: inline-flex;
  position: relative;
  overflow: visible;
}
.filters-btn-wrapper[data-filters-number]::after {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -6px;
  right: 6px;
  width: 20px;
  height: 16px;
  text-align: center;
  border-radius: 8px;
  background-color: var(--bs-red);
  color: white;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  content: attr(data-filters-number);
  z-index: 2;
}
.filters-btn-wrapper[data-filters-number="0"]::after {
  display: none;
}

.rz-dialog-side.rz-dialog-side-position-right {
  top: 0;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.rz-dialog-side.rz-dialog-side-position-right .rz-dialog-side-titlebar {
  flex: 0 0 auto;
  border-bottom: 1px solid var(--bs-gray-400);
}
.rz-dialog-side.rz-dialog-side-position-right .rz-dialog-side-content {
  flex-grow: 1;
  overflow: auto;
  flex-basis: 0;
}

.filters-dialog .rz-dialog-side-content {
  padding-bottom: 80px;
  position: static;
}
.filters-dialog .rz-dialog-side-content .filters-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px;
  gap: 20px;
  background-color: #f6f7fa;
  border-top: 1px solid var(--bs-gray-400);
}
.filters-dialog .rz-dialog-side-content .filters-action .rz-button {
  flex-grow: 1;
  text-transform: uppercase;
}

.filters-content {
  position: static;
}
.filters-content h3 {
  font-size: 14px;
  padding-bottom: 10px;
}
.filters-content h3:not(:first-child) {
  margin-top: 30px;
}

body.rz-dialog-is-open {
  overflow: hidden;
}

#menu-movil {
  width: var(--menu-movil-width, 0);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  transition: all ease 0.3s;
}
#menu-movil .menu-movil-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 80vw;
  height: 100%;
  padding-top: 70px;
  padding-inline: var(--padding-page-x, 20px);
  background-color: white;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#menu-movil .menu-movil-content::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(180deg, rgb(254.790513834, 244.5256916996, 202.209486166) 0%, #ffffff 50%);
}
#menu-movil .nav {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  flex-basis: 0;
  overflow: auto;
  flex-wrap: nowrap !important;
  padding-bottom: 20px;
  padding-inline: 10px;
  margin-inline: -10px;
}
#menu-movil .nav .nav-link {
  color: #09182c;
  --bs-nav-link-font-size: 16px;
  --bs-nav-link-font-weight: 500;
  padding-inline: 0;
  padding-block: 16px;
  display: flex;
  align-items: center;
}
#menu-movil .nav .nav-link i {
  font-size: 24px;
  margin-right: 10px;
}
#menu-movil .nav .nav-link i.icon-dd {
  margin: 0 0 0 5px;
  font-size: 20px;
  color: #FCCB01;
  transition: all ease 0.3s;
}
#menu-movil .nav .nav-link[aria-expanded=true] .icon-dd {
  transform: rotate(180deg);
}
#menu-movil .nav .dropdown-menu.show {
  width: auto;
  position: relative !important;
  transform: none !important;
}
#menu-movil .action {
  flex: 0 0 auto;
  padding-block: 20px;
  position: relative;
  z-index: 1;
}

.mn-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 990;
  display: none;
}

.mn-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 28px;
  color: #09182c;
  background-color: #FCCB01;
  border-radius: 10px;
  position: fixed;
  height: 42px;
  width: 48px;
  left: var(--padding-page-x, 20px);
  top: 15px;
  z-index: 1000;
}
.mn-button .icon {
  left: 9px;
  top: 21px;
}
.mn-button .icon, .mn-button .icon:before, .mn-button .icon:after {
  transition: all 0.25s;
  width: 30px;
  height: 2px;
  background: #09182c;
  position: absolute;
}
.mn-button .icon:before, .mn-button .icon:after {
  left: 0;
  content: "";
}
.mn-button .icon:before {
  top: -8px;
}
.mn-button .icon:after {
  top: 8px;
}

body.show-menu {
  overflow: hidden;
}
body.show-menu .mn-button .icon {
  transform: rotate(180deg);
  background-color: transparent;
  left: 10px;
}
body.show-menu .mn-button .icon:before, body.show-menu .mn-button .icon:after {
  top: 0;
}
body.show-menu .mn-button .icon:before {
  transform: rotate(45deg);
}
body.show-menu .mn-button .icon:after {
  transform: rotate(-45deg);
}
@media (max-width: 767.98px) {
  body.show-menu .mn-mobile-overlay {
    display: block !important;
  }
}
body.show-menu #menu-movil {
  --menu-movil-width: 80vw;
}

@media (min-width: 768px) {
  #menu-movil, .mn-mobile-overlay {
    display: none !important;
  }
}
#footer {
  background-color: black;
  color: white;
}
#footer .logo {
  margin-bottom: 20px;
}
#footer .logo img {
  height: 36px;
}
#footer p {
  margin: 0;
}
#footer a {
  color: inherit;
}
#footer > .inner {
  padding-top: 80px;
  padding-bottom: 40px;
}
#footer h3 {
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 20px;
}
#footer .social {
  padding-top: 30px;
}
#footer ul {
  list-style: none;
  padding-inline-start: 0;
  margin-inline-start: 0;
}
#footer ul li {
  padding-block: 6px;
}
#footer ul i {
  font-size: 16px;
  margin-right: 10px;
  color: #FCCB01;
}
@media (max-width: 991.98px) {
  #footer .row {
    text-align: left !important;
  }
  #footer .footer-col {
    max-width: 300px !important;
    margin-inline: auto;
    margin-bottom: 30px !important;
  }
  #footer ul {
    display: inline-block;
    text-align: left;
    width: 80%;
  }
}

ul.list-arrows {
  list-style: none;
  margin-inline-start: 0;
  padding-inline-start: 0;
}
ul.list-arrows li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 500;
  padding-block: 6px;
}
ul.list-arrows li a {
  color: inherit;
  text-decoration: none;
}
ul.list-arrows li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z' fill='%23FCCB01'%3e%3c/path%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-bottom {
  background-color: black;
  color: #aaa;
  text-align: center;
  padding: 20px 16px;
  border-top: 2px solid #222;
}
.footer-bottom p {
  margin: 0;
}/*# sourceMappingURL=theme.css.map */