/* Start custom CSS *//* Remove a margem branca na lateral direita causada pelo Pop-up */
html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

/* Força o Popup Maker a não empurrar a tela */
.pum-open {
    overflow-y: scroll !important;
    padding-right: 0 !important;
}/* End custom CSS */