:root {
  --bondar-navy: #081a27;
  --bondar-navy-2: #122433;
  --bondar-navy-3: #1c3140;
  --bondar-gold: #e4c70c;
  --bondar-gold-dark: #c9af08;
  --bondar-white: #ffffff;
  --bondar-mist: #f4f6f8;
  --bondar-text: #1c2430;
  --bondar-muted: #5c6b76;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", "Lato", sans-serif !important;
  color: var(--bondar-text);
  background: var(--bondar-white);
}

h1, h2, h3, h4, h5, h6,
.sec-title h2,
#navigation.style-1 ul a,
.btn, .button,
.footer-titulo {
  font-family: "Montserrat", sans-serif !important;
}

#header-container,
#header-container.header.head-tr,
.bondar-home #header-container,
.homepage-3 #header-container,
.inner-pages #header-container {
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(8, 26, 39, 0.08);
  border-bottom: 1px solid rgba(8, 26, 39, 0.06);
}

.bondar-home #header,
.bondar-home #header-container,
.bondar-home .head-tr.bottom,
#header.head-tr,
#header.head-tr.bottom {
  background: #fff !important;
}

#header.cloned,
#header.cloned.sticky,
#navigation.style-2.cloned {
  background-color: #fff !important;
  box-shadow: 0 8px 24px rgba(8, 26, 39, 0.10) !important;
}

.mm-panels,
.mm-panels > .mm-panel {
  background: #081a27 !important;
  color: #fff !important;
}

.only-mobile {
  display: none;
}

.btn-ig-mobile {
  background: var(--bondar-gold) !important;
  color: var(--bondar-navy) !important;
  padding: 12px 16px;
  border-radius: 2px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

a.button.border,
a.button.border.instagram,
.homepage-3 a.button.border,
.homepage-3 a.button,
a.button {
  background: var(--bondar-gold) !important;
  color: var(--bondar-navy) !important;
  border: 0 !important;
}

a.button.border:hover,
.homepage-3 a.button.border:hover,
a.button:hover {
  background: #fff !important;
  color: var(--bondar-navy) !important;
}

.bondar-topbar {
  background: #08151d;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 8px 0;
}

.bondar-topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.bondar-topbar a {
  color: inherit;
  text-decoration: none;
}

.bondar-topbar a:hover {
  color: var(--bondar-gold);
}

.bondar-topbar-left,
.bondar-topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.bondar-topbar i {
  color: var(--bondar-gold);
  margin-right: 6px;
}

.bondar-topbar-right a {
  font-size: 14px;
}

#header {
  padding: 0 !important;
}

.container-header {
  min-height: 86px;
  padding-top: 6px;
  padding-bottom: 6px;
}

#logo img,
#header.cloned #logo img,
#header.cloned.sticky #logo img {
  width: auto !important;
  max-width: 260px !important;
  max-height: 78px !important;
  height: auto !important;
  padding: 4px 0 !important;
  object-fit: contain !important;
}

#navigation {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

#navigation.style-1 ul a,
#navigation.style-1.head-tr ul li a,
#header.cloned.sticky ul li a,
.homepage-3 #navigation.style-1 ul a {
  color: #081a27 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase !important;
  padding: 10px 14px !important;
  line-height: 1.2 !important;
}

#navigation.style-1 ul li,
.homepage-3 #navigation.style-1 ul li {
  margin: 0 2px;
  border-radius: 2px;
}

#navigation.style-1 ul li:hover,
.homepage-3 #navigation.style-1 ul li:hover,
#header.cloned.sticky .head-tr ul li:hover {
  background: transparent !important;
}

#navigation.style-1 ul li:hover > a,
#navigation.style-1 .current,
#navigation.style-1.head-tr .current,
.homepage-3 #navigation.style-1 ul li:hover,
.homepage-3 #navigation.style-1 ul li:hover a {
  color: #c9af08 !important;
  background: transparent !important;
}

#navigation ul ul {
  background: #fff !important;
  border-top: 2px solid #e4c70c;
  margin-top: 0 !important;
  padding: 8px 0 !important;
  box-shadow: 0 16px 32px rgba(8, 26, 39, 0.12);
}

#navigation ul ul li {
  width: 220px;
}

#navigation ul li:hover ul a,
#navigation ul ul a {
  color: #081a27 !important;
  font-size: 13px !important;
  text-transform: none !important;
  font-weight: 600 !important;
}

