/* Geral */

html {
    scroll-behavior: smooth;
}

.textPrimary {
    color: #833070;
}

.backgroundPrimary {
    background-color: #833070;
}

.textSecondary {
    color: #FBC90B;
}

.backgroundSecondary {
    background-color:#FBC90B;
}

.textTertiary{
    color: #08BFB1;
}

.backgroundTertiary {
    background-color: #08BFB1;
}

/* Header */

.whatsapp-buttom{
    border-radius: 20px;
    background-color: #25d366;
}


/* Sobre o PIX Receba */

.esquema{
    background-image: linear-gradient(to right, #F4E6ED , #E3D7DF);
    width: 100%;
}