.sobre {
    position: relative;
    height: 40vh;
    background: url('../imagens/index.jpg') no-repeat center center/cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #dce0e3;
    background: linear-gradient(-65deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 35%);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 50px 50px 20px;
}

.txt-home {
    max-width: 600px;
}
#sobre {
    color: #b18f69;
}

.btn-custom {
    background-color: #f5f5f5; 
    color: #c86355; 
    border-radius: 50px;
    padding: 10px 20px;
    border: 1px solid #c86355;
}

.btn-custom:hover {
    background-color: #c86355;
    color: white; 
}

.col-6 {
    margin-left: -100px;
}

h2 {
    padding: 20px;
    text-align: center;
}

#imoveis {
    color: #b18f69;
    background-color: #f4f4f1;
}

h4 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #b18f69;
}

.container-carrossel {
    background-color: #d8caaf;
    color: white;
    padding-bottom: 10px;
}

.container-destaques {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 20px;
    margin-bottom: 50px;
    background-color: #f4f4f1;
}

.container-imoveis {
    margin-bottom: 50px;
}


.img-fluid {
    border: 1px solid #b0b0b0; 
    border-bottom: transparent;     
    display: block; 
    width: 100%; 
    object-fit: cover;
    height: 325px;
}

.desc {
    background-color: white;
    border: 1px solid #b0b0b0; 
    border-top: transparent; 
    padding: 10px;
}

.desc p {
    margin: 0; 
}

.row {
    margin-left: 20px;
    margin-right: 20px;
}

.container-footer {
    background-color: #5ca1b0;
    color: #dce0e3;
    padding: 20px;
}

.rounded-social-buttons {
    text-align: center;
  }
  
  .rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #000000;
    font-size: 1.5625rem;
    font-weight: normal;
    line-height: 2em;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  
  .rounded-social-buttons .fa-whastapp, .fa-facebook-f, .fa-instagram {
    font-size: 25px;
  }
  
  .rounded-social-buttons .social-button.instagram {
    background: #d8caaf;
  }
  .rounded-social-buttons .social-button.whatsapp {
    background: #d8caaf;
  }
  .rounded-social-buttons .social-button.facebook {
    background: #d8caaf;
  }
  