#navigation ul ul li:hover,
#navigation ul ul li:hover a {
  background: rgba(8, 26, 39, 0.04) !important;
  color: #c9af08 !important;
}

.header-col .button,
.header-col .button.border,
a.button.border.instagram,
.bondar-cta {
  background: var(--bondar-gold) !important;
  color: var(--bondar-navy) !important;
  border: 0 !important;
  border-radius: 2px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px !important;
  padding: 12px 18px !important;
  min-width: unset !important;
  width: auto !important;
  box-shadow: none !important;
}

.header-col .button:hover,
.bondar-cta:hover {
  background: #081a27 !important;
  color: #e4c70c !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #081a27 !important;
}

.mm-panels,
.mm-panels > .mm-panel {
  background: var(--bondar-navy) !important;
  color: #fff;
}

.mm-listview a,
.mm-listview a:hover {
  color: #fff !important;
}

.bondar-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e4c70c !important;
  margin-bottom: 18px;
  font-family: "Montserrat", sans-serif !important;
}

.bondar-tag--dark {
  color: #081a27 !important;
  background: #e4c70c;
  padding: 6px 14px;
  letter-spacing: 0.14em;
}

.bondar-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px;
  padding: 13px 28px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: all 0.22s ease !important;
  cursor: pointer;
  border: 2px solid transparent !important;
  line-height: 1 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.bondar-btn--gold {
  background: #e4c70c !important;
  color: #081a27 !important;
  border-color: #e4c70c !important;
}

.bondar-btn--gold:hover {
  background: #fff !important;
  color: #081a27 !important;
  border-color: #fff !important;
}

.bondar-btn--outline {
  background: transparent !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
}

.bondar-btn--outline:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: #fff !important;
}

.bondar-btn--ghost {
  background: transparent !important;
  color: #081a27 !important;
  border-color: #081a27 !important;
  font-size: 11px !important;
  padding: 10px 20px !important;
}

.bondar-btn--ghost:hover {
  background: #081a27 !important;
  color: #e4c70c !important;
}

.bondar-btn--navy {
  background: #081a27 !important;
  color: #e4c70c !important;
  border-color: #081a27 !important;
}

.bondar-btn--navy:hover {
  background: #fff !important;
  color: #081a27 !important;
  border-color: #081a27 !important;
}

.bondar-btn--lg {
  padding: 16px 36px !important;
  font-size: 13px !important;
}

.bondar-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(120deg, rgba(8, 26, 39, 0.97) 0%, rgba(8, 26, 39, 0.85) 50%, rgba(8, 26, 39, 0.60) 100%),
    url("../img/somos-bondar.jpg") center center / cover no-repeat;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.bondar-hero__inner {
  width: 100%;
  padding: 140px 0 100px;
}

.bondar-hero__copy h1 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 60px !important;
  font-weight: 800 !important;
  color: #fff !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em;
  margin-bottom: 24px !important;
  text-align: left !important;
}

.bondar-hero__copy h1 em {
  font-style: normal;
  color: #e4c70c !important;
}

.bondar-hero__lead {
  font-size: 18px !important;
  color: rgba(255, 255, 255, 0.80) !important;
  max-width: 540px;
  line-height: 1.8 !important;
  font-weight: 400 !important;
  margin-bottom: 38px !important;
}

.bondar-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.bondar-search-box {
  background: #fff;
  padding: 36px 32px 30px;
  box-shadow: 0 24px 60px rgba(8, 26, 39, 0.35);
  border-top: 4px solid #e4c70c;
  margin-left: 20px;
}

.bondar-search-box__title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #081a27 !important;
  margin-bottom: 18px !important;
}

.bondar-search-box__title i {
  color: #e4c70c;
}

