.section-propiedades {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(240, 239, 251) 100%);
}

.title {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin: 0;
  display: flex;
  justify-items: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.title h2 {
  font-family: "Plus Jakarta Sans", sans-serif, "Inter", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #000929;
  text-align: center;
  margin: auto;
}
.title .btn-ver-mas {
  background-color: #E3000F;
  color: #ffffff;
  border-radius: 1rem;
  padding: 1rem 1.15rem;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .section-propiedades {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .title {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .title h2 {
    font-size: 1.9rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.section-title {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5rem;
  font-size: 40px;
  color: #000929;
}

.section-subtitle {
  color: #6C727F;
  font-size: 1rem;
  margin-bottom: 2.5rem;
  line-height: 24px;
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all 0.3s ease;
}
.navbar .flex-navbar-contact {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.navbar.scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
}
.navbar .navbar-brand {
  font-size: 1.25rem;
  color: #000929 !important;
}
.navbar .navbar-brand img.logo {
  width: auto;
  max-height: 40px;
  margin-right: 0.5rem;
}
.navbar .dropdown-menu {
  border: 1px solid #D9D9D9;
  border-radius: 0.5rem;
  padding: 0.5rem 0.5rem;
}
.navbar .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.navbar .dropdown-menu li a {
  display: block;
  padding: 12px 1rem;
  font-weight: 500;
  color: #000929 !important;
  padding: 0.5rem 0.9rem !important;
  transition: color 0.2s;
  font-size: 1rem;
  font-family: "Plus Jakarta Sans", sans-serif, "Inter", system-ui, -apple-system, sans-serif;
}
.navbar .dropdown-menu li a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/nav-arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
  vertical-align: middle;
}
.navbar .nav-link {
  font-weight: 500;
  color: #000929 !important;
  padding: 0.5rem 0.9rem !important;
  transition: color 0.2s;
  font-size: 1rem;
  font-family: "Plus Jakarta Sans", sans-serif, "Inter", system-ui, -apple-system, sans-serif;
}
.navbar .nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  content: "";
  border: none;
  background-image: url("../images/nav-arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
}
.navbar .nav-link:hover {
  color: #E8232A !important;
}
.navbar .text-blue {
  color: #0832A8 !important;
  font-family: "Plus Jakarta Sans", sans-serif, "Inter", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  color: #0832A8 !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: auto;
  margin-right: 1rem;
}
.navbar .class-phone {
  width: 16px;
  height: 16px;
  background-image: url("../images/Phone.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.75rem;
}
.navbar .btn-contact {
  background-color: #E3000F;
  color: #ffffff;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif, "Inter", system-ui, -apple-system, sans-serif;
  transition: all 0.3s ease;
}
.navbar .btn-contact:hover {
  background-color: #E3000F;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .navbar .navbar-toggler {
    border: none;
  }
  .navbar .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  .navbar .dropdown-menu {
    border: none;
  }
  .navbar .navbar-toggler-icon {
    display: inline-block;
    width: 1em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("../images/icons/menu-lines.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .navbar .navbar-brand {
    font-size: 1.25rem;
    color: #000929 !important;
  }
  .navbar .navbar-brand img.logo {
    width: auto;
    max-height: 28px;
    margin-right: 0.5rem;
  }
  .navbar .nav-item {
    padding: 0 0;
    width: 100%;
  }
  .navbar .nav-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .navbar .nav-item .nav-link {
    font-size: 1rem;
    font-weight: 500;
    color: #1e1e1e;
    display: block;
    padding: 0.5rem 0;
  }
  .navbar .nav-item .nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .navbar .nav-item .nav-link.dropdown-toggle.show + .dropdown-menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .navbar .nav-item .nav-link.dropdown-toggle::after {
    margin-left: 0;
    flex-shrink: 0;
    filter: none;
    transition: 0.3s;
  }
  .navbar .nav-item .nav-link.dropdown-toggle.show::after {
    rotate: 180deg;
  }
  .navbar .nav-item .nav-link.btn-contactanos {
    font-size: 1rem;
    font-weight: 500;
    color: #1e1e1e !important;
    background-color: transparent;
    border-radius: none;
    padding: 0.5rem 0 !important;
    display: block;
  }
  .navbar .nav-item .nav-link.btn-contactanos:hover {
    background: transparent;
  }
  .navbar .text-blue {
    font-size: 0.9rem;
  }
  .navbar .btn-contact {
    padding: 10px 12px;
    font-size: 0.9rem;
  }
  .navbar .flex-navbar-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .offcanvas.offcanvas-end {
    background-color: #fff;
    width: min(320px, 97vw);
  }
  .offcanvas.offcanvas-end .offcanvas-body {
    padding: 1.5rem;
  }
  .offcanvas-header {
    padding: 1.5rem;
  }
  .offcanvas-header .btn-close {
    filter: none;
    opacity: 1;
    background-image: url("../images/icons/x-circle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 368px) {
  .navbar .navbar-brand {
    font-size: 1.25rem;
    color: #000929 !important;
  }
  .navbar .navbar-brand img.logo {
    width: auto;
    max-height: 20px;
    margin-right: 0.2rem;
  }
}
.hero {
  min-height: 580px;
  background: url("../images/hero-bg.jpg") center center/cover no-repeat;
  display: flex;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 0rem;
  flex-direction: column;
}
.hero .search-box {
  margin-bottom: 5rem;
}
.hero h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.15;
  font-size: 4rem;
  font-family: "Plus Jakarta Sans", sans-serif, "Inter", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  color: #000929;
}
.hero p {
  font-size: 1.3rem;
  line-height: 2rem;
  opacity: 0.9;
  font-family: "Plus Jakarta Sans", sans-serif, "Inter", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  color: #000929;
}
.hero .busqueda-avanzada {
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  font-family: "Plus Jakarta Sans", sans-serif, "Inter", system-ui, -apple-system, sans-serif;
  font-weight: 500;
}
.hero .btn-buscar {
  border-radius: 8px;
  background-color: #E3000F;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif, "Inter", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding: 1rem 2rem !important;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  border-block: none;
  border: none;
}
.hero .btn-buscar:hover {
  background-color: #E3000F;
  color: #ffffff;
}
.hero .search-tabs {
  padding: 1.5rem;
}
.hero .search-tabs .nav-tabs {
  border: none;
}
.hero .search-tabs .nav-tabs .nav-item {
  background-color: #ffffff;
}
.hero .search-tabs .nav-tabs .nav-item:first-child {
  border-radius: 8px 0 0 0;
}
.hero .search-tabs .nav-tabs .nav-item:last-child {
  border-radius: 0 8px 0 0;
}
.hero .search-tabs .nav-tabs .nav-link {
  color: #6B7280 !important;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  font-weight: 600;
  padding: 1rem 2rem !important;
  margin-bottom: -2px;
  border-bottom-color: #E9ECF2;
}
.hero .search-tabs .nav-tabs .nav-link.active {
  color: #E8232A !important;
  border-bottom-color: #E8232A;
  background: transparent;
}
.hero .search-tabs .tab-content {
  background-color: #ffffff;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  border-radius: 0 16px 16px 16px;
}
.hero .search-tabs .tab-content .form-label {
  font-size: 1rem;
  color: #000929;
  font-family: "Plus Jakarta Sans", sans-serif, "Inter", system-ui, -apple-system, sans-serif;
  font-weight: 500;
}
.hero .search-tabs .tab-content .block-field {
  padding: 0rem 1rem;
}
.hero .search-tabs .tab-content .block-button {
  padding: 0rem 0rem 0rem 1rem;
  text-align: end;
}
.hero .search-tabs .tab-content .line {
  border-right: 1px solid;
  border-right-color: rgb(224, 222, 247);
}
.hero .bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
}
.hero .stats-bar {
  border-bottom: 1px solid #E9ECF2;
}
.hero .stats-bar .stat-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 2.5rem 1.5rem;
  justify-content: center;
}
.hero .stats-bar .stat-item .stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #0832A8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.hero .stats-bar .stat-item .stat-icon i {
  font-size: 1.2rem;
  color: #ffffff;
}
.hero .stats-bar .stat-item .stat-icon .red-bottom {
  background-color: #E3000F;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  position: absolute;
  right: -4px;
  bottom: -4px;
}
.hero .stats-bar .stat-item .stat-icon .red-bottom img {
  width: 16px;
  height: 16px;
}
.hero .stats-bar .stat-item .stat-number {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #E3000F;
  line-height: 1;
}
.hero .stats-bar .stat-item .stat-number span {
  color: #E3000F;
}
.hero .stats-bar .stat-item .stat-label {
  font-size: 1rem;
  color: #000929;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: 580px;
    background: url("../images/hero-bg.jpg") center center/cover no-repeat;
    display: flex;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 0rem;
    flex-direction: column;
  }
  .hero .search-box {
    margin-bottom: 5rem;
  }
  .hero h1 {
    font-size: 2.5rem;
    line-height: 44px;
  }
  .hero p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
  }
  .hero .search-tabs {
    padding: 0.5rem;
  }
  .hero .text-avanzadas {
    color: #0c71c3;
    text-align: start;
    padding: 1rem;
  }
  .hero .text-avanzadas a {
    color: #0c71c3;
  }
  .hero .search-tabs .tab-content .line {
    border: none;
  }
  .hero .stats-bar .stat-item {
    justify-content: start;
    padding: 1.5rem 1.5rem;
    background-color: #F0EFFB;
  }
}
.property-card {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
  cursor: pointer;
}
.property-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.13);
}
.property-card .property-img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  min-height: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.property-card .property-img-wrapper:hover {
  transform: scale(1.05);
}
.property-card .badge-tipo {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.3em 0.7em;
  border-radius: 4px;
}
.property-card .card-body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
  gap: 1rem;
}
.property-card .card-body .property-price {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 800;
  color: #0832A8;
  margin-bottom: 0.25rem;
}
.property-card .card-body .property-price .price-period {
  font-size: 0.8rem;
  font-weight: 500;
  color: #6B7280;
}
.property-card .card-body .property-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #000929;
  margin-bottom: 0.25rem;
}
.property-card .card-body .property-title a {
  color: #000929;
  text-decoration: none;
}
.property-card .card-body .property-title a:hover {
  color: #E3000F;
  text-decoration: none;
}
.property-card .card-body .property-address {
  font-size: 1rem;
  line-height: 24px;
  color: #7F8494;
  margin-bottom: 1rem;
}
.property-card .card-body .property-features {
  display: flex;
  gap: 1rem;
  font-size: 0.82rem;
  color: #6B7280;
  border-top: 1px solid #E9ECF2;
  padding-top: 0.75rem;
  margin-top: auto;
}
.property-card .card-body .property-features .feat-item {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.property-card .card-body .property-features .feat-item i {
  color: #E3000F;
  width: 20px;
  height: 20px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.property-card .card-body .property-features .feat-item i.bed {
  background-image: url("../images/icons/Bed.svg");
}
.property-card .card-body .property-features .feat-item i.bath {
  background-image: url("../images/icons/Bath.svg");
}
.property-card .card-body .property-features .feat-item i.size {
  background-image: url("../images/icons/SquareMeters.svg");
}

@media (max-width: 991.98px) {
  .property-card .card-body .property-address {
    margin-bottom: 0rem;
  }
}
.filter-tabs {
  background-color: #F0EFFB;
  border: 1px solid #E0DEF7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 8px 8px;
  gap: 10px;
}
.filter-tabs .btn-filter {
  font-size: 1.15rem;
  font-weight: 500;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  border: 1.5px solid transparent;
  color: #787C92;
  background: transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-tabs .btn-filter i {
  width: 20px;
  height: 20px;
  display: block;
  background-color: #787C92;
}
.filter-tabs .btn-filter i.all {
  -webkit-mask-image: url(../images/icons/list-house.svg);
          mask-image: url(../images/icons/list-house.svg);
}
.filter-tabs .btn-filter i.rent {
  -webkit-mask-image: url(../images/icons/list-key.svg);
          mask-image: url(../images/icons/list-key.svg);
}
.filter-tabs .btn-filter i.buy {
  -webkit-mask-image: url(../images/icons/list-buy.svg);
          mask-image: url(../images/icons/list-buy.svg);
}
.filter-tabs .btn-filter.active, .filter-tabs .btn-filter:hover {
  background-color: #ffffff;
  color: #0832A8;
  border-color: #E0DEF7;
}
.filter-tabs .btn-filter.active i, .filter-tabs .btn-filter:hover i {
  background-color: #0832A8;
}

.search-properties {
  border-radius: 8px;
  border: 1px solid #E0DEF7;
  background-color: #F0EFFB;
}
.search-properties .input-group-text {
  background-color: transparent;
  border: none;
}
.search-properties .input-group-text i {
  -webkit-mask-image: url(../images/icons/search-blue.svg);
          mask-image: url(../images/icons/search-blue.svg);
  background-color: #0832A8;
  display: block;
  width: 24px;
  height: 24px;
}
.search-properties .form-control {
  background-color: transparent;
  border: none;
  padding: 1.1rem 1rem;
}

@media (max-width: 991px) {
  .filter-tabs .btn-filter {
    font-size: 1rem;
    padding: 0.5rem 0.5rem;
  }
}
.why-us {
  background: #ffffff;
  padding: 4rem 0;
}
.why-us.violet {
  background-color: rgb(243, 243, 252);
}
.why-us .why-img-wrapper {
  border-radius: 1rem;
  aspect-ratio: 1/1;
  background-image: url(../images/casa-bottom.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.why-us .why-img-wrapper .badge-overlay {
  position: absolute;
  background: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #E0DEF7;
  padding: 1rem 1rem;
  box-shadow: 0px 0px 50px rgba(112, 101, 240, 0.2);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.why-us .why-img-wrapper .badge-overlay.badge-bottom {
  bottom: -50px;
  left: calc(50% - 150px);
  width: 300px;
}
.why-us .why-img-wrapper .badge-overlay .boton {
  position: relative;
  width: 100%;
  padding-top: 1.5rem;
}
.why-us .why-img-wrapper .badge-overlay .boton i {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0832A8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  position: absolute;
  top: -45px;
  left: calc(80% - 30px);
}
.why-us .why-img-wrapper .badge-overlay .boton i img {
  width: 30px;
  height: 30px;
}
.why-us .why-img-wrapper .badge-overlay .boton .title {
  color: #0832A8;
  font-size: 20px;
  font-weight: 700;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.why-us .why-img-wrapper .badge-overlay .boton .description {
  color: #4D5461;
  font-size: 1rem;
  font-weight: 400;
}
.why-us .box-text {
  padding: 2rem 2rem;
}
.why-us .check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.why-us .check-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0;
  font-size: 0.95rem;
  color: #374151;
}
.why-us .check-list li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 50%;
  background-image: url(../images/icons/check.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .why-us {
    padding: 4rem 0 6rem 0;
  }
  .why-us .box-text {
    padding: 0rem 0rem;
  }
  .why-us .why-img-wrapper .badge-overlay.badge-bottom {
    width: 270px;
    left: calc(55% - 130px);
  }
  .why-us .why-img-wrapper .badge-overlay .boton .title {
    font-size: 20px;
    align-items: start;
  }
  .why-us .why-img-wrapper .badge-overlay .boton .description {
    text-align: start;
  }
}
.site-footer {
  background: #000929;
  color: #ffffff;
  font-size: 1rem;
}
.site-footer .footer-top {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.site-footer .footer-logo {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
}
.site-footer .footer-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
  display: block;
  margin-bottom: 0.4rem;
}
.site-footer a:hover {
  color: #E8232A;
}
.site-footer .footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.5rem;
}
.site-footer .footer-contact-item i {
  color: #E8232A;
  margin-top: 2px;
  flex-shrink: 0;
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.site-footer .footer-bottom p {
  margin-bottom: 0;
  font-size: 1rem;
  color: #ffffff;
}
.site-footer .footer-bottom .social-links {
  margin-bottom: 1rem;
}
.site-footer .footer-bottom .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 0.5rem;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.site-footer .footer-bottom .social-links a:hover {
  border-color: #E8232A;
  background: #E8232A;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .site-footer .footer-top {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .site-footer .footer-bottom {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.btn-whatsapp {
  position: fixed;
  bottom: 1.75rem;
  right: 1.75rem;
  border-radius: 50%;
  background: #25D366;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: all 0.3s ease;
  text-decoration: none;
  padding: 1.5rem 1.5rem;
}
.btn-whatsapp i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-whatsapp i img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.btn-whatsapp:hover {
  transform: scale(1.1);
  color: #ffffff;
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.45);
}

@media (max-width: 992px) {
  .btn-whatsapp {
    padding: 1rem 1rem;
  }
}
.btn-primary {
  background-color: #E8232A;
  border-color: #E8232A;
  font-weight: 600;
}
.btn-primary:hover {
  background-color: rgb(204.7901234568, 21.4098765432, 27.9259259259);
  border-color: rgb(204.7901234568, 21.4098765432, 27.9259259259);
}

.btn-outline-primary {
  border-color: #E8232A;
  color: #E8232A;
}
.btn-outline-primary:hover {
  background-color: #E8232A;
  border-color: #E8232A;
}

.text-primary {
  color: #E8232A !important;
}

.bg-dark-custom {
  background-color: #000929;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: 480px;
    padding-top: 3rem;
  }
  .stats-bar .stat-item {
    padding: 1rem;
    border-bottom: 1px solid #E9ECF2;
  }
  .section-title {
    font-size: 1.6rem;
  }
}
.breadcrumb-bar {
  background-color: #EEF0F7;
  background: linear-gradient(180deg, #e0def7 0%, rgba(224, 222, 247, 0.5) 100%);
  padding: 2rem 0;
  font-size: 0.85rem;
}
.breadcrumb-bar .breadcrumb {
  margin-bottom: 0;
  background: transparent;
  padding: 0;
}
.breadcrumb-bar .breadcrumb-item {
  color: #6B7280;
}
.breadcrumb-bar .breadcrumb-item a {
  color: #1A2B5F;
  text-decoration: none;
  font-weight: 500;
}
.breadcrumb-bar .breadcrumb-item a:hover {
  color: #E8232A;
}
.breadcrumb-bar .breadcrumb-item.active {
  color: #6B7280;
}
.breadcrumb-bar .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #6B7280;
}

.search-filter {
  padding: 16px 0;
  font-family: "Plus Jakarta Sans", sans-serif, "Inter", system-ui, -apple-system, sans-serif;
}
.search-filter__inner {
  display: flex;
  align-items: center;
  background-color: #F5F7FA;
  border-radius: 12px;
  padding: 1rem 3rem 1rem 1.5rem;
  gap: 0;
}
@media (max-width: 992px) {
  .search-filter__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px;
    gap: 0;
  }
}
.search-filter__field {
  flex: 1;
  min-width: 0;
  position: relative;
}
.search-filter__field:not(:last-child) {
  border-right: 1px solid rgb(211, 219.8, 233);
  padding-right: 20px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .search-filter__field:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgb(217.8, 225.24, 236.4);
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.search-filter__field--select {
  flex: 1;
}
.search-filter__field--checkbox {
  flex: 0 0 auto;
}
@media (max-width: 992px) {
  .search-filter__field--checkbox {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.search-filter__field--action {
  flex: 0 0 auto;
}
@media (max-width: 992px) {
  .search-filter__field--action {
    margin-top: 4px;
  }
}
.search-filter__label {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #6B7280;
  line-height: 1.2;
  margin-bottom: 2px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .search-filter__label {
    font-size: 13px;
  }
}
.search-filter__select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.search-filter__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  color: #000929;
  font-family: "Plus Jakarta Sans", sans-serif, "Inter", system-ui, -apple-system, sans-serif;
  padding: 0;
  padding-right: 28px;
  cursor: pointer;
  width: 100%;
  line-height: 1.4;
}
.search-filter__select::-ms-expand {
  display: none;
}
@media (max-width: 992px) {
  .search-filter__select {
    font-size: 17px;
  }
}
.search-filter__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: #000929;
  width: 20px;
  height: 20px;
}
.search-filter__arrow svg {
  display: block;
}
@media (max-width: 992px) {
  .search-filter__arrow {
    right: 4px;
  }
}
.search-filter__field--select {
  position: relative;
}
@media (min-width: 993px) {
  .search-filter__field--select .search-filter__arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 992px) {
  .search-filter__field--select .search-filter__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.search-filter__check-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.search-filter__checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #E0DEF7;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.search-filter__checkbox:checked {
  border-color: #E3000F;
  background-color: #E3000F;
}
.search-filter__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.search-filter__checkbox:hover {
  border-color: rgb(166.1585365854, 160.4268292683, 232.0731707317);
}
.search-filter__checkbox:focus-visible {
  outline: 2px solid #E3000F;
  outline-offset: 2px;
}
.search-filter__check-label {
  font-size: 15px;
  font-weight: 500;
  color: #000929;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1;
}
.search-filter__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #E3000F;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif, "Inter", system-ui, -apple-system, sans-serif;
  padding: 14px 32px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  line-height: 1;
}
.search-filter__btn:hover {
  background-color: #E3000F;
}
.search-filter__btn:focus-visible {
  outline: 2px solid #E3000F;
  outline-offset: 2px;
}
.search-filter__btn:active {
  transform: scale(0.98);
}
@media (max-width: 992px) {
  .search-filter__btn {
    width: auto;
    align-self: flex-start;
    padding: 14px 28px;
  }
}

.map-container {
  width: 100%;
  height: 320px;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
  border: 1.5px solid #E9ECF2;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.page-header {
  padding: 2rem 0 2rem 0;
}
.page-header h1 {
  font-family: "Plus Jakarta Sans", sans-serif, "Inter", system-ui, -apple-system, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  color: #000929;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .page-header {
    padding: 1.5rem 0 1.5rem;
  }
  .page-header h1 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
}
.properties-section {
  padding-bottom: 4rem;
}

.contacto-section {
  padding: 3rem 0 0;
  background-color: rgb(243, 243, 252);
}

.contact-form-wrapper {
  padding: 2rem 0rem;
}
.contact-form-wrapper .form-floating > label {
  font-size: 0.875rem;
  color: #6B7280;
}
.contact-form-wrapper .form-floating > .form-control,
.contact-form-wrapper .form-floating > .form-select {
  border-color: #E9ECF2;
  border-radius: 0.5rem;
  font-size: 0.925rem;
  background-color: #ffffff;
}
.contact-form-wrapper .form-floating > .form-control:focus,
.contact-form-wrapper .form-floating > .form-select:focus {
  border-color: #1A2B5F;
  box-shadow: 0 0 0 3px rgba(26, 43, 95, 0.1);
}
.contact-form-wrapper .form-floating > textarea.form-control {
  min-height: 130px;
  resize: none;
}
.contact-form-wrapper .form-floating > .form-control:not(:-moz-placeholder) ~ label {
  color: #1A2B5F;
  font-weight: 600;
}
.contact-form-wrapper .form-floating > .form-control:not(:placeholder-shown) ~ label,
.contact-form-wrapper .form-floating > .form-control:focus ~ label,
.contact-form-wrapper .form-floating > .form-select ~ label {
  color: #1A2B5F;
  font-weight: 600;
}

.contact-actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.contact-actions .btn-cancel {
  background: transparent;
  border: 1.5px solid #E3000F;
  color: #000929;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.55rem 1.5rem;
  transition: all 0.3s ease;
}
.contact-actions .btn-cancel:hover {
  border-color: #6B7280;
  color: #000929;
}

.contacto-map {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-top: 0rem;
}

.contact-info-section {
  padding: 2.5rem 0 4rem;
}
.contact-info-section .contact-info-card {
  background: #ffffff;
  border: 1.5px solid #E0DEF7;
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  text-align: left;
  height: 100%;
}
.contact-info-section .contact-info-card .title-info {
  display: flex;
  justify-self: unset;
  align-items: center;
  gap: 0.5rem;
  color: #0832A8;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 0.5rem;
  font-family: "Plus Jakarta Sans", sans-serif, "Inter", system-ui, -apple-system, sans-serif;
}
.contact-info-section .contact-info-card .title-info i img {
  width: 20px;
  height: 20px;
}
.contact-info-section .contact-info-card .info-value {
  font-size: 16px;
  color: #6B7280;
  margin: 0;
}
.contact-info-section .contact-info-card .info-value.phone {
  font-size: 22px;
}
.contact-info-section .contact-info-card .info-value a {
  color: #6B7280;
  text-decoration: none;
}
.contact-info-section .contact-info-card .info-value a:hover {
  color: #E8232A;
}

.historia-section {
  padding: 4rem 0;
  background: rgb(243, 243, 252);
}
.historia-section .historia-img-wrapper {
  position: relative;
  border-radius: 1rem;
  aspect-ratio: 1/1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.historia-section .historia-img-wrapper .badge-overlay {
  position: absolute;
  background: #E3000F;
  border-radius: 0.75rem;
  border: 1px solid #ffffff;
  padding: 1rem 1rem;
  box-shadow: 0px 0px 50px rgba(112, 101, 240, 0.2);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.historia-section .historia-img-wrapper .badge-overlay.badge-bottom {
  bottom: -50px;
  left: calc(40% - 150px);
  width: 300px;
}
.historia-section .historia-img-wrapper .badge-overlay .boton {
  position: relative;
  width: 100%;
  padding-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.historia-section .historia-img-wrapper .badge-overlay .boton i {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0832A8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  position: absolute;
  top: -45px;
  left: calc(80% - 30px);
}
.historia-section .historia-img-wrapper .badge-overlay .boton i img {
  width: 30px;
  height: 30px;
}
.historia-section .historia-img-wrapper .badge-overlay .boton .title {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 25px;
  letter-spacing: -0.14px;
  padding-top: 0rem;
  padding-bottom: 0rem;
  align-items: start;
}
.historia-section .historia-img-wrapper .badge-overlay .boton .description {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.historia-section .block-spacer {
  padding: 0 4rem 0 0rem;
}
.historia-section h2 {
  font-family: "Plus Jakarta Sans", sans-serif, "Inter", system-ui, -apple-system, sans-serif;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  color: #000929;
  margin-bottom: 1.5rem;
}
.historia-section p {
  color: #6B7280;
  font-size: 1rem;
  line-height: 1.75;
}

@media (max-width: 992px) {
  .historia-section {
    padding: 1rem 0;
  }
  .historia-section h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  .historia-section .block-spacer {
    padding: 0 0rem 0 0rem;
  }
  .historia-section .historia-img-wrapper .badge-overlay.badge-bottom {
    left: calc(52% - 150px);
    width: 250px;
  }
  .historia-section .historia-img-wrapper .badge-overlay.badge-bottom .boton .title {
    font-size: 22px;
  }
  .historia-section .historia-img-wrapper .badge-overlay.badge-bottom .boton .description {
    font-size: 16px;
  }
}
.valores-section {
  padding: 5rem 0;
}
.valores-section .valor-card {
  text-align: center;
  padding: 1rem 2rem 1rem 2rem;
}
.valores-section .valor-card .valor-icon {
  width: 95px;
  height: 95px;
  background: #0832A8;
  border: 1.5px solid #e0def7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.valores-section .valor-card .valor-icon i {
  font-size: 1.6rem;
  color: #ffffff;
}
.valores-section .valor-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #0832A8;
  margin-bottom: 1rem;
}
.valores-section .valor-card p {
  font-size: 1rem;
  color: #6B7280;
  line-height: 1.65;
  margin: 0;
}

.empresa-why .why-img-wrapper {
  min-height: 360px;
}

.detail-section {
  padding: 2rem 0 4rem;
}

.gallery-main-swiper {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.gallery-main-swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.gallery-thumbs-swiper .swiper-wrapper {
  gap: 0.5rem;
}
.gallery-thumbs-swiper .swiper-slide {
  width: 100px !important;
  height: 75px;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  flex-shrink: 0;
  border-color: #E0DEF7;
}
.gallery-thumbs-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gallery-thumbs-swiper .swiper-slide:hover, .gallery-thumbs-swiper .swiper-slide.swiper-slide-thumb-active {
  border-color: #E8232A;
}

.detail-sidebar {
  position: sticky;
  top: 80px;
}
.detail-sidebar .card-sidebar-detail {
  border: 1px solid #E0DEF7;
  box-shadow: none;
  padding: 1rem;
}
.detail-sidebar .badge-estado {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0.35em 0.8em;
  border-radius: 4px;
  margin-bottom: 0.75rem;
  display: inline-block;
  background-color: #0832A8;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
}
.detail-sidebar .detail-price {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -1px;
  white-space: nowrap;
  color: #0832A8;
}
.detail-sidebar .detail-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: #000929;
  margin-bottom: 0.2rem;
}
.detail-sidebar .detail-address {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #6B7280;
  margin-bottom: 1rem;
}
.detail-sidebar .property-features {
  display: flex;
  gap: 1rem;
  font-size: 0.82rem;
  color: #6B7280;
  border-top: 1px solid #E9ECF2;
  border-bottom: 1px solid #E9ECF2;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: auto;
  margin-bottom: 0.75rem;
}
.detail-sidebar .property-features .feat-item {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.detail-sidebar .property-features .feat-item i {
  color: #E3000F;
  width: 20px;
  height: 20px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.detail-sidebar .property-features .feat-item i.bed {
  background-image: url("../images/icons/Bed.svg");
}
.detail-sidebar .property-features .feat-item i.bath {
  background-image: url("../images/icons/Bath.svg");
}
.detail-sidebar .property-features .feat-item i.size {
  background-image: url("../images/icons/SquareMeters.svg");
}
.detail-sidebar .consult-label {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000929;
  letter-spacing: 0.4px;
  margin-bottom: 0.5rem;
}
.detail-sidebar .btn-whatsapp-detail {
  background-color: #25D366;
  color: #ffffff;
  border: none;
  border-radius: 0.5rem;
  padding: 0.65rem 1.25rem;
  font-weight: 600;
  font-size: 0.95rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
.detail-sidebar .btn-whatsapp-detail:hover {
  background-color: rgb(30.9129032258, 176.2870967742, 85.2193548387);
  color: #ffffff;
}

.detail-content .detail-block {
  margin-bottom: 3rem;
}
.detail-content .detail-block h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000929;
  margin-bottom: 0.5rem;
  line-height: 150%;
}
.detail-content .detail-block p {
  font-size: 1rem;
  color: #6B7280;
  line-height: 1.7;
}
.detail-content .amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.35rem 1.5rem;
}
.detail-content .amenities-grid .amenity-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #374151;
  padding: 0.2rem 0;
}
.detail-content .amenities-grid .amenity-item::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/check-simple.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  flex-shrink: 0;
}

.similar-section {
  background: #F5F7FA;
  background: linear-gradient(180deg, rgb(240, 239, 251) 0%, rgb(255, 255, 255) 100%);
  padding: 4rem 0;
}
.similar-section .section-title h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  color: #000929;
  margin-bottom: 2rem;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
  font-weight: 500;
  color: #000929;
  text-decoration: none;
  margin-bottom: 1.25rem;
  transition: color 0.2s;
}
.btn-back i img {
  width: 24px;
  height: 24px;
}
.btn-back:hover {
  color: #E8232A;
}

.detail-map {
  margin-top: 1rem;
  width: 100%;
  height: 400px;
  border-radius: 1rem;
  overflow: hidden;
}

@media (max-width: 992px) {
  .similar-section .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}/*# sourceMappingURL=styles.css.map */