.before-bg-bottom:before {
  background-color: #f2f6f7;
}

.ltn__secondary-bg {
  background-color: #df0209;
}

.section-bg-7 {
  background-color: #df0209;
}

/* ESTILIZANDO BOTÃO DE BUSCA DO CELULAR */
@media screen and (max-width: 600px) {
  #btn-busca-mobile {
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 999;
    cursor: pointer;
    animation: pulsate 1.5s ease-in-out infinite;
  }

  .btn-busca-mobile img {
    width: 100%;
    /* Ajuste conforme necessário */
    height: auto;
    /* Isso mantém a proporção da imagem */
  }
}

@media screen and (min-width: 601px) {
  #btn-busca-mobile {
    display: none;
  }
}

/* Começaram aqui as modificações no card */
.imov-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500 !important;
}

@media only screen and (min-width: 768px) {
  .flex-direction-nav a:before {
    color: #000;
  }

  .minHeight {
    height: 360px !important;
  }
}

.ltn__product-item-5 .product-badge li {
  font-size: 14px;
}

.code_style {
  display: inline-block;
  font-size: 0.75rem;
  margin: 0 0 0.5rem 0;
  padding: 0.25rem 0.5rem;
  background-color: #e6e6e6;
  border-radius: 0.5rem;
  line-height: 1;
}

.ltn__product-item-4 .product-price {
  padding-bottom: 10px;
  font-size: 17px;
}

.ltn__product-item-4 .product-info {
  padding: 20px 30px 1px;
}

.venda span {
  font-weight: 400 !important;
}

.venda {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: left;
  color: #ED3237;
}

.flex-direction-nav a {
  top: 56% !important;
  height: 53px !important;
}
.destaque {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 3;
  background-color: black;
  color: white;
}
.border-radius-1 {
  border-radius: 10px;
}

button.close {
  margin-right: 15px;
}

/* ESCONDER FLECHA DO SELECTPICKER */
.bootstrap-select>.dropdown-toggle:after {
  display: none;
}

@media screen and (max-width: 600px) {
  .d-xs-block {
      display: block !important;
  }
}

.cell-phone-search {
  margin-bottom: 10px !important;
}

.search-by-code {
  margin-bottom: 10px !important;
  /* max-height: 40px; */
  border: solid #000 1px !important;
  font-weight: 400;
  font-family: var(--ltn__heading-font);
  color: #000;
}


@media only screen and (max-width: 600px) {
  .dropdown-menu.show {
      z-index: 9999 !important;
  }

  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="submit"],
  textarea {
      padding-left: 11px;
      height: 60px;
      font-family: var(--ltn__heading-font);
  }
  .car-dealer-form-inner {
      margin-top: 20px;
  }

  .bootstrap-select>.dropdown-toggle {
      border-radius: 12px;
  }

  .selectCodigo {
      height: 60px;
      border-radius: 12px !important;
      padding-left: 20px !important;
      border: solid #000 1px !important;
      background-color: #f8f9fa !important;
  }

  .selectCodigo option {
      color: black !important;
  }

  .text-adjust {
      margin-left: 5px;
  }
}

.cell-phone-search {
  margin-bottom: 10px !important;
}

.text-adjust {
  margin-left: 5px;
}

.w-80 {
  width: 80% !important;
}

