#seja-associado {
    background-size: cover;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(https://aldeiapraiapark.com.br/wp-content/uploads/2019/05/bg-onda-2.jpg);
    position: relative;
    z-index: 1;
}

#seja-associado .section-header {
    color: #15AB8E;
    z-index: 999;
}

#seja-associado .card-img-top {
    height: 7rem;
    border-radius: 5rem;
    width: 7rem;
    font-size: 3rem;
    color: #FFF;
    border: 5px solid #FFF;
}

.upb_row_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

.l-section-overlay {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: rgba(4,158,202,0.80);
    background: linear-gradient(0deg, rgba(4,158,202,0.40948879551820727) 12%, rgba(4,158,202,0.5551470588235294) 29%, rgba(255,255,255,1) 88%);
}

#seja-associado .card {
    background: transparent;
}

#seja-associado .card .card-title {
    color: #FFF;
}

#seja-associado .col:nth-child(1) .card .card-img-top {
    color: #15AB8E;
    border-color: #15AB8E;
}

#seja-associado .col:nth-child(3) .card .card-img-top {
    color: #FCB900;
    border-color: #FCB900;
}

#seja-associado i.fa-ticket-alt {
    transform: rotate(45deg);
}