
.card-associado {
    border: 1px solid rgba(242, 242, 242, 1);
    transition: all 500ms ease;
}

    .card-associado:hover {
        box-shadow: var(--bs-box-shadow);
    }

    .card-associado .associado-img {
        height: 150px;
    }

    .card-associado .associado-img img {
        max-width: 350px;
        margin: 0 auto;
        display: block;
    }

.associado-icon {
    height: 300px;
    width: auto;
    left: -65%;
    bottom: 2rem;
    z-index: -1;
}

.associado-logo img {
    max-height: 150px;
    width: auto;
}