.submit-styled-button {
  color: var(--white);
  border: 1px solid;
  background-color: var(--cor-site-1);
  border-color: var(--cor-site-1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 55px;
  margin-top: 0;
  border-radius: 20px;
}
.submit-styled-button:hover {
  color: var(--cor-site-2);
  border: 1px solid var(--cor-site-4);
  background-color: var(--cor-site-3);
  -webkit-transition: all 0.3sease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3sease 0s;
  width: 55px;
  margin-top: 0;
  border-radius: 20px;
}



.submit-styled-button-valor {
  color: var(--white);
  border: 1px solid;
  background-color: var(--cor-site-1);
  border-color: var(--cor-site-1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  width: 20%;
  margin-top: 0;
  border-radius: 30px;
  height: 50px;
}

.submit-styled-button i {
  margin-top: 14.8px;
  margin-bottom: 15px;
}

.popover-header {
  margin-right: 0.25rem;
  color: white !important;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: var(--cor-site-1);
  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);
}

    button.close {
        margin-right: 15px;
    }

    /* ESCONDER FLECHA DO SELECTPICKER */
    .bootstrap-select>.dropdown-toggle:after {
        display: none;
    }

    @media screen and (max-width: 600px) {
        .d-xs-block {
            display: block !important;
        }
    }

    .cell-phone-search {
        margin-bottom: 10px !important;
    }

    .search-by-code {
        margin-bottom: 10px !important;
        /* max-height: 40px; */
        border: solid #000 1px !important;
        font-weight: 400;
        font-family: var(--ltn__heading-font);
        color: #000;
    }

    .cell-phone-search {
        margin-bottom: 10px !important;
    }

    .text-adjust {
        margin-left: 5px;
    }


    input.search-by-code.selectCodigo {
        border: 1px solid #dddddd !important;
        color: var(--cor-site-5) !important;
        background-color: transparent !important;
        height: 47px;
        border-radius: 4px 0 0 4px !important;
        margin-bottom: 0 !important;
        padding-right: 0px !important;
        padding-left: 10px !important;
    }
    input.search-by-code.selectCodigo::placeholder {
        color:var(--cor-site-5) !important;
    }
   button.botao-submit {
    background-color: var(--cor-site-1);
    color: var(--white);
    border-radius: 0 4px 4px 0;
    padding: 0 20px;
    height: 47px;
    }
    button.botao-submit:hover {
        background-color: var(--cor-site-3);
        color: var(--white);
        border-radius: 0 4px 4px 0;
        padding: 0 20px;
        height: 47px;
    }
    .w-80 {
        width: 80% !important;
    }

    .submit-styled-button {
        color: var(--white);
        background-color: var(--cor-site-2);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-size: 18px;
        width: 55px;
        margin-top: 0;
        border-radius: 20px;
        z-index: 999;
        margin-right: 0px;
        height: 55px;
    }


    .submit-styled-restart {
      color: var(--white);
      background-color: black;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      font-size: 16px;
      width: 50px;
      margin-top: 0;
      border-radius: 30px;
      height: 50px;
    }

    .submit-styled-button i {
        margin-top: 14.8px;
        margin-bottom: 15px;
    }

    .popover-header {
        margin-right: 0.25rem;
        color: white !important;
        padding: 0.5rem 1rem;
        margin-bottom: 0;
        font-size: 1rem;
        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);
    }

    .ltn__car-dealer-form-item {
        display: flex;
        align-items: flex-start;
        position: relative;
        transition: width 0.5s ease;
        justify-content: space-between;
    }

    #searchContainer {
        display: flex;
        align-items: center;
        overflow: hidden;
        width: 0;
        transition: width 0.5s ease;
        justify-content: center;
    }

    #searchContainer.show {
        width: 100%;
    }

    #searchContainerMobile {
        display: flex;
        align-items: center;
        overflow: hidden;
        /* Garante que o conteúdo seja cortado antes de expandir */
        width: 0;
        /* Começa sem largura */
        transition: width 0.7s ease;
        /* Animação suave na largura */
        padding-left: 13px;
        height: 60px;
    }

    #searchContainerMobile.show {
        width: 100%;
        padding-left: 0px;
        height: 60px;
        margin-bottom: 10px;
    }

    .w-200.show {
        width: auto;
    }

    .w-200.show {
        width: 200px;
    }

    .input.search-by-code {
        width: 0;
        opacity: 1;
        transition: width 0.5s ease, opacity 1s ease;
        /* Transição de largura e opacidade */
    }

    .input.search-by-code.show {
        width: 100%;
        /* Expande o input para ocupar todo o container */
        opacity: 1;
    }

    .search-text {
        margin-left: 10px;
        font-size: 14px;
        color: #FFF;
    }

    .ms--60 {
        margin-left: -60px;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="submit"],
    textarea {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 20px;
        font-size: 16px;
        width: 100%;
        padding-right: 40px;
    }

    .br-1 {
        border-radius: 10px;
    }

    .br-2 {
        border-radius: 20px;
    }

    .br-3 {
        border-radius: 30px;
    }
    button.btn.dropdown-toggle.btn-light.bs-placeholder {
        border: 1px solid #dddddd !important;
        background-color: transparent !important;
    }

    button.btn.dropdown-toggle.btn-light {
        height: 47px;
        border-radius: 4px !important;
        color:var(--cor-site-5) !important;
        font-weight: 400;
        padding-left: 10px !important;
        border: 1px solid #dddddd !important;
        background-color: transparent !important;
    }
    .ltn__shop-options .short-by .nice-select {
        border-radius: 4px;    
        height: 47px;
        background: transparent !important;
        color: var(--cor-site-5) !important;
        line-height: 46px;
        min-width: 190px;
        border: 1px solid #dddddd !important;
    }

    .section-title {
      font-size: 30px;
      font-weight: 700;
      line-height: 1.1;
      color: var(--cor-site-1);
  }

