.ltn__secondary-bg {
  background-color: #df0209;
}

.section-bg-7 {
  background-color: #df0209;
}

.before-bg-bottom:before {
  background-color: #000;
}

@media only screen and (max-width: 600px) {
  .ltn__feature-area.section-bg-1---.mb-120---.pt-115 {
    padding-top: 3rem;
  }

  .ltn__product-slider-area.ltn__product-gutter.pt-115 {
    padding-top: 1rem;
  }

  .ltn__banner-area.pt-115 {
    padding-top: 3rem;
  }

  .footer-widget.footer-menu-widget.clearfix {
    text-align: center;
  }

  .footer-widget.footer-newsletter-widget {
    text-align: center;
  }
}

.flexslider .slides img {
  /* width: 100%; */
  display: block;
  max-height: 240px;
  max-width: 1000%;
}

.ltn__slide-item.ltn__slide-item-2.ltn__slide-item-3-normal---.ltn__slide-item-3.bg-image.bg-overlay-theme-black-60.slick-slide.slick-current.slick-active {
  min-height: 29rem;
}


/* CSS DA BUSCA */
.popover-header {
  margin-right: 0.25rem;
  color: white !important;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.bootstrap-select > .dropdown-toggle:after {
  right: 10px;
}

button.close {
  margin-right: 15px;
}

.dropdown-menu.show {
  z-index: 9999 !important;
}

button.btn.dropdown-toggle.btn-light.bs-placeholder {
  padding: 15px 15px;
  padding-left: 20px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  padding-left: 20px;
  height: 50px;
  font-family: var(--ltn__heading-font);
}

@media (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="submit"],
  textarea {
    padding-left: 20px;
    height: 45px;
    font-family: var(--ltn__heading-font);
  }
}

.busca-top {
  background-color: #f2f6f7;
}

.ltn__car-dealer-form-box .ltn__car-dealer-form-item {
  margin-bottom: 0px;
}

button.btn.dropdown-toggle.btn-light {
  max-height: 50px;
  border-radius: 10px;
  padding-left: 20px;
  border: 2px solid #99999959 !important;
  background-color: #fff;
}

.filter-option-inner-inner {
  color: var(--ltn__paragraph-color);
}

button.btn.dropdown-toggle.btn-light.bs-placeholder {
  border: 2px solid #99999959 !important;
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  .d-xs-block {
    display: block !important;
  }

  .ltn__car-dealer-form-item.ltn__custom-icon.ltn__icon-cog.col-lg-2.col-md-6.p-1 {
    margin-bottom: 30px !important;
  }

  .bootstrap-select > .dropdown-toggle {
    border-radius: 12px;
  }

  .selectCodigo {
    border-radius: 12px !important;
    padding-left: 20px !important;
    border: solid #000 1px !important;
    background-color: #f8f9fa !important;
  }

  .selectCodigo option {
    color: black !important;
  }

  .btn:after {
    display: block !important;
    right: 10px;
  }

  .mr-2 {
    margin-right: 1.75rem;
  }

  .mb-celular {
    margin-bottom: 1rem !important;
  }

  button.btn.dropdown-toggle.btn-light {
    min-height: 45px;
    max-height: 45px;
}
ul#bairroLocacao {
  display: grid;
  justify-items: start;
  column-gap: 10px;
  width: 100%;
}
ul#bairroVenda {
  display: grid;
  justify-items: start;
  column-gap: 10px;
  width: 100%;
}
.modal-dialog {
  max-width: 95%;
  min-width: 300px;
  margin: 1.75rem auto;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: smaller;
}
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea,
button.btn.dropdown-toggle.btn-light.bs-placeholder {
  border-radius: var(--border-radius);
}

.tab-content {
  border-radius: 25px;
}
.border-radius-1 {
  border-radius: 70px;
}
.search-style {
  background-color: #f2f6f7;
}
.bg-search-stylled {
  background-color: #f2f6f7;
}

div.nav a{
  border-radius: 30px;
}

.ltn__car-dealer-form-box input[type="text"], .ltn__car-dealer-form-box input[type="email"], .ltn__car-dealer-form-box input[type="password"], .ltn__car-dealer-form-box input[type="submit"], .ltn__car-dealer-form-box textarea {
  margin-bottom: 0px;
}

.dropdown-menu {
  position: relative;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 8px;
  margin: 0;
  font-size: 1rem;
  color: var(--ltn__color-2);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  width: 100%;
  overflow-x: hidden;
}

/* Exibir o menu dropdown com animação */
.dropdown-menu.show {
  display: block;
  transform: translate3d(0px, 0px, 0px) !important;
  position: relative !important;
  opacity: 1;
  max-height: 300px;
  top: 5px !important;
  transform: translateY(0);
  pointer-events: all;
  overflow-y: auto;
}
#bs-select-1.inner.show {
  overflow-y: hidden !important;
}
/* Estilizando as opções do dropdown */
.dropdown-menu li {
  padding: 0;
  color: #555;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-radius: 5px;
}

/* Efeito de hover nas opções */
.dropdown-menu li .selected {
  background-color: #f8f9fa; /* Cor de fundo suave ao passar o mouse */
  color: var(--cor-site-2) !important; /* Cor do texto ao passar o mouse */
  border-radius: 5px;
}
/* Efeito de hover nas opções */
.dropdown-item:focus, .dropdown-item:hover {
  color: var(--cor-site-1) !important;
  background-color: #f8f9fa;
  border-radius: var(--border-radius);
}

/* Efeito de hover nas opções */
.dropdown-menu li .active {
  background-color: #f8f9fa; /* Cor de fundo suave ao passar o mouse */
  color: var(--cor-site-2) !important; /* Cor do texto ao passar o mouse */
  border-radius: 12px;
}

/* Efeito para foco no item selecionado */
.dropdown-menu li:focus {
  outline: none; /* Remove o outline */
  background-color: var(--cor-site-1) !important; /* Cor de fundo ao focar */
  color: #fff; /* Cor do texto ao focar */
  border-radius: 12px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 0px;
}

/* Estilo para os selects com Select2 */
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 50px;
    padding: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 5px;
}

/* Badge para contagem de itens */
.badge {
    font-size: 0.75em;
    padding: 0.25em 0.4em;
    margin-left: 5px;
}

button.w-100.btn.theme-btn-1.text-uppercase {
  height: 65px;
  padding: 20px;
}

.flex-busca {
  display: flex;
}

