.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);
  }

  .ltn__car-dealer-form-box .ltn__car-dealer-form-item {
      margin-bottom: 3px;
  }

  .filter-option-inner-inner {
    color: var(--cor-site-3);
  }

  .ltn__car-dealer-form-item {
      margin-bottom: 10px !important;
  }

  .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: 2px solid #99999959 !important;
        color: var(--cor-site-3) !important;
        background-color: transparent !important;
        height: 55px;
        border-radius: 10px !important;
        margin-bottom: 0 !important;
    }
    input.search-by-code.selectCodigo::placeholder {
        color:var(--cor-site-3) !important;
    }

    .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;
        margin-bottom: 0.5rem;
    }

    #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: 2px solid #99999959 !important;
        background-color: transparent !important;
    }

    button.btn.dropdown-toggle.btn-light {
        height: 55px;
        border-radius: 10px !important;
        color:var(--cor-site-3) !important;
        padding-left: 20px !important;
        border: 2px solid #99999959 !important;
        background-color: transparent !important;
    }
    .ltn__shop-options .short-by .nice-select {
        border-radius: 10px;    
        height: 50px;
        background: transparent !important;
        color: var(--cor-site-3) !important;
        line-height: 46px;
        min-width: 190px;
        border: 2px solid #99999959 !important;
    }

    .section-title {
      font-size: 30px;
      font-weight: 700;
      line-height: 1.1;
      color: var(--cor-site-1);
  }

/* Estilo para os selects de características */
.js-caracteristicas-select {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
}

/* Estilo para os itens selecionados */
.select2-selection__choice {
    background-color: #f8f9fa !important;
    border: 1px solid #ddd !important;
    border-radius: 15px !important;
    padding: 2px 8px !important;
    margin-right: 5px !important;
    color: var(--cor-site-5) !important;
    font-size: 13px;    
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid var(--cor-site-1) 1px !important;
    color: var(--cor-site-3) !important;
    outline: 0;
}

.select2-results__option {
    color: var(--cor-site-5) !important;
}

/* Contador de imóveis nos itens */
.select2-results__option span.contador {
    color: #6c757d;
    font-size: 0.85em;
    margin-left: 5px;
}
.etiquetas-caracteristicas {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.etiqueta-caracteristica {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    white-space: nowrap;
}

.product-img {
    position: relative;
}

/* Estilos base do card */
.property-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Cabeçalho com imagem */
.property-card__header {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.property-card__image-link {
    display: block;
    height: 100%;
}

.property-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.property-card:hover .property-card__image {
    transform: scale(1.05);
}

/* Tags superiores */
.property-card__tags {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    gap: 8px;
    z-index: 2;
}

.property-card__tag {
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
}

.property-card__tag--type {
    background: #4CAF50;
}

.property-card__tag--id {
    background: rgba(0, 0, 0, 0.7);
}

/* Botão de compartilhar */
.property-card__share {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.property-card__share-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.property-card__share-btn:hover {
    background: white;
    transform: scale(1.1);
}

.property-card__share-btn svg {
    stroke: #333;
    fill: none;
}

/* Opções de compartilhar */
.property-card__share-options {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: none;
    flex-direction: column;
    min-width: auto;
    z-index: 3;
}

.property-card__share:hover .property-card__share-options {
    display: flex;
}

.property-card__share-options a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 5px;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.2s;
}

.property-card__share-options a:hover {
    background: #f5f5f5;
}

/* Corpo do card */
.property-card__body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.property-card__title {
    font-size: 1.2rem;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.property-card__title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.property-card__title a:hover {
    color: #4CAF50;
}

.property-card__location {
    color: #666;
    margin: 0 0 15px 0;
    font-size: 0.95rem;
}

/* Características do imóvel */
.property-card__features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.property-feature {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
    color: #555;
}

.property-feature__icon {
    width: 18px;
    height: 18px;
    fill: #4CAF50;
}

/* Rodapé do card */
.property-card__footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-top: 1px solid #eee;
}

.property-card__price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #4CAF50;
}

.property-card__button {
    padding: 8px 16px;
    background: #4CAF50;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.property-card__button:hover {
    background: #3e8e41;
    transform: translateY(-2px);
}

/* Responsividade */
@media (max-width: 768px) {
    .property-card__features {
      gap: 10px;
    }
    
    .property-card__body {
      padding: 15px;
    }
}
.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: 30px;
    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-3);
}
.widget {
    margin-bottom: 40px;
    padding: 20px;
    border: 2px solid #99999959 !important;
    border-radius: 10px;
    background-color: transparent;
}
.widget:last-child {
    margin-bottom: 40px;
    padding: 20px;
    border: 2px solid #99999959 !important;
    border-radius: 10px;
    background-color: transparent;
}

.price_filter {
    padding-bottom: 13px;
    color: var(--cor-site-3);
}