/* BORDA AO REDOR DO CARD */
.rifa-card {
    display: block;
    width: 100%;
    border: 1px solid #003344 !important;
    padding: 0;
    font: inherit;
    color: inherit;
    text-decoration: none;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    text-align: left;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .06), 0 6px 18px rgba(15, 23, 42, .06);
    transition: transform .15s ease, box-shadow .15s ease;
    cursor: pointer;
}