.checkbox-item .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #ccc !important;
    border-radius: 3px;
}

.checkbox-list label {
    display: block;
    margin-bottom: 0px !important;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
}

.checkbox-list li {
    padding: 0px;
    margin-top: 5px !important;
    color: var(--cor-site-5);
}
.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;
}
.checkbox-item .checkmark:after {
    left: 5px;
    top: 3px;
    width: 4px;
    height: 7px;
    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-4);
    color: var(--cor-site-1) !important;
    border: 1px solid var(--cor-site-1) !important;
}
.etiquetas-caracteristicas {
    position: absolute;
    bottom: 6px;
    left: 6px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.etiqueta-caracteristica {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: capitalize;
    white-space: nowrap;  
}

.product-img {
    position: relative;
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    background-color: transparent;
    padding: 0px;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-box-shadow: none;
}

.ltn__widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: var(--cor-site-1);
}

.checkbox-item {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    color: var(--cor-site-5);
}
ul.checkbox-list.caracteristica {
    max-height: 500px;
    overflow-y: auto;
}
.widget {
    margin-bottom: 40px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    background-color: #fff;
    border: none !important;
}

.price_filter {
    padding-bottom: 13px;
    color: var(--cor-site-5);
}

.grid-listagem {
    display: grid;
    grid-template-columns: 310px 1fr;
    column-gap: 20px;
}
@media (max-width: 991px) {
.grid-listagem {
    display: flex;
    flex-direction: column;
}  

#btnBackToTop {
    right: 11px !important;
    bottom: 165px !important;
  }

}
.filter-option {
    display: flex;
    align-items: center;
}

/*NOVAS ESTILIZAÇÕES PARA AS PÁGINAS DE IMÓVEIS*/

.price_filter .ui-state-default, .price_filter .ui-widget-content .ui-state-default, .price_filter .ui-widget-header .ui-state-default {
  background-color: var(--cor-site-6);
}

.price_filter .ui-widget-content {
  background-color: #c3c3c3 !important;
}

.theme-btn-1:hover {
    background-color: var(--cor-site-3);
    color: var(--white);
    border-radius: 4px;
}

@media (max-width: 991px) {
  .busca-para-desktop {
      display: none;
  }
}

@media (min-width: 991px) {
  .busca-para-mobile, .back-to-top, .btn-show-busca {
      display: none;
  }
}

/*ESTILIZAÇÕES PARA A BUSCA MOBILE*/

/*NOVO POSICIONAMENTO DO BOTAO DO WHATSAPP FIXO*/

@media (max-width: 990px) {

#whatsapp-widget {
    position: fixed;
    z-index: 3 !important;
    width: 55px !important;
    height: 55px !important;
    bottom: 90px !important;
    right: 10px !important;
}
}

@media (max-width: 768px) {
  input.search-by-code.selectCodigo {
    border-radius: 5px !important;
  }
}

/*ESTILIZAÇÃO PARA OS FILTROS DE BUSCA VERSÃO MOBILE*/

.popover-header {
  margin-right: 0.25rem;
  color: white !important;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: var(--cor-site-1);
  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);
}

.popover-header {
    margin-right: 0.25rem;
    color: white !important;
    padding: 2% 5%;
    margin-bottom: 10px;
    font-size: 1rem;
    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);
    width: 111%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

button.close {
    margin-right: 15px;
    font-size: 20px;
    width: 30px;
    border-radius: 7px;
}

.busca-mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;               
    width: 100%;         
    background: var(--cor-site-1);
    border-radius: 15px 15px 0 0;
    height: 65px;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 99;            
    padding: 0 4px;
    transition: opacity 0.35s cubic-bezier(.4,0,.2,1);
    opacity: 1;
    pointer-events: auto;
}


.footer-btn {
    width: 45%;
    height: 45px;
    background: linear-gradient(to right, #f2f2f2, #fafafa, #f2f2f2);
    color: var(--cor-site-5);
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: background 0.2s;
}

.filtro-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.0);
    opacity: 0;
    z-index: 3;
    pointer-events: none;
    transition: background 0.2s, opacity 0.2s;
}
.filtro-overlay.active {
    background: rgba(0, 0, 0, 0.34);
    opacity: 1;
    pointer-events: auto;
}