.bondar-search-box .bondar-buscador-wrap .rld-main-search {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.bondar-search-box .buscador-inline {
  flex-direction: column !important;
  gap: 14px !important;
}

.bondar-search-box .rld-single-select {
  flex: 1 1 100% !important;
  min-width: unset !important;
}

.bondar-search-box .nice-select {
  width: 100% !important;
  height: 44px !important;
  line-height: 44px !important;
  border-radius: 2px !important;
  border: 1px solid #d1d5d9 !important;
  font-size: 14px !important;
}

.bondar-search-box .input-text {
  flex: 1 1 100% !important;
}

.bondar-search-box .input-text input {
  width: 100% !important;
  height: 44px !important;
  border-radius: 2px !important;
  border: 1px solid #d1d5d9 !important;
  font-size: 14px !important;
}

.bondar-search-box .btn-buscador {
  width: 100% !important;
  height: 44px !important;
  background: #081a27 !important;
  color: #e4c70c !important;
  border: 2px solid #081a27 !important;
  border-radius: 2px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase !important;
  font-family: "Montserrat", sans-serif !important;
  transition: all 0.2s !important;
}

.bondar-search-box .btn-buscador:hover {
  background: #e4c70c !important;
  color: #081a27 !important;
  border-color: #e4c70c !important;
}

.bondar-hero__scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  animation: bondar-bounce 2s infinite;
}

.bondar-hero__scroll a {
  color: rgba(255, 255, 255, 0.45);
  font-size: 22px;
  text-decoration: none;
}

@keyframes bondar-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}

.bondar-idx-section {
  padding: 100px 0;
}

.bondar-idx-section--alt {
  background: #f4f6f8 !important;
}

.bondar-idx-head {
  margin-bottom: 56px;
}

.bondar-idx-head h2 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 40px !important;
  font-weight: 800 !important;
  color: #081a27 !important;
  line-height: 1.2 !important;
  margin: 12px 0 0 !important;
}

.bondar-idx-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 36px !important;
  font-weight: 800 !important;
  color: #081a27 !important;
  line-height: 1.25 !important;
  margin: 10px 0 0 !important;
}

.bondar-idx-services__grid {
  margin-left: -12px;
  margin-right: -12px;
}

.bondar-idx-services__grid > [class*="col-"] {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 32px;
}

.bondar-svc {
  background: #fff;
  border-bottom: 3px solid transparent;
  padding: 40px 32px 36px;
  height: 100%;
  transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
}

.bondar-svc:hover {
  border-color: #e4c70c;
  box-shadow: 0 16px 40px rgba(8, 26, 39, 0.10);
  transform: translateY(-4px);
}

.bondar-svc__icon {
  width: 56px;
  height: 56px;
  background: #081a27;
  color: #e4c70c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 24px;
  flex-shrink: 0;
}

.bondar-svc h3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #081a27 !important;
  margin-bottom: 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.bondar-svc p {
  font-size: 16px !important;
  color: #5c6b76 !important;
  line-height: 1.8 !important;
  margin-bottom: 22px !important;
  font-weight: 400 !important;
}

.bondar-svc__link {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #081a27 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
}

.bondar-svc__link:hover {
  color: #c9af08 !important;
  text-decoration: none !important;
}

.bondar-idx-why {
  background: #081a27 !important;
  padding: 100px 0;
}

.bondar-idx-why__title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 36px !important;
  font-weight: 800 !important;
  color: #fff !important;
  line-height: 1.25 !important;
  margin: 12px 0 22px !important;
}

.bondar-idx-why__lead {
  font-size: 17px !important;
  color: rgba(255, 255, 255, 0.75) !important;
  line-height: 1.85 !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}

.bondar-why-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(228, 199, 12, 0.15);
  padding: 28px 22px;
  height: 100%;
  transition: background 0.2s;
}

.bondar-why-item:hover {
  background: rgba(228, 199, 12, 0.09);
}

.bondar-why-item i {
  font-size: 22px !important;
  color: #e4c70c !important;
  display: block;
  margin-bottom: 14px;
}

.bondar-why-item strong {
  display: block;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}

.bondar-why-item span {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.65) !important;
  line-height: 1.7;
  display: block;
}

.bondar-idx-cta {
  background: #e4c70c;
  padding: 88px 0;
}

.bondar-idx-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.bondar-idx-cta__text h2 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #081a27 !important;
  margin-bottom: 14px !important;
  line-height: 1.3 !important;
}

.bondar-idx-cta__text p {
  font-size: 17px !important;
  color: rgba(8, 26, 39, 0.72) !important;
  margin: 0 !important;
  line-height: 1.75 !important;
  max-width: 620px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #081a27 !important;
  color: #fff !important;
}

.buscador-inline .input-text input:focus {
  border-color: #e4c70c !important;
}

.sec-title h2 {
  color: var(--bondar-navy);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.sec-title h2 span {
  color: var(--bondar-navy);
}

.sec-title h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: var(--bondar-gold);
  margin: 14px auto 0;
}

