body.elementor-page-12:not(.elementor-motion-effects-element-type-background), body.elementor-page-12 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1D1D1D;}:root{--page-title-display:none;}/* Start custom CSS */body, html {
    overflow-x: hidden !important 
}
@media (max-width:786px) {
    body, html {
    overflow-x: hidden !important 
}
}
:root {
    --festa-preto: #111111;
    --festa-creme: #F4E7C8;
    --festa-amarelo: #F6C515;
    --festa-pink: #EF2565;
    --festa-turquesa: #149FB2;
}
::selection {
    background: var(--festa-pink);
    color: #FFF9EB;
    text-shadow: none;
}

::-moz-selection {
    background: var(--festa-pink);
    color: #FFF9EB;
    text-shadow: none;
}

html {
    color-scheme: light;
}

input,
textarea,
select,
button {
    accent-color: var(--festa-pink);
}
@media (max-width: 767px) {

    html,
    body {
        background-color: var(--festa-creme);
    }
}/* End custom CSS */