.busca-dropdown {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 57px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    z-index: 4;
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    border-radius: 15px 15px 0px 0px;
    transform: translateY(120px); 
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: 
        opacity 0.22s cubic-bezier(.4,0,.2,1),
        transform 0.42s cubic-bezier(.4,0,.2,1);
}

.busca-dropdown.open {
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1;
    transition: 
        opacity 0.22s cubic-bezier(.4,0,.2,1),
        transform 0.42s cubic-bezier(.4,0,.2,1);
}

.busca-dropdown.closing {
    opacity: 0;
    pointer-events: none;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    transition:
        opacity 0.22s cubic-bezier(.4,0,.2,1),
        transform 0s;
}

.busca-dropdown .dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 16px 0 16px;
    font-size: 1.1rem;
    border-bottom: 1px solid #eee;
}

.dropdown-header > span {
    align-items: center;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    color: var(--cor-site-5);
}

.busca-dropdown .close-dropdown {
    background: none;
    border: none;
    font-size: 3rem;
    color: var(--cor-site-1);
    cursor: pointer;
    max-height: 50px;
    transform: translateY(-18px);
}
.busca-dropdown .dropdown-content {
    padding: 16px;
    max-height: 70vh;}

.dropdown-menu.show {
    overflow-y: auto;
    box-shadow: 0px 0px 10px #0000002e;
    border-radius: 18px;
}

.busca-mobile-footer {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1), visibility 0.7s;
}

.busca-mobile-footer.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(.4,0,.2,1), visibility 0.3s;
}

.footer-btn {
    width: 45%;
    height: 45px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: background 0.2s;
}

.ltn__header-area {
    z-index: 3 !important;
}

.ltn__utilize.ltn__utilize-mobile-menu.ltn__utilize-open {
    z-index: 99999999 !important;
}

#btnShowBusca {
  right: 10px !important;
  width: 55px !important;
  height: 55px !important;
}

#btnBackToTop {
  right: 21px;
  bottom: 95px;
  width: 55px !important;
  height: 55px !important;
}

.wts-button {
  width: 55px !important;
  height: 55px !important;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px !important;
    top: 7px !important;
}

/*ESTILIZAÇÃO PARA O DROPDOWN DA BUSCA MOBILE*/

#btnShowBusca {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 16px;
  width: 60px;
  height: 60px;
  bottom: 15px; 
  z-index: 9999;
  background: var(--cor-site-1);
  color: var(--cor-site-4);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.18);
  padding: 12px;
  cursor: pointer;
  outline: none;
  transition: 
    opacity 0.3s cubic-bezier(.4,0,.2,1),
    background 0.2s, border 0.2s, box-shadow 0.2s;
}

#btnShowBusca.visible {
  opacity: 1;
  pointer-events: auto;
}

.fade-out {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#btnShowBusca:hover, #btnShowBusca:focus {
  box-shadow: 0 6px 18px rgba(39, 39, 39, 0.276);
}

#btnShowBusca svg {
  display: block;
  margin: auto;
  color: var(--cor-site-4);
  width: 28px;
  height: 28px;
}

#btnShowBusca:active {
  border-color: var(--cor-site-4);
}

#btnBackToTop {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  width: 55px !important;
  height: 55px !important;
  z-index: 3;
  background: #f4f4f4;
  color: var(--cor-site-1);
  border: none;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  border: 2px solid var(--cor-site-1) !important;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(.4,0,.2,1), background 0.2s;
}

#btnBackToTop.visible {
  opacity: 1;
  pointer-events: auto;
}

#btnBackToTop:hover, #btnBackToTop:focus {
  background: var(--cor-site-1);
  color: var(--cor-site-4);
}

#buscaDropdown {
  transform: translateY(80px);  
  opacity: 0;
  transition: 
    transform 0.45s cubic-bezier(.4,0,.2,1),
    opacity 0.23s cubic-bezier(.4,0,.2,1);
  will-change: transform, opacity;
  pointer-events: none;
}

#buscaDropdown.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
#buscaDropdown.closing {
  opacity: 0;
  transform: translateY(80px);
  pointer-events: none;
}

/*ESTILIZAÇÃO DA NOVA BUSCA PARA DESKTOP*/  