.featured.portfolio,
.popular-places {
  padding-top: 70px;
  padding-bottom: 70px;
}

.bondar-prop {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e8ecef;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.bondar-prop:hover {
  box-shadow: 0 18px 40px rgba(8, 26, 39, 0.14);
  transform: translateY(-4px);
}

.bondar-prop__media {
  position: relative;
  display: block;
  height: 260px;
  overflow: hidden;
}

.bondar-prop__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.bondar-prop:hover .bondar-prop__media img {
  transform: scale(1.05);
}

.bondar-prop__shade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(to top, rgba(8, 26, 39, 0.85) 0%, rgba(8, 26, 39, 0.35) 55%, transparent 100%);
  pointer-events: none;
}

.bondar-prop__price {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 2;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em;
  line-height: 1 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.bondar-prop__op {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  background: #e4c70c !important;
  color: #081a27 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
  line-height: 1;
}

.bondar-prop__status {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: #081a27 !important;
  color: #e4c70c !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 10px;
}

.bondar-prop__body {
  padding: 24px 22px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.bondar-prop__body h3 {
  margin: 0 0 10px !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.25 !important;
}

.bondar-prop__body h3 a {
  color: #081a27 !important;
  text-decoration: none !important;
}

.bondar-prop__body h3 a:hover {
  color: #c9af08 !important;
}

.bondar-prop__loc {
  margin: 0 0 14px !important;
  color: #5c6b76 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  display: flex;
  align-items: center;
  gap: 6px;
}

.bondar-prop__loc i {
  color: #e4c70c !important;
  font-size: 13px !important;
}

.bondar-prop__feats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  padding-top: 14px;
  border-top: 1px solid #e8ecef;
  margin-top: auto;
}

.bondar-prop__feat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #081a27 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
}

.bondar-prop__feat i {
  color: #081a27 !important;
  font-size: 15px !important;
}

.listaDestacadas .slick-slide {
  padding: 8px 10px 24px;
}

.listaDestacadas .item {
  height: auto;
}

.bondar-idx-section--alt .slick-lancers {
  padding: 0 16px 40px;
}

.slick-dots li {
  color: #081a27 !important;
}

.slick-dots li:after {
  background-color: #081a27 !important;
  opacity: 0.35 !important;
}

.slick-dots li.slick-active {
  box-shadow: inset 0 0 0 6px #e4c70c !important;
  -webkit-box-shadow: inset 0 0 0 6px #e4c70c !important;
}

.slick-dots li.slick-active:after {
  background-color: #e4c70c !important;
  opacity: 1 !important;
}

.slick-dots li button:before {
  color: #081a27 !important;
  opacity: 0.35;
}

.slick-dots li.slick-active button:before {
  color: #e4c70c !important;
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #081a27 !important;
  opacity: 0.7;
}

.homes-tag.featured,
.homes-tag.button.alt.featured,
.portfolio .homes-tag.featured,
.portfolio .homes .button,
.portfolio .homes-tag.button.alt.featured,
.homes-tag.button.sale,
.portfolio .homes-tag.sale {
  background: #081a27 !important;
  color: #fff !important;
  border-radius: 2px !important;
}

.portfolio .homes-tag.sale.rent {
  background: #e4c70c !important;
  color: #081a27 !important;
}

