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