.widget:last-child {
  margin-bottom: 0;
  padding: 20px 19px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #fff;
  border: none !important;
  overflow-y: auto;
  max-height: 98vh;
}

.widget.ltn__menu-widget {
  display: flex;
  flex-direction: column;
  height: 97vh;
}

.busca-fixa {
  position: sticky;
  top: 10px;
  align-self: flex-start;
  padding-right: 11px;
  z-index: 10;
  overflow-y: auto;
  max-height: calc(100vh - 200px); 
}

.posicao-fixada {
  position: sticky;
  bottom: 0;
  z-index: 20;
  background: #fff;
  padding: 16px 0 0 0;
}

.busca-para-desktop {
  position: sticky;
  top: 0;
}

/*NOVA ESTILIZAÇÃO PARA OS BOTÕES DE COMPARTILHAR E REINICIAR BUSCA*/

.btn { margin-right: 3px !important; }
.widget.ltn__menu-widget {
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    background-color: #fff;
    border: none !important;
    overflow: hidden;
}
.busca-fixa {
    flex: 1 1 auto;
    overflow-y: auto;
    max-height: unset;
}
.posicao-fixada {
    flex: 0 0 auto;
    padding-top: 0 !important;
    position: sticky;
    bottom: 0;
    z-index: 20;
    background: #fff;
    padding: 8px 0 4px 0;
    margin-bottom: 0;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.03);
}
.posicao-fixada .btns-row {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.posicao-fixada .btns-row .btn {
    min-width: 135px;
    width: max-content;
    border-radius: 4px;
    padding: 11px 5px;
    color: white;
    background: var(--cor-site-2);
}
.posicao-fixada .btns-row .btn:hover, .posicao-fixada .btns-row .btn:focus {
    background: var(--cor-site-6);
}
/* Modal Overlay */
.share-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    transition: opacity 0.15s;
}
.share-modal-overlay.active { display: flex; }
.share-modal {
    background: #fff;
    border-radius: 6px;
    max-width: 420px;
    width: 94%;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    position: relative;
    animation: modal-in 0.18s;
}
@keyframes modal-in {
    0% { opacity: 0; transform: scale(0.96);}
    100% { opacity: 1; transform: scale(1);}
}
.share-modal .close-btn {
    position: absolute;
    right: 12px;
    top: 8px;
    background: transparent;
    border: 0;
    font-size: 1.2rem;
    cursor: pointer;
    color: #333;
}
.share-modal .ltn__social-media-2 ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    margin: 10px 0 0 0;
    list-style: none;
}
.share-modal .ltn__social-media-2 ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f1f1;
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

#copyFeedback {
    display: none;
    text-align: center;
    margin-top: 20px;
    font-size: 0.9rem;
    color: #282828;
}
@media (max-width:420px){
    .posicao-fixada .btns-row { flex-direction: column; gap: 8px; }
    .posicao-fixada .btns-row .btn { width: 100%; }
    .share-modal { width: 98%; max-width: 98vw;}
}

h4#modalCompartilharTitulo {
    text-align: center;
    padding-top: 0 !important;
}

/* Overlay escurecido */
#modalOverlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1001;
}

/* Modal fixo no topo */
.share-modal {
    position: fixed;
    top: 40px;
    left: 50% !important;
    transform: translateX(-50%) !important; 
    z-index: 1002;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    padding: 32px 24px;
    min-width: 100px;
    max-width: 350px;
}
.share-modal.active {
    opacity: 1;
    pointer-events: auto;
}

.btn:focus {
  box-shadow: none !important;
}

/*ADIÇÃO DE CORREÇÕES VISUAIS AO SITE - INOVA ADM IMOBI.*/

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    white-space: normal !important;
    word-break: break-word !important;
}
 
@media (min-width: 991px) {
.dropdown-menu.show[style*="translate3d"] {
  transform: translate3d(0px, 47px, 0px) !important;
}
}

.pt-4 {
  padding-top: 14px !important;
}

/*OVERLAY AO ABRIR A BUSCA MOBILE */

.busca-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  z-index: 9; 
}

.busca-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}

.busca-dropdown {
  z-index: 10;
}

body.no-scroll {
  overflow: hidden;
}

.tab-content.empty-results-venda {
    height: 300px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height 0.25s ease;
}
.nenhum-imovel-msg {
    font-size: 1.25rem;
    font-weight: 600;
    color: #555;
    text-align: center;
    margin: 0;
    padding: 0 1rem;
}