div#toggleDropdownCodigoLocacao {
  width: 200px;
  padding: 1.5em;
  align-items: center;
  display: flex;
  border-radius: 4px;
}
a#toggleDropdownBairroLocacao {
  width: 200px;
  padding: 1.5em;
  align-items: center;
  display: flex;
  border-radius: 4px;
}
a#toggleDropdownTipoLocacao {
  width: 200px;
  padding: 1.5em;
  align-items: center;
  display: flex;
  border-radius: 5px;
}
a#toggleDropdownCidadeLocacao {
  width: 200px;
  padding: 1.5em;
  align-items: center;
  display: flex;
  border-radius: 5px;
}
div#toggleDropdownCodigoVenda {
  width: 200px;
  padding: 1.5em;
  align-items: center;
  display: flex;
  border-radius: 4px;
}
a#toggleDropdownBairroVenda {
  width: 200px;
  padding: 1.5em;
  align-items: center;
  display: flex;
  border-radius: 4px;
}
a#toggleDropdownTipoVenda {
  width: 200px;
  padding: 1.5em;
  align-items: center;
  display: flex;
  border-radius: 5px;
}
a#toggleDropdownCidadeVenda {
  width: 200px;
  padding: 1.5em;
  align-items: center;
  display: flex;
  border-radius: 5px;
}
div#codeSearchVenda {
    width: auto;
}
div#codeSearchLocacao {
    width: auto;
}


.barra-busca {
  background-color: #99999969;
  width: 1px;
  margin: 1em 0em;
}

.small-text {
  font-size: 1em;
  color: #666;
}

.checkbox-item .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f2f2f2;
    border: 1px solid #999999 !important;
    border-radius: 5px;
}

.checkbox-list label {
    display: block;
    margin-bottom: 0px !important;
    cursor: pointer;
    padding-left: 30px !important;
}

.checkbox-list li {
    padding: 7px 10px;
    width: 100%;
    color: var(--cor-site-5);
}
.checkbox-list li:hover {
    background-color: #d3d3d3;
}
.checkbox-list li:hover label {
    color: var(--cor-site-1);
}
.checkbox-list li:hover label .checkmark{
  background-color: #fafafa;
  border: 1px solid var(--cor-site-1) !important;
}

small.small-tipo {
    font-size: 15px;
    font-weight: 600;
    padding: 7px 10px;
    border-bottom: 1px solid #99999959;
}
small.small-cidade {
    font-size: 15px;
    font-weight: 600;
    padding: 7px 10px;
    border-bottom: 1px solid #99999959;
}
small.small-bairro {
    font-size: 15px;
    font-weight: 600;
    padding: 7px 10px;
    border-bottom: 1px solid #99999959;
}

.checkbox-item .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid var(--cor-site-1);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-item input:checked + .checkmark {
    background-color: var(--cor-site-3);
    color: var(--cor-site-1) !important;
    border: 1px solid var(--cor-site-1) !important;
}

.tab-content {
  width: 100%;
  display: grid;
  justify-items: center;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
 
}
.checkbox-list {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}
.checkbox-list label {
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
}
.btn-confirmar {
    background-color: var(--cor-site-1);
    color: white;
    border: none;
    padding: 8px 15px;
    margin-top: 0px;
    border-radius: 0px;
    cursor: pointer;
    width: 100%;
}
.btn-confirmar:hover {
    background-color: var(--cor-site-4);
}
/* Estilo do switcher (inspirado no Casa Be) */
.search-mode-switcher {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 34%;
}

.search-mode-options {
    display: inline-flex;
    background: #f5f5f5;
    border-radius: 30px;
    padding: 3px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.search-mode-option {
    border: none;
    background: none;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
}

.search-mode-option.active {
    background: #fff;
    color: var(--cor-site-1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.search-mode-option i {
    font-size: 14px;
}

/* Estilo da busca por código (inspirado no Casa Be) */
.code-search-container {
    width: 100%;
    margin-bottom: 15px;
}

.code-search-input {
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 12px 20px;
    font-size: 14px;
    height: auto;
}

.code-search-button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--cor-site-1);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.code-search-button:hover {
    background: var(--cor-site-4);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
/* Estilo para o campo de código expandido */
.code-search-wrapper {
    width: 100%;
    padding: 1.6em;
    align-items: center;
    display: flex;
    border-radius: 17px;
    transition: all 0.3s;
}

.code-search-input {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 14px;
    outline: none;
    height: auto;
}

/* Efeito quando o campo está focado */
.code-search-wrapper:focus-within,
.code-search-wrapper.dropdown-active {
    background-color: #fafafa;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

/* Remove a borda do form-control */
.code-search-input.form-control {
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

/* Ajusta o alinhamento vertical */
.flex-busca .w-100 {
    display: flex;
}

@media (max-width: 1600px) and (min-width: 1440px) {
  .search-mode-switcher {
    top: 32%;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .search-mode-switcher {
    top: 24%;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .search-mode-switcher {
    top: 30%;
  }
  div#toggleDropdownCodigoLocacao {
    width: 200px;
  }
  a#toggleDropdownBairroLocacao {
    width: 200px;
  }
  a#toggleDropdownTipoLocacao {
    width: 200px;
  }
  a#toggleDropdownCidadeLocacao {
    width: 200px;
  }
  div#toggleDropdownCodigoVenda {
    width: 200px;
  }
  a#toggleDropdownBairroVenda {
    width: 200px;
  }
  a#toggleDropdownTipoVenda {
    width: 200px;
  }
  a#toggleDropdownCidadeVenda {
    width: 200px;
  }
}
@media (max-width: 1023px) and (min-width: 900px) {
  .search-mode-switcher {
    top: 30%;
  }
  div#toggleDropdownCodigoLocacao {
    width: 200px;
  }
  a#toggleDropdownBairroLocacao {
    width: 200px;
  }
  a#toggleDropdownTipoLocacao {
    width: 200px;
  }
  a#toggleDropdownCidadeLocacao {
    width: 200px;
  }
  div#toggleDropdownCodigoVenda {
    width: 200px;
  }
  a#toggleDropdownBairroVenda {
    width: 200px;
  }
  a#toggleDropdownTipoVenda {
    width: 200px;
  }
  a#toggleDropdownCidadeVenda {
    width: 200px;
  }
}
@media (max-width: 899px) and (min-width: 768px) {
  .search-mode-switcher {
    top: 24%;
  }
  div#toggleDropdownCodigoLocacao {
    width: 160px;
  }
  a#toggleDropdownBairroLocacao {
    width: 160px;
  }
  a#toggleDropdownTipoLocacao {
    width: 160px;
  }
  a#toggleDropdownCidadeLocacao {
    width: 160px;
  }
  div#toggleDropdownCodigoVenda {
    width: 160px;
  }
  a#toggleDropdownBairroVenda {
    width: 160px;
  }
  a#toggleDropdownTipoVenda {
    width: 160px;
  }
  a#toggleDropdownCidadeVenda {
    width: 160px;
  }
}
.container-busca {
  max-width: 700px;
}

