.floating-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    background-color: white;
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.floating-bar .btn {
    font-size: 14px;
}

@media (max-width: 767px) {
    .seller_whatsapp {
        display: none;
    }
}

.imobs_listing_widget {
    position: sticky;
    top: 0;
}

.carousel_content {
    margin: 20px 0 30px 0 !important;
}

.property_header h1 {
    min-height: unset !important;
    margin-bottom: 0 !important;
}

.propety_commercial_type {
    padding: 7px;
    margin: 0 10px 0 0;
    color: var(--color-one);
    font-size: 15px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
}

.propety_commercial_type::after {
    display: block;
    height: 3px;
    font-weight: 700;
    background-color: var(--color-one);
    content: " ";
    width: 50px;
    margin-top: .5rem;
}

.floating-bar {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1050;
    /* Garantir que ela fique por cima */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
