body {
    font-family: 'Red Hat Display', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;700;900&display=swap');

body {
    font-family: 'Red Hat Display', sans-serif;
}

body {
    background-image: url('./assets/images/veend-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed; /* opcional: faz efeito de parallax suave */
    min-height: 100vh;
}


.navbar-veend{
    padding-top: 60px;
}

#navbarNav{
    padding-top: 10px;
}

.search-box select{
    border:0px;
}

.list-favorites-language .li-favorites{
    margin: 0px !important;
}

#total-favoritos{
    font-size: 20px;
    color: #da3344;
    margin: -3px 1px 0 4px;
}




.navbar-nav .nav-link {
    font-family: 'Red Hat Display', sans-serif !important;
    font-weight: 600; /* Deixa o menu com peso médio */
    color: #222;
}

.navbar-nav .nav-link:hover {
    color: #e2c400;
}

.shadow-sm{
    box-shadow: none !important;
}


#dropdown-order a.dropdown-item {
    line-height: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding-bottom: 0;
}

#grid-topbar{
    padding: 0 !important;
    margin: 0 !important;
    height: 88px;
    line-height: 88px;
}

body {
    background-image: url('../assets/images/veend-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed; /* opcional: faz efeito de parallax suave */
    min-height: 100vh;
}



.card-title a{
    color: #05266A;
    text-decoration: none;
}
.text-price {
    color: #05266A !important;
    letter-spacing: 0px;
    font-weight: bold;
}














#imoveis-container-favorites .card,
#imoveis-container .card{
    overflow: hidden;
}

.img-container {
  width: 433px;
  height: 326px;
  overflow: hidden;
  border-radius: 0.5rem; /* opcional, arredonda os cantos */
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-body{
  position: relative;
}

.property-card a{
  text-decoration: none;
  color: #05266A;
}

.favorite-btn {
    position: absolute;
    top: -38px;
    right: -10px;
    background: white !important;
    border: none;
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 50px;
}







.property-features span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.property-features span:nth-child(2) {
  margin-left: auto; /* empurra tudo depois dele pra direita */
}



.property-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  /*max-width: 360px;*/
  position: relative;
}

.property-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.property-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.favorite-btn {
  position: absolute;
  top: -38px;
  right: 10px;
  background: white;
  border: none;
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.favorite-btn i {
  color: #fd5c63;
  font-size: 1.2rem;
}


.favorite-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
  transition: background 0.3s;
}

.favorite-btn.active {
  background: #fd5c63 !important;
}

.favorite-btn.active i {
  color: #ffffff;
}

.favorite-btn i {
  font-size: 1.2rem;
  color: #fd5c63;
}

.card-body{
  position: relative;
}





.property-body {
  padding: 1rem;
}

.property-body .text-muted {
  font-size: 0.8rem;
  color: #999;
  display: block;
}

.property-body .title {
  font-size: 1rem;
  color: #1d3557;
  font-weight: 600;
  margin: 0.25rem 0;
}

.property-body .location {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.property-body .price {
  color: #1d3557;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}



.property-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 17px;
  color: #1d3557;
  /*margin: 30px 0 5px 0 !important;*/
  align-items: center;
  margin: 10px 0 20px 0;
  /*zoom: 1.1;*/
}

.property-features i {
  margin-right: 0.3rem;
}