.ltn__secondary-bg {
  background-color: #df0209;
}

.section-bg-7 {
  background-color: #df0209;
}

.before-bg-bottom:before {
  background-color: #000;
}

@media only screen and (max-width: 600px) {
  .ltn__feature-area.section-bg-1---.mb-120---.pt-115 {
    padding-top: 3rem;
  }

  .ltn__product-slider-area.ltn__product-gutter.pt-115 {
    padding-top: 1rem;
  }

  .ltn__banner-area.pt-115 {
    padding-top: 3rem;
  }

  .footer-widget.footer-menu-widget.clearfix {
    text-align: center;
  }

  .footer-widget.footer-newsletter-widget {
    text-align: center;
  }
}

.flexslider .slides img {
  /* width: 100%; */
  display: block;
  max-height: 240px;
  max-width: 1000%;
}

.ltn__slide-item.ltn__slide-item-2.ltn__slide-item-3-normal---.ltn__slide-item-3.bg-image.bg-overlay-theme-black-60.slick-slide.slick-current.slick-active {
  min-height: 29rem;
}


/* CSS DA BUSCA */
.popover-header {
  margin-right: 0.25rem;
  color: white !important;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.bootstrap-select > .dropdown-toggle:after {
  right: 10px;
}

button.close {
  margin-right: 15px;
}

.dropdown-menu.show {
  z-index: 9999 !important;
}

button.btn.dropdown-toggle.btn-light.bs-placeholder {
  padding: 15px 15px;
  padding-left: 20px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  padding-left: 20px;
  height: 50px;
  font-family: var(--ltn__heading-font);
}

@media (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="submit"],
  textarea {
    padding-left: 20px;
    height: 45px;
    font-family: var(--ltn__heading-font);
  }
}

.busca-top {
  background-color: #f2f6f7;
}

button.btn.dropdown-toggle.btn-light {
  max-height: 50px;
  border-radius: 10px;
  padding-left: 20px;
  border: 2px solid #99999959 !important;
  background-color: #fff;
}

.filter-option-inner-inner {
  color: var(--ltn__paragraph-color);
}

button.btn.dropdown-toggle.btn-light.bs-placeholder {
  border: 2px solid #99999959 !important;
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  .d-xs-block {
    display: block !important;
  }

  .ltn__car-dealer-form-item.ltn__custom-icon.ltn__icon-cog.col-lg-2.col-md-6.p-1 {
    margin-bottom: 30px !important;
  }
  .bootstrap-select > .dropdown-toggle {
    border-radius: 12px;
  }

  .selectCodigo {
    border-radius: 12px !important;
    padding-left: 20px !important;
    border: solid #000 1px !important;
    background-color: #f8f9fa !important;
  }

  .selectCodigo option {
    color: black !important;
  }

  .btn:after {
    display: block !important;
    right: 10px;
  }

  .mr-2 {
    margin-right: 1.75rem;
  }

  .mb-celular {
    margin-bottom: 1rem !important;
  }

  button.btn.dropdown-toggle.btn-light {
    min-height: 45px;
    max-height: 45px;
}
ul#bairroLocacao {
  display: grid;
  justify-items: start;
  column-gap: 10px;
  width: 100%;
}
ul#bairroVenda {
  display: grid;
  justify-items: start;
  column-gap: 10px;
  width: 100%;
}
.modal-dialog {
  max-width: 95%;
  min-width: 300px;
  margin: 1.75rem auto;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: smaller;
}
}

.ltn__car-dealer-form-box .ltn__car-dealer-form-item {
  box-sizing: border-box !important;
  display: flex;
  justify-content: center;
  height: 100px;
  width: 82px;
}

@media (max-width: 768px) {
  .ltn__car-dealer-form-box .ltn__car-dealer-form-item {
    width: 100%;
  }
  .ltn__upcoming-project-item.full-image-layout {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 490px;
  }
  p.titulo-imovel {
    display: none;
  }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea,
button.btn.dropdown-toggle.btn-light.bs-placeholder {
  border-radius: var(--border-radius);
}

.tab-content {
  border-radius: 25px;
}
.border-radius-1 {
  border-radius: 70px;
}
.search-style {
  background-color: #f2f6f7;
}
.bg-search-stylled {
  background-color: #f2f6f7;
}

div.nav a{
  border-radius: 30px;
}

.ltn__car-dealer-form-box input[type="text"], .ltn__car-dealer-form-box input[type="email"], .ltn__car-dealer-form-box input[type="password"], .ltn__car-dealer-form-box input[type="submit"], .ltn__car-dealer-form-box textarea {
  margin-bottom: 0px;
}

.dropdown-menu {
  position: relative;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 8px;
  margin: 0;
  font-size: 1rem;
  color: var(--ltn__color-2);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  width: 100%;
  overflow-x: hidden;
}

/* Exibir o menu dropdown com animação */
.dropdown-menu.show {
  display: block;
  transform: translate3d(0px, 0px, 0px) !important;
  position: relative !important;
  opacity: 1;
  max-height: 300px;
  top: 5px !important;
  transform: translateY(0);
  pointer-events: all;
  overflow-y: auto;
}
#bs-select-1.inner.show {
  overflow-y: hidden !important;
}
/* Estilizando as opções do dropdown */
.dropdown-menu li {
  padding: 0;
  color: #555;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-radius: 5px;
}

/* Efeito de hover nas opções */
.dropdown-menu li .selected {
  background-color: #f8f9fa; /* Cor de fundo suave ao passar o mouse */
  color: var(--cor-site-2) !important; /* Cor do texto ao passar o mouse */
  border-radius: 5px;
}
/* Efeito de hover nas opções */
.dropdown-item:focus, .dropdown-item:hover {
  color: var(--cor-site-1) !important;
  background-color: #f8f9fa;
  border-radius: var(--border-radius);
}

/* Efeito de hover nas opções */
.dropdown-menu li .active {
  background-color: #f8f9fa; /* Cor de fundo suave ao passar o mouse */
  color: var(--cor-site-2) !important; /* Cor do texto ao passar o mouse */
  border-radius: 12px;
}

