/*
 FCT Content Protection 1.0
 Módulo visual no invasivo.
*/
html.fct-cp-loaded img.fct-cp-image{
  -webkit-user-drag:none;
  user-drag:none;
}
html.fct-cp-no-image-callout img:not(.fct-cp-allow):not([data-fct-protection-ignore]){
  -webkit-touch-callout:none;
}
html.fct-cp-no-select body,
html.fct-cp-no-select body *{
  -webkit-user-select:none;
  user-select:none;
}
html.fct-cp-no-select input,
html.fct-cp-no-select textarea,
html.fct-cp-no-select select,
html.fct-cp-no-select option,
html.fct-cp-no-select [contenteditable="true"],
html.fct-cp-no-select [contenteditable=""],
html.fct-cp-no-select [data-fct-copy-allowed],
html.fct-cp-no-select .fct-cp-allow,
html.fct-cp-no-select pre,
html.fct-cp-no-select code{
  -webkit-user-select:text !important;
  user-select:text !important;
}
