$(function(){
    
    $('.telefone').mask('(99) 9999-9999');
    $('.data').mask('99/99/9999');
    $('.hora').mask('99:99');
    $('.datahora').mask('99/99/9999 99:99');
    $('.datahorasegundo').mask('99/99/9999 99:99:99');
    $('.telefone, .fax').mask('(99) 9999-9999 ');
    $('.cnpj').mask('99.999.999/9999-99');
    $('.cep').mask('99999-999');
    $('.cpf').mask('999.999.999-99');
    
    $('.colorbox').colorbox({
        iframe: true,
        width: 500,
        height: 330,
        opacity:0.5
    });
    
});