/* Efeito para foco no item selecionado */
.dropdown-menu li:focus {
  outline: none; /* Remove o outline */
  background-color: var(--cor-site-1) !important; /* Cor de fundo ao focar */
  color: #fff; /* Cor do texto ao focar */
  border-radius: 12px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 0px;
}

/* Estilo para os selects com Select2 */
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 50px;
    padding: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 5px;
}

/* Badge para contagem de itens */
.badge {
    font-size: 0.75em;
    padding: 0.25em 0.4em;
    margin-left: 5px;
}

button.w-100.btn.theme-btn-1.text-uppercase {
  height: 65px;
  padding: 20px;
}

.flex-busca {
  display: flex;
}

.dropdown-active,
.botao-busca:focus-within {
  background-color: #fafafa;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.barra-busca {
  background-color: #99999969;
  width: 1px;
  margin: 1em 0em;
}

.small-text {
  font-size: 1em;
  color: #666;
}

.checkbox-item .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f2f2f2;
    border: 1px solid #999999 !important;
    border-radius: 5px;
}

.checkbox-list label {
    display: block;
    margin-bottom: 0px !important;
    cursor: pointer;
    padding-left: 30px !important;
}

.checkbox-list li {
    padding: 7px 10px;
    width: 100%;
    color: var(--cor-site-5);
}
.checkbox-list li:hover {
    background-color: #d3d3d3;
}
.checkbox-list li:hover label {
    color: var(--cor-site-1);
}
.checkbox-list li:hover label .checkmark{
  background-color: #fafafa;
  border: 1px solid var(--cor-site-1) !important;
}

small.small-tipo {
    font-size: 15px;
    font-weight: 600;
    padding: 7px 10px;
    border-bottom: 1px solid #99999959;
}
small.small-cidade {
    font-size: 15px;
    font-weight: 600;
    padding: 7px 10px;
    border-bottom: 1px solid #99999959;
}
small.small-bairro {
    font-size: 15px;
    font-weight: 600;
    padding: 7px 10px;
    border-bottom: 1px solid #99999959;
}

.checkbox-item .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid var(--cor-site-1);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-item input:checked + .checkmark {
    background-color: var(--cor-site-3);
    color: var(--cor-site-1) !important;
    border: 1px solid var(--cor-site-1) !important;
}

.tab-content {
  width: 100%;
  display: grid;
  justify-items: center;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
 
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  width: max-content;
  opacity: 1;
  overflow: visible;
  background-color: #ffffffd4;
  padding: 0px;
  border-radius: 4px;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-box-shadow: var(--ltn__box-shadow-1);
}

.checkbox-list {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}
.checkbox-list label {
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
}
.btn-confirmar {
    background-color: var(--cor-site-1);
    color: white;
    border: none;
    padding: 8px 15px;
    margin-top: 0px;
    border-radius: 0px;
    cursor: pointer;
    width: 100%;
}
.btn-confirmar:hover {
    background-color: var(--cor-site-4);
}
/* Estilo do switcher (inspirado no Casa Be) */
.search-mode-switcher {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 34%;
}

.search-mode-options {
    display: inline-flex;
    width: max-content;
    background: #f5f5f5;
    border-radius: 30px;
    padding: 3px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.search-mode-option {
    border: none;
    background: none;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
}

.search-mode-option.active {
    background: #fff;
    color: var(--cor-site-1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.search-mode-option i {
    font-size: 14px;
}

/* Estilo da busca por código (inspirado no Casa Be) */
.code-search-container {
    width: 100%;
    margin-bottom: 15px;
}

.code-search-input {
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 12px 20px;
    font-size: 14px;
    height: auto;
}

.code-search-button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--cor-site-1);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.code-search-button:hover {
    background: var(--cor-site-4);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
/* Estilo para o campo de código expandido */
.code-search-wrapper {
    width: 100%;
    padding: 1.6em;
    align-items: center;
    display: flex;
    border-radius: 17px;
    transition: all 0.3s;
}

.code-search-input {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 14px;
    outline: none;
    height: auto;
}

/* Efeito quando o campo está focado */
.code-search-wrapper:focus-within,
.code-search-wrapper.dropdown-active {
    background-color: #fafafa;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

/* Remove a borda do form-control */
.code-search-input.form-control {
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

/* Ajusta o alinhamento vertical */
.flex-busca .w-100 {
    display: flex;
}
.flex-search {
  display: flex;
  justify-content: center;
}

input#codigoImovelLocacao {
    border: none !important;
    height: 19.5px;
    font-size: 13px;
    color: #555;
}
input#codigoImovelLocacao:focus {
    background-color: transparent !important;
    border-radius: 0px;
}
input#codigoImovelLocacao::placeholder {
  font-size: 13px;
  color: #555;
}
input#codigoImovelVenda {
    border: none !important;
    height: 19.5px;
    font-size: 13px;
    color: #555;
}
input#codigoImovelVenda:focus {
    background-color: transparent !important;
    border-radius: 0px;
}
input#codigoImovelVenda::placeholder {
  font-size: 13px;
  color: #555;
}


@media (max-width: 580px) and (min-width: 325px) {
  .search-mode-switcher {
    top: 7%;
  }
  div#toggleDropdownCodigoLocacao {
    width: 300px;
  }
  a#toggleDropdownBairroLocacao {
    width: 300px;
  }
  a#toggleDropdownTipoLocacao {
    width: 300px;
  }
  a#toggleDropdownCidadeLocacao {
    width: 300px;
  }
  div#toggleDropdownCodigoVenda {
    width: 300px;
  }
  a#toggleDropdownBairroVenda {
    width: 300px;
  }
  a#toggleDropdownTipoVenda {
    width: 300px;
  }
  a#toggleDropdownCidadeVenda {
    width: 300px;
  }
  .flex-busca {
    flex-direction: column;
  }
  .barra-busca {
    background-color: #99999969;
    height: 1px;
    margin: 0em 1em;
    width: auto;
  }
  .flex-search {
    flex-direction: column;
  }
  .property-info-overlay {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .property-details-overlay {
    align-items: flex-start !important;
  }
}
.card-boleto-horizontal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-left: 4px solid var(--cor-site-2);
}

.boleto-info h3 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.boleto-info p {
    color: #7f8c8d;
    font-size: 14px;
    margin: 0;
}

.btn-boleto-horizontal {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--cor-site-2);
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-boleto-horizontal:hover {
    background-color: var(--cor-site-2);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(39, 174, 96, 0.3);
}

.btn-boleto-horizontal svg {
    width: 14px;
    height: 14px;
}

.dropdown-options {
    list-style: none;
}

