.logorodape {
    max-width: 60% !important;
}

.btn-cta {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    background-color: #8234C5;
    border: 2px solid #8234C5;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-cta:hover,
.btn-cta:focus {
    background-color: #6a29a1;            /* tom mais escuro para o hover */
    border-color: #6a29a1;
    color: #fff;
    text-decoration: none;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
}

.card-carta {
    border: 1px solid #e5e5e5;
    border-radius: 1rem;
    box-shadow: 0 2px 12px #0001;
    transition: box-shadow .2s;
}

.card-carta:hover {
    box-shadow: 0 4px 24px #0002;
}

#valorTooltip {
    top: -10px;
    font-size: .95rem;
    min-width: 110px;
    text-align: center;
    padding: 6px 12px;
    transform: translateX(-50%);
    transition: left .1s ease;
}

.filtros-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: end;        }

.filtros-row>* {
    min-width: 180px;
    flex: 1 1 180px;
}

.filtro-bem {
    color: #c00;
    background: #fff;
    border-radius: 10px;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 1px 6px #0001;
    border: none;
    margin: 0 6px;            padding: 6px 18px;
}

.filtro-bem.active,
.filtro-bem:hover {
    background: #c00;
    color: #fff;
}

@media (max-width: 900px) {
    .filtros-row {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 600px) {
    .grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 767px) {

    .project_section .shape_dollar_1 {
        top: 74px;
        right: 70px;
        max-width: 72px;
        z-index: 1000;
    }

    .project_section .shape_nate_1 {
        top: 38%;
        right: -137px;
        z-index: 1000;
    }

    .project_section .shape_nate_2 {
        top: 20%;
        left: -340px;
        z-index: 1000;
    }

    .project_section .shape_nate_3 {
        right: -280px;
        bottom: -340px;
        z-index: 1000;
    }

    .project_section .shape_nate_4 {
        left: -280px;
        bottom: -370px;
        z-index: 1000;
    }

    [class*="_details_section"] .shape_dollar_1 {
        top: 74px;
        right: 70px;
        max-width: 72px;
        z-index: 1000;
    }

    [class*="_details_section"] .shape_dollar_2 {
        top: 60%;
        left: 70px;
        max-width: 72px;
        filter: blur(4px);                z-index: 1000;
    }

    [class*="_details_section"] .shape_dollar_3 {
        top: 70%;
        right: 70px;
        max-width: 72px;
        filter: blur(4px);
        z-index: 1000;
    }

    [class*="_details_section"] .shape_nate_1 {
        top: 28%;
        right: -200px;
        max-width: 422px;
        z-index: 1000;
    }

    [class*="_details_section"] .shape_nate_2 {
        top: 15%;
        left: -330px;
        max-width: 500px;
        z-index: 1000;
    }

    [class*="_details_section"] .shape_nate_3 {
        right: -220px;
        bottom: -280px;
        max-width: 500px;
        z-index: 1000;
    }

    [class*="_details_section"] .shape_nate_4 {
        left: -220px;
        bottom: -312px;
        max-width: 536px;
        z-index: 1000;
    }
}

#enviarproposta {
    background-color: #8234C5 !important;
}

#enviarproposta:hover {
    color: #8234C5 !important;
    border: solid 1px #8234C5;
}