.bondar-emp {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e8ecef;
  text-decoration: none !important;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.bondar-emp:hover {
  box-shadow: 0 18px 40px rgba(8, 26, 39, 0.14);
  transform: translateY(-4px);
  text-decoration: none !important;
}

.bondar-emp__media {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.bondar-emp__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.bondar-emp:hover .bondar-emp__media img {
  transform: scale(1.05);
}

.bondar-emp__shade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(to top, rgba(8, 26, 39, 0.88) 0%, rgba(8, 26, 39, 0.3) 60%, transparent 100%);
  pointer-events: none;
}

.bondar-emp__price {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 2;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  line-height: 1.2 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.bondar-emp__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  background: #081a27;
  color: #e4c70c;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 12px;
}

.bondar-emp__body {
  padding: 24px 22px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.bondar-emp__body h3 {
  margin: 0 0 8px !important;
  color: #081a27 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.bondar-emp__loc {
  margin: 0 0 16px !important;
  color: #5c6b76 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.4 !important;
}

.bondar-emp__loc i {
  color: #e4c70c !important;
  font-size: 12px !important;
}

.bondar-emp__link {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #e8ecef;
  color: #081a27 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bondar-emp:hover .bondar-emp__link {
  color: #c9af08 !important;
}

.emprendimiento-box,
.emprendimiento-image,
.emprendimiento-content,
.emprendimiento-badge,
.emprendimiento-location,
.emprendimiento-price {
  display: none !important;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 0.9fr 1.1fr;
  gap: 48px;
  padding: 64px 0 56px;
  align-items: start;
}

.footer-logo {
  width: auto !important;
  max-width: 360px !important;
  height: auto !important;
  max-height: 160px !important;
  object-fit: contain !important;
  display: block;
  margin-bottom: 20px;
  background: transparent !important;
}

.footer-desc {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  max-width: 280px;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}

.footer-main {
  background: #081a27 !important;
  color: rgba(255, 255, 255, 0.86) !important;
  margin-top: 0 !important;
  border-top: 0 !important;
}

.footer-col h4,
.footer-titulo {
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 22px !important;
  position: relative;
  padding-bottom: 12px;
}

.footer-col h4::after,
.footer-titulo::after {
  content: "";
  width: 28px;
  height: 2px;
  background: #e4c70c !important;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-list li {
  font-size: 14px !important;
  margin-bottom: 12px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
  list-style: none !important;
}

.footer-list li::before,
.footer-list li::marker {
  display: none !important;
  content: none !important;
}

.footer-list i {
  color: #e4c70c !important;
  margin-top: 3px;
  width: 16px;
  flex-shrink: 0;
}

.footer-list a {
  color: rgba(255, 255, 255, 0.78) !important;
  text-decoration: none !important;
  transition: color 0.2s;
}

.footer-list a:hover {
  color: #e4c70c !important;
  opacity: 1;
}

.footer-map iframe {
  width: 100%;
  height: 170px;
  border: 0;
  filter: grayscale(0.2) contrast(1.05);
}

.footer-bottom {
  background: #08151d !important;
  padding: 18px 0 !important;
  border-top: 1px solid rgba(228, 199, 12, 0.15);
}

.footer-bottom p {
  margin: 0 !important;
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.65) !important;
  text-align: center;
}

.footer-bottom strong {
  color: #e4c70c !important;
  font-weight: 600;
}

.redes-footer {
  background: #122433 !important;
  padding: 36px 0 !important;
  border-top: 3px solid #e4c70c;
}

.redes-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.redes-footer h2 {
  color: #e4c70c !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 !important;
}

.redes-footer .redes {
  display: flex;
  gap: 14px;
}

.redes-footer .redes a {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(228, 199, 12, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 20px !important;
  text-decoration: none !important;
  transition: all 0.2s;
}

.redes-footer .redes a:hover {
  background: #e4c70c;
  border-color: #e4c70c;
  color: #081a27 !important;
}

@media (max-width: 991px) {
  .redes-footer-content {
    flex-direction: column;
    text-align: center;
  }

  .redes-footer h2 {
    font-size: 18px !important;
  }
}

.inner-pages .headings {
  background:
    linear-gradient(rgba(8, 26, 39, 0.72), rgba(8, 26, 39, 0.72)),
    url("../img/13.jpg") center / cover no-repeat !important;
  height: 240px !important;
  background-size: cover !important;
  display: flex !important;
  align-items: center;
}

.inner-pages .headings .text-heading {
  width: 100%;
}

.inner-pages .headings h1 {
  margin-top: 0 !important;
  font-size: 40px !important;
  font-weight: 800 !important;
  color: #fff !important;
  letter-spacing: -0.02em;
}

.inner-pages .headings h2,
.inner-pages .headings h2 a {
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.iconos-contacto {
  color: #e4c70c !important;
  font-size: 18px !important;
  margin: 0 !important;
}

.bondar-contact-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 40px;
}

.bondar-contact-item {
  flex: 1 1 220px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e8ecef;
  text-decoration: none !important;
  min-height: 72px;
}

.bondar-contact-item i {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #081a27;
  color: #e4c70c !important;
  font-size: 14px !important;
}

.bondar-contact-item span {
  color: #081a27 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.bondar-contact-item:hover {
  border-color: #e4c70c;
}

.contact-us h3 {
  color: #081a27 !important;
  font-weight: 800 !important;
}

.bondar-filters {
  background: #fff;
  border: 1px solid #e8ecef;
  padding: 22px 22px 8px;
  margin-bottom: 36px;
}

.bondar-filters__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.bondar-filters select,
.bondar-filters .nice-select,
.bondar-filters input[type="text"] {
  width: 100% !important;
  height: 46px !important;
  line-height: 46px !important;
  margin: 0 !important;
  border: 1px solid #d1d5d9 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #081a27 !important;
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif !important;
  padding: 0 12px !important;
}

.bondar-filters .nice-select {
  padding-left: 12px !important;
}

.bondar-filters button {
  height: 46px;
  border: 0;
  width: 100%;
  justify-content: center;
}

.bondar-results {
  color: #5c6b76 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0 0 20px !important;
}

.listaFichas .item::before,
.listaFichas .item::after,
.listaFichas li::marker {
  content: none !important;
  display: none !important;
}

.listaFichas {
  list-style: none !important;
}

.listaFichas .slick-dots {
  display: none !important;
}

@media (max-width: 1199px) {
  .bondar-filters__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bondar-filters__grid {
    grid-template-columns: 1fr;
  }
}

.inner-pages .form-control,
.inner-pages .form-group input {
  font-weight: 500;
  border: 1px solid #ddd;
}

.form-group h4 {
  font-size: 18px;
  color: #081a27;
  font-weight: 600;
}

p {
  line-height: 1.65;
  font-weight: 400;
}

.btn.btn-yellow {
  background: var(--bondar-gold) !important;
  color: var(--bondar-navy) !important;
  border: 0 !important;
  border-radius: 2px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: none !important;
}

.btn.btn-yellow:hover {
  background: var(--bondar-navy) !important;
  color: #fff !important;
}

.btn.btn-primary,
.btn.btn-lg,
.inner-pages .btn.btn-primary {
  background: var(--bondar-gold) !important;
  border-color: var(--bondar-gold) !important;
  color: var(--bondar-navy) !important;
  border-radius: 2px !important;
  font-weight: 700;
}

.btn.btn-primary:hover,
.inner-pages .btn.btn-primary:hover {
  background: var(--bondar-navy) !important;
  color: #fff !important;
}

.iconos-contacto {
  color: #e4c70c !important;
  font-size: 18px !important;
  margin: 0 !important;
}

.badge-exp,
.about-cta {
  background: var(--bondar-gold) !important;
  color: var(--bondar-navy) !important;
  border: 0 !important;
  border-radius: 2px !important;
  font-weight: 700;
}

.slick-prev:before,
.slick-next:before {
  color: #081a27 !important;
}

.pagination .page-item.active .page-link,
.page-link:hover {
  background: var(--bondar-navy) !important;
  border-color: var(--bondar-navy) !important;
  color: #fff !important;
}

.bondar-about {
  background: #fff;
}

.bondar-about-block {
  padding: 80px 0;
}

.bondar-about-block.alt {
  background: var(--bondar-mist);
}

.bondar-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bondar-gold-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.bondar-kicker::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--bondar-gold);
}