.dropdown-option {
    display: block;
    padding: 5px 12px 5px 32px;
    cursor: pointer;
    position: relative;
    font-size: 13px;
}

.dropdown-option:hover {
    background-color: #f5f5f5;
}

.dropdown-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.dropdown-checkmark {
    position: absolute;
    top: 7px;
    left: 8px;
    height: 16px;
    width: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: white;
}

.dropdown-option input:checked ~ .dropdown-checkmark {
    background-color: var(--cor-site-1);
    border-color: var(--cor-site-1);
}

.dropdown-option input:checked ~ .dropdown-checkmark:after {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


small.small-cards {
    font-size: 20.8px;
    font-weight: 600;
}
h2.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--cor-site-2);
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    margin: 0;
    line-height: 1.2;
    transition: cubic-bezier(0.4, 0, 1, 1) 0.3s;
}
h2.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: var(--cor-site-1);
    border-radius: 3px;
}

/* Efeito hover opcional */
h2.section-title:hover {
    color: #e1e0e0;
    transition: color 0.3s ease;
    transition: cubic-bezier(0.4, 0, 1, 1) 0.3s;
    transform: scale(1.05);
}

h2.section-title:hover:after {
    background: var(--cor-site-1);
    transition: cubic-bezier(0.4, 0, 1, 1) 0.3s;
}

/* Estilos para o novo layout */
.ltn__upcoming-project-item.full-image-layout {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 568px; /* Ajuste conforme necessário */
}

.property-image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.property-full-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.property-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 100%, transparent 100%);
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.property-main-info h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: white;
}

.property-location {
    font-size: 0.9rem;
    margin-bottom: 0px;
    color: rgba(255,255,255,0.8);
}
p.titulo-imovel {
    font-size: 14px;
    font-weight: 500;
    color: var(--cor-site-3);
}
.property-details-overlay {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.property-features {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.property-features span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
}

.property-price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.property-price {
    font-size: 1.3rem;
    font-weight: bold;
    color: white;
}

.property-code {
    font-size: 0.8rem;
    background: rgba(255,255,255,0.2);
    padding: 3px 8px;
    border-radius: 4px;
}

.property-actions {
    display: flex;
    gap: 10px;
}

.btn-details, .btn-whatsapp {
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 0.9rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.btn-details {
    background: rgba(255,255,255,0.2);
    color: white;
    border: 1px solid white;
}

.btn-whatsapp {
    background: #25D366;
    color: white;
}

.btn-details:hover {
    background: rgba(255,255,255,0.3);
}

.btn-whatsapp:hover {
    background: #128C7E;
}

.property-badge-container {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    gap: 8px; /* Espaço entre os badges */
    z-index: 2;
}

.property-badge {
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.mobiliado-badge {
    background: #4CAF50; /* Verde para mobiliado */
}

.semi-badge {
    background: #FF9800; /* Laranja para semi-mobiliado */
}

/* Efeito hover para o card */
.ltn__upcoming-project-item.full-image-layout:hover .property-full-image {
    transform: scale(1.03);
}
/* Serviços Imobiliários */
.imob-services {
  padding: 60px 0;
  text-align: center;
}

.imob-services__title {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 15px;
}

.imob-services__subtitle {
  font-size: 1.2rem;
  color: #7f8c8d;
  margin-bottom: 50px;
}

.imob-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Cards */
.imob-card {
  background: white;
  border-radius: 4px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.imob-card:hover {
  transform: translateY(-10px);
}

.imob-card__icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.imob-card__title {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 15px;
}

.imob-card__description {
  color: #7f8c8d;
  margin-bottom: 20px;
}

.imob-card__features {
  margin-bottom: 25px;
  list-style-type: none;
}

.imob-card__feature-item {
  margin-bottom: 8px;
  color: #34495e;
  position: relative;
}

.imob-card__feature-item span {
    color: var(--cor-site-1);
}

.imob-card__cta {
  background: var(--cor-site-1);
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.imob-card__cta:hover {
  background: var(--cor-site-2);
}

/* Modal */
.imob-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.imob-modal__content {
  background-color: white;
  margin: 80px auto;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 5px 30px rgba(0,0,0,0.3);
}

.imob-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #7f8c8d;
}

.imob-modal__title {
  font-size: 1.8rem;
  color: #2c3e50;
  margin-bottom: 20px;
}

/* Formulário */
.imob-form__group {
  margin-bottom: 20px;
  text-align: left;
}

.imob-form__label {
  display: block;
  margin-bottom: 8px;
  color: #2c3e50;
  font-weight: bold;
}

.imob-form__input, .imob-form__select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
}

.imob-modal__submit {
  background: #27ae60;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
  margin-top: 15px;
}

.imob-modal__submit:hover {
  background: #219653;
}

.imob-modal__results {
  margin-top: 30px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 5px;
  text-align: left;
}

.imob-modal__results h4 {
  margin-bottom: 15px;
  color: #2c3e50;
}

/* Estilo para os ícones Font Awesome */
.imob-card__icon .fas {
  font-size: 2.5rem;
  color: #3498db; /* Cor padrão - pode personalizar */
  margin-bottom: 15px;
}

/* Cores temáticas opcionais para cada ícone */
.imob-card:nth-child(1) .imob-card__icon .fas {
  color: var(--cor-site-1);
}

.imob-card:nth-child(2) .imob-card__icon .fas {
  color: var(--cor-site-1);
}

.imob-card:nth-child(3) .imob-card__icon .fas {
  color: var(--cor-site-1);
}

.hero-section {
  background: linear-gradient(135deg, 
                  rgba(var(--cor-site-1-rgb), 0.95) 0%, 
                  rgba(var(--cor-site-2-rgb), 0.9) 100%);
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.text-white-60 {
  color: rgba(255, 255, 255, 0.6);
}

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.hero-logo {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.hero-logo:hover {
  opacity: 0.9;
  transform: scale(1.03);
}

.text-underline {
  position: relative;
  display: inline-block;
}

.text-underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
}

.btn-primary {
  background-color: white;
  color: var(--cor-site-1);
  border: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.btn-light {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border: none;
  transition: all 0.3s ease;
}

.btn-light:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  transform: translateY(-2px);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}

.btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.hero-shape {
  height: 150px;
  line-height: 0;
}

.hero-shape svg {
  height: 100%;
  width: 100%;
}

.shape-fill {
  fill: #FFFFFF;
}

.carousel-control-prev, 
.carousel-control-next {
  width: 30px;
  height: 30px;
  background-color: rgba(0,0,0,0.2);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  filter: brightness(0.1);
}
.carousel-control-prev:hover, 
.carousel-control-next:hover {
  opacity: 1;
  background-color: rgba(0,0,0,0.3);
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

@media (max-width: 992px) {
  .hero-section {
      padding-top: 80px;
      padding-bottom: 80px;
  }
  
}

/*NOVA ESTILIZAÇÃO PARA O SITE DA INOVA ADMINISTRAÇÃO IMOBILIÁRIA*/

.toggle-btn {
    border: 1px solid var(--cor-site-4);
}

.toggle-btn.active {
    background-color: var(--cor-site-2) !important;
    color: white;
    border: 1px solid var(--cor-site-4);
}

.toggle-btn.active:hover {
    background-color: var(--cor-site-6) !important;
}

.search-btn {
    background-color: var(--cor-site-2) !important;
}

.search-btn:hover {
    background-color: var(--cor-site-6) !important;
}

a#toggleDropdownValorVenda {
    width: 200px;
    padding: 1.5em;
    align-items: center;
    display: flex;
    border-radius: 4px;
}

a#toggleDropdownValorLocacao {
    width: 200px;
    padding: 1.5em;
    align-items: center;
    display: flex;
    border-radius: 4px;
}

button.dropdown-confirm-btn {
    align-items: center;
    background: var(--cor-site-2);
    border-radius: 5px;
    padding: 5px 10px;
    color: var(--cor-site-4);
    position: relative;
    font-weight: 500;
    left: 50%;
    transform: translateX(-50%);
}

div.section-header > p {
    text-align: center;
}

h2.typewriter-title {
    font-size: 26px;
    color: var(--cor-site-2);
    text-align: center;
}
/*RESPONSIVIDADE DA HOME*/

a#toggleDropdownTipoVenda, 
a#toggleDropdownTipoLocacao,
a#toggleDropdownCidadeVenda,
a#toggleDropdownCidadeLocacao,
a#toggleDropdownBairroVenda,
a#toggleDropdownBairroLocacao,
a#toggleDropdownValorVenda,
a#toggleDropdownValorLocacao,
div#toggleDropdownCodigoVenda,
div#toggleDropdownCodigoLocacao {
  justify-content: start;
}

input#valorMinimoVenda, input#valorMaximoVenda,
input#valorMinimoLocacao, input#valorMaximoLocacao {
    text-align: start;
    padding-right: 16px;
}

.dropdown-container {
  width: 200px !important;
}

@media (max-width: 1200px) {
a#toggleDropdownTipoVenda, 
a#toggleDropdownTipoLocacao,
a#toggleDropdownCidadeVenda,
a#toggleDropdownCidadeLocacao,
a#toggleDropdownBairroVenda,
a#toggleDropdownBairroLocacao,
a#toggleDropdownValorVenda,
a#toggleDropdownValorLocacao,
div#toggleDropdownCodigoVenda,
div#toggleDropdownCodigoLocacao {
    width: 160px;
    padding: 1.5em;
    align-items: center;
    display: flex;
    border-radius: 4px;
}
.dropdown-container {
  width: 200px !important;
  left: -19px !important;
}

}

