.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: #000;
  }

  .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;
}

input.search-by-code.selectCodigo {
  border: 1px solid #c9c6c6 !important;
  color: #474747 !important;
  background-color: var(--cor-site-5) !important;
  height: 44px;
  border-radius: 4px !important;
  margin-bottom: 0 !important;
  padding-left: 15px;
}

.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: 16%;
  margin-top: 0;
  border-radius: 30px;
}



.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;
}


@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);
    }

    .filter-option-inner-inner {
        color: #000;
    }

    .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;
}

input.search-by-code.selectCodigo::placeholder {
    color: #474747 !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: 60px;
    margin-top: 0;
    border-radius: 30px;
    z-index: 999;
    margin-right: 30px;
    height: 60px;
}


.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;
    background-color: #df0209;
    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: center;
    position: relative;
    gap: 5px;
    transition: width 0.5s ease;
    /* Transição suave para o ajuste do layout */
    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: 40px;
    font-size: 16px;
    width: 100%;
    padding-right: 40px;
}

.br-1 {
    border-radius: 10px;
}

.br-2 {
    border-radius: 20px;
}

.br-3 {
    border-radius: 30px;
}

    /* Estilo da mensagem de confirmação */
.copy-message {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #1186FB;
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 1000;
  animation: slideIn 0.5s ease-out;
}

/* Animação de entrada */
@keyframes slideIn {
  from {
      transform: translateX(100%);
  }
  to {
      transform: translateX(0);
  }
}

/* Estilo do ícone de confirmação */
.copy-message i {
  font-size: 20px;
  color: #fff;
}

/* Estilo do texto */
.copy-message p {
  margin: 0;
  font-weight: 500;
}

/* Barra de progresso */
#progress-bar {
  width: 100%;
  height: 6px;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 5px;
  overflow: hidden;
}

#progress-bar span {
  display: block;
  height: 100%;
  background-color: #00c853; /* Cor verde para indicar sucesso */
  width: 100%;
  transition: width 2s linear;
}

/* CSS DOS CARDS */

.property-highlight-section {
  background-color: var(--cor-site-5);
  padding: 40px 0;
}

.property-card-horizontal {
  display: flex;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease;
  border: 1px solid var(--cor-site-3);
}

.property-card-horizontal:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  border-color: var(--cor-site-1);
}

.property-image-wrapper {
  flex: 0 0 40%;
  position: relative;
  min-height: 250px;
  max-height: 300px;
}

.property-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.property-card-horizontal:hover .property-image {
  transform: scale(1.03);
}

.property-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--cor-site-1);
  color: var(--cor-site-2);
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  z-index: 1;
}

.property-info-wrapper {
  flex: 1;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.property-header {
  margin-bottom: 15px;
}

.property-title {
  font-size: 20px;
  margin: 0 0 5px 0;
  color: var(--cor-site-2);
}

.property-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.property-title a:hover {
  color: var(--cor-site-1);
}

.property-location {
  color: var(--cor-site-2);
  font-size: 15px;
  opacity: 0.8;
}

.property-location i {
  margin-right: 5px;
  color: var(--cor-site-1);
}

.property-description {
  color: var(--cor-site-2);
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0;
  flex-grow: 1;
}

.property-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 15px 0;
}

.feature {
  background: var(--cor-site-3);
  color: var(--cor-site-2);
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 14px;
}

.property-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid var(--cor-site-3);
}

.price-wrapper {
  display: flex;
  align-items: baseline;
}

.price {
  font-size: 24px;
  font-weight: bold;
  color: var(--cor-site-1);
  margin-right: 5px;
}

.buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

.property-button {
  background: var(--cor-site-1);
  color: var(--cor-site-3);
  padding: 8px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 1px solid var(--cor-site-1);
}

.property-button:hover {
  background: transparent;
  color: var(--cor-site-1);
}
.whats-button {
  background: #075e54;
  color: var(--cor-site-3);
  padding: 8px 13px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 1px solid #075e54;
}

.whats-button:hover {
  background: transparent;
  color: #075e54;
}
@media (max-width: 1024px) {
  .price {
      font-size: 19px;
      font-weight: bold;
      color: var(--cor-site-1);
      margin-right: 5px;
  }
  .property-title {
      font-size: 18px;
      margin: 0 0 5px 0;
      color: var(--cor-site-2);
  }
  .property-info-wrapper {
      flex: 1;
      padding: 20px;
      display: flex;
      flex-direction: column;
  }
}
@media (max-width: 767px) {
  .property-card-horizontal {
      flex-direction: column;
  }
  
  .property-image-wrapper {
      flex: 0 0 200px;
  }
  
  .property-info-wrapper {
      padding: 20px;
  }
  
  .property-title {
      font-size: 19px;
  }
  .ltn__shop-options > ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: row;
}
}

/* Ajustes para o slider existente */
.ltn__popular-product-widget-active .slick-list {
  padding: 10px 0;
}

.ltn__popular-product-widget-active .slick-slide {
  padding: 0 15px;
}
button.btn.dropdown-toggle.btn-light {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 4px;
    padding: 0px 0px 0px 15px;
    width: 100%;
    height: 44px;
    border: 1px solid #c9c6c6;
}

.filter-option {
    display: flex;
    align-items: center;
}

.filter-option-inner-inner {
    font-size: 14px;
    font-weight: 500;
    color: #474747;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
  outline-offset: none;
}

.btn-light:focus {
  box-shadow: none !important;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  z-index: 999;
  padding: 10px;
  border-radius: 4px;
}

.dropdown-menu li {
  list-style: none;
  margin-bottom: 3px;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--cor-site-3);
  border-radius: 5px;
  color: var(--cor-site-2);
}

.dropdown-item {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #474747;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.ltn__menu-widget > ul li {
  list-style: none;
  margin-top: 5px;
  display: block;
  font-size: 15px;
  font-weight: 500;
}

.checkbox-item .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: var(--cor-site-5);
  border: 1px solid #474747;
  border-radius: 3px;
}