.bondar-about h2 {
  color: var(--bondar-navy);
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 22px;
  line-height: 1.25;
}

.bondar-about p,
.bondar-prose p {
  color: var(--bondar-muted);
  font-size: 16px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
  margin-bottom: 16px;
}

.bondar-prose p:last-child,
.bondar-card p:last-child {
  margin-bottom: 0;
}

.bondar-quote {
  border-left: 3px solid var(--bondar-gold);
  padding-left: 22px;
  margin: 28px 0 0;
  color: var(--bondar-navy) !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.bondar-card {
  background: #fff;
  border: 1px solid #e7ecef;
  padding: 28px 24px;
  height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.bondar-card:hover {
  transform: translateY(-5px);
  border-color: var(--bondar-gold);
  box-shadow: 0 16px 32px rgba(8, 26, 39, 0.08);
}

.bondar-card-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bondar-navy);
  color: var(--bondar-gold);
  margin-bottom: 16px;
  font-size: 16px;
}

.bondar-card h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bondar-navy);
  margin-bottom: 12px;
}

.bondar-mv {
  background: var(--bondar-navy);
  color: #fff;
  padding: 36px 32px;
  height: 100%;
}

.bondar-mv h3 {
  color: var(--bondar-gold);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.bondar-mv p {
  color: rgba(255, 255, 255, 0.86) !important;
  margin-bottom: 0;
}

.bondar-value {
  padding: 8px 0 22px;
}

.bondar-value strong {
  display: block;
  color: var(--bondar-navy);
  font-size: 15px;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.bondar-value p {
  margin-bottom: 0 !important;
}

.bondar-office {
  display: flex;
  align-items: center;
  min-height: 380px;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(8, 26, 39, 0.92) 0%, rgba(8, 26, 39, 0.72) 52%, rgba(8, 26, 39, 0.38) 100%),
    url("../img/13.jpg") center center / cover no-repeat;
}

.bondar-office-img {
  min-height: 280px;
  background: url("../img/13.jpg") center / cover no-repeat;
}

.bondar-office-copy {
  padding: 56px 48px;
  color: #fff;
  max-width: 620px;
}

.bondar-office-copy h3 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 12px;
}