@media (max-width: 920px) {
  a#toggleDropdownCidadeVenda,
  a#toggleDropdownCidadeLocacao,
  a#toggleDropdownBairroVenda,
  a#toggleDropdownBairroLocacao,
  a#toggleDropdownValorVenda,
  a#toggleDropdownValorLocacao,
  div#toggleDropdownCodigoVenda,
  div#toggleDropdownCodigoLocacao {
    width: 100px;
    padding: 1.5em;
    align-items: center;
    display: flex;
    border-radius: 4px;
  }
  a#toggleDropdownTipoVenda, 
  a#toggleDropdownTipoLocaca,
  div#toggleDropdownCodigoVenda,
  div#toggleDropdownCodigoLocacao {
    width: 160px;
    padding: 1.5em;
    align-items: center;
    display: flex;
    border-radius: 4px;
  }
  .section-subtitle {
    font-size: 0.8rem !important;
  }

  .dropdown-container {
    width: 200px !important;
    left: -48px !important;
  }
}

@media (max-width: 793px) {
  a#toggleDropdownTipoVenda, 
  a#toggleDropdownTipoLocacao,
  a#toggleDropdownCidadeVenda,
  a#toggleDropdownCidadeLocacao,
  a#toggleDropdownBairroVenda,
  a#toggleDropdownBairroLocacao,
  a#toggleDropdownValorVenda,
  a#toggleDropdownValorLocacao,
  div#toggleDropdownCodigoVenda,
  div#toggleDropdownCodigoLocacao {
    width: 100%;
    padding: 1.5em;
    align-items: center;
    display: flex;
    border-radius: 4px;
    justify-content: center;
}

.dropdown-container {
  width: 222px !important;
  left: 0px !important;
}

  .flex-busca {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.search-btn {
    width: 65px;
    height: 45px;
}
.ltn__car-dealer-form-box .ltn__car-dealer-form-item {
    width: auto;
}
div#toggleDropdownCodigoVenda > span, input {
    align-items: center;
    text-align: center;
}
.toggle-buttons {
    align-items: center;
    flex-direction: row !important;
    width: 100px;
    text-align: center;
    margin: 0 auto;
}

.dropdown-label, span#tipoSelecionadoVenda, span#tipoSelecionadoLocacao {
    text-align: center;
}

.cta-texto, .cta-texto-condo {
    flex: 1 1 0;
    padding: 25px 18px !important;
} 
}

@media (max-width: 465px) {
  a#toggleDropdownTipoVenda, 
  a#toggleDropdownTipoLocacao,
  a#toggleDropdownCidadeVenda,
  a#toggleDropdownCidadeLocacao,
  a#toggleDropdownBairroVenda,
  a#toggleDropdownBairroLocacao,
  a#toggleDropdownValorVenda,
  a#toggleDropdownValorLocacao,
  div#toggleDropdownCodigoVenda,
  div#toggleDropdownCodigoLocacao {
    width: 165px;
    padding: 1.5em;
    align-items: center;
    display: flex;
    border-radius: 4px;
    justify-content: center;
}

}

/*ESTILIZAÇÃO E RESPONSIVIDADE DOS DROPDOWN*/

.d-flex.justify-content-between.gap-2 {
    flex-direction: column;
}

h1.section-title {
  font-size: 1.3rem !important;
  text-shadow: 0 0 1px #525252;
  font-weight: 500 !important;
  color: var(--cor-site-4) !important;
  padding-bottom: 4px !important;
  font-family: 'Armata', sans-serif;
}

