body {
    font-family: Nunito;
    background-color: #ffffff;
}
.cta-group-pv {}
.cta-wts a { text-decoration: none;}
.cta-group-pv .btn-light {color: #52525F;}
.cta-group-pv .btn-light:hover{
    background-color: #e1e1e1 !important;
    box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.6);
    /* H - V - Desfoque - Cor RGBA último valor trasparência*/
}

.cta-fluid{
    background-color: #B91995;
    color: #ffffff;
}

.cta-banner{
    background-color: #14050f;
    color: #ffffff}

.img-hundred{
    width: 100%;
    height: auto;
}