.bondar-office-copy p {
  color: rgba(255, 255, 255, 0.8) !important;
}

.bondar-about-cta {
  display: inline-block;
  padding: 13px 28px;
  background: var(--bondar-gold);
  color: var(--bondar-navy) !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none !important;
}

.bondar-about-cta:hover {
  background: var(--bondar-navy);
  color: #fff !important;
}

.bondar-office-copy .bondar-about-cta:hover {
  background: #fff;
  color: var(--bondar-navy) !important;
}

.bondar-service-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--bondar-navy);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bondar-service-link:hover {
  color: var(--bondar-gold-dark);
}

@media only screen and (max-width: 1024px) {
  #header {
    padding-top: 0 !important;
    overflow: visible !important;
  }

  #header-container {
    overflow: visible !important;
  }

  .container-header {
    min-height: 72px;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
    overflow: visible !important;
    gap: 12px;
  }

  .header-col.left {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 56px);
    overflow: visible !important;
    z-index: 1;
  }

  #logo {
    position: relative !important;
    width: auto !important;
    max-width: 100% !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    text-align: left !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  #logo img,
  #header.cloned #logo img,
  #header.cloned.sticky #logo img {
    display: block !important;
    width: auto !important;
    max-width: min(170px, 100%) !important;
    max-height: 48px !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  .mmenu-trigger {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: auto !important;
    order: 3;
    position: relative !important;
    z-index: 5;
    flex: 0 0 44px;
  }

  .mmenu-trigger .hamburger {
    left: 0 !important;
    top: 0 !important;
    transform: scale(0.78) !important;
  }

  .header-col.center {
    display: none !important;
  }

  .header-col.right {
    display: none !important;
  }
}

@media only screen and (max-width: 575px) {
  #logo img,
  #header.cloned #logo img,
  #header.cloned.sticky #logo img {
    padding-top: 0 !important;
    margin: 0 !important;
    width: auto !important;
    max-width: min(150px, 72vw) !important;
    max-height: 44px !important;
  }
}

@media (max-width: 1199px) {
  .bondar-hero__copy h1 {
    font-size: 50px !important;
  }

  .bondar-search-box {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .bondar-hero__copy h1 {
    font-size: 40px !important;
  }

  .bondar-hero__inner {
    padding: 90px 0 60px;
  }

  .bondar-search-box {
    margin-top: 36px;
    margin-left: 0;
  }

  .bondar-idx-section {
    padding: 72px 0;
  }

  .bondar-idx-why {
    padding: 72px 0;
  }

  .bondar-svc {
    padding: 32px 26px 30px;
  }

  .bondar-idx-head h2,
  .bondar-idx-title {
    font-size: 28px !important;
  }

  .bondar-idx-why__title {
    font-size: 26px !important;
  }

  .bondar-idx-cta__inner {
    flex-direction: column;
    text-align: center;
  }

  .bondar-idx-cta__text p {
    max-width: 100%;
  }

  .bondar-topbar-left span:nth-child(n+3) {
    display: none;
  }

  .bondar-about-block {
    padding: 56px 0;
  }

  .only-mobile {
    display: block;
    margin-top: 12px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .bondar-hero__copy h1 {
    font-size: 34px !important;
  }

  .bondar-hero__lead {
    font-size: 15px !important;
    max-width: 100%;
  }

  .bondar-hero__actions {
    flex-direction: column;
  }

  .bondar-hero__actions .bondar-btn {
    justify-content: center;
    width: 100%;
  }

  .bondar-about h2 {
    font-size: 26px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-col h4::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-desc {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .bondar-hero__copy h1 {
    font-size: 30px !important;
  }

  .bondar-idx-cta__text h2 {
    font-size: 22px !important;
  }
}