h1.section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px !important;
  background: #ededed !important;
  border-radius: 3px;
}

/*CORRIGIDO RESPONSIVO DOS CARDS DE DESTAQUENA HOME*/
a.card-imovel__link-wrapper {
  width: auto !important;
  display: flex;
  justify-content: center !important;
}

/*ESTILIZAÇÃO PARA OS DESTAQUES DOS BAIRROS*/

.cta-bairros {
  padding-bottom: 15px;
}

.cta-bairros__container{
  max-width: 1280px;
  margin: 0 auto;
}

.cta-bairros__header{
  text-align: center;
  margin-bottom: 28px;
}

.cta-bairros__title{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--cor-site-6);
  font-size: clamp(18px, 2.2vw, 24px);
  margin: 0 0 14px;
}

.cta-bairros__divider{
  display: inline-block;
  width: 84px;
  height: 3px;
  background: #8a8a8a;
  border-radius: 3px;
}

.cta-bairros__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, max-content));
  gap: clamp(16px, 3vw, 36px);
  align-items: start;
  justify-items: center;
  justify-content: center;
  margin: 28px auto 0;
  padding: 0;
  list-style: none;
}

.cta-bairros__card{
  position: relative;
  display: block;
  width: 100%;
  max-width: 260px;
  aspect-ratio: 16 / 9;        
  border-radius: 10px;
  overflow: hidden;
  background: #d9e1e8;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.cta-bairros__card:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
}

.cta-bairros__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cta-bairros__card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 66%) 0%, rgb(0 0 0 / 23%) 45%, rgb(0 0 0 / 0%) 100%);
  pointer-events: none;
}

.cta-bairros__label{
  position: absolute;
  left: 10px;
  bottom: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: clamp(14px, 1.8vw, 20px);
  z-index: 1;
  text-shadow: 0 2px 6px rgba(0,0,0,.35);
}

.cta-bairros__text {
  position: absolute;
  left: 10px;
  bottom: 13px;
  color: #b9b9b9;
  font-weight: 500;
  font-size: 15px;
  z-index: 1;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .35);
}

@media (max-width: 1100px){
  .cta-bairros__grid{ 
    grid-template-columns: repeat(3, minmax(160px, 1fr)); 
  }
}
@media (max-width: 720px){
  .cta-bairros__grid{ 
    grid-template-columns: repeat(2, minmax(140px, 1fr)); 
  }
}
@media (max-width: 460px){
  .cta-bairros { 
    padding: 0px 16px; 
  }

  .cta-bairros__grid{
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    justify-items: stretch; 
  }

  .cta-bairros__card{
    width: 100%;         
  }

  .cta-bairros__label{
    font-size: 12px;        
    letter-spacing: .04em;  
  }

  .cta-bairros__text{
    font-size: 12px;      
  }
}

/*ADICIONADO NOVA ESTILIZAÇÃO PARA OS CARDS DE DESTAQUES DA HOME*/
.card-imovel__features--icons {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 10px;           
margin: 0;
padding: 0;
list-style: none;
color: #fff;           
}

.padding-card {
  padding: 20px;
}

.card-imovel__features--icons .feature-item {
position: relative;
display: inline-flex;
align-items: center;
gap: 5px;
font-size: .86rem;
font-weight: 500;
line-height: 1;
white-space: nowrap;
opacity: .95;
}

.card-imovel__features--icons .feature-item + .feature-item {
margin-left: 6px;      
}

.card-imovel__features--icons .feature-icon {
width: 1.2em;
height: 1.2em;
fill: var(--cor-site-4);
opacity: .95;
}

.card-imovel__features--icons .feature-value {
font-size: 17px;
display: inline-block;
color: var(--cor-site-4);
font-family: sans-serif !important;
}

@media (max-width: 480px){
.card-imovel__features--icons {
    gap: 10px;
}
.card-imovel__features--icons .feature-icon {
    width: 16px; height: 16px;
}
.card-imovel__features--icons .feature-item {
    font-size: .82rem;
}
}
    
.card-imovel--modelo {
position: relative;
width: 100%;
max-width: 340px; 
border-radius: 14px;
overflow: hidden;
background: #f5f5f5 !important;
box-shadow: 0 4px 16px -4px rgba(0,0,0,.08);
isolation: isolate;
transition: transform .35s ease, box-shadow .35s ease;
}

figure {
margin: 0 0 0rem !important;
}

.card-imovel--modelo:hover {
box-shadow: 0 12px 28px -8px rgba(0,0,0,.18);
}

.card-imovel__imagem-wrapper {
position: relative;
display: block;
aspect-ratio: 4.19 / 5; 
width: 100%;
}

.card-imovel__link,
.card-imovel__imagem-wrapper > a {
display: contents;
}

.card-imovel__imagem {
width: 100%;
height: 100% !important;
object-fit: cover;
display: block;
}

.card-imovel__imagem-wrapper::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to top, rgb(0 0 0 / 78%) 0%, rgb(0 0 0 / 58%) 32%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 0%) !important;
pointer-events: none;
z-index: 1;
}

.card-imovel__cod-imovel {
position: absolute;
top: 14px;
left: 14px;
background-color: var(--cor-site-1);
color: #fff;
font-size: .78rem;
font-weight: 600;
padding: 6px 12px;
border-radius: 6px;
z-index: 3;
letter-spacing: .3px;
box-shadow: 0 2px 6px rgba(0,0,0,.35);
user-select: none;
}

.card-imovel__watermark {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: .85rem;
font-weight: 500;
color: rgba(255,255,255,.35);
letter-spacing: .5px;
text-transform: lowercase;
z-index: 2;
pointer-events: none;
mix-blend-mode: screen;
}

.card-imovel__info {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 22px;
z-index: 4;
color: #fff;
}

.card-imovel__titulo {
margin: 0 0 13px;
color: var(--cor-site-4) !important;
font-size: 2em !important;
line-height: 1.05;
font-weight: 500 !important;
letter-spacing: .8px;
}

.card-imovel__localizacao {
margin: 0 0 20px;
color: var(--cor-site-4) !important;
font-size: 1rem !important;
font-weight: 400 !important;
letter-spacing: .35px;
opacity: .92;
}

.card-imovel__features {
font-size: .78rem;
font-weight: 500;
display: flex;
flex-wrap: wrap;
gap: 4px;
letter-spacing: .2px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; 
}

.card-imovel__preco {
margin-top: 10px;
font-size: .9rem;
font-weight: 600;
background: rgba(0,0,0,.35);
display: inline-block;
padding: 6px 12px;
border-radius: 6px;
}

.card-imovel--modelo:focus-within {
outline: 2px solid var(--cor-site-1);
outline-offset: 3px;
}

/* Responsivo */
@media (max-width: 480px) {
.card-imovel--modelo {
    max-width: 100%;
    border-radius: 14px;
}
.card-imovel__info {
    padding: 18px 18px 16px;
}
.card-imovel__titulo {
    font-size: clamp(1.3rem, 6vw, 1.65rem);
}
.card-imovel__features {
    gap: 12px;
    font-size: .74rem;
}
}

@media (prefers-color-scheme: dark) {
.card-imovel--modelo {
    background: #16191d;
}

}

/*ESTILIZAÇÃO PARA A BUSCA DA HOME*/

.dropdown-trigger {
    display: block;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.dropdown-trigger:hover {
    background-color: #f5f5f5;
}

.dropdown-trigger.dropdown-active {
    background-color: #f0f0f0;
}

.dropdown-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.dropdown-selected-text {
    font-size: 13px;
    color: #555;
}

.dropdown-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    padding: 12px;
}

.dropdown-container.show {
    display: block;
}

.dropdown-section-title {
    display: block;
    font-size: 12px;
    color: #777;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.dropdown-options-list {
    max-height: 300px;
    overflow-y: auto;
}

.dropdown-separator {
    width: 1px;
    background-color: #c1c1c1 !important;
    margin: 0 4px;
}
.dropdown-separator-horizontal {
    display: none;
}

.dropdown-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
}

.search-btn {
    background-color: var(--cor-site-1);
    color: white;
    border: none;
    border-radius: 4px;
    padding: 14px 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn:hover {
    background-color: var(--cor-site-2);
}

.search-btn svg {
    width: 18px;
    height: 18px;
}

.campo-busca {
    margin-bottom: 20px;
    text-align: center;
}

h1.section-title {
    font-size: 2rem;
    text-shadow: 0 0 10px black;
    font-weight: 700;
    color: var(--cor-site-3);
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    margin: 0;
    line-height: 1.2;
    transition: cubic-bezier(0.4, 0, 1, 1) 0.3s;
}
h1.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--cor-site-1);
    border-radius: 3px;
}

h1.section-title:hover {
    color: #e1e0e0;
    transition: color 0.3s ease;
    transition: cubic-bezier(0.4, 0, 1, 1) 0.3s;
    transform: scale(1.05);
}

h1.section-title:hover:after {
    background: var(--cor-site-1);
    transition: cubic-bezier(0.4, 0, 1, 1) 0.3s;
}

.toggle-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 10px;
}

.toggle-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: #f0f0f0;
    color: #333;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.toggle-btn.active {
    background-color: var(--cor-site-1);
    color: white;
}

.toggle-btn:hover:not(.active) {
    background-color: #e0e0e0;
}

div#criteriaSearchVenda {
    background: #ffffffc9;
    border-radius: 7px;
}

@media (max-width: 768px) {
    h1.section-title {
        font-size: 1.5rem;
    }
    
    .toggle-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .toggle-btn {
        width: 100%;
        max-width: 200px;
    }
}

/*ADICIONADO ESTILIZAÇÃO PARA O CTA DE CONTATO DA HOME*/

.whats-card {
  font-size: 22px;
  align-items: center;
} 

.cta-whatsapp {
  color: var(--fg);
  padding: 24px;
  margin: 55px auto;
  margin-bottom: 70px;
}

.cta-wrapper {
  margin: 0 auto;
  background: #ececec;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 28px;
}

/* Coluna esquerda */
.cta-left .cta-eyebrow {
  margin: 0 0 4px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .7;
}

.cta-left .cta-title {
  margin: 0 0 8px;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.2;
  font-weight: 700;
}

.cta-left .cta-subtitle {
  margin: 0 0 16px;
  font-size: 15px;
  opacity: .9;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--cor-site-2);
  color: var(--cor-site-4);
  border: none;
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s ease, transform .08s ease;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
}

.whatsapp-btn:hover, .whatsapp-btn:focus { 
  background: var(--cor-site-6); 
  color: var(--cor-site-4);
}

.cta-address {
  background: #dedede;
  border: 1px solid rgba(54, 54, 54, 0.08);
  border-radius: 12px;
  padding: 16px;
  font-style: normal;
}

.addr-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  opacity: .9;
}

.addr-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--cor-site-1);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--cor-site-6) 18%, transparent);
}

.addr-header strong {
  color: var(--cor-site-1);
}

.addr-name {
  margin: 0 0 6px;
  font-weight: 600;
}

.addr-lines {
  margin: 0 0 10px;
  opacity: .9;
}

.map-link {
  color: var(--cor-site-4);
  padding: 5px 10px; 
  border-radius: 7px;
  background: #505050;
  text-decoration: none;
  border-bottom: 1px dashed color-mix(in srgb, var(--fg) 60%, transparent);
  transition: color .2s ease, background .2s ease;
}
.map-link:hover, .map-link:focus {
  background: var(--cor-site-6);
  color: var(--cor-site-4);
}

/* Responsivo */
@media (max-width: 860px) {
  .cta-wrapper {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .cta-address { order: 2; }
  .cta-left { order: 1; }
}


/*RESPONSIVO DA BUSCA MOBILE*/

@media (max-width: 430px) {
.flex-busca {
  display: grid;
  grid-template-columns: none !important;
}
a#toggleDropdownTipoVenda, a#toggleDropdownTipoLocacao, a#toggleDropdownCidadeVenda, a#toggleDropdownCidadeLocacao, a#toggleDropdownBairroVenda, a#toggleDropdownBairroLocacao, a#toggleDropdownValorVenda, a#toggleDropdownValorLocacao, div#toggleDropdownCodigoVenda, div#toggleDropdownCodigoLocacao {
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
}
.dropdown-label {
  font-size: 18px;
}
.dropdown-selected-text, input#codigoImovelVenda::placeholder {
  font-size: 16px !important;
}
.search-btn {
  width: 170px;
  height: 60px;
}
.search-btn svg {
  width: 30px;
  height: 30px;
}
.ltn__header-middle-area {
  padding-top: 10px;
  padding-bottom: 10px;
  background: var(--cor-site-1);
}
h1.section-title {
  font-size: 1.5rem !important;
}
.dropdown-container {
  width: 100% !important;
  left: 0px !important;
}
.cta-whatsapp {
  padding: 18px;
  margin-bottom: 